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 ccf6270c43d138784090a89fa8725d42d6e13b6c Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] podTemplate [Pipeline] { [Pipeline] node Still waiting to schedule task All nodes of label ‘Hawk_Greycat_backend_master_121-fgbg6’ are offline Created Pod: hawk/hawk-greycat-backend-master-121-fgbg6-fpqjh-23t98 [Normal][hawk/hawk-greycat-backend-master-121-fgbg6-fpqjh-23t98][Scheduled] Successfully assigned hawk-greycat-backend-master-121-fgbg6-fpqjh-23t98 to osnode-14.eclipse.org [Normal][hawk/hawk-greycat-backend-master-121-fgbg6-fpqjh-23t98][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "m2-repo" [Normal][hawk/hawk-greycat-backend-master-121-fgbg6-fpqjh-23t98][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" [Normal][hawk/hawk-greycat-backend-master-121-fgbg6-fpqjh-23t98][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "jenkins-home" [Normal][hawk/hawk-greycat-backend-master-121-fgbg6-fpqjh-23t98][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "toolchains-xml" [Normal][hawk/hawk-greycat-backend-master-121-fgbg6-fpqjh-23t98][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "volume-known-hosts" [Normal][hawk/hawk-greycat-backend-master-121-fgbg6-fpqjh-23t98][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "settings-security-xml" [Normal][hawk/hawk-greycat-backend-master-121-fgbg6-fpqjh-23t98][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "settings-xml" [Normal][hawk/hawk-greycat-backend-master-121-fgbg6-fpqjh-23t98][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-tm47h" [Normal][hawk/hawk-greycat-backend-master-121-fgbg6-fpqjh-23t98][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" already present on machine [Normal][hawk/hawk-greycat-backend-master-121-fgbg6-fpqjh-23t98][Created] Created container [Normal][hawk/hawk-greycat-backend-master-121-fgbg6-fpqjh-23t98][Started] Started container [Normal][hawk/hawk-greycat-backend-master-121-fgbg6-fpqjh-23t98][Pulled] Container image "maven:3.6.3-jdk-8" already present on machine [Normal][hawk/hawk-greycat-backend-master-121-fgbg6-fpqjh-23t98][Created] Created container [Normal][hawk/hawk-greycat-backend-master-121-fgbg6-fpqjh-23t98][Started] Started container Agent hawk-greycat-backend-master-121-fgbg6-fpqjh-23t98 is provisioned from template Hawk_Greycat_backend_master_121-fgbg6-fpqjh --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.hawk.svc.cluster.local/hawk/job/Hawk%20Greycat%20backend/job/master/121/" runUrl: "job/Hawk%20Greycat%20backend/job/master/121/" labels: jenkins: "slave" jenkins/label: "Hawk_Greycat_backend_master_121-fgbg6" name: "hawk-greycat-backend-master-121-fgbg6-fpqjh-23t98" 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-121-fgbg6-fpqjh-23t98" - name: "JENKINS_NAME" value: "hawk-greycat-backend-master-121-fgbg6-fpqjh-23t98" - 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-121-fgbg6-fpqjh-23t98 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 ccf6270c43d138784090a89fa8725d42d6e13b6c (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 ccf6270c43d138784090a89fa8725d42d6e13b6c # timeout=10 Commit message: "EOLQueryEngine: further cleanup after execution" > git rev-list --no-walk 2a18a396bd719b1f2f1188e215300b201e242601 # 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 06, 2020 1:21:36 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Jul 06, 2020 1:21:36 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jul 06, 2020 1:21:44 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 06, 2020 1:21:44 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jul 06, 2020 1:21:59 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 06, 2020 1:21:59 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jul 06, 2020 1:22: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 06, 2020 1:22:01 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jul 06, 2020 1:22:06 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 06, 2020 1:22:06 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jul 06, 2020 1:22:15 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 06, 2020 1:22:15 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jul 06, 2020 1:22:21 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 06, 2020 1:22:21 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: 19.022 s - in org.eclipse.hawk.greycat.tests.GreycatBackendTestSuite addThenReuseIterable[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.907 s getMultipleMatches[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.73 s invalidIndexNames[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.753 s doubleExact[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.534 s removeByFullKey[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.495 s removeByNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.432 s removeByFieldNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.284 s indexNodeDeletionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.618 s integerRanges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.543 s integerExact[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.744 s indexKeyAdditionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.459 s removeByNodeMultipleIndicesRemoveAll[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.36 s removeByNodeMultipleIndicesRemoveOne[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.443 s addPreservesPriorValue[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.409 s addNullMap[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.309 s query[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.492 s removeByNode3Arg[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.41 s removeByFullKeyInt[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.476 s nodeDelete[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.275 s queryWithPipes[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.435 s addNullValue[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.283 s removeByValueNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.352 s indexDeletionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.419 s deleteRecreate[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.283 s floatingRanges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.577 s removeByFullKeyDouble[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.393 s indexKeyRemovalRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.501 s testStartTransaction[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.184 s testStartDelete[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.401 s testStartShutdown[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.309 s twoNodesBatchRemoveRel[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.192 s oneNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.234 s oneNodeProperty[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 1.92 s oneNodeRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.465 s oneNodeRemoveRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.783 s escapeInvalidClassCharacters[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.201 s escapeInvalidCharactersEdges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.334 s escapeInvalidFieldCharacters[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.2 s twoNodesBatch[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.192 s oneNodeRemove[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.201 s oneNodeBatch[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.2 s threeNodesRemoveMiddle[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.192 s Running org.eclipse.hawk.greycat.tests.GreycatTimeAwareTestSuite 13:24:56.410 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:24:56.522 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:24:56.522 [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 13:24:56.524 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:24:56.524 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:24:56.527 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:24:56.527 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:24:56.528 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:24:56.528 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:24:56.528 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:24:56.528 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:24:56.529 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:24:56.529 [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 13:24:56.694 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:24:56.694 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:24:56.715 [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 13:24:56.715 [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 13:24:56.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 13:24:56.718 [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 13:24:56.719 [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 13:24:56.719 [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[] 13:24:56.719 [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 13:24:56.721 [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 13:24:56.723 [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 13:24:56.793 [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 13:24:56.793 [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 13:24:56.793 [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 13:24:56.794 [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 13:24:56.794 [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 13:24:56.794 [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 13:24:56.794 [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 13:24:56.794 [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 13:24:56.794 [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 13:24:56.797 [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 13:24:56.797 [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 13:24:56.797 [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 13:24:56.797 [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 13:24:56.797 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 13:24:56.797 [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 13:24:56.798 [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 13:24:56.798 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 13:24:56.798 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 13:24:56.798 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 13:24:56.800 [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 13:24:56.800 [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 13:24:56.800 [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 13:24:56.800 [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 13:24:56.800 [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 13:24:56.895 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:24:56.895 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:24:56.895 [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 13:24:56.902 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:24:56.902 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:24:56.933 [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 13:24:56.933 [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 13:24:56.933 [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 13:24:56.934 [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 13:24:56.934 [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 13:24:56.934 [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 13:24:56.934 [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[] 13:24:56.934 [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 13:24:56.935 [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 13:24:56.935 [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 13:24:56.935 [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 13:24:56.935 [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 13:24:56.935 [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 13:24:56.935 [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 13:24:56.935 [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 13:24:56.935 [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 13:24:56.935 [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 13:24:56.936 [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 13:24:56.936 [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 13:24:56.936 [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 13:24:56.936 [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 13:24:56.936 [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 13:24:56.937 [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 13:24:56.937 [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 13:24:56.937 [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 13:24:56.937 [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 13:24:56.937 [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 13:24:56.937 [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 13:24:56.937 [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 13:24:56.937 [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 13:24:56.937 [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 13:24:56.937 [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 13:24:56.937 [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 13:24:56.937 [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 13:24:56.937 [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 13:24:56.937 [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 13:24:56.937 [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 13:24:56.937 [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 13:24:56.937 [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[] 13:24:56.937 [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 13:24:56.990 [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 13:24:56.990 [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 13:24:56.990 [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 13:24:56.990 [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 13:24:56.990 [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 13:24:56.990 [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 13:24:56.990 [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 13:24:56.990 [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 13:24:56.990 [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 13:24:56.993 [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 13:24:56.993 [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 13:24:56.993 [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 13:24:56.993 [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 13:24:56.993 [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 13:24:56.993 [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 13:24:56.993 [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 13:24:56.993 [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 13:24:56.993 [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 13:24:56.993 [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 13:24:57.001 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:24:57.001 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:24:57.001 [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 13:24:57.002 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:24:57.002 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:24:57.010 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:24:57.012 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:24:57.012 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:24:57.016 [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/hawkSvnRepo1150945400299086176 13:25:06.109 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1150945400299086176:org.eclipse.hawk.svn.SvnManager:false 13:25:06.110 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:25:06.110 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:25:06.154 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:25:06.155 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:25:06.155 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:25:06.155 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:25:06.155 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:25:06.190 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:25:06.191 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.034s attempting to resolve any uninitialized derived attributes... 13:25:06.191 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:25:06.191 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:25:06.193 [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... 13:25:06.193 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s46ms [proxy update] 13:25:06.201 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1594041895240) of file:///tmp/hawkSvnRepo1150945400299086176 13:25:06.204 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:25:06.211 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:25:06.211 [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 13:25:06.402 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:25:06.408 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:25:06.409 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:25:06.409 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 13:25:06.414 [pool-46-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 13:25:06.532 [pool-46-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:25:06.533 [pool-46-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 13:25:06.533 [pool-46-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:25:06.533 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s132ms [pure insertion] marking any relevant derived attributes for update...13:25:06.533 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:25:06.533 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:25:06.533 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:25:06.533 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:25:06.534 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:25:06.534 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 13:25:06.534 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:25:06.534 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:25:06.536 [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 !] 13:25:06.791 [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) 13:25:06.791 [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... 13:25:06.791 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s259ms [proxy update] 13:25:06.792 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1594041897309) of file:///tmp/hawkSvnRepo1150945400299086176 13:25:06.793 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:25:06.795 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:25:06.795 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:25:06.806 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:25:06.806 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:25:06.807 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 13:25:06.808 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 13:25:06.808 [pool-46-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:25:06.808 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 13:25:06.808 [pool-46-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:25:06.819 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s13ms [pure insertion] marking any relevant derived attributes for update...13:25:06.819 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:25:06.820 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:25:06.820 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:25:06.820 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:25:06.820 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:25:06.820 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:25:06.820 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:25:06.820 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:25:06.821 [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 !] 13:25:06.908 [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) 13:25:06.908 [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... 13:25:06.908 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s88ms [proxy update] 13:25:06.908 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1594041900089) of file:///tmp/hawkSvnRepo1150945400299086176 13:25:06.909 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:25:06.912 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:25:06.912 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:25:06.921 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:25:06.921 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:25:06.922 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:25:06.923 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 13:25:06.923 [pool-46-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:25:06.923 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 13:25:06.923 [pool-46-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:25:06.924 [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...13:25:06.924 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:25:06.924 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:25:06.925 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:25:06.925 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:25:06.925 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:25:06.925 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:25:06.925 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:25:06.925 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:25:06.925 [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... 13:25:06.925 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 13:25:06.926 [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] 13:25:07.006 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1594041902114) of file:///tmp/hawkSvnRepo1150945400299086176 13:25:07.007 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:25:07.010 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:25:07.010 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:25:07.020 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:25:07.020 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:25:07.020 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:25:07.021 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 13:25:07.021 [pool-46-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:25:07.021 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 13:25:07.021 [pool-46-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:25:07.022 [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...13:25:07.022 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:25:07.023 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:25:07.023 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:25:07.023 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:25:07.023 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:25:07.023 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:25:07.023 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:25:07.023 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:25:07.023 [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... 13:25:07.023 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 13:25:07.024 [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 !] 0s85ms [proxy update] 13:25:07.108 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1594041904113) of file:///tmp/hawkSvnRepo1150945400299086176 13:25:07.108 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:25:07.108 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 998 ms 13:25:07.198 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:25:07.198 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1150945400299086176:org.eclipse.hawk.svn.SvnManager:false 13:25:07.200 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:25:07.200 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:25:08.077 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:25:08.077 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5908124329407389007/test_revRefNavDerived[LevelDB GreyCat] 13:25:08.079 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:25:09.271 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:25:09.272 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:25:09.272 [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 13:25:09.272 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:25:09.272 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:25:09.276 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:25:09.276 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:25:09.276 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:25:09.276 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:25:09.276 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:25:09.276 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:25:09.279 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:25:09.279 [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 13:25:09.285 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:25:09.285 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:25:09.292 [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 13:25:09.292 [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 13:25:09.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 13:25:09.292 [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 13:25:09.292 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 13:25:09.294 [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 13:25:09.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 13:25:09.298 [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 13:25:09.298 [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 13:25:09.298 [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 13:25:09.299 [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 13:25:09.300 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 13:25:09.300 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 13:25:09.300 [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 13:25:09.300 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 13:25:09.300 [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 13:25:09.302 [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 13:25:09.304 [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 13:25:09.304 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 13:25:09.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 13:25:09.308 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 13:25:09.308 [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 13:25:09.308 [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 13:25:09.308 [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 13:25:09.308 [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 13:25:09.308 [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 13:25:09.309 [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 13:25:09.311 [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 13:25:09.311 [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 13:25:09.312 [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[] 13:25:09.312 [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 13:25:09.312 [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 13:25:09.312 [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 13:25:09.318 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:25:09.318 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:25:09.318 [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 13:25:09.322 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:25:09.322 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:25:09.391 [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 13:25:09.391 [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 13:25:09.391 [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 13:25:09.391 [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 13:25:09.391 [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 13:25:09.391 [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 13:25:09.391 [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 13:25:09.391 [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 13:25:09.392 [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 13:25:09.393 [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 13:25:09.393 [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 13:25:09.393 [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 13:25:09.393 [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[] 13:25:09.393 [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 13:25:09.393 [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 13:25:09.393 [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 13:25:09.393 [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 13:25:09.393 [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 13:25:09.393 [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 13:25:09.393 [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 13:25:09.393 [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 13:25:09.393 [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 13:25:09.393 [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 13:25:09.393 [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 13:25:09.393 [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 13:25:09.393 [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 13:25:09.393 [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 13:25:09.393 [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 13:25:09.393 [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 13:25:09.393 [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 13:25:09.393 [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 13:25:09.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 13:25:09.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 13:25:09.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 13:25:09.394 [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 13:25:09.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 13:25:09.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 13:25:09.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[] 13:25:09.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 13:25:09.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 13:25:09.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 13:25:09.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 13:25:09.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 13:25:09.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 13:25:09.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 13:25:09.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 13:25:09.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 13:25:09.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 13:25:09.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 13:25:09.395 [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 13:25:09.395 [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 13:25:09.395 [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 13:25:09.395 [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 13:25:09.395 [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 13:25:09.395 [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 13:25:09.396 [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 13:25:09.396 [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 13:25:09.396 [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 13:25:09.396 [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 13:25:09.400 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:25:09.400 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:25:09.400 [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 13:25:09.401 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:25:09.401 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:25:09.425 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:25:09.426 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:25:09.426 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:25:09.427 [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; 13:25:09.440 [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/hawkSvnRepo7363565018148170233 13:25:17.111 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo7363565018148170233:org.eclipse.hawk.svn.SvnManager:false 13:25:17.112 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:25:17.113 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:25:17.125 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:25:17.126 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:25:17.126 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:25:17.126 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:25:17.126 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:25:17.129 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:25:17.130 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 13:25:17.130 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:25:17.130 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:25:17.134 [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... 13:25:17.134 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s13ms [proxy update] 13:25:17.139 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1594041908271) of file:///tmp/hawkSvnRepo7363565018148170233 13:25:17.140 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:25:17.193 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:25:17.193 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:25:17.202 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:25:17.205 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:25:17.206 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:25:17.206 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 13:25:17.208 [pool-48-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 13:25:17.218 [pool-48-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:25:17.218 [pool-48-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 13:25:17.218 [pool-48-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:25:17.218 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s16ms [pure insertion] marking any relevant derived attributes for update...13:25:17.218 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:25:17.218 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:25:17.218 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:25:17.218 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:25:17.219 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:25:17.219 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 13:25:17.219 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:25:17.219 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:25:17.220 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 13:25:17.292 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 13:25:17.304 [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) 13:25:17.305 [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... 13:25:17.305 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s87ms [proxy update] 13:25:17.305 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1594041909506) of file:///tmp/hawkSvnRepo7363565018148170233 13:25:17.306 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:25:17.308 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:25:17.308 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:25:17.317 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:25:17.317 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:25:17.318 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 13:25:17.318 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 13:25:17.318 [pool-48-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:25:17.318 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 13:25:17.318 [pool-48-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:25:17.391 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s74ms [pure insertion] marking any relevant derived attributes for update...13:25:17.391 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:25:17.391 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:25:17.392 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:25:17.392 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:25:17.392 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:25:17.392 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:25:17.392 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:25:17.392 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:25:17.392 [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... 13:25:17.392 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 13:25:17.393 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s13ms [proxy update] 13:25:17.405 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1594041911110) of file:///tmp/hawkSvnRepo7363565018148170233 13:25:17.406 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:25:17.408 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:25:17.408 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:25:17.417 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:25:17.417 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:25:17.418 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 13:25:17.418 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 13:25:17.418 [pool-48-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:25:17.418 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 13:25:17.418 [pool-48-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:25:17.490 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s73ms [pure insertion] marking any relevant derived attributes for update...13:25:17.490 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:25:17.491 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:25:17.491 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:25:17.491 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:25:17.492 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:25:17.492 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 13:25:17.492 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:25:17.492 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:25:17.493 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 13:25:17.500 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 13:25:17.515 [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) 13:25:17.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... 13:25:17.516 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 13:25:17.516 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s104ms [proxy update] 13:25:17.595 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1594041913128) of file:///tmp/hawkSvnRepo7363565018148170233 13:25:17.596 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:25:17.598 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:25:17.598 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:25:17.607 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:25:17.607 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:25:17.610 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:25:17.610 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 13:25:17.610 [pool-48-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:25:17.610 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 13:25:17.610 [pool-48-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:25:17.611 [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...13:25:17.611 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:25:17.612 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:25:17.612 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:25:17.612 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:25:17.612 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:25:17.612 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:25:17.612 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:25:17.612 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:25:17.612 [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... 13:25:17.612 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 13:25:17.613 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s82ms [proxy update] 13:25:17.694 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1594041915110) of file:///tmp/hawkSvnRepo7363565018148170233 13:25:17.695 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:25:17.695 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 582 ms 13:25:17.721 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:25:17.721 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo7363565018148170233:org.eclipse.hawk.svn.SvnManager:false 13:25:17.722 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:25:17.722 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:25:18.588 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:25:18.588 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8856486306062051565/test_untilAnnotated[LevelDB GreyCat] 13:25:18.590 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:25:19.390 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:25:19.392 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:25:19.392 [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 13:25:19.392 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:25:19.392 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:25:19.394 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:25:19.394 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:25:19.394 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:25:19.394 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:25:19.394 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:25:19.394 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:25:19.395 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:25:19.395 [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 13:25:19.400 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:25:19.401 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:25:19.404 [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 13:25:19.405 [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 13:25:19.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 13:25:19.406 [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 13:25:19.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 13:25:19.406 [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 13:25:19.406 [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 13:25:19.406 [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 13:25:19.406 [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 13:25:19.408 [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 13:25:19.408 [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 13:25:19.409 [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 13:25:19.410 [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 13:25:19.410 [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 13:25:19.410 [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 13:25:19.410 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 13:25:19.410 [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 13:25:19.410 [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 13:25:19.410 [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 13:25:19.411 [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[] 13:25:19.411 [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 13:25:19.413 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 13:25:19.413 [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 13:25:19.413 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 13:25:19.413 [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 13:25:19.413 [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 13:25:19.413 [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 13:25:19.413 [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 13:25:19.414 [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 13:25:19.414 [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 13:25:19.414 [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 13:25:19.416 [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 13:25:19.416 [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 13:25:19.421 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:25:19.421 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:25:19.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 13:25:19.424 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:25:19.424 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:25:19.490 [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 13:25:19.490 [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 13:25:19.490 [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 13:25:19.490 [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 13:25:19.490 [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 13:25:19.490 [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 13:25:19.490 [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 13:25:19.490 [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 13:25:19.490 [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 13:25:19.490 [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 13:25:19.490 [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 13:25:19.490 [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 13:25:19.490 [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[] 13:25:19.490 [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 13:25:19.490 [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 13:25:19.490 [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 13:25:19.490 [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 13:25:19.490 [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 13:25:19.490 [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 13:25:19.490 [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 13:25:19.490 [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 13:25:19.490 [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 13:25:19.491 [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 13:25:19.492 [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 13:25:19.492 [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 13:25:19.492 [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 13:25:19.492 [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 13:25:19.492 [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 13:25:19.492 [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 13:25:19.492 [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 13:25:19.492 [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 13:25:19.492 [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 13:25:19.492 [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 13:25:19.492 [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 13:25:19.492 [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 13:25:19.492 [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 13:25:19.492 [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 13:25:19.492 [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 13:25:19.493 [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 13:25:19.493 [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 13:25:19.493 [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 13:25:19.493 [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 13:25:19.493 [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 13:25:19.493 [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 13:25:19.493 [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 13:25:19.493 [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 13:25:19.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 13:25:19.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 13:25:19.494 [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 13:25:19.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 13:25:19.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 13:25:19.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[] 13:25:19.494 [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 13:25:19.494 [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 13:25:19.494 [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 13:25:19.494 [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 13:25:19.494 [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 13:25:19.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 13:25:19.494 [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 13:25:19.497 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:25:19.498 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:25:19.498 [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 13:25:19.499 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:25:19.499 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:25:19.517 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:25:19.519 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:25:19.519 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:25:19.519 [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/hawkSvnRepo2510644930575657786 13:25:23.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo2510644930575657786:org.eclipse.hawk.svn.SvnManager:false 13:25:23.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:25:23.105 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:25:23.148 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:25:23.148 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:25:23.148 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:25:23.148 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:25:23.148 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:25:23.151 [pool-50-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:25:23.151 [pool-50-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 13:25:23.151 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:25:23.151 [pool-50-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:25:23.153 [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... 13:25:23.153 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s7ms [proxy update] 13:25:23.155 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1594041918782) of file:///tmp/hawkSvnRepo2510644930575657786 13:25:23.156 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:25:23.162 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:25:23.162 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:25:23.192 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:25:23.195 [pool-50-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:25:23.195 [pool-50-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:25:23.195 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 13:25:23.198 [pool-50-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 13:25:23.204 [pool-50-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:25:23.204 [pool-50-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 13:25:23.204 [pool-50-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:25:23.204 [pool-50-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...13:25:23.204 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:25:23.204 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:25:23.204 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:25:23.204 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:25:23.205 [pool-50-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:25:23.205 [pool-50-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 13:25:23.205 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:25:23.205 [pool-50-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:25:23.205 [pool-50-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 13:25:23.213 [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) 13:25:23.213 [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... 13:25:23.213 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 13:25:23.213 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1594041919591) of file:///tmp/hawkSvnRepo2510644930575657786 13:25:23.214 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:25:23.216 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:25:23.216 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:25:23.224 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:25:23.224 [pool-50-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:25:23.224 [pool-50-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 13:25:23.225 [pool-50-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 13:25:23.225 [pool-50-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:25:23.225 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 13:25:23.225 [pool-50-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:25:23.290 [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...13:25:23.290 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:25:23.290 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:25:23.290 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:25:23.291 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:25:23.291 [pool-50-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:25:23.291 [pool-50-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:25:23.291 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:25:23.291 [pool-50-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:25:23.291 [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... 13:25:23.291 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 13:25:23.291 [pool-50-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s16ms [proxy update] 13:25:23.307 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1594041921110) of file:///tmp/hawkSvnRepo2510644930575657786 13:25:23.308 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:25:23.308 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 203 ms 13:25:23.318 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:25:23.318 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo2510644930575657786:org.eclipse.hawk.svn.SvnManager:false 13:25:23.319 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:25:23.319 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:25:23.713 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:25:23.714 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3815427325535883602/test_computedForAllVersions[LevelDB GreyCat] 13:25:23.715 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:25:25.266 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:25:25.271 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:25:25.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 13:25:25.271 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:25:25.271 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:25:25.273 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:25:25.273 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:25:25.273 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:25:25.273 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:25:25.273 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:25:25.273 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:25:25.274 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:25:25.274 [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 13:25:25.281 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:25:25.281 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:25:25.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 13:25:25.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 13:25:25.287 [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 13:25:25.289 [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 13:25:25.289 [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 13:25:25.289 [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 13:25:25.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[] 13:25:25.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 13:25:25.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 13:25:25.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 13:25:25.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 13:25:25.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 13:25:25.291 [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 13:25:25.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 13:25:25.291 [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 13:25:25.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 13:25:25.293 [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 13:25:25.293 [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 13:25:25.293 [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 13:25:25.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 13:25:25.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 13:25:25.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 13:25:25.298 [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 13:25:25.298 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 13:25:25.299 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 13:25:25.300 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 13:25:25.300 [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 13:25:25.300 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 13:25:25.300 [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 13:25:25.301 [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 13:25:25.301 [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 13:25:25.302 [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 13:25:25.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 13:25:25.308 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:25:25.308 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:25:25.308 [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 13:25:25.312 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:25:25.312 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:25:25.326 [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 13:25:25.326 [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 13:25:25.326 [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 13:25:25.326 [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 13:25:25.326 [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 13:25:25.326 [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 13:25:25.326 [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 13:25:25.326 [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 13:25:25.326 [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 13:25:25.326 [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 13:25:25.326 [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 13:25:25.326 [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 13:25:25.326 [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 13:25:25.326 [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 13:25:25.326 [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 13:25:25.326 [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 13:25:25.326 [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[] 13:25:25.326 [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 13:25:25.326 [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 13:25:25.326 [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 13:25:25.326 [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 13:25:25.326 [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 13:25:25.326 [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 13:25:25.326 [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 13:25:25.326 [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 13:25:25.326 [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 13:25:25.326 [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 13:25:25.326 [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 13:25:25.326 [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 13:25:25.326 [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 13:25:25.326 [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 13:25:25.327 [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 13:25:25.327 [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 13:25:25.327 [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 13:25:25.327 [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 13:25:25.327 [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 13:25:25.328 [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 13:25:25.328 [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 13:25:25.328 [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 13:25:25.328 [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 13:25:25.328 [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 13:25:25.328 [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[] 13:25:25.328 [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 13:25:25.328 [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 13:25:25.328 [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 13:25:25.328 [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 13:25:25.328 [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 13:25:25.328 [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 13:25:25.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 13:25:25.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 13:25:25.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 13:25:25.330 [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 13:25:25.330 [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 13:25:25.330 [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 13:25:25.330 [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 13:25:25.330 [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 13:25:25.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 13:25:25.330 [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 13:25:25.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 13:25:25.333 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:25:25.333 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:25:25.333 [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 13:25:25.334 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:25:25.334 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:25:25.391 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:25:25.392 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:25:25.392 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:25:25.392 [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; 13:25:25.401 [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/hawkSvnRepo4164747902505244540 13:25:33.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4164747902505244540:org.eclipse.hawk.svn.SvnManager:false 13:25:33.105 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:25:33.105 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:25:33.115 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:25:33.115 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:25:33.115 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:25:33.115 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:25:33.115 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:25:33.118 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:25:33.118 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 13:25:33.118 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:25:33.118 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:25:33.121 [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... 13:25:33.121 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s12ms [proxy update] 13:25:33.127 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1594041923932) of file:///tmp/hawkSvnRepo4164747902505244540 13:25:33.128 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:25:33.132 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:25:33.132 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:25:33.196 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:25:33.200 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:25:33.200 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:25:33.201 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 13:25:33.204 [pool-52-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 13:25:33.215 [pool-52-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:25:33.215 [pool-52-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 13:25:33.215 [pool-52-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:25:33.215 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s19ms [pure insertion] marking any relevant derived attributes for update...13:25:33.215 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:25:33.216 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:25:33.216 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:25:33.216 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:25:33.216 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:25:33.216 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:25:33.216 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:25:33.216 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:25:33.217 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 13:25:33.224 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 13:25:33.302 [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) 13:25:33.302 [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... 13:25:33.302 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s87ms [proxy update] 13:25:33.303 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1594041925426) of file:///tmp/hawkSvnRepo4164747902505244540 13:25:33.303 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:25:33.306 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:25:33.306 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:25:33.318 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:25:33.318 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:25:33.318 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 13:25:33.318 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 13:25:33.319 [pool-52-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:25:33.319 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 13:25:33.319 [pool-52-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:25:33.325 [pool-52-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...13:25:33.325 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s65ms 13:25:33.390 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s65ms 13:25:33.390 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:25:33.390 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:25:33.390 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:25:33.390 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:25:33.390 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:25:33.390 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:25:33.391 [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... 13:25:33.391 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 13:25:33.391 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s16ms [proxy update] 13:25:33.406 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1594041927110) of file:///tmp/hawkSvnRepo4164747902505244540 13:25:33.407 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:25:33.409 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:25:33.409 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:25:33.419 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:25:33.419 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:25:33.420 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 13:25:33.420 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 13:25:33.420 [pool-52-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:25:33.420 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 13:25:33.420 [pool-52-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:25:33.428 [pool-52-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...13:25:33.428 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s62ms 13:25:33.490 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s62ms 13:25:33.490 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:25:33.490 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:25:33.491 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:25:33.491 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:25:33.491 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:25:33.491 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:25:33.492 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 13:25:33.499 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 13:25:33.514 [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) 13:25:33.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... 13:25:33.514 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 13:25:33.514 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s103ms [proxy update] 13:25:33.593 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1594041929225) of file:///tmp/hawkSvnRepo4164747902505244540 13:25:33.593 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:25:33.597 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:25:33.597 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:25:33.610 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:25:33.610 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:25:33.613 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:25:33.614 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 13:25:33.614 [pool-52-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:25:33.614 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 13:25:33.614 [pool-52-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:25:33.615 [pool-52-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...13:25:33.615 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:25:33.615 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:25:33.615 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:25:33.615 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:25:33.615 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:25:33.615 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:25:33.615 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:25:33.615 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:25:33.616 [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... 13:25:33.616 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 13:25:33.616 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s79ms [proxy update] 13:25:33.694 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1594041931109) of file:///tmp/hawkSvnRepo4164747902505244540 13:25:33.695 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:25:33.695 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 590 ms 13:25:33.729 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:25:33.729 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4164747902505244540:org.eclipse.hawk.svn.SvnManager:false 13:25:33.731 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:25:33.731 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:25:34.597 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:25:34.597 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5709755236925224700/test_sinceAnnotated[LevelDB GreyCat] 13:25:34.599 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:25:35.349 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:25:35.351 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:25:35.351 [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 13:25:35.351 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:25:35.351 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:25:35.357 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:25:35.357 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:25:35.357 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:25:35.357 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:25:35.357 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:25:35.357 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:25:35.358 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:25:35.358 [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 13:25:35.364 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:25:35.364 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:25:35.369 [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 13:25:35.370 [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 13:25:35.370 [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 13:25:35.370 [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 13:25:35.370 [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 13:25:35.371 [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 13:25:35.371 [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 13:25:35.371 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 13:25:35.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 13:25:35.375 [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 13:25:35.376 [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 13:25:35.377 [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 13:25:35.378 [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 13:25:35.378 [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[] 13:25:35.378 [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 13:25:35.378 [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 13:25:35.379 [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 13:25:35.379 [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 13:25:35.379 [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 13:25:35.380 [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 13:25:35.380 [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 13:25:35.380 [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 13:25:35.380 [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 13:25:35.381 [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 13:25:35.383 [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 13:25:35.383 [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 13:25:35.383 [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 13:25:35.383 [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 13:25:35.383 [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 13:25:35.384 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 13:25:35.384 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 13:25:35.384 [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 13:25:35.384 [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 13:25:35.394 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:25:35.394 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:25:35.394 [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 13:25:35.398 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:25:35.398 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:25:35.425 [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 13:25:35.425 [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 13:25:35.425 [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 13:25:35.425 [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 13:25:35.425 [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 13:25:35.425 [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 13:25:35.425 [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 13:25:35.425 [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 13:25:35.425 [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 13:25:35.425 [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 13:25:35.425 [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 13:25:35.426 [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 13:25:35.426 [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 13:25:35.426 [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 13:25:35.426 [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 13:25:35.426 [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 13:25:35.426 [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 13:25:35.426 [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 13:25:35.426 [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 13:25:35.426 [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 13:25:35.426 [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 13:25:35.426 [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 13:25:35.426 [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 13:25:35.427 [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 13:25:35.427 [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 13:25:35.427 [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 13:25:35.427 [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 13:25:35.427 [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 13:25:35.427 [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 13:25:35.427 [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 13:25:35.427 [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 13:25:35.428 [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 13:25:35.428 [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 13:25:35.428 [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 13:25:35.428 [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 13:25:35.428 [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 13:25:35.428 [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 13:25:35.428 [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 13:25:35.428 [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 13:25:35.428 [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 13:25:35.428 [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 13:25:35.428 [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 13:25:35.428 [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[] 13:25:35.428 [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 13:25:35.428 [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 13:25:35.428 [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 13:25:35.428 [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 13:25:35.428 [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 13:25:35.428 [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[] 13:25:35.428 [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 13:25:35.428 [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 13:25:35.428 [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 13:25:35.428 [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 13:25:35.428 [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 13:25:35.428 [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 13:25:35.428 [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 13:25:35.428 [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 13:25:35.428 [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 13:25:35.428 [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 13:25:35.431 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:25:35.431 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:25:35.431 [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 13:25:35.431 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:25:35.432 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:25:35.490 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:25:35.491 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:25:35.491 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:25:35.491 [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; 13:25:35.500 [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/hawkSvnRepo8702201723556752515 13:25:43.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo8702201723556752515:org.eclipse.hawk.svn.SvnManager:false 13:25:43.105 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:25:43.105 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:25:43.113 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:25:43.113 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:25:43.113 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:25:43.113 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:25:43.113 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:25:43.115 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:25:43.115 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 13:25:43.115 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:25:43.115 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:25:43.117 [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... 13:25:43.117 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 13:25:43.122 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1594041934783) of file:///tmp/hawkSvnRepo8702201723556752515 13:25:43.122 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:25:43.125 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:25:43.125 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:25:43.133 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:25:43.136 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:25:43.136 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:25:43.136 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 13:25:43.191 [pool-54-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 13:25:43.199 [pool-54-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:25:43.199 [pool-54-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 13:25:43.199 [pool-54-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:25:43.199 [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...13:25:43.199 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:25:43.199 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:25:43.199 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:25:43.199 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:25:43.199 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:25:43.199 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:25:43.199 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:25:43.199 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:25:43.200 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 13:25:43.204 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 13:25:43.292 [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) 13:25:43.292 [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... 13:25:43.292 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s94ms [proxy update] 13:25:43.293 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1594041935529) of file:///tmp/hawkSvnRepo8702201723556752515 13:25:43.293 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:25:43.296 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:25:43.296 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:25:43.306 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:25:43.307 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:25:43.307 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 13:25:43.307 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 13:25:43.307 [pool-54-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:25:43.307 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 13:25:43.307 [pool-54-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:25:43.314 [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...13:25:43.314 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:25:43.314 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:25:43.315 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:25:43.315 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:25:43.315 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:25:43.315 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:25:43.315 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:25:43.315 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:25:43.315 [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... 13:25:43.315 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 13:25:43.315 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s79ms [proxy update] 13:25:43.394 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1594041937109) of file:///tmp/hawkSvnRepo8702201723556752515 13:25:43.395 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:25:43.397 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:25:43.397 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:25:43.406 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:25:43.406 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:25:43.406 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 13:25:43.407 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 13:25:43.407 [pool-54-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:25:43.407 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 13:25:43.407 [pool-54-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:25:43.414 [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...13:25:43.414 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:25:43.415 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:25:43.415 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:25:43.415 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:25:43.415 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:25:43.415 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:25:43.415 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:25:43.415 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:25:43.416 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 13:25:43.422 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 13:25:43.496 [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) 13:25:43.496 [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... 13:25:43.496 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 13:25:43.496 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s102ms [proxy update] 13:25:43.517 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1594041939108) of file:///tmp/hawkSvnRepo8702201723556752515 13:25:43.517 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:25:43.519 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:25:43.519 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:25:43.527 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:25:43.527 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:25:43.527 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:25:43.527 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 13:25:43.527 [pool-54-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:25:43.527 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 13:25:43.527 [pool-54-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:25:43.528 [pool-54-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...13:25:43.528 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:25:43.528 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:25:43.528 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:25:43.528 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:25:43.528 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:25:43.528 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:25:43.528 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:25:43.528 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:25:43.528 [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... 13:25:43.528 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 13:25:43.529 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s83ms [proxy update] 13:25:43.611 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1594041941109) of file:///tmp/hawkSvnRepo8702201723556752515 13:25:43.611 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:25:43.611 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 506 ms 13:25:43.621 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:25:43.621 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo8702201723556752515:org.eclipse.hawk.svn.SvnManager:false 13:25:43.623 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:25:43.623 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:25:44.294 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:25:44.294 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6829210040239258636/test_beforeAnnotated[LevelDB GreyCat] 13:25:44.296 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:25:45.280 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:25:45.281 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:25:45.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 13:25:45.281 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:25:45.281 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:25:45.283 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:25:45.283 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:25:45.283 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:25:45.283 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:25:45.283 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:25:45.283 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:25:45.284 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:25:45.284 [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 13:25:45.290 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:25:45.290 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:25:45.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 13:25:45.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 13:25:45.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 13:25:45.298 [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 13:25:45.298 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 13:25:45.298 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 13:25:45.300 [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 13:25:45.300 [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 13:25:45.300 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 13:25:45.300 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 13:25:45.301 [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 13:25:45.301 [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 13:25:45.301 [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 13:25:45.301 [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 13:25:45.301 [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 13:25:45.301 [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 13:25:45.301 [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 13:25:45.301 [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 13:25:45.302 [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 13:25:45.302 [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 13:25:45.302 [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 13:25:45.302 [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 13:25:45.303 [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 13:25:45.303 [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 13:25:45.303 [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 13:25:45.303 [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 13:25:45.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[] 13:25:45.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 13:25:45.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 13:25:45.305 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 13:25:45.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 13:25:45.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 13:25:45.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 13:25:45.309 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:25:45.309 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:25:45.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 13:25:45.313 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:25:45.313 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:25:45.349 [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 13:25:45.349 [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 13:25:45.349 [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[] 13:25:45.349 [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 13:25:45.349 [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 13:25:45.349 [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 13:25:45.349 [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 13:25:45.349 [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 13:25:45.349 [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 13:25:45.349 [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 13:25:45.349 [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 13:25:45.349 [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 13:25:45.349 [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 13:25:45.349 [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 13:25:45.349 [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 13:25:45.349 [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 13:25:45.349 [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 13:25:45.349 [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 13:25:45.349 [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 13:25:45.349 [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 13:25:45.349 [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 13:25:45.349 [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 13:25:45.349 [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 13:25:45.349 [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 13:25:45.349 [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 13:25:45.349 [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 13:25:45.349 [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[] 13:25:45.349 [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 13:25:45.349 [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 13:25:45.349 [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 13:25:45.349 [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 13:25:45.349 [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 13:25:45.350 [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 13:25:45.350 [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 13:25:45.350 [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 13:25:45.350 [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 13:25:45.350 [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 13:25:45.350 [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 13:25:45.350 [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 13:25:45.350 [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 13:25:45.350 [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 13:25:45.350 [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 13:25:45.351 [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 13:25:45.351 [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 13:25:45.351 [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 13:25:45.351 [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 13:25:45.351 [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 13:25:45.351 [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 13:25:45.351 [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 13:25:45.351 [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 13:25:45.351 [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 13:25:45.351 [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 13:25:45.351 [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 13:25:45.351 [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 13:25:45.352 [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 13:25:45.352 [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 13:25:45.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 13:25:45.352 [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 13:25:45.352 [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 13:25:45.390 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:25:45.390 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:25:45.390 [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 13:25:45.391 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:25:45.391 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:25:45.407 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:25:45.408 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:25:45.408 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:25:45.408 [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; 13:25:45.431 [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/hawkSvnRepo5277440874271476538 13:25:53.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo5277440874271476538:org.eclipse.hawk.svn.SvnManager:false 13:25:53.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:25:53.104 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:25:53.113 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:25:53.113 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:25:53.113 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:25:53.113 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:25:53.114 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:25:53.116 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:25:53.116 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 13:25:53.116 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:25:53.116 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:25:53.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... 13:25:53.118 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 13:25:53.123 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1594041944622) of file:///tmp/hawkSvnRepo5277440874271476538 13:25:53.124 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:25:53.127 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:25:53.127 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:25:53.136 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:25:53.190 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:25:53.190 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:25:53.190 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 13:25:53.193 [pool-56-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 13:25:53.201 [pool-56-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:25:53.201 [pool-56-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 13:25:53.201 [pool-56-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:25:53.201 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s65ms [pure insertion] marking any relevant derived attributes for update...13:25:53.201 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:25:53.201 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:25:53.201 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:25:53.201 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:25:53.202 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:25:53.202 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 13:25:53.202 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:25:53.202 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:25:53.202 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 13:25:53.207 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 13:25:53.218 [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) 13:25:53.219 [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... 13:25:53.219 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s18ms [proxy update] 13:25:53.219 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1594041945454) of file:///tmp/hawkSvnRepo5277440874271476538 13:25:53.219 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:25:53.222 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:25:53.222 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:25:53.292 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:25:53.292 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:25:53.293 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 13:25:53.293 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 13:25:53.293 [pool-56-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:25:53.293 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 13:25:53.293 [pool-56-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:25:53.299 [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...13:25:53.299 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:25:53.300 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:25:53.300 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:25:53.300 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:25:53.300 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:25:53.300 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:25:53.300 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:25:53.300 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:25:53.300 [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... 13:25:53.300 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 13:25:53.301 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s13ms [proxy update] 13:25:53.313 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1594041947108) of file:///tmp/hawkSvnRepo5277440874271476538 13:25:53.313 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:25:53.315 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:25:53.315 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:25:53.323 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:25:53.324 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:25:53.324 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 13:25:53.324 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 13:25:53.324 [pool-56-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:25:53.324 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 13:25:53.324 [pool-56-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:25:53.394 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s71ms [pure insertion] marking any relevant derived attributes for update...13:25:53.394 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:25:53.394 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:25:53.394 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:25:53.394 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:25:53.394 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:25:53.394 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:25:53.394 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:25:53.394 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:25:53.395 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 13:25:53.401 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 13:25:53.414 [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) 13:25:53.414 [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... 13:25:53.414 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 13:25:53.414 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s98ms [proxy update] 13:25:53.492 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1594041949108) of file:///tmp/hawkSvnRepo5277440874271476538 13:25:53.493 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:25:53.494 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:25:53.495 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:25:53.501 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:25:53.501 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:25:53.502 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:25:53.502 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 13:25:53.502 [pool-56-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:25:53.502 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 13:25:53.502 [pool-56-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:25:53.503 [pool-56-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...13:25:53.503 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:25:53.503 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:25:53.503 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:25:53.503 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:25:53.503 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:25:53.503 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:25:53.503 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:25:53.503 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:25:53.503 [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... 13:25:53.503 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 13:25:53.503 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s14ms [proxy update] 13:25:53.517 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1594041951108) of file:///tmp/hawkSvnRepo5277440874271476538 13:25:53.517 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:25:53.517 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 413 ms 13:25:53.524 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:25:53.524 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo5277440874271476538:org.eclipse.hawk.svn.SvnManager:false 13:25:53.525 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:25:53.525 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:25:54.063 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:25:54.063 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit9090092631987661386/test_whenComposability[LevelDB GreyCat] 13:25:54.064 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:25:55.509 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:25:55.511 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:25:55.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 13:25:55.511 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:25:55.511 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:25:55.514 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:25:55.514 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:25:55.514 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:25:55.514 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:25:55.514 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:25:55.514 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:25:55.514 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:25:55.514 [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 13:25:55.520 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:25:55.520 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:25:55.524 [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 13:25:55.524 [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 13:25:55.525 [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 13:25:55.525 [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 13:25:55.525 [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 13:25:55.526 [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 13:25:55.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 13:25:55.528 [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 13:25:55.528 [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 13:25:55.528 [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 13:25:55.528 [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 13:25:55.529 [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 13:25:55.529 [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 13:25:55.529 [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 13:25:55.529 [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 13:25:55.529 [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 13:25:55.529 [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 13:25:55.530 [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 13:25:55.530 [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 13:25:55.530 [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 13:25:55.530 [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 13:25:55.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 13:25:55.531 [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 13:25:55.531 [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 13:25:55.531 [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 13:25:55.531 [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 13:25:55.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 13:25:55.532 [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 13:25:55.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 13:25:55.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 13:25:55.532 [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 13:25:55.532 [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[] 13:25:55.532 [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 13:25:55.535 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:25:55.535 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:25:55.535 [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 13:25:55.537 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:25:55.538 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:25:55.540 [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 13:25:55.540 [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 13:25:55.540 [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 13:25:55.540 [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 13:25:55.540 [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 13:25:55.540 [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 13:25:55.540 [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 13:25:55.541 [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 13:25:55.541 [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 13:25:55.541 [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 13:25:55.541 [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 13:25:55.541 [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 13:25:55.541 [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 13:25:55.541 [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 13:25:55.541 [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 13:25:55.541 [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 13:25:55.541 [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 13:25:55.541 [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 13:25:55.541 [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 13:25:55.541 [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 13:25:55.541 [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 13:25:55.541 [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 13:25:55.541 [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 13:25:55.541 [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 13:25:55.541 [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 13:25:55.541 [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 13:25:55.541 [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 13:25:55.541 [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 13:25:55.541 [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 13:25:55.541 [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 13:25:55.541 [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 13:25:55.541 [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 13:25:55.541 [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 13:25:55.541 [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 13:25:55.541 [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 13:25:55.541 [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 13:25:55.541 [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 13:25:55.541 [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 13:25:55.542 [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 13:25:55.542 [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 13:25:55.542 [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 13:25:55.542 [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 13:25:55.542 [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 13:25:55.542 [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 13:25:55.542 [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 13:25:55.542 [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 13:25:55.542 [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 13:25:55.542 [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 13:25:55.542 [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 13:25:55.542 [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 13:25:55.543 [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 13:25:55.543 [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 13:25:55.543 [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 13:25:55.543 [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[] 13:25:55.543 [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 13:25:55.543 [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 13:25:55.543 [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[] 13:25:55.543 [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 13:25:55.543 [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 13:25:55.590 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:25:55.590 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:25:55.590 [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 13:25:55.591 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:25:55.591 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:25:55.661 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:25:55.662 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:25:55.662 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:25:55.662 [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; 13:25:55.686 [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/hawkSvnRepo1991366768164292469 13:26:03.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1991366768164292469:org.eclipse.hawk.svn.SvnManager:false 13:26:03.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:26:03.104 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:26:03.144 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:26:03.145 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:26:03.145 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:26:03.145 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:26:03.145 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:26:03.146 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:26:03.146 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 13:26:03.146 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:26:03.146 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:26:03.148 [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... 13:26:03.148 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 13:26:03.150 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1594041954633) of file:///tmp/hawkSvnRepo1991366768164292469 13:26:03.151 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:26:03.155 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:26:03.155 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:26:03.162 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:26:03.164 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:26:03.165 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:26:03.165 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 13:26:03.167 [pool-58-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 13:26:03.196 [pool-58-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:26:03.196 [pool-58-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 13:26:03.196 [pool-58-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:26:03.196 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s34ms [pure insertion] marking any relevant derived attributes for update...13:26:03.196 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:26:03.196 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:26:03.196 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:26:03.196 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:26:03.197 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:26:03.197 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 13:26:03.197 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:26:03.197 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:26:03.197 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 13:26:03.201 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 13:26:03.211 [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) 13:26:03.211 [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... 13:26:03.211 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s15ms [proxy update] 13:26:03.211 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1594041955716) of file:///tmp/hawkSvnRepo1991366768164292469 13:26:03.211 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:26:03.213 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:26:03.213 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:26:03.219 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:26:03.219 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:26:03.220 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 13:26:03.220 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 13:26:03.220 [pool-58-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:26:03.220 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 13:26:03.220 [pool-58-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:26:03.224 [pool-58-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...13:26:03.224 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:26:03.225 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:26:03.225 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:26:03.225 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:26:03.225 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:26:03.225 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:26:03.225 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:26:03.225 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:26:03.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... 13:26:03.225 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 13:26:03.225 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s74ms [proxy update] 13:26:03.299 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1594041957108) of file:///tmp/hawkSvnRepo1991366768164292469 13:26:03.300 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:26:03.301 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:26:03.301 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:26:03.308 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:26:03.308 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:26:03.309 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 13:26:03.309 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 13:26:03.309 [pool-58-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:26:03.309 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 13:26:03.309 [pool-58-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:26:03.315 [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...13:26:03.315 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:26:03.316 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:26:03.316 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:26:03.316 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:26:03.316 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:26:03.316 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:26:03.316 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:26:03.316 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:26:03.317 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 13:26:03.322 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 13:26:03.398 [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) 13:26:03.398 [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... 13:26:03.398 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 13:26:03.399 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s93ms [proxy update] 13:26:03.410 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1594041959227) of file:///tmp/hawkSvnRepo1991366768164292469 13:26:03.410 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:26:03.412 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:26:03.412 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:26:03.418 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:26:03.418 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:26:03.420 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:26:03.420 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 13:26:03.420 [pool-58-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:26:03.420 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 13:26:03.420 [pool-58-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:26:03.421 [pool-58-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...13:26:03.421 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:26:03.421 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:26:03.421 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:26:03.421 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:26:03.421 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:26:03.421 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:26:03.421 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:26:03.421 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:26:03.421 [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... 13:26:03.421 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 13:26:03.422 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s79ms [proxy update] 13:26:03.500 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1594041961107) of file:///tmp/hawkSvnRepo1991366768164292469 13:26:03.501 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:26:03.501 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 396 ms 13:26:03.506 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:26:03.506 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1991366768164292469:org.eclipse.hawk.svn.SvnManager:false 13:26:03.508 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:26:03.508 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:26:04.091 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:26:04.091 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5129425973726375503/test_afterAnnotated[LevelDB GreyCat] 13:26:04.092 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:26:05.246 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:26:05.247 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:26:05.247 [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 13:26:05.247 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:26:05.247 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:26:05.249 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:26:05.249 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:26:05.249 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:26:05.249 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:26:05.249 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:26:05.249 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:26:05.250 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:26:05.250 [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 13:26:05.253 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:26:05.253 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:26:05.256 [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 13:26:05.256 [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 13:26:05.256 [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 13:26:05.256 [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 13:26:05.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 13:26:05.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 13:26:05.258 [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 13:26:05.258 [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 13:26:05.259 [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 13:26:05.259 [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 13:26:05.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 13:26:05.259 [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 13:26:05.259 [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[] 13:26:05.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 13:26:05.259 [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 13:26:05.259 [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 13:26:05.259 [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 13:26:05.259 [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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.260 [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 13:26:05.260 [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 13:26:05.260 [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 13:26:05.260 [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 13:26:05.260 [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 13:26:05.260 [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 13:26:05.261 [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 13:26:05.262 [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 13:26:05.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 13:26:05.265 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:26:05.265 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:26:05.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 13:26:05.267 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:26:05.267 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:26:05.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 13:26:05.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[] 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.290 [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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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[] 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.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 13:26:05.294 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:26:05.294 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:26:05.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 13:26:05.295 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:26:05.295 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:26:05.374 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:26:05.375 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:26:05.375 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:26:05.376 [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/hawkSvnRepo6004518935110697029 13:26:13.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6004518935110697029:org.eclipse.hawk.svn.SvnManager:false 13:26:13.105 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:26:13.105 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:26:13.151 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:26:13.151 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:26:13.151 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:26:13.151 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:26:13.151 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:26:13.153 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:26:13.153 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 13:26:13.153 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:26:13.153 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:26:13.154 [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... 13:26:13.154 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 13:26:13.157 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1594041964322) of file:///tmp/hawkSvnRepo6004518935110697029 13:26:13.157 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:26:13.160 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:26:13.160 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:26:13.166 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:26:13.194 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:26:13.194 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:26:13.194 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 13:26:13.196 [pool-60-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 13:26:13.202 [pool-60-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:26:13.202 [pool-60-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 13:26:13.202 [pool-60-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:26:13.202 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s36ms [pure insertion] marking any relevant derived attributes for update...13:26:13.202 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:26:13.202 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:26:13.202 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:26:13.202 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:26:13.202 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:26:13.202 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:26:13.202 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:26:13.202 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:26:13.203 [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 13:26:13.209 [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) 13:26:13.209 [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... 13:26:13.209 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s7ms [proxy update] 13:26:13.209 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1594041965547) of file:///tmp/hawkSvnRepo6004518935110697029 13:26:13.209 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:26:13.211 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:26:13.211 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:26:13.217 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:26:13.217 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:26:13.218 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 13:26:13.218 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 13:26:13.218 [pool-60-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:26:13.218 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 13:26:13.218 [pool-60-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:26:13.225 [pool-60-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...13:26:13.225 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:26:13.226 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:26:13.226 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:26:13.226 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:26:13.226 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:26:13.226 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:26:13.226 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:26:13.226 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:26:13.226 [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 ''; 13:26:13.295 [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) 13:26:13.295 [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... 13:26:13.295 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s70ms [proxy update] 13:26:13.296 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1594041967108) of file:///tmp/hawkSvnRepo6004518935110697029 13:26:13.296 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:26:13.299 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:26:13.299 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:26:13.305 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:26:13.305 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:26:13.306 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:26:13.306 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 13:26:13.306 [pool-60-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:26:13.306 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 13:26:13.306 [pool-60-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:26:13.307 [pool-60-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...13:26:13.307 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:26:13.307 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:26:13.307 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:26:13.307 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:26:13.307 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:26:13.307 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:26:13.307 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:26:13.307 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:26:13.307 [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... 13:26:13.307 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 13:26:13.307 [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] 13:26:13.318 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1594041969117) of file:///tmp/hawkSvnRepo6004518935110697029 13:26:13.319 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:26:13.320 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:26:13.320 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:26:13.326 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:26:13.326 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:26:13.326 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:26:13.327 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 13:26:13.327 [pool-60-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:26:13.327 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 13:26:13.327 [pool-60-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:26:13.327 [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...13:26:13.327 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:26:13.328 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:26:13.328 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:26:13.328 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:26:13.328 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:26:13.328 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:26:13.328 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:26:13.328 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:26:13.328 [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... 13:26:13.328 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 13:26:13.328 [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 ''; 0s72ms [proxy update] 13:26:13.400 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1594041971107) of file:///tmp/hawkSvnRepo6004518935110697029 13:26:13.400 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:26:13.400 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 295 ms 13:26:13.403 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:26:13.403 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6004518935110697029:org.eclipse.hawk.svn.SvnManager:false 13:26:13.405 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:26:13.405 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:26:14.364 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:26:14.364 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3701399241680144924/test_eContainerDerived[LevelDB GreyCat] 13:26:14.365 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:26:16.285 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:26:16.287 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:26:16.287 [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 13:26:16.287 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:26:16.287 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:26:16.289 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:26:16.289 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:26:16.289 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:26:16.289 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:26:16.289 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:26:16.289 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:26:16.289 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:26:16.289 [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 13:26:16.293 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:26:16.293 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:26: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::EShortObject will be handled as its instance type java.lang.Short 13:26: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 13:26:16.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 13:26:16.298 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 13:26:16.298 [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 13:26:16.298 [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 13:26:16.298 [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 13:26:16.299 [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 13:26:16.299 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 13:26:16.299 [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 13:26:16.299 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 13:26:16.299 [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 13:26:16.299 [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 13:26:16.299 [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 13:26:16.299 [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 13:26:16.299 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 13:26:16.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 13:26:16.299 [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 13:26:16.299 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 13:26:16.299 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 13:26:16.300 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 13:26:16.300 [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 13:26:16.300 [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 13:26:16.301 [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 13:26:16.301 [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 13:26:16.301 [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 13:26:16.303 [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 13:26:16.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 13:26:16.304 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 13:26:16.304 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 13:26:16.304 [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 13:26:16.304 [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[] 13:26:16.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 13:26:16.307 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:26:16.307 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:26:16.307 [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 13:26:16.309 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:26:16.309 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:26:16.336 [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 13:26:16.336 [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 13:26:16.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 13:26:16.336 [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 13:26:16.336 [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 13:26:16.336 [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 13:26:16.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 13:26:16.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 13:26:16.337 [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 13:26:16.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 13:26:16.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 13:26:16.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 13:26:16.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 13:26:16.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 13:26:16.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 13:26:16.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[] 13:26:16.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 13:26:16.337 [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 13:26:16.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 13:26:16.337 [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 13:26:16.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 13:26:16.337 [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 13:26:16.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 13:26:16.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 13:26:16.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 13:26:16.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 13:26:16.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 13:26:16.337 [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 13:26:16.337 [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 13:26:16.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 13:26:16.337 [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 13:26:16.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 13:26:16.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 13:26:16.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 13:26:16.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 13:26:16.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 13:26:16.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 13:26:16.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 13:26:16.337 [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 13:26:16.337 [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 13:26:16.337 [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 13:26:16.337 [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 13:26:16.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 13:26:16.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 13:26:16.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 13:26:16.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 13:26:16.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 13:26:16.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 13:26:16.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 13:26:16.337 [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 13:26:16.337 [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[] 13:26:16.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 13:26:16.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 13:26:16.338 [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 13:26:16.338 [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 13:26:16.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 13:26:16.338 [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 13:26:16.338 [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 13:26:16.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 13:26:16.340 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:26:16.340 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:26:16.340 [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 13:26:16.340 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:26:16.340 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:26:16.390 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:26:16.392 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:26:16.392 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo6653699863915148719 13:26:21.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6653699863915148719:org.eclipse.hawk.svn.SvnManager:false 13:26:21.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:26:21.104 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:26:21.140 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:26:21.140 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:26:21.140 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:26:21.140 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:26:21.140 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:26:21.147 [pool-62-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:26:21.147 [pool-62-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 13:26:21.147 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:26:21.147 [pool-62-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:26:21.148 [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... 13:26:21.148 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 13:26:21.150 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1594041975295) of file:///tmp/hawkSvnRepo6653699863915148719 13:26:21.151 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:26:21.154 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:26:21.154 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:26:21.161 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:26:21.166 [pool-62-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:26:21.166 [pool-62-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:26:21.166 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 13:26:21.191 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 13:26:21.195 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:26:21.195 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 13:26:21.195 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:26:21.195 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s34ms [pure insertion] marking any relevant derived attributes for update...13:26:21.195 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:26:21.195 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:26:21.195 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:26:21.195 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:26:21.196 [pool-62-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:26:21.196 [pool-62-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 13:26:21.196 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:26:21.196 [pool-62-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... No username/password recorded for the repository file:///tmp/hawkSvnRepo1380615601507421503 13:26:21.196 [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... 13:26:21.196 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:26:21.196 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1594041976407) of file:///tmp/hawkSvnRepo6653699863915148719 13:26:21.196 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:26:21.196 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 92 ms 13:26:21.198 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6653699863915148719:org.eclipse.hawk.svn.SvnManager:false adding: file:///tmp/hawkSvnRepo1380615601507421503:org.eclipse.hawk.svn.SvnManager:false 13:26:21.200 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:26:21.200 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:26:21.204 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:26:21.204 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:26:21.204 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:26:21.205 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:26:21.205 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:26:21.205 [pool-62-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:26:21.205 [pool-62-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:26:21.205 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:26:21.205 [pool-62-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:26:21.205 [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... 13:26:21.205 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:26:21.205 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1594041974643) of file:///tmp/hawkSvnRepo1380615601507421503 13:26:21.205 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:26:21.207 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:26:21.207 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:26:21.212 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /main.xmi... 13:26:21.212 [pool-62-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:26:21.213 [pool-62-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:26:21.213 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /main.xmi... 13:26:21.215 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /main.xmi 13:26:21.218 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:26:21.218 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /main.xmi 13:26:21.218 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:26:21.218 [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...13:26:21.218 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:26:21.218 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:26:21.218 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:26:21.218 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:26:21.218 [pool-62-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:26:21.218 [pool-62-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:26:21.218 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:26:21.218 [pool-62-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:26:21.218 [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... 13:26:21.218 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:26:21.218 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1594041979158) of file:///tmp/hawkSvnRepo1380615601507421503 13:26:21.219 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:26:21.219 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 19 ms 13:26:21.227 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:26:21.227 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6653699863915148719:org.eclipse.hawk.svn.SvnManager:false adding: file:///tmp/hawkSvnRepo1380615601507421503:org.eclipse.hawk.svn.SvnManager:false 13:26:21.292 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:26:21.292 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:26:22.566 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:26:22.566 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4140947980091195557/test_testCounts[LevelDB GreyCat] 13:26:22.567 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:26:22.806 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:26:22.808 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:26:22.808 [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 13:26:22.808 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:26:22.808 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:26:22.812 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:26:22.812 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:26:22.812 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:26:22.812 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:26:22.812 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:26:22.812 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:26:22.812 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:26:22.812 [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 13:26:22.816 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:26:22.817 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:26:22.824 [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 13:26:22.824 [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 13:26:22.824 [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 13:26:22.826 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 13:26:22.826 [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 13:26:22.826 [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 13:26:22.826 [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 13:26:22.826 [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 13:26:22.826 [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 13:26:22.826 [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 13:26:22.826 [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 13:26:22.826 [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 13:26:22.826 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 13:26:22.826 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 13:26:22.826 [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 13:26:22.826 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 13:26:22.827 [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 13:26:22.827 [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 13:26:22.827 [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 13:26:22.827 [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 13:26:22.827 [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 13:26:22.827 [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 13:26:22.827 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 13:26:22.829 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 13:26:22.829 [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 13:26:22.830 [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 13:26:22.830 [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 13:26:22.830 [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 13:26:22.830 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 13:26:22.830 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 13:26:22.830 [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 13:26:22.830 [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 13:26:22.830 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 13:26:22.833 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:26:22.833 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:26:22.833 [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 13:26:22.835 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:26:22.835 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:26:22.893 [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 13:26:22.893 [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 13:26:22.893 [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 13:26:22.893 [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 13:26:22.893 [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 13:26:22.893 [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 13:26:22.893 [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 13:26:22.894 [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 13:26:22.894 [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 13:26:22.894 [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 13:26:22.894 [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 13:26:22.894 [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 13:26:22.894 [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 13:26:22.894 [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 13:26:22.894 [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 13:26:22.894 [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 13:26:22.894 [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 13:26:22.894 [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 13:26:22.894 [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 13:26:22.894 [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[] 13:26:22.894 [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 13:26:22.894 [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 13:26:22.894 [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 13:26:22.894 [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 13:26:22.894 [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 13:26:22.894 [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 13:26:22.894 [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 13:26:22.894 [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 13:26:22.894 [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 13:26:22.894 [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 13:26:22.894 [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 13:26:22.894 [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 13:26:22.894 [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 13:26:22.895 [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 13:26:22.895 [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 13:26:22.895 [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 13:26:22.895 [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 13:26:22.895 [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 13:26:22.895 [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 13:26:22.895 [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 13:26:22.895 [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 13:26:22.895 [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 13:26:22.895 [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 13:26:22.895 [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 13:26:22.895 [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 13:26:22.895 [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 13:26:22.895 [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 13:26:22.895 [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 13:26:22.896 [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 13:26:22.896 [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 13:26:22.896 [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 13:26:22.896 [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[] 13:26:22.896 [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 13:26:22.896 [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 13:26:22.896 [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 13:26:22.896 [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 13:26:22.896 [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 13:26:22.896 [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 13:26:22.896 [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 13:26:22.898 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:26:22.899 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:26:22.899 [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 13:26:22.899 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:26:22.899 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:26:22.910 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:26:22.911 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:26:22.911 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:26:23.002 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 13:26:23.002 [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] 13:26:23.007 [main] DEBUG org.eclipse.jgit.util.FS - readpipe [git, --version],/usr/bin 13:26:23.009 [main] DEBUG org.eclipse.jgit.util.FS - readpipe may return 'git version 2.20.1' 13:26:23.009 [main] DEBUG org.eclipse.jgit.util.FS - remaining output: 13:26:23.009 [main] DEBUG org.eclipse.jgit.util.FS - readpipe [git, config, --system, --edit],/usr/bin 13:26:23.011 [main] DEBUG org.eclipse.jgit.util.FS - readpipe may return '/etc/gitconfig' 13:26:23.011 [main] DEBUG org.eclipse.jgit.util.FS - remaining output: 13:26:23.015 [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-06 13:26:23.002000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983002000000 ns, racy<=2500000000 ns 13:26:23.015 [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 13:26:23.015 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 13:26:23.015 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/etc/gitconfig] 13:26:23.016 [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-06 13:26:23.002000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983002000000 ns, racy<=2500000000 ns 13:26:23.016 [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 13:26:23.016 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:23.016 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:23.016 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 13:26:23.016 [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] 13:26:23.017 [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-06 13:26:23.002000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983002000000 ns, racy<=2500000000 ns 13:26:23.017 [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 13:26:23.017 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:23.017 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:23.017 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:23.017 [main] 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 13:26:23.018 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=false, read=2020-07-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:23.018 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is unmodified 13:26:23.026 [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-06 13:26:23.002000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983002000000 ns, racy<=2500000000 ns 13:26:23.026 [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 13:26:23.026 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:23.026 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:23.026 [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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:23.026 [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 13:26:23.026 [FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[FileStoreAttributeReader-1,5,main]: start measure timestamp resolution / (rootfs) in /tmp/junit3311078909482094257 13:26:23.036 [FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[FileStoreAttributeReader-1,5,main]: end measure timestamp resolution / (rootfs) in /tmp/junit3311078909482094257 13:26:23.036 [FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[FileStoreAttributeReader-1,5,main]: start measure minimal racy interval in /tmp/junit3311078909482094257 13:26:23.037 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.036000000, lastModified=2020-07-06 13:26:23.035132000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.038 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.035132000 to 2020-07-06 13:26:23.037132000 13:26:23.038 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.038000000, lastModified=2020-07-06 13:26:23.037132000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.038 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.038000000, lastModified=2020-07-06 13:26:23.037132000, delta=868000 ns, racy<=2502500 ns 13:26:23.038 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.039 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.039000000, lastModified=2020-07-06 13:26:23.038132000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.039 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.039000000, lastModified=2020-07-06 13:26:23.038132000, delta=868000 ns, racy<=2502500 ns 13:26:23.039 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.040 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.040000000, lastModified=2020-07-06 13:26:23.039132000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.042 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.039132000 to 2020-07-06 13:26:23.041133000 13:26:23.092 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.092000000, lastModified=2020-07-06 13:26:23.091133000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.094 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.091133000 to 2020-07-06 13:26:23.093133000 13:26:23.098 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.098000000, lastModified=2020-07-06 13:26:23.097134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.105 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.097134000 to 2020-07-06 13:26:23.104134000 13:26:23.107 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.107000000, lastModified=2020-07-06 13:26:23.106134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.107 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.107000000, lastModified=2020-07-06 13:26:23.106134000, delta=866000 ns, racy<=2502500 ns 13:26:23.107 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.107 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.107000000, lastModified=2020-07-06 13:26:23.106134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.107 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.107000000, lastModified=2020-07-06 13:26:23.106134000, delta=866000 ns, racy<=2502500 ns 13:26:23.108 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.108 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.108000000, lastModified=2020-07-06 13:26:23.107134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.108 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.108000000, lastModified=2020-07-06 13:26:23.107134000, delta=866000 ns, racy<=2502500 ns 13:26:23.108 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.108 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.108000000, lastModified=2020-07-06 13:26:23.107134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.108 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.108000000, lastModified=2020-07-06 13:26:23.107134000, delta=866000 ns, racy<=2502500 ns 13:26:23.108 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.109 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.109000000, lastModified=2020-07-06 13:26:23.108134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.109 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.109000000, lastModified=2020-07-06 13:26:23.108134000, delta=866000 ns, racy<=2502500 ns 13:26:23.109 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.109 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.109000000, lastModified=2020-07-06 13:26:23.108134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.109 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.109000000, lastModified=2020-07-06 13:26:23.108134000, delta=866000 ns, racy<=2502500 ns 13:26:23.109 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.110 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.110000000, lastModified=2020-07-06 13:26:23.108134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.110 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.108134000 to 2020-07-06 13:26:23.109134000 13:26:23.110 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.110000000, lastModified=2020-07-06 13:26:23.109134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.110 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.110000000, lastModified=2020-07-06 13:26:23.109134000, delta=866000 ns, racy<=2502500 ns 13:26:23.110 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.110 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.110000000, lastModified=2020-07-06 13:26:23.109134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.111 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.109134000 to 2020-07-06 13:26:23.110134000 13:26:23.111 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.111000000, lastModified=2020-07-06 13:26:23.110134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.111 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.111000000, lastModified=2020-07-06 13:26:23.110134000, delta=866000 ns, racy<=2502500 ns 13:26:23.111 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.111000000, lastModified=2020-07-06 13:26:23.110134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.110134000 to 2020-07-06 13:26:23.111134000 13:26:23.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.112000000, lastModified=2020-07-06 13:26:23.111134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.113 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.112000000, lastModified=2020-07-06 13:26:23.111134000, delta=866000 ns, racy<=2502500 ns 13:26:23.113 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.113 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.113000000, lastModified=2020-07-06 13:26:23.112134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.113 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.113000000, lastModified=2020-07-06 13:26:23.112134000, delta=866000 ns, racy<=2502500 ns 13:26:23.113 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.114 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.114000000, lastModified=2020-07-06 13:26:23.113134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.114 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.114000000, lastModified=2020-07-06 13:26:23.113134000, delta=866000 ns, racy<=2502500 ns 13:26:23.114 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.114 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.114000000, lastModified=2020-07-06 13:26:23.113134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.115 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.113134000 to 2020-07-06 13:26:23.114134000 13:26:23.115 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.115000000, lastModified=2020-07-06 13:26:23.114134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.115 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.115000000, lastModified=2020-07-06 13:26:23.114134000, delta=866000 ns, racy<=2502500 ns 13:26:23.115 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.115 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.115000000, lastModified=2020-07-06 13:26:23.114134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.116 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.114134000 to 2020-07-06 13:26:23.115134000 13:26:23.116 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.116000000, lastModified=2020-07-06 13:26:23.115134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.116 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.116000000, lastModified=2020-07-06 13:26:23.115134000, delta=866000 ns, racy<=2502500 ns 13:26:23.116 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.117 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.117000000, lastModified=2020-07-06 13:26:23.115134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.117 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.115134000 to 2020-07-06 13:26:23.116134000 13:26:23.117 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.117000000, lastModified=2020-07-06 13:26:23.116134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.117 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.117000000, lastModified=2020-07-06 13:26:23.116134000, delta=866000 ns, racy<=2502500 ns 13:26:23.117 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.118 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.118000000, lastModified=2020-07-06 13:26:23.117134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.118 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.118000000, lastModified=2020-07-06 13:26:23.117134000, delta=866000 ns, racy<=2502500 ns 13:26:23.118 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.118 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.118000000, lastModified=2020-07-06 13:26:23.117134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.118 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.118000000, lastModified=2020-07-06 13:26:23.117134000, delta=866000 ns, racy<=2502500 ns 13:26:23.118 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.118 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.118000000, lastModified=2020-07-06 13:26:23.117134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.119 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.117134000 to 2020-07-06 13:26:23.118134000 13:26:23.119 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.119000000, lastModified=2020-07-06 13:26:23.118134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.119 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.119000000, lastModified=2020-07-06 13:26:23.118134000, delta=866000 ns, racy<=2502500 ns 13:26:23.119 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.119 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.119000000, lastModified=2020-07-06 13:26:23.118134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.119 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.119000000, lastModified=2020-07-06 13:26:23.118134000, delta=866000 ns, racy<=2502500 ns 13:26:23.119 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.120 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.120000000, lastModified=2020-07-06 13:26:23.119134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.120 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.120000000, lastModified=2020-07-06 13:26:23.119134000, delta=866000 ns, racy<=2502500 ns 13:26:23.120 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.120 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.120000000, lastModified=2020-07-06 13:26:23.119134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.120 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.120000000, lastModified=2020-07-06 13:26:23.119134000, delta=866000 ns, racy<=2502500 ns 13:26:23.120 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.120 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.120000000, lastModified=2020-07-06 13:26:23.119134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.121 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.119134000 to 2020-07-06 13:26:23.120134000 13:26:23.121 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.121000000, lastModified=2020-07-06 13:26:23.120134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.126 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.120134000 to 2020-07-06 13:26:23.124134000 13:26:23.126 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.126000000, lastModified=2020-07-06 13:26:23.125134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.127 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.126000000, lastModified=2020-07-06 13:26:23.125134000, delta=866000 ns, racy<=2502500 ns 13:26:23.127 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.127 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.127000000, lastModified=2020-07-06 13:26:23.126134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.127 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.127000000, lastModified=2020-07-06 13:26:23.126134000, delta=866000 ns, racy<=2502500 ns 13:26:23.127 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.127 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.127000000, lastModified=2020-07-06 13:26:23.126134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.128 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.126134000 to 2020-07-06 13:26:23.127134000 13:26:23.128 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.128000000, lastModified=2020-07-06 13:26:23.127134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.128 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.128000000, lastModified=2020-07-06 13:26:23.127134000, delta=866000 ns, racy<=2502500 ns 13:26:23.128 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.128 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.128000000, lastModified=2020-07-06 13:26:23.127134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.128 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.128000000, lastModified=2020-07-06 13:26:23.127134000, delta=866000 ns, racy<=2502500 ns 13:26:23.128 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.129 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.129000000, lastModified=2020-07-06 13:26:23.128134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.129 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.129000000, lastModified=2020-07-06 13:26:23.128134000, delta=866000 ns, racy<=2502500 ns 13:26:23.129 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.129 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.129000000, lastModified=2020-07-06 13:26:23.128134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.129 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.129000000, lastModified=2020-07-06 13:26:23.128134000, delta=866000 ns, racy<=2502500 ns 13:26:23.129 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.129000000, lastModified=2020-07-06 13:26:23.128134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.128134000 to 2020-07-06 13:26:23.129134000 13:26:23.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.130000000, lastModified=2020-07-06 13:26:23.129134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.130000000, lastModified=2020-07-06 13:26:23.129134000, delta=866000 ns, racy<=2502500 ns 13:26:23.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.130000000, lastModified=2020-07-06 13:26:23.129134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.131 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.129134000 to 2020-07-06 13:26:23.130134000 13:26:23.131 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.131000000, lastModified=2020-07-06 13:26:23.130134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.131 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.131000000, lastModified=2020-07-06 13:26:23.130134000, delta=866000 ns, racy<=2502500 ns 13:26:23.131 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.131 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.131000000, lastModified=2020-07-06 13:26:23.130134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.131 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.131000000, lastModified=2020-07-06 13:26:23.130134000, delta=866000 ns, racy<=2502500 ns 13:26:23.131 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.132 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.132000000, lastModified=2020-07-06 13:26:23.131134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.132 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.132000000, lastModified=2020-07-06 13:26:23.131134000, delta=866000 ns, racy<=2502500 ns 13:26:23.132 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.132 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.132000000, lastModified=2020-07-06 13:26:23.131134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.132 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.132000000, lastModified=2020-07-06 13:26:23.131134000, delta=866000 ns, racy<=2502500 ns 13:26:23.132 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.132 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.132000000, lastModified=2020-07-06 13:26:23.131134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.133 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.131134000 to 2020-07-06 13:26:23.132134000 13:26:23.133 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.133000000, lastModified=2020-07-06 13:26:23.132134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.133 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.133000000, lastModified=2020-07-06 13:26:23.132134000, delta=866000 ns, racy<=2502500 ns 13:26:23.133 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.134 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.133000000, lastModified=2020-07-06 13:26:23.132134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.134 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.132134000 to 2020-07-06 13:26:23.133134000 13:26:23.134 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.134000000, lastModified=2020-07-06 13:26:23.133134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.134 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.134000000, lastModified=2020-07-06 13:26:23.133134000, delta=866000 ns, racy<=2502500 ns 13:26:23.135 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.135 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.135000000, lastModified=2020-07-06 13:26:23.134134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.135 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.135000000, lastModified=2020-07-06 13:26:23.134134000, delta=866000 ns, racy<=2502500 ns 13:26:23.135 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.135 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.135000000, lastModified=2020-07-06 13:26:23.134134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.135 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.135000000, lastModified=2020-07-06 13:26:23.134134000, delta=866000 ns, racy<=2502500 ns 13:26:23.135 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.136 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.135000000, lastModified=2020-07-06 13:26:23.134134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.136 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.134134000 to 2020-07-06 13:26:23.135134000 13:26:23.136 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.136000000, lastModified=2020-07-06 13:26:23.135134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.136 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.136000000, lastModified=2020-07-06 13:26:23.135134000, delta=866000 ns, racy<=2502500 ns 13:26:23.136 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.136 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.136000000, lastModified=2020-07-06 13:26:23.135134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.137 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.135134000 to 2020-07-06 13:26:23.136134000 13:26:23.137 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.137000000, lastModified=2020-07-06 13:26:23.136134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.137 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.137000000, lastModified=2020-07-06 13:26:23.136134000, delta=866000 ns, racy<=2502500 ns 13:26:23.137 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.137 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.137000000, lastModified=2020-07-06 13:26:23.136134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.137 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.137000000, lastModified=2020-07-06 13:26:23.136134000, delta=866000 ns, racy<=2502500 ns 13:26:23.137 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.138 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.138000000, lastModified=2020-07-06 13:26:23.137134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.138 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.138000000, lastModified=2020-07-06 13:26:23.137134000, delta=866000 ns, racy<=2502500 ns 13:26:23.138 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.138 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.138000000, lastModified=2020-07-06 13:26:23.137134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.138 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.138000000, lastModified=2020-07-06 13:26:23.137134000, delta=866000 ns, racy<=2502500 ns 13:26:23.138 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.139 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.139000000, lastModified=2020-07-06 13:26:23.138134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.139 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.139000000, lastModified=2020-07-06 13:26:23.138134000, delta=866000 ns, racy<=2502500 ns 13:26:23.139 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.139 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.139000000, lastModified=2020-07-06 13:26:23.138134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.139 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.139000000, lastModified=2020-07-06 13:26:23.138134000, delta=866000 ns, racy<=2502500 ns 13:26:23.139 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.140 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.140000000, lastModified=2020-07-06 13:26:23.138134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.140 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.138134000 to 2020-07-06 13:26:23.139134000 13:26:23.140 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.140000000, lastModified=2020-07-06 13:26:23.139134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.140 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.140000000, lastModified=2020-07-06 13:26:23.139134000, delta=866000 ns, racy<=2502500 ns 13:26:23.140 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.140 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.140000000, lastModified=2020-07-06 13:26:23.139134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.141 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.139134000 to 2020-07-06 13:26:23.140134000 13:26:23.141 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.141000000, lastModified=2020-07-06 13:26:23.140134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.141 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.141000000, lastModified=2020-07-06 13:26:23.140134000, delta=866000 ns, racy<=2502500 ns 13:26:23.141 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.141 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.141000000, lastModified=2020-07-06 13:26:23.140134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.142 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.140134000 to 2020-07-06 13:26:23.141134000 13:26:23.142 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.142000000, lastModified=2020-07-06 13:26:23.141134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.142 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.142000000, lastModified=2020-07-06 13:26:23.141134000, delta=866000 ns, racy<=2502500 ns 13:26:23.142 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.142 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.142000000, lastModified=2020-07-06 13:26:23.141134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.141134000 to 2020-07-06 13:26:23.142134000 13:26:23.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.143000000, lastModified=2020-07-06 13:26:23.142134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.143000000, lastModified=2020-07-06 13:26:23.142134000, delta=866000 ns, racy<=2502500 ns 13:26:23.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.143000000, lastModified=2020-07-06 13:26:23.142134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.143000000, lastModified=2020-07-06 13:26:23.142134000, delta=866000 ns, racy<=2502500 ns 13:26:23.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.144000000, lastModified=2020-07-06 13:26:23.143134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.144000000, lastModified=2020-07-06 13:26:23.143134000, delta=866000 ns, racy<=2502500 ns 13:26:23.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.144000000, lastModified=2020-07-06 13:26:23.143134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.144000000, lastModified=2020-07-06 13:26:23.143134000, delta=866000 ns, racy<=2502500 ns 13:26:23.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.144000000, lastModified=2020-07-06 13:26:23.143134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.143134000 to 2020-07-06 13:26:23.144134000 13:26:23.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.145000000, lastModified=2020-07-06 13:26:23.144134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.145000000, lastModified=2020-07-06 13:26:23.144134000, delta=866000 ns, racy<=2502500 ns 13:26:23.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.145000000, lastModified=2020-07-06 13:26:23.144134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.145000000, lastModified=2020-07-06 13:26:23.144134000, delta=866000 ns, racy<=2502500 ns 13:26:23.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.146000000, lastModified=2020-07-06 13:26:23.145134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.146000000, lastModified=2020-07-06 13:26:23.145134000, delta=866000 ns, racy<=2502500 ns 13:26:23.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.146000000, lastModified=2020-07-06 13:26:23.145134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.146000000, lastModified=2020-07-06 13:26:23.145134000, delta=866000 ns, racy<=2502500 ns 13:26:23.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.147 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.146000000, lastModified=2020-07-06 13:26:23.145134000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.145134000 to 2020-07-06 13:26:23.148135000 13:26:23.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.149000000, lastModified=2020-07-06 13:26:23.148135000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.149000000, lastModified=2020-07-06 13:26:23.148135000, delta=865000 ns, racy<=2502500 ns 13:26:23.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.150000000, lastModified=2020-07-06 13:26:23.149135000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.150000000, lastModified=2020-07-06 13:26:23.149135000, delta=865000 ns, racy<=2502500 ns 13:26:23.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.150000000, lastModified=2020-07-06 13:26:23.149135000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.150000000, lastModified=2020-07-06 13:26:23.149135000, delta=865000 ns, racy<=2502500 ns 13:26:23.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.151 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.151000000, lastModified=2020-07-06 13:26:23.150135000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.151 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.151000000, lastModified=2020-07-06 13:26:23.150135000, delta=865000 ns, racy<=2502500 ns 13:26:23.151 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.151 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.151000000, lastModified=2020-07-06 13:26:23.150135000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.150135000 to 2020-07-06 13:26:23.151135000 13:26:23.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.152000000, lastModified=2020-07-06 13:26:23.151135000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.153 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.152000000, lastModified=2020-07-06 13:26:23.151135000, delta=865000 ns, racy<=2502500 ns 13:26:23.153 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.153 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.153000000, lastModified=2020-07-06 13:26:23.152135000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.153 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.153000000, lastModified=2020-07-06 13:26:23.152135000, delta=865000 ns, racy<=2502500 ns 13:26:23.153 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.153 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.153000000, lastModified=2020-07-06 13:26:23.152135000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.154 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.152135000 to 2020-07-06 13:26:23.153135000 13:26:23.154 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.154000000, lastModified=2020-07-06 13:26:23.153135000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.154 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.154000000, lastModified=2020-07-06 13:26:23.153135000, delta=865000 ns, racy<=2502500 ns 13:26:23.154 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.154 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.154000000, lastModified=2020-07-06 13:26:23.153135000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.153135000 to 2020-07-06 13:26:23.154135000 13:26:23.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.155000000, lastModified=2020-07-06 13:26:23.154135000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.155000000, lastModified=2020-07-06 13:26:23.154135000, delta=865000 ns, racy<=2502500 ns 13:26:23.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.155000000, lastModified=2020-07-06 13:26:23.154135000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.155000000, lastModified=2020-07-06 13:26:23.154135000, delta=865000 ns, racy<=2502500 ns 13:26:23.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.156000000, lastModified=2020-07-06 13:26:23.155135000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.156000000, lastModified=2020-07-06 13:26:23.155135000, delta=865000 ns, racy<=2502500 ns 13:26:23.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.156000000, lastModified=2020-07-06 13:26:23.155135000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.156000000, lastModified=2020-07-06 13:26:23.155135000, delta=865000 ns, racy<=2502500 ns 13:26:23.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.157 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.157000000, lastModified=2020-07-06 13:26:23.156135000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.157 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.157000000, lastModified=2020-07-06 13:26:23.156135000, delta=865000 ns, racy<=2502500 ns 13:26:23.157 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.157 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.157000000, lastModified=2020-07-06 13:26:23.156135000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.157 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.157000000, lastModified=2020-07-06 13:26:23.156135000, delta=865000 ns, racy<=2502500 ns 13:26:23.157 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.158000000, lastModified=2020-07-06 13:26:23.156135000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.156135000 to 2020-07-06 13:26:23.157135000 13:26:23.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.158000000, lastModified=2020-07-06 13:26:23.157135000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.158000000, lastModified=2020-07-06 13:26:23.157135000, delta=865000 ns, racy<=2502500 ns 13:26:23.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.159000000, lastModified=2020-07-06 13:26:23.158135000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.159000000, lastModified=2020-07-06 13:26:23.158135000, delta=865000 ns, racy<=2502500 ns 13:26:23.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.191 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.191000000, lastModified=2020-07-06 13:26:23.190135000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.191 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.191000000, lastModified=2020-07-06 13:26:23.190135000, delta=865000 ns, racy<=2502500 ns 13:26:23.191 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.191 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.191000000, lastModified=2020-07-06 13:26:23.190135000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.192 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.190135000 to 2020-07-06 13:26:23.191135000 13:26:23.192 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.192000000, lastModified=2020-07-06 13:26:23.191135000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.192 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.192000000, lastModified=2020-07-06 13:26:23.191135000, delta=865000 ns, racy<=2502500 ns 13:26:23.192 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.196 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.196000000, lastModified=2020-07-06 13:26:23.195135000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.196 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.196000000, lastModified=2020-07-06 13:26:23.195135000, delta=865000 ns, racy<=2502500 ns 13:26:23.196 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.197 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.197000000, lastModified=2020-07-06 13:26:23.196135000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.197 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.197000000, lastModified=2020-07-06 13:26:23.196135000, delta=865000 ns, racy<=2502500 ns 13:26:23.197 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.203 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.203000000, lastModified=2020-07-06 13:26:23.201135000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.205 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.201135000 to 2020-07-06 13:26:23.204136000 13:26:23.206 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.206000000, lastModified=2020-07-06 13:26:23.205136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.207 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.205136000 to 2020-07-06 13:26:23.206136000 13:26:23.208 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.208000000, lastModified=2020-07-06 13:26:23.207136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.208 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.208000000, lastModified=2020-07-06 13:26:23.207136000, delta=864000 ns, racy<=2502500 ns 13:26:23.208 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.209 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.209000000, lastModified=2020-07-06 13:26:23.208136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.212 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.208136000 to 2020-07-06 13:26:23.211136000 13:26:23.212 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.212000000, lastModified=2020-07-06 13:26:23.211136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.212 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.212000000, lastModified=2020-07-06 13:26:23.211136000, delta=864000 ns, racy<=2502500 ns 13:26:23.212 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.213 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.213000000, lastModified=2020-07-06 13:26:23.211136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.213 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.211136000 to 2020-07-06 13:26:23.212136000 13:26:23.213 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.213000000, lastModified=2020-07-06 13:26:23.212136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.213 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.213000000, lastModified=2020-07-06 13:26:23.212136000, delta=864000 ns, racy<=2502500 ns 13:26:23.213 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.214 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.214000000, lastModified=2020-07-06 13:26:23.213136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.214 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.214000000, lastModified=2020-07-06 13:26:23.213136000, delta=864000 ns, racy<=2502500 ns 13:26:23.214 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.215 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.215000000, lastModified=2020-07-06 13:26:23.214136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.216 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.215000000, lastModified=2020-07-06 13:26:23.214136000, delta=864000 ns, racy<=2502500 ns 13:26:23.216 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.216 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.216000000, lastModified=2020-07-06 13:26:23.215136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.216 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.216000000, lastModified=2020-07-06 13:26:23.215136000, delta=864000 ns, racy<=2502500 ns 13:26:23.216 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.217 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.217000000, lastModified=2020-07-06 13:26:23.216136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.217 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.217000000, lastModified=2020-07-06 13:26:23.216136000, delta=864000 ns, racy<=2502500 ns 13:26:23.217 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.217 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.217000000, lastModified=2020-07-06 13:26:23.216136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.217 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.217000000, lastModified=2020-07-06 13:26:23.216136000, delta=864000 ns, racy<=2502500 ns 13:26:23.217 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.218 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.218000000, lastModified=2020-07-06 13:26:23.217136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.218 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.218000000, lastModified=2020-07-06 13:26:23.217136000, delta=864000 ns, racy<=2502500 ns 13:26:23.218 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.218 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.218000000, lastModified=2020-07-06 13:26:23.217136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.218 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.218000000, lastModified=2020-07-06 13:26:23.217136000, delta=864000 ns, racy<=2502500 ns 13:26:23.218 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.219 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.219000000, lastModified=2020-07-06 13:26:23.218136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.219 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.219000000, lastModified=2020-07-06 13:26:23.218136000, delta=864000 ns, racy<=2502500 ns 13:26:23.219 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.219 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.219000000, lastModified=2020-07-06 13:26:23.218136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.219 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.219000000, lastModified=2020-07-06 13:26:23.218136000, delta=864000 ns, racy<=2502500 ns 13:26:23.219 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.219 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.219000000, lastModified=2020-07-06 13:26:23.218136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.220 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.218136000 to 2020-07-06 13:26:23.219136000 13:26:23.220 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.220000000, lastModified=2020-07-06 13:26:23.219136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.220 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.220000000, lastModified=2020-07-06 13:26:23.219136000, delta=864000 ns, racy<=2502500 ns 13:26:23.220 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.220 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.220000000, lastModified=2020-07-06 13:26:23.219136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.221 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.220000000, lastModified=2020-07-06 13:26:23.219136000, delta=864000 ns, racy<=2502500 ns 13:26:23.221 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.221 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.221000000, lastModified=2020-07-06 13:26:23.220136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.221 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.221000000, lastModified=2020-07-06 13:26:23.220136000, delta=864000 ns, racy<=2502500 ns 13:26:23.221 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.221 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.221000000, lastModified=2020-07-06 13:26:23.220136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.222 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.221000000, lastModified=2020-07-06 13:26:23.220136000, delta=864000 ns, racy<=2502500 ns 13:26:23.222 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.222 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.222000000, lastModified=2020-07-06 13:26:23.221136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.222 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.222000000, lastModified=2020-07-06 13:26:23.221136000, delta=864000 ns, racy<=2502500 ns 13:26:23.222 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.222 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.222000000, lastModified=2020-07-06 13:26:23.221136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.222 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.222000000, lastModified=2020-07-06 13:26:23.221136000, delta=864000 ns, racy<=2502500 ns 13:26:23.222 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.223 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.223000000, lastModified=2020-07-06 13:26:23.222136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.223 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.223000000, lastModified=2020-07-06 13:26:23.222136000, delta=864000 ns, racy<=2502500 ns 13:26:23.223 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.223 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.223000000, lastModified=2020-07-06 13:26:23.222136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.223 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.223000000, lastModified=2020-07-06 13:26:23.222136000, delta=864000 ns, racy<=2502500 ns 13:26:23.223 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.224 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.224000000, lastModified=2020-07-06 13:26:23.222136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.224 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.222136000 to 2020-07-06 13:26:23.223136000 13:26:23.224 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.224000000, lastModified=2020-07-06 13:26:23.223136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.224 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.224000000, lastModified=2020-07-06 13:26:23.223136000, delta=864000 ns, racy<=2502500 ns 13:26:23.224 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.224 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.224000000, lastModified=2020-07-06 13:26:23.223136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.225 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.223136000 to 2020-07-06 13:26:23.224136000 13:26:23.225 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.225000000, lastModified=2020-07-06 13:26:23.224136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.225 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.225000000, lastModified=2020-07-06 13:26:23.224136000, delta=864000 ns, racy<=2502500 ns 13:26:23.225 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.225 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.225000000, lastModified=2020-07-06 13:26:23.224136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.226 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.225000000, lastModified=2020-07-06 13:26:23.224136000, delta=864000 ns, racy<=2502500 ns 13:26:23.226 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.226 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.226000000, lastModified=2020-07-06 13:26:23.225136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.226 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.226000000, lastModified=2020-07-06 13:26:23.225136000, delta=864000 ns, racy<=2502500 ns 13:26:23.226 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.226 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.226000000, lastModified=2020-07-06 13:26:23.225136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.226 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.226000000, lastModified=2020-07-06 13:26:23.225136000, delta=864000 ns, racy<=2502500 ns 13:26:23.226 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.227 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.227000000, lastModified=2020-07-06 13:26:23.226136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.227 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.227000000, lastModified=2020-07-06 13:26:23.226136000, delta=864000 ns, racy<=2502500 ns 13:26:23.227 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.227 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.227000000, lastModified=2020-07-06 13:26:23.226136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.227 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.227000000, lastModified=2020-07-06 13:26:23.226136000, delta=864000 ns, racy<=2502500 ns 13:26:23.227 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.227 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.227000000, lastModified=2020-07-06 13:26:23.226136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.228 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.227000000, lastModified=2020-07-06 13:26:23.226136000, delta=864000 ns, racy<=2502500 ns 13:26:23.228 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.228 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.228000000, lastModified=2020-07-06 13:26:23.227136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.228 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.228000000, lastModified=2020-07-06 13:26:23.227136000, delta=864000 ns, racy<=2502500 ns 13:26:23.228 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.228 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.228000000, lastModified=2020-07-06 13:26:23.227136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.228 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.228000000, lastModified=2020-07-06 13:26:23.227136000, delta=864000 ns, racy<=2502500 ns 13:26:23.228 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.229 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.229000000, lastModified=2020-07-06 13:26:23.228136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.229 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.229000000, lastModified=2020-07-06 13:26:23.228136000, delta=864000 ns, racy<=2502500 ns 13:26:23.229 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.229 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.229000000, lastModified=2020-07-06 13:26:23.228136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.229 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.229000000, lastModified=2020-07-06 13:26:23.228136000, delta=864000 ns, racy<=2502500 ns 13:26:23.229 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.229 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.229000000, lastModified=2020-07-06 13:26:23.228136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.231 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.228136000 to 2020-07-06 13:26:23.230136000 13:26:23.232 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.232000000, lastModified=2020-07-06 13:26:23.231136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.233 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.231136000 to 2020-07-06 13:26:23.232136000 13:26:23.233 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.233000000, lastModified=2020-07-06 13:26:23.232136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.233 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.233000000, lastModified=2020-07-06 13:26:23.232136000, delta=864000 ns, racy<=2502500 ns 13:26:23.233 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.234 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.234000000, lastModified=2020-07-06 13:26:23.232136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.234 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.232136000 to 2020-07-06 13:26:23.233136000 13:26:23.234 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.234000000, lastModified=2020-07-06 13:26:23.233136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.235 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.233136000 to 2020-07-06 13:26:23.234136000 13:26:23.235 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.235000000, lastModified=2020-07-06 13:26:23.234136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.236 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.234136000 to 2020-07-06 13:26:23.235136000 13:26:23.236 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.236000000, lastModified=2020-07-06 13:26:23.235136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.236 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.236000000, lastModified=2020-07-06 13:26:23.235136000, delta=864000 ns, racy<=2502500 ns 13:26:23.236 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.236 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.236000000, lastModified=2020-07-06 13:26:23.235136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.236 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.236000000, lastModified=2020-07-06 13:26:23.235136000, delta=864000 ns, racy<=2502500 ns 13:26:23.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.237000000, lastModified=2020-07-06 13:26:23.236136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.237000000, lastModified=2020-07-06 13:26:23.236136000, delta=864000 ns, racy<=2502500 ns 13:26:23.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.237000000, lastModified=2020-07-06 13:26:23.236136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.237000000, lastModified=2020-07-06 13:26:23.236136000, delta=864000 ns, racy<=2502500 ns 13:26:23.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.238 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.238000000, lastModified=2020-07-06 13:26:23.237136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.238 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.238000000, lastModified=2020-07-06 13:26:23.237136000, delta=864000 ns, racy<=2502500 ns 13:26:23.238 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.238 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.238000000, lastModified=2020-07-06 13:26:23.237136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.238 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.238000000, lastModified=2020-07-06 13:26:23.237136000, delta=864000 ns, racy<=2502500 ns 13:26:23.238 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.239 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.239000000, lastModified=2020-07-06 13:26:23.238136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.239 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.239000000, lastModified=2020-07-06 13:26:23.238136000, delta=864000 ns, racy<=2502500 ns 13:26:23.239 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.239 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.239000000, lastModified=2020-07-06 13:26:23.238136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.239 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.239000000, lastModified=2020-07-06 13:26:23.238136000, delta=864000 ns, racy<=2502500 ns 13:26:23.239 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.240 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.240000000, lastModified=2020-07-06 13:26:23.238136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.240 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.238136000 to 2020-07-06 13:26:23.239136000 13:26:23.240 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.240000000, lastModified=2020-07-06 13:26:23.239136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.240 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.240000000, lastModified=2020-07-06 13:26:23.239136000, delta=864000 ns, racy<=2502500 ns 13:26:23.240 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.240 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.240000000, lastModified=2020-07-06 13:26:23.239136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.241 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.239136000 to 2020-07-06 13:26:23.240136000 13:26:23.241 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.241000000, lastModified=2020-07-06 13:26:23.240136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.241 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.241000000, lastModified=2020-07-06 13:26:23.240136000, delta=864000 ns, racy<=2502500 ns 13:26:23.241 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.241 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.241000000, lastModified=2020-07-06 13:26:23.240136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.242 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.240136000 to 2020-07-06 13:26:23.241136000 13:26:23.242 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.242000000, lastModified=2020-07-06 13:26:23.241136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.242 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.242000000, lastModified=2020-07-06 13:26:23.241136000, delta=864000 ns, racy<=2502500 ns 13:26:23.242 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.242 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.242000000, lastModified=2020-07-06 13:26:23.241136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.243 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.241136000 to 2020-07-06 13:26:23.242136000 13:26:23.243 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.243000000, lastModified=2020-07-06 13:26:23.242136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.243 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.243000000, lastModified=2020-07-06 13:26:23.242136000, delta=864000 ns, racy<=2502500 ns 13:26:23.243 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.243 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.243000000, lastModified=2020-07-06 13:26:23.242136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.243 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.243000000, lastModified=2020-07-06 13:26:23.242136000, delta=864000 ns, racy<=2502500 ns 13:26:23.243 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.244 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.244000000, lastModified=2020-07-06 13:26:23.243136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.244 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.244000000, lastModified=2020-07-06 13:26:23.243136000, delta=864000 ns, racy<=2502500 ns 13:26:23.244 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.245 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.245000000, lastModified=2020-07-06 13:26:23.244136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.245 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.245000000, lastModified=2020-07-06 13:26:23.244136000, delta=864000 ns, racy<=2502500 ns 13:26:23.245 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.245 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.245000000, lastModified=2020-07-06 13:26:23.244136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.246 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.244136000 to 2020-07-06 13:26:23.245136000 13:26:23.246 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.246000000, lastModified=2020-07-06 13:26:23.245136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.247 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.245136000 to 2020-07-06 13:26:23.246136000 13:26:23.247 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.247000000, lastModified=2020-07-06 13:26:23.246136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.248 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.246136000 to 2020-07-06 13:26:23.247136000 13:26:23.248 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.248000000, lastModified=2020-07-06 13:26:23.247136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.249 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.247136000 to 2020-07-06 13:26:23.248136000 13:26:23.249 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.249000000, lastModified=2020-07-06 13:26:23.248136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.249 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.249000000, lastModified=2020-07-06 13:26:23.248136000, delta=864000 ns, racy<=2502500 ns 13:26:23.249 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.250 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.250000000, lastModified=2020-07-06 13:26:23.249136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.250 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.250000000, lastModified=2020-07-06 13:26:23.249136000, delta=864000 ns, racy<=2502500 ns 13:26:23.250 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.250 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.250000000, lastModified=2020-07-06 13:26:23.249136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.251 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.249136000 to 2020-07-06 13:26:23.250136000 13:26:23.251 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.251000000, lastModified=2020-07-06 13:26:23.250136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.251 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.251000000, lastModified=2020-07-06 13:26:23.250136000, delta=864000 ns, racy<=2502500 ns 13:26:23.251 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.252 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.252000000, lastModified=2020-07-06 13:26:23.251136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.252 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.252000000, lastModified=2020-07-06 13:26:23.251136000, delta=864000 ns, racy<=2502500 ns 13:26:23.252 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.253 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.252000000, lastModified=2020-07-06 13:26:23.251136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.253 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.251136000 to 2020-07-06 13:26:23.252136000 13:26:23.253 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.253000000, lastModified=2020-07-06 13:26:23.252136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.253 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.253000000, lastModified=2020-07-06 13:26:23.252136000, delta=864000 ns, racy<=2502500 ns 13:26:23.253 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.254 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.254000000, lastModified=2020-07-06 13:26:23.253136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.254 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.254000000, lastModified=2020-07-06 13:26:23.253136000, delta=864000 ns, racy<=2502500 ns 13:26:23.254 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.254 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.254000000, lastModified=2020-07-06 13:26:23.253136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.254 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.254000000, lastModified=2020-07-06 13:26:23.253136000, delta=864000 ns, racy<=2502500 ns 13:26:23.254 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.255 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.255000000, lastModified=2020-07-06 13:26:23.254136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.255 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.255000000, lastModified=2020-07-06 13:26:23.254136000, delta=864000 ns, racy<=2502500 ns 13:26:23.255 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.255 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.255000000, lastModified=2020-07-06 13:26:23.254136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.255 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.255000000, lastModified=2020-07-06 13:26:23.254136000, delta=864000 ns, racy<=2502500 ns 13:26:23.255 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.256 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.256000000, lastModified=2020-07-06 13:26:23.255136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.257 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.255136000 to 2020-07-06 13:26:23.256136000 13:26:23.257 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.257000000, lastModified=2020-07-06 13:26:23.256136000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.258 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.256136000 to 2020-07-06 13:26:23.257137000 13:26:23.258 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.258000000, lastModified=2020-07-06 13:26:23.257137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.258 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.258000000, lastModified=2020-07-06 13:26:23.257137000, delta=863000 ns, racy<=2502500 ns 13:26:23.258 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.259 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.259000000, lastModified=2020-07-06 13:26:23.258137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.259 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.259000000, lastModified=2020-07-06 13:26:23.258137000, delta=863000 ns, racy<=2502500 ns 13:26:23.259 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.259 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.259000000, lastModified=2020-07-06 13:26:23.258137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.259 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.259000000, lastModified=2020-07-06 13:26:23.258137000, delta=863000 ns, racy<=2502500 ns 13:26:23.259 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.260 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.260000000, lastModified=2020-07-06 13:26:23.259137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.260 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.260000000, lastModified=2020-07-06 13:26:23.259137000, delta=863000 ns, racy<=2502500 ns 13:26:23.260 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.260 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.260000000, lastModified=2020-07-06 13:26:23.259137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.261 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.259137000 to 2020-07-06 13:26:23.260137000 13:26:23.261 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.261000000, lastModified=2020-07-06 13:26:23.260137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.261 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.261000000, lastModified=2020-07-06 13:26:23.260137000, delta=863000 ns, racy<=2502500 ns 13:26:23.261 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.262 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.262000000, lastModified=2020-07-06 13:26:23.261137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.262 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.262000000, lastModified=2020-07-06 13:26:23.261137000, delta=863000 ns, racy<=2502500 ns 13:26:23.262 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.263 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.262000000, lastModified=2020-07-06 13:26:23.261137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.263 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.261137000 to 2020-07-06 13:26:23.262137000 13:26:23.263 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.263000000, lastModified=2020-07-06 13:26:23.262137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.263 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.263000000, lastModified=2020-07-06 13:26:23.262137000, delta=863000 ns, racy<=2502500 ns 13:26:23.263 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.264 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.264000000, lastModified=2020-07-06 13:26:23.263137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.264 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.264000000, lastModified=2020-07-06 13:26:23.263137000, delta=863000 ns, racy<=2502500 ns 13:26:23.264 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.264 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.264000000, lastModified=2020-07-06 13:26:23.263137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.264000000, lastModified=2020-07-06 13:26:23.263137000, delta=863000 ns, racy<=2502500 ns 13:26:23.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.265000000, lastModified=2020-07-06 13:26:23.264137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.265000000, lastModified=2020-07-06 13:26:23.264137000, delta=863000 ns, racy<=2502500 ns 13:26:23.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.265000000, lastModified=2020-07-06 13:26:23.264137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.265000000, lastModified=2020-07-06 13:26:23.264137000, delta=863000 ns, racy<=2502500 ns 13:26:23.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.266 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.266000000, lastModified=2020-07-06 13:26:23.264137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.266 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.264137000 to 2020-07-06 13:26:23.265137000 13:26:23.266 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.266000000, lastModified=2020-07-06 13:26:23.265137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.266 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.266000000, lastModified=2020-07-06 13:26:23.265137000, delta=863000 ns, racy<=2502500 ns 13:26:23.266 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.267 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.267000000, lastModified=2020-07-06 13:26:23.265137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.267 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.265137000 to 2020-07-06 13:26:23.266137000 13:26:23.267 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.267000000, lastModified=2020-07-06 13:26:23.266137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.267 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.267000000, lastModified=2020-07-06 13:26:23.266137000, delta=863000 ns, racy<=2502500 ns 13:26:23.267 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.268 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.268000000, lastModified=2020-07-06 13:26:23.267137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.268 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.268000000, lastModified=2020-07-06 13:26:23.267137000, delta=863000 ns, racy<=2502500 ns 13:26:23.268 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.269 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.269000000, lastModified=2020-07-06 13:26:23.268137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.269 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.269000000, lastModified=2020-07-06 13:26:23.268137000, delta=863000 ns, racy<=2502500 ns 13:26:23.269 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.269 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.269000000, lastModified=2020-07-06 13:26:23.268137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.269 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.269000000, lastModified=2020-07-06 13:26:23.268137000, delta=863000 ns, racy<=2502500 ns 13:26:23.269 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.270 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.270000000, lastModified=2020-07-06 13:26:23.269137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.270 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.270000000, lastModified=2020-07-06 13:26:23.269137000, delta=863000 ns, racy<=2502500 ns 13:26:23.270 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.271 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.271000000, lastModified=2020-07-06 13:26:23.270137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.271 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.271000000, lastModified=2020-07-06 13:26:23.270137000, delta=863000 ns, racy<=2502500 ns 13:26:23.271 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.271 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.271000000, lastModified=2020-07-06 13:26:23.270137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.272 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.270137000 to 2020-07-06 13:26:23.271137000 13:26:23.272 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.272000000, lastModified=2020-07-06 13:26:23.271137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.273 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.272000000, lastModified=2020-07-06 13:26:23.271137000, delta=863000 ns, racy<=2502500 ns 13:26:23.273 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.273 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.273000000, lastModified=2020-07-06 13:26:23.272137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.273 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.273000000, lastModified=2020-07-06 13:26:23.272137000, delta=863000 ns, racy<=2502500 ns 13:26:23.273 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.273 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.273000000, lastModified=2020-07-06 13:26:23.272137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.273 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.273000000, lastModified=2020-07-06 13:26:23.272137000, delta=863000 ns, racy<=2502500 ns 13:26:23.273 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.274 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.274000000, lastModified=2020-07-06 13:26:23.273137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.274 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.274000000, lastModified=2020-07-06 13:26:23.273137000, delta=863000 ns, racy<=2502500 ns 13:26:23.274 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.274 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.274000000, lastModified=2020-07-06 13:26:23.273137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.274 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.274000000, lastModified=2020-07-06 13:26:23.273137000, delta=863000 ns, racy<=2502500 ns 13:26:23.274 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.274 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.274000000, lastModified=2020-07-06 13:26:23.273137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.275 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.273137000 to 2020-07-06 13:26:23.274137000 13:26:23.275 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.275000000, lastModified=2020-07-06 13:26:23.274137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.275 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.275000000, lastModified=2020-07-06 13:26:23.274137000, delta=863000 ns, racy<=2502500 ns 13:26:23.275 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.275 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.275000000, lastModified=2020-07-06 13:26:23.274137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.276 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.274137000 to 2020-07-06 13:26:23.275137000 13:26:23.290 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.290000000, lastModified=2020-07-06 13:26:23.289137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.290 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.290000000, lastModified=2020-07-06 13:26:23.289137000, delta=863000 ns, racy<=2502500 ns 13:26:23.290 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.291 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.290000000, lastModified=2020-07-06 13:26:23.289137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.291 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.289137000 to 2020-07-06 13:26:23.290137000 13:26:23.299 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.299000000, lastModified=2020-07-06 13:26:23.298137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.300 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.298137000 to 2020-07-06 13:26:23.299137000 13:26:23.300 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.300000000, lastModified=2020-07-06 13:26:23.299137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.300 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.300000000, lastModified=2020-07-06 13:26:23.299137000, delta=863000 ns, racy<=2502500 ns 13:26:23.300 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.301 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.301000000, lastModified=2020-07-06 13:26:23.300137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.301 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.301000000, lastModified=2020-07-06 13:26:23.300137000, delta=863000 ns, racy<=2502500 ns 13:26:23.301 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.301 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.301000000, lastModified=2020-07-06 13:26:23.300137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.301 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.301000000, lastModified=2020-07-06 13:26:23.300137000, delta=863000 ns, racy<=2502500 ns 13:26:23.301 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.302 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.302000000, lastModified=2020-07-06 13:26:23.301137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.302 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.302000000, lastModified=2020-07-06 13:26:23.301137000, delta=863000 ns, racy<=2502500 ns 13:26:23.302 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.302 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.302000000, lastModified=2020-07-06 13:26:23.301137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.302 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.302000000, lastModified=2020-07-06 13:26:23.301137000, delta=863000 ns, racy<=2502500 ns 13:26:23.302 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.303 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.303000000, lastModified=2020-07-06 13:26:23.302137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.308 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.302137000 to 2020-07-06 13:26:23.307137000 13:26:23.308 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.308000000, lastModified=2020-07-06 13:26:23.307137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.309 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.307137000 to 2020-07-06 13:26:23.308137000 13:26:23.309 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.309000000, lastModified=2020-07-06 13:26:23.308137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.309 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.309000000, lastModified=2020-07-06 13:26:23.308137000, delta=863000 ns, racy<=2502500 ns 13:26:23.309 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.310 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.309000000, lastModified=2020-07-06 13:26:23.308137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.310 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.308137000 to 2020-07-06 13:26:23.309137000 13:26:23.310 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.310000000, lastModified=2020-07-06 13:26:23.309137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.310 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.310000000, lastModified=2020-07-06 13:26:23.309137000, delta=863000 ns, racy<=2502500 ns 13:26:23.310 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.310 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.310000000, lastModified=2020-07-06 13:26:23.309137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.311 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.309137000 to 2020-07-06 13:26:23.310137000 13:26:23.311 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.311000000, lastModified=2020-07-06 13:26:23.310137000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.312 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.310137000 to 2020-07-06 13:26:23.311138000 13:26:23.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.313000000, lastModified=2020-07-06 13:26:23.312138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.313000000, lastModified=2020-07-06 13:26:23.312138000, delta=862000 ns, racy<=2502500 ns 13:26:23.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.313000000, lastModified=2020-07-06 13:26:23.312138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.313000000, lastModified=2020-07-06 13:26:23.312138000, delta=862000 ns, racy<=2502500 ns 13:26:23.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.313000000, lastModified=2020-07-06 13:26:23.312138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.314 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.312138000 to 2020-07-06 13:26:23.313138000 13:26:23.314 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.314000000, lastModified=2020-07-06 13:26:23.313138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.314 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.314000000, lastModified=2020-07-06 13:26:23.313138000, delta=862000 ns, racy<=2502500 ns 13:26:23.314 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.314 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.314000000, lastModified=2020-07-06 13:26:23.313138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.314 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.314000000, lastModified=2020-07-06 13:26:23.313138000, delta=862000 ns, racy<=2502500 ns 13:26:23.314 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.315 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.315000000, lastModified=2020-07-06 13:26:23.313138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.315 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.313138000 to 2020-07-06 13:26:23.314138000 13:26:23.315 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.315000000, lastModified=2020-07-06 13:26:23.314138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.315 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.315000000, lastModified=2020-07-06 13:26:23.314138000, delta=862000 ns, racy<=2502500 ns 13:26:23.315 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.315 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.315000000, lastModified=2020-07-06 13:26:23.314138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.316 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.314138000 to 2020-07-06 13:26:23.315138000 13:26:23.316 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.316000000, lastModified=2020-07-06 13:26:23.315138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.316 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.316000000, lastModified=2020-07-06 13:26:23.315138000, delta=862000 ns, racy<=2502500 ns 13:26:23.316 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.316 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.316000000, lastModified=2020-07-06 13:26:23.315138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.317 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.315138000 to 2020-07-06 13:26:23.316138000 13:26:23.317 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.317000000, lastModified=2020-07-06 13:26:23.316138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.318 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.317000000, lastModified=2020-07-06 13:26:23.316138000, delta=862000 ns, racy<=2502500 ns 13:26:23.318 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.318 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.318000000, lastModified=2020-07-06 13:26:23.317138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.318 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.318000000, lastModified=2020-07-06 13:26:23.317138000, delta=862000 ns, racy<=2502500 ns 13:26:23.318 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.318 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.318000000, lastModified=2020-07-06 13:26:23.317138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.318 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.318000000, lastModified=2020-07-06 13:26:23.317138000, delta=862000 ns, racy<=2502500 ns 13:26:23.318 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.319 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.318000000, lastModified=2020-07-06 13:26:23.317138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.319 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.317138000 to 2020-07-06 13:26:23.318138000 13:26:23.319 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.319000000, lastModified=2020-07-06 13:26:23.318138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.319 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.319000000, lastModified=2020-07-06 13:26:23.318138000, delta=862000 ns, racy<=2502500 ns 13:26:23.319 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.320 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.320000000, lastModified=2020-07-06 13:26:23.319138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.320 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.320000000, lastModified=2020-07-06 13:26:23.319138000, delta=862000 ns, racy<=2502500 ns 13:26:23.320 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.321 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.320000000, lastModified=2020-07-06 13:26:23.319138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.321 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.319138000 to 2020-07-06 13:26:23.320138000 13:26:23.321 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.321000000, lastModified=2020-07-06 13:26:23.320138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.321 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.321000000, lastModified=2020-07-06 13:26:23.320138000, delta=862000 ns, racy<=2502500 ns 13:26:23.321 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.321 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.321000000, lastModified=2020-07-06 13:26:23.320138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.322 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.320138000 to 2020-07-06 13:26:23.321138000 13:26:23.322 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.322000000, lastModified=2020-07-06 13:26:23.321138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.323 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.321138000 to 2020-07-06 13:26:23.322138000 13:26:23.323 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.323000000, lastModified=2020-07-06 13:26:23.322138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.323 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.323000000, lastModified=2020-07-06 13:26:23.322138000, delta=862000 ns, racy<=2502500 ns 13:26:23.323 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.324 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.324000000, lastModified=2020-07-06 13:26:23.323138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.324 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.324000000, lastModified=2020-07-06 13:26:23.323138000, delta=862000 ns, racy<=2502500 ns 13:26:23.324 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.325 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.325000000, lastModified=2020-07-06 13:26:23.323138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.325 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.323138000 to 2020-07-06 13:26:23.324138000 13:26:23.325 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.325000000, lastModified=2020-07-06 13:26:23.324138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.326 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.324138000 to 2020-07-06 13:26:23.325138000 13:26:23.326 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.326000000, lastModified=2020-07-06 13:26:23.325138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.326 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.326000000, lastModified=2020-07-06 13:26:23.325138000, delta=862000 ns, racy<=2502500 ns 13:26:23.326 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.327 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.327000000, lastModified=2020-07-06 13:26:23.326138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.327 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.327000000, lastModified=2020-07-06 13:26:23.326138000, delta=862000 ns, racy<=2502500 ns 13:26:23.327 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.328 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.328000000, lastModified=2020-07-06 13:26:23.327138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.328 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.328000000, lastModified=2020-07-06 13:26:23.327138000, delta=862000 ns, racy<=2502500 ns 13:26:23.328 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.328 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.328000000, lastModified=2020-07-06 13:26:23.327138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.328 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.328000000, lastModified=2020-07-06 13:26:23.327138000, delta=862000 ns, racy<=2502500 ns 13:26:23.328 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.329 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.329000000, lastModified=2020-07-06 13:26:23.328138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.329 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.329000000, lastModified=2020-07-06 13:26:23.328138000, delta=862000 ns, racy<=2502500 ns 13:26:23.329 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.329 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.329000000, lastModified=2020-07-06 13:26:23.328138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.330 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.328138000 to 2020-07-06 13:26:23.329138000 13:26:23.330 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.330000000, lastModified=2020-07-06 13:26:23.329138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.330 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.330000000, lastModified=2020-07-06 13:26:23.329138000, delta=862000 ns, racy<=2502500 ns 13:26:23.330 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.331 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.330000000, lastModified=2020-07-06 13:26:23.329138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.331 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.329138000 to 2020-07-06 13:26:23.330138000 13:26:23.331 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.331000000, lastModified=2020-07-06 13:26:23.330138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.331 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.331000000, lastModified=2020-07-06 13:26:23.330138000, delta=862000 ns, racy<=2502500 ns 13:26:23.331 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.331 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.331000000, lastModified=2020-07-06 13:26:23.330138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.332 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.330138000 to 2020-07-06 13:26:23.331138000 13:26:23.332 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.332000000, lastModified=2020-07-06 13:26:23.331138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.332 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.332000000, lastModified=2020-07-06 13:26:23.331138000, delta=862000 ns, racy<=2502500 ns 13:26:23.332 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.332 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.332000000, lastModified=2020-07-06 13:26:23.331138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.333 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.331138000 to 2020-07-06 13:26:23.332138000 13:26:23.333 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.333000000, lastModified=2020-07-06 13:26:23.332138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.333 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.333000000, lastModified=2020-07-06 13:26:23.332138000, delta=862000 ns, racy<=2502500 ns 13:26:23.333 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.333 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.333000000, lastModified=2020-07-06 13:26:23.332138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.334 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.332138000 to 2020-07-06 13:26:23.333138000 13:26:23.334 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.334000000, lastModified=2020-07-06 13:26:23.333138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.334 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.334000000, lastModified=2020-07-06 13:26:23.333138000, delta=862000 ns, racy<=2502500 ns 13:26:23.334 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.334 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.334000000, lastModified=2020-07-06 13:26:23.333138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.335 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.334000000, lastModified=2020-07-06 13:26:23.333138000, delta=862000 ns, racy<=2502500 ns 13:26:23.335 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.335 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.335000000, lastModified=2020-07-06 13:26:23.334138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.335 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.335000000, lastModified=2020-07-06 13:26:23.334138000, delta=862000 ns, racy<=2502500 ns 13:26:23.335 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.335 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.335000000, lastModified=2020-07-06 13:26:23.334138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.335 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.335000000, lastModified=2020-07-06 13:26:23.334138000, delta=862000 ns, racy<=2502500 ns 13:26:23.335 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.336 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.336000000, lastModified=2020-07-06 13:26:23.335138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.336 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.336000000, lastModified=2020-07-06 13:26:23.335138000, delta=862000 ns, racy<=2502500 ns 13:26:23.336 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.336 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.336000000, lastModified=2020-07-06 13:26:23.335138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.336 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.336000000, lastModified=2020-07-06 13:26:23.335138000, delta=862000 ns, racy<=2502500 ns 13:26:23.336 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.337 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.337000000, lastModified=2020-07-06 13:26:23.336138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.337 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.337000000, lastModified=2020-07-06 13:26:23.336138000, delta=862000 ns, racy<=2502500 ns 13:26:23.337 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.337 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.337000000, lastModified=2020-07-06 13:26:23.336138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.337 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.337000000, lastModified=2020-07-06 13:26:23.336138000, delta=862000 ns, racy<=2502500 ns 13:26:23.337 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.338 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.338000000, lastModified=2020-07-06 13:26:23.337138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.338 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.338000000, lastModified=2020-07-06 13:26:23.337138000, delta=862000 ns, racy<=2502500 ns 13:26:23.338 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.340 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.340000000, lastModified=2020-07-06 13:26:23.339138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.340 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.340000000, lastModified=2020-07-06 13:26:23.339138000, delta=862000 ns, racy<=2502500 ns 13:26:23.340 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.340 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.340000000, lastModified=2020-07-06 13:26:23.339138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.340 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.340000000, lastModified=2020-07-06 13:26:23.339138000, delta=862000 ns, racy<=2502500 ns 13:26:23.340 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.341 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.341000000, lastModified=2020-07-06 13:26:23.340138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.341 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.341000000, lastModified=2020-07-06 13:26:23.340138000, delta=862000 ns, racy<=2502500 ns 13:26:23.341 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.341 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.341000000, lastModified=2020-07-06 13:26:23.340138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.341 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.341000000, lastModified=2020-07-06 13:26:23.340138000, delta=862000 ns, racy<=2502500 ns 13:26:23.341 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.342 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.342000000, lastModified=2020-07-06 13:26:23.341138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.342 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.342000000, lastModified=2020-07-06 13:26:23.341138000, delta=862000 ns, racy<=2502500 ns 13:26:23.342 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.343 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.343000000, lastModified=2020-07-06 13:26:23.342138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.343 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.343000000, lastModified=2020-07-06 13:26:23.342138000, delta=862000 ns, racy<=2502500 ns 13:26:23.343 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.344 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.344000000, lastModified=2020-07-06 13:26:23.343138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.344 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.344000000, lastModified=2020-07-06 13:26:23.343138000, delta=862000 ns, racy<=2502500 ns 13:26:23.344 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.344 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.344000000, lastModified=2020-07-06 13:26:23.343138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.344 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.344000000, lastModified=2020-07-06 13:26:23.343138000, delta=862000 ns, racy<=2502500 ns 13:26:23.344 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.345 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.345000000, lastModified=2020-07-06 13:26:23.344138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.345 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.345000000, lastModified=2020-07-06 13:26:23.344138000, delta=862000 ns, racy<=2502500 ns 13:26:23.345 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.345 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.345000000, lastModified=2020-07-06 13:26:23.344138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.345 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.345000000, lastModified=2020-07-06 13:26:23.344138000, delta=862000 ns, racy<=2502500 ns 13:26:23.345 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.346 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.346000000, lastModified=2020-07-06 13:26:23.345138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.346 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.346000000, lastModified=2020-07-06 13:26:23.345138000, delta=862000 ns, racy<=2502500 ns 13:26:23.346 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.346 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.346000000, lastModified=2020-07-06 13:26:23.345138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.346 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.346000000, lastModified=2020-07-06 13:26:23.345138000, delta=862000 ns, racy<=2502500 ns 13:26:23.347 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.347 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.347000000, lastModified=2020-07-06 13:26:23.346138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.347 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.347000000, lastModified=2020-07-06 13:26:23.346138000, delta=862000 ns, racy<=2502500 ns 13:26:23.347 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.347 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.347000000, lastModified=2020-07-06 13:26:23.346138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.348 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.347000000, lastModified=2020-07-06 13:26:23.346138000, delta=862000 ns, racy<=2502500 ns 13:26:23.348 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.348 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.348000000, lastModified=2020-07-06 13:26:23.347138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.348 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.348000000, lastModified=2020-07-06 13:26:23.347138000, delta=862000 ns, racy<=2502500 ns 13:26:23.348 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.348 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.348000000, lastModified=2020-07-06 13:26:23.347138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.349 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.348000000, lastModified=2020-07-06 13:26:23.347138000, delta=862000 ns, racy<=2502500 ns 13:26:23.349 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.349 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.349000000, lastModified=2020-07-06 13:26:23.348138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.349 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.349000000, lastModified=2020-07-06 13:26:23.348138000, delta=862000 ns, racy<=2502500 ns 13:26:23.349 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.349 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.349000000, lastModified=2020-07-06 13:26:23.348138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.350 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.349000000, lastModified=2020-07-06 13:26:23.348138000, delta=862000 ns, racy<=2502500 ns 13:26:23.350 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.350 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.350000000, lastModified=2020-07-06 13:26:23.349138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.350 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.350000000, lastModified=2020-07-06 13:26:23.349138000, delta=862000 ns, racy<=2502500 ns 13:26:23.350 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.350 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.350000000, lastModified=2020-07-06 13:26:23.349138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.351 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.350000000, lastModified=2020-07-06 13:26:23.349138000, delta=862000 ns, racy<=2502500 ns 13:26:23.351 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.351 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.351000000, lastModified=2020-07-06 13:26:23.350138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.351 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.351000000, lastModified=2020-07-06 13:26:23.350138000, delta=862000 ns, racy<=2502500 ns 13:26:23.351 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.351 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.351000000, lastModified=2020-07-06 13:26:23.350138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.352 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.350138000 to 2020-07-06 13:26:23.351138000 13:26:23.353 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.353000000, lastModified=2020-07-06 13:26:23.352138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.353 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.353000000, lastModified=2020-07-06 13:26:23.352138000, delta=862000 ns, racy<=2502500 ns 13:26:23.353 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.353 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.353000000, lastModified=2020-07-06 13:26:23.352138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.354 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.352138000 to 2020-07-06 13:26:23.353138000 13:26:23.354 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.354000000, lastModified=2020-07-06 13:26:23.353138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.355 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.353138000 to 2020-07-06 13:26:23.354138000 13:26:23.355 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.355000000, lastModified=2020-07-06 13:26:23.354138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.356 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.354138000 to 2020-07-06 13:26:23.355138000 13:26:23.356 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.356000000, lastModified=2020-07-06 13:26:23.355138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.356 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.356000000, lastModified=2020-07-06 13:26:23.355138000, delta=862000 ns, racy<=2502500 ns 13:26:23.356 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.357 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.357000000, lastModified=2020-07-06 13:26:23.355138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.357 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.355138000 to 2020-07-06 13:26:23.356138000 13:26:23.357 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.357000000, lastModified=2020-07-06 13:26:23.356138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.357 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.357000000, lastModified=2020-07-06 13:26:23.356138000, delta=862000 ns, racy<=2502500 ns 13:26:23.357 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.358 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.358000000, lastModified=2020-07-06 13:26:23.356138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.358 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.356138000 to 2020-07-06 13:26:23.357138000 13:26:23.358 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.358000000, lastModified=2020-07-06 13:26:23.357138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.359 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.357138000 to 2020-07-06 13:26:23.358138000 13:26:23.359 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.359000000, lastModified=2020-07-06 13:26:23.358138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.360 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.358138000 to 2020-07-06 13:26:23.359138000 13:26:23.360 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.360000000, lastModified=2020-07-06 13:26:23.359138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.361 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.359138000 to 2020-07-06 13:26:23.360138000 13:26:23.361 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.361000000, lastModified=2020-07-06 13:26:23.360138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.361 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.361000000, lastModified=2020-07-06 13:26:23.360138000, delta=862000 ns, racy<=2502500 ns 13:26:23.361 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.361 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.361000000, lastModified=2020-07-06 13:26:23.360138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.362 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.360138000 to 2020-07-06 13:26:23.361138000 13:26:23.362 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.362000000, lastModified=2020-07-06 13:26:23.361138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.363 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.361138000 to 2020-07-06 13:26:23.362138000 13:26:23.363 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.363000000, lastModified=2020-07-06 13:26:23.362138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.364 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.362138000 to 2020-07-06 13:26:23.363138000 13:26:23.364 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.364000000, lastModified=2020-07-06 13:26:23.363138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.364 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.364000000, lastModified=2020-07-06 13:26:23.363138000, delta=862000 ns, racy<=2502500 ns 13:26:23.364 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.365 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.365000000, lastModified=2020-07-06 13:26:23.363138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.365 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.363138000 to 2020-07-06 13:26:23.364138000 13:26:23.366 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.366000000, lastModified=2020-07-06 13:26:23.365138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.366 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.366000000, lastModified=2020-07-06 13:26:23.365138000, delta=862000 ns, racy<=2502500 ns 13:26:23.366 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.366 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.366000000, lastModified=2020-07-06 13:26:23.365138000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.366 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.366000000, lastModified=2020-07-06 13:26:23.365138000, delta=862000 ns, racy<=2502500 ns 13:26:23.366 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.367 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.367000000, lastModified=2020-07-06 13:26:23.366139000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.367 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.367000000, lastModified=2020-07-06 13:26:23.366139000, delta=861000 ns, racy<=2502500 ns 13:26:23.367 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.367 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.367000000, lastModified=2020-07-06 13:26:23.366139000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.367 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.367000000, lastModified=2020-07-06 13:26:23.366139000, delta=861000 ns, racy<=2502500 ns 13:26:23.367 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.368 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.368000000, lastModified=2020-07-06 13:26:23.367139000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.368 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.368000000, lastModified=2020-07-06 13:26:23.367139000, delta=861000 ns, racy<=2502500 ns 13:26:23.368 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.368 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.368000000, lastModified=2020-07-06 13:26:23.367139000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.368 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.368000000, lastModified=2020-07-06 13:26:23.367139000, delta=861000 ns, racy<=2502500 ns 13:26:23.368 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.391 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.391000000, lastModified=2020-07-06 13:26:23.367139000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.396 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.367139000 to 2020-07-06 13:26:23.395139000 13:26:23.397 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.397000000, lastModified=2020-07-06 13:26:23.396139000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.397 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.397000000, lastModified=2020-07-06 13:26:23.396139000, delta=861000 ns, racy<=2502500 ns 13:26:23.397 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.397 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.397000000, lastModified=2020-07-06 13:26:23.396139000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.398 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.396139000 to 2020-07-06 13:26:23.397139000 13:26:23.398 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.398000000, lastModified=2020-07-06 13:26:23.397139000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.399 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.397139000 to 2020-07-06 13:26:23.398139000 13:26:23.399 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.399000000, lastModified=2020-07-06 13:26:23.398139000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.399 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.399000000, lastModified=2020-07-06 13:26:23.398139000, delta=861000 ns, racy<=2502500 ns 13:26:23.399 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.400 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.400000000, lastModified=2020-07-06 13:26:23.398139000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.400 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.398139000 to 2020-07-06 13:26:23.399139000 13:26:23.400 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.400000000, lastModified=2020-07-06 13:26:23.399139000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.401 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.400000000, lastModified=2020-07-06 13:26:23.399139000, delta=861000 ns, racy<=2502500 ns 13:26:23.401 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.401 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.401000000, lastModified=2020-07-06 13:26:23.400139000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.402 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.400139000 to 2020-07-06 13:26:23.401139000 13:26:23.402 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.402000000, lastModified=2020-07-06 13:26:23.401139000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.402 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.402000000, lastModified=2020-07-06 13:26:23.401139000, delta=861000 ns, racy<=2502500 ns 13:26:23.402 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.403 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.402000000, lastModified=2020-07-06 13:26:23.401139000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.404 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.401139000 to 2020-07-06 13:26:23.402139000 13:26:23.405 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.405000000, lastModified=2020-07-06 13:26:23.404139000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.410 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.404139000 to 2020-07-06 13:26:23.409139000 13:26:23.412 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.412000000, lastModified=2020-07-06 13:26:23.411139000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.413 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.411139000 to 2020-07-06 13:26:23.412139000 13:26:23.414 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.414000000, lastModified=2020-07-06 13:26:23.413139000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.415 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.413139000 to 2020-07-06 13:26:23.414139000 13:26:23.415 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.415000000, lastModified=2020-07-06 13:26:23.414139000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.416 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.414139000 to 2020-07-06 13:26:23.415139000 13:26:23.416 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.416000000, lastModified=2020-07-06 13:26:23.415139000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.416 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.416000000, lastModified=2020-07-06 13:26:23.415139000, delta=861000 ns, racy<=2502500 ns 13:26:23.416 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.417 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.417000000, lastModified=2020-07-06 13:26:23.416139000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.417 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.417000000, lastModified=2020-07-06 13:26:23.416139000, delta=861000 ns, racy<=2502500 ns 13:26:23.417 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.418 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.418000000, lastModified=2020-07-06 13:26:23.417139000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.418 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.418000000, lastModified=2020-07-06 13:26:23.417139000, delta=861000 ns, racy<=2502500 ns 13:26:23.418 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.419 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.419000000, lastModified=2020-07-06 13:26:23.417139000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.419 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.417139000 to 2020-07-06 13:26:23.418139000 13:26:23.419 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.419000000, lastModified=2020-07-06 13:26:23.418139000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.420 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.418139000 to 2020-07-06 13:26:23.419139000 13:26:23.420 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.420000000, lastModified=2020-07-06 13:26:23.419139000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.420 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.420000000, lastModified=2020-07-06 13:26:23.419139000, delta=861000 ns, racy<=2502500 ns 13:26:23.420 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.421 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.421000000, lastModified=2020-07-06 13:26:23.420140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.421 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.421000000, lastModified=2020-07-06 13:26:23.420140000, delta=860000 ns, racy<=2502500 ns 13:26:23.421 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.421 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.421000000, lastModified=2020-07-06 13:26:23.420140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.421000000, lastModified=2020-07-06 13:26:23.420140000, delta=860000 ns, racy<=2502500 ns 13:26:23.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.422000000, lastModified=2020-07-06 13:26:23.421140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.422000000, lastModified=2020-07-06 13:26:23.421140000, delta=860000 ns, racy<=2502500 ns 13:26:23.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.422000000, lastModified=2020-07-06 13:26:23.421140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.422000000, lastModified=2020-07-06 13:26:23.421140000, delta=860000 ns, racy<=2502500 ns 13:26:23.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.423 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.423000000, lastModified=2020-07-06 13:26:23.422140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.423 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.423000000, lastModified=2020-07-06 13:26:23.422140000, delta=860000 ns, racy<=2502500 ns 13:26:23.423 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.423 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.423000000, lastModified=2020-07-06 13:26:23.422140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.423 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.423000000, lastModified=2020-07-06 13:26:23.422140000, delta=860000 ns, racy<=2502500 ns 13:26:23.423 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.424000000, lastModified=2020-07-06 13:26:23.423140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.424000000, lastModified=2020-07-06 13:26:23.423140000, delta=860000 ns, racy<=2502500 ns 13:26:23.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.424000000, lastModified=2020-07-06 13:26:23.423140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.424000000, lastModified=2020-07-06 13:26:23.423140000, delta=860000 ns, racy<=2502500 ns 13:26:23.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.425 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.425000000, lastModified=2020-07-06 13:26:23.423140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.425 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.423140000 to 2020-07-06 13:26:23.424140000 13:26:23.425 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.425000000, lastModified=2020-07-06 13:26:23.424140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.425 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.425000000, lastModified=2020-07-06 13:26:23.424140000, delta=860000 ns, racy<=2502500 ns 13:26:23.425 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.425 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.425000000, lastModified=2020-07-06 13:26:23.424140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.426 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.424140000 to 2020-07-06 13:26:23.425140000 13:26:23.426 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.426000000, lastModified=2020-07-06 13:26:23.425140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.426 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.426000000, lastModified=2020-07-06 13:26:23.425140000, delta=860000 ns, racy<=2502500 ns 13:26:23.426 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.426 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.426000000, lastModified=2020-07-06 13:26:23.425140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.427 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.426000000, lastModified=2020-07-06 13:26:23.425140000, delta=860000 ns, racy<=2502500 ns 13:26:23.427 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.427 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.427000000, lastModified=2020-07-06 13:26:23.426140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.427 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.427000000, lastModified=2020-07-06 13:26:23.426140000, delta=860000 ns, racy<=2502500 ns 13:26:23.427 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.427 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.427000000, lastModified=2020-07-06 13:26:23.426140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.427000000, lastModified=2020-07-06 13:26:23.426140000, delta=860000 ns, racy<=2502500 ns 13:26:23.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.428000000, lastModified=2020-07-06 13:26:23.427140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.429 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.427140000 to 2020-07-06 13:26:23.428140000 13:26:23.430 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.430000000, lastModified=2020-07-06 13:26:23.429140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.430 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.430000000, lastModified=2020-07-06 13:26:23.429140000, delta=860000 ns, racy<=2502500 ns 13:26:23.430 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.431000000, lastModified=2020-07-06 13:26:23.430140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.431000000, lastModified=2020-07-06 13:26:23.430140000, delta=860000 ns, racy<=2502500 ns 13:26:23.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.431000000, lastModified=2020-07-06 13:26:23.430140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.431000000, lastModified=2020-07-06 13:26:23.430140000, delta=860000 ns, racy<=2502500 ns 13:26:23.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.432000000, lastModified=2020-07-06 13:26:23.431140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.432000000, lastModified=2020-07-06 13:26:23.431140000, delta=860000 ns, racy<=2502500 ns 13:26:23.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.432000000, lastModified=2020-07-06 13:26:23.431140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.432000000, lastModified=2020-07-06 13:26:23.431140000, delta=860000 ns, racy<=2502500 ns 13:26:23.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.433000000, lastModified=2020-07-06 13:26:23.432140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.433000000, lastModified=2020-07-06 13:26:23.432140000, delta=860000 ns, racy<=2502500 ns 13:26:23.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.433000000, lastModified=2020-07-06 13:26:23.432140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.433000000, lastModified=2020-07-06 13:26:23.432140000, delta=860000 ns, racy<=2502500 ns 13:26:23.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.433000000, lastModified=2020-07-06 13:26:23.432140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.432140000 to 2020-07-06 13:26:23.433140000 13:26:23.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.434000000, lastModified=2020-07-06 13:26:23.433140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.434000000, lastModified=2020-07-06 13:26:23.433140000, delta=860000 ns, racy<=2502500 ns 13:26:23.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.434000000, lastModified=2020-07-06 13:26:23.433140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.434000000, lastModified=2020-07-06 13:26:23.433140000, delta=860000 ns, racy<=2502500 ns 13:26:23.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.435 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.435000000, lastModified=2020-07-06 13:26:23.434140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.436 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.434140000 to 2020-07-06 13:26:23.435140000 13:26:23.436 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.436000000, lastModified=2020-07-06 13:26:23.435140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.438 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.435140000 to 2020-07-06 13:26:23.437140000 13:26:23.438 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.438000000, lastModified=2020-07-06 13:26:23.437140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.438 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.438000000, lastModified=2020-07-06 13:26:23.437140000, delta=860000 ns, racy<=2502500 ns 13:26:23.438 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.439 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.439000000, lastModified=2020-07-06 13:26:23.437140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.439 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.437140000 to 2020-07-06 13:26:23.438140000 13:26:23.439 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.439000000, lastModified=2020-07-06 13:26:23.438140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.439 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.439000000, lastModified=2020-07-06 13:26:23.438140000, delta=860000 ns, racy<=2502500 ns 13:26:23.439 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.440 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.440000000, lastModified=2020-07-06 13:26:23.439140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.441 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.440000000, lastModified=2020-07-06 13:26:23.439140000, delta=860000 ns, racy<=2502500 ns 13:26:23.441 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.441 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.441000000, lastModified=2020-07-06 13:26:23.440140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.441 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.441000000, lastModified=2020-07-06 13:26:23.440140000, delta=860000 ns, racy<=2502500 ns 13:26:23.441 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.442 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.442000000, lastModified=2020-07-06 13:26:23.441140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.442 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.442000000, lastModified=2020-07-06 13:26:23.441140000, delta=860000 ns, racy<=2502500 ns 13:26:23.442 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.442 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.442000000, lastModified=2020-07-06 13:26:23.441140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.442 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.442000000, lastModified=2020-07-06 13:26:23.441140000, delta=860000 ns, racy<=2502500 ns 13:26:23.442 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.443 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.443000000, lastModified=2020-07-06 13:26:23.442140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.443 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.443000000, lastModified=2020-07-06 13:26:23.442140000, delta=860000 ns, racy<=2502500 ns 13:26:23.443 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.443 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.443000000, lastModified=2020-07-06 13:26:23.442140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.443 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.443000000, lastModified=2020-07-06 13:26:23.442140000, delta=860000 ns, racy<=2502500 ns 13:26:23.443 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.444 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.444000000, lastModified=2020-07-06 13:26:23.443140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.444 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.444000000, lastModified=2020-07-06 13:26:23.443140000, delta=860000 ns, racy<=2502500 ns 13:26:23.444 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.444 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.444000000, lastModified=2020-07-06 13:26:23.443140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.444 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.444000000, lastModified=2020-07-06 13:26:23.443140000, delta=860000 ns, racy<=2502500 ns 13:26:23.444 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.445000000, lastModified=2020-07-06 13:26:23.444140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.445000000, lastModified=2020-07-06 13:26:23.444140000, delta=860000 ns, racy<=2502500 ns 13:26:23.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.445000000, lastModified=2020-07-06 13:26:23.444140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.445000000, lastModified=2020-07-06 13:26:23.444140000, delta=860000 ns, racy<=2502500 ns 13:26:23.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.445000000, lastModified=2020-07-06 13:26:23.444140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.446 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.444140000 to 2020-07-06 13:26:23.445140000 13:26:23.446 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.446000000, lastModified=2020-07-06 13:26:23.445140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.446 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.446000000, lastModified=2020-07-06 13:26:23.445140000, delta=860000 ns, racy<=2502500 ns 13:26:23.446 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.446 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.446000000, lastModified=2020-07-06 13:26:23.445140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.447 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.445140000 to 2020-07-06 13:26:23.446140000 13:26:23.447 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.447000000, lastModified=2020-07-06 13:26:23.446140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.447 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.447000000, lastModified=2020-07-06 13:26:23.446140000, delta=860000 ns, racy<=2502500 ns 13:26:23.447 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.447 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.447000000, lastModified=2020-07-06 13:26:23.446140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.448 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.446140000 to 2020-07-06 13:26:23.447140000 13:26:23.448 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.448000000, lastModified=2020-07-06 13:26:23.447140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.448 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.448000000, lastModified=2020-07-06 13:26:23.447140000, delta=860000 ns, racy<=2502500 ns 13:26:23.448 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.448 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.448000000, lastModified=2020-07-06 13:26:23.447140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.447140000 to 2020-07-06 13:26:23.448140000 13:26:23.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.449000000, lastModified=2020-07-06 13:26:23.448140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.449000000, lastModified=2020-07-06 13:26:23.448140000, delta=860000 ns, racy<=2502500 ns 13:26:23.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.450000000, lastModified=2020-07-06 13:26:23.448140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.448140000 to 2020-07-06 13:26:23.449140000 13:26:23.451 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.451000000, lastModified=2020-07-06 13:26:23.450140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.451 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.451000000, lastModified=2020-07-06 13:26:23.450140000, delta=860000 ns, racy<=2502500 ns 13:26:23.451 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.452 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.452000000, lastModified=2020-07-06 13:26:23.450140000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.490 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.450140000 to 2020-07-06 13:26:23.489141000 13:26:23.490 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.490000000, lastModified=2020-07-06 13:26:23.489141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.491 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.489141000 to 2020-07-06 13:26:23.490141000 13:26:23.491 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.491000000, lastModified=2020-07-06 13:26:23.490141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.492 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.490141000 to 2020-07-06 13:26:23.491141000 13:26:23.494 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.494000000, lastModified=2020-07-06 13:26:23.493141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.496 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.493141000 to 2020-07-06 13:26:23.495141000 13:26:23.504 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.504000000, lastModified=2020-07-06 13:26:23.503141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.506 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.503141000 to 2020-07-06 13:26:23.505141000 13:26:23.506 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.506000000, lastModified=2020-07-06 13:26:23.505141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.507 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.505141000 to 2020-07-06 13:26:23.506141000 13:26:23.507 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.507000000, lastModified=2020-07-06 13:26:23.506141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.508 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.506141000 to 2020-07-06 13:26:23.507141000 13:26:23.508 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.508000000, lastModified=2020-07-06 13:26:23.507141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.508 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.508000000, lastModified=2020-07-06 13:26:23.507141000, delta=859000 ns, racy<=2502500 ns 13:26:23.508 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.509 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.509000000, lastModified=2020-07-06 13:26:23.507141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.509 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.507141000 to 2020-07-06 13:26:23.508141000 13:26:23.509 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.509000000, lastModified=2020-07-06 13:26:23.508141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.509 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.509000000, lastModified=2020-07-06 13:26:23.508141000, delta=859000 ns, racy<=2502500 ns 13:26:23.509 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.510000000, lastModified=2020-07-06 13:26:23.509141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.510000000, lastModified=2020-07-06 13:26:23.509141000, delta=859000 ns, racy<=2502500 ns 13:26:23.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.510000000, lastModified=2020-07-06 13:26:23.509141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.511 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.509141000 to 2020-07-06 13:26:23.510141000 13:26:23.511 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.511000000, lastModified=2020-07-06 13:26:23.510141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.512 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.510141000 to 2020-07-06 13:26:23.511141000 13:26:23.512 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.512000000, lastModified=2020-07-06 13:26:23.511141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.512 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.512000000, lastModified=2020-07-06 13:26:23.511141000, delta=859000 ns, racy<=2502500 ns 13:26:23.512 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.512 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.512000000, lastModified=2020-07-06 13:26:23.511141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.512 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.512000000, lastModified=2020-07-06 13:26:23.511141000, delta=859000 ns, racy<=2502500 ns 13:26:23.512 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.513 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.513000000, lastModified=2020-07-06 13:26:23.512141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.513 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.513000000, lastModified=2020-07-06 13:26:23.512141000, delta=859000 ns, racy<=2502500 ns 13:26:23.513 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.514 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.513000000, lastModified=2020-07-06 13:26:23.512141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.514 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.512141000 to 2020-07-06 13:26:23.513141000 13:26:23.514 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.514000000, lastModified=2020-07-06 13:26:23.513141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.515 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.513141000 to 2020-07-06 13:26:23.514141000 13:26:23.515 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.515000000, lastModified=2020-07-06 13:26:23.514141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.515 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.515000000, lastModified=2020-07-06 13:26:23.514141000, delta=859000 ns, racy<=2502500 ns 13:26:23.515 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.516 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.516000000, lastModified=2020-07-06 13:26:23.515141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.516 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.516000000, lastModified=2020-07-06 13:26:23.515141000, delta=859000 ns, racy<=2502500 ns 13:26:23.516 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.516 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.516000000, lastModified=2020-07-06 13:26:23.515141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.517 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.515141000 to 2020-07-06 13:26:23.516141000 13:26:23.518 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.518000000, lastModified=2020-07-06 13:26:23.517141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.518 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.518000000, lastModified=2020-07-06 13:26:23.517141000, delta=859000 ns, racy<=2502500 ns 13:26:23.518 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.518 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.518000000, lastModified=2020-07-06 13:26:23.517141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.518 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.518000000, lastModified=2020-07-06 13:26:23.517141000, delta=859000 ns, racy<=2502500 ns 13:26:23.518 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.519000000, lastModified=2020-07-06 13:26:23.518141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.519000000, lastModified=2020-07-06 13:26:23.518141000, delta=859000 ns, racy<=2502500 ns 13:26:23.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.519000000, lastModified=2020-07-06 13:26:23.518141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.519000000, lastModified=2020-07-06 13:26:23.518141000, delta=859000 ns, racy<=2502500 ns 13:26:23.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.520 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.520000000, lastModified=2020-07-06 13:26:23.519141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.520 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.520000000, lastModified=2020-07-06 13:26:23.519141000, delta=859000 ns, racy<=2502500 ns 13:26:23.520 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.520 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.520000000, lastModified=2020-07-06 13:26:23.519141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.520 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.520000000, lastModified=2020-07-06 13:26:23.519141000, delta=859000 ns, racy<=2502500 ns 13:26:23.520 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.521 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.521000000, lastModified=2020-07-06 13:26:23.520141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.521 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.521000000, lastModified=2020-07-06 13:26:23.520141000, delta=859000 ns, racy<=2502500 ns 13:26:23.521 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.521 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.521000000, lastModified=2020-07-06 13:26:23.520141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.521 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.521000000, lastModified=2020-07-06 13:26:23.520141000, delta=859000 ns, racy<=2502500 ns 13:26:23.521 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.522 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.522000000, lastModified=2020-07-06 13:26:23.521141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.523 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.521141000 to 2020-07-06 13:26:23.522141000 13:26:23.523 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.523000000, lastModified=2020-07-06 13:26:23.522141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.523 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.523000000, lastModified=2020-07-06 13:26:23.522141000, delta=859000 ns, racy<=2502500 ns 13:26:23.523 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.524 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.524000000, lastModified=2020-07-06 13:26:23.522141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.524 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.522141000 to 2020-07-06 13:26:23.523141000 13:26:23.524 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.524000000, lastModified=2020-07-06 13:26:23.523141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.524 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.524000000, lastModified=2020-07-06 13:26:23.523141000, delta=859000 ns, racy<=2502500 ns 13:26:23.524 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.525 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.525000000, lastModified=2020-07-06 13:26:23.524141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.525 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.525000000, lastModified=2020-07-06 13:26:23.524141000, delta=859000 ns, racy<=2502500 ns 13:26:23.525 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.525 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.525000000, lastModified=2020-07-06 13:26:23.524141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.525 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.525000000, lastModified=2020-07-06 13:26:23.524141000, delta=859000 ns, racy<=2502500 ns 13:26:23.525 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.525 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.525000000, lastModified=2020-07-06 13:26:23.524141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.526 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.524141000 to 2020-07-06 13:26:23.525141000 13:26:23.526 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.526000000, lastModified=2020-07-06 13:26:23.525141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.525141000 to 2020-07-06 13:26:23.526141000 13:26:23.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.527000000, lastModified=2020-07-06 13:26:23.526141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.527000000, lastModified=2020-07-06 13:26:23.526141000, delta=859000 ns, racy<=2502500 ns 13:26:23.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.527000000, lastModified=2020-07-06 13:26:23.526141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.528 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.526141000 to 2020-07-06 13:26:23.527141000 13:26:23.528 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.528000000, lastModified=2020-07-06 13:26:23.527141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.527141000 to 2020-07-06 13:26:23.528141000 13:26:23.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.529000000, lastModified=2020-07-06 13:26:23.528141000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.529000000, lastModified=2020-07-06 13:26:23.528141000, delta=859000 ns, racy<=2502500 ns 13:26:23.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.530000000, lastModified=2020-07-06 13:26:23.529142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.530000000, lastModified=2020-07-06 13:26:23.529142000, delta=858000 ns, racy<=2502500 ns 13:26:23.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.530000000, lastModified=2020-07-06 13:26:23.529142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.530000000, lastModified=2020-07-06 13:26:23.529142000, delta=858000 ns, racy<=2502500 ns 13:26:23.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.531000000, lastModified=2020-07-06 13:26:23.530142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.531000000, lastModified=2020-07-06 13:26:23.530142000, delta=858000 ns, racy<=2502500 ns 13:26:23.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.531000000, lastModified=2020-07-06 13:26:23.530142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.531000000, lastModified=2020-07-06 13:26:23.530142000, delta=858000 ns, racy<=2502500 ns 13:26:23.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.532000000, lastModified=2020-07-06 13:26:23.531142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.532000000, lastModified=2020-07-06 13:26:23.531142000, delta=858000 ns, racy<=2502500 ns 13:26:23.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.532000000, lastModified=2020-07-06 13:26:23.531142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.531142000 to 2020-07-06 13:26:23.532142000 13:26:23.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.533000000, lastModified=2020-07-06 13:26:23.532142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.532142000 to 2020-07-06 13:26:23.533142000 13:26:23.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.534000000, lastModified=2020-07-06 13:26:23.533142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.534000000, lastModified=2020-07-06 13:26:23.533142000, delta=858000 ns, racy<=2502500 ns 13:26:23.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.535000000, lastModified=2020-07-06 13:26:23.534142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.535000000, lastModified=2020-07-06 13:26:23.534142000, delta=858000 ns, racy<=2502500 ns 13:26:23.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.535000000, lastModified=2020-07-06 13:26:23.534142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.535000000, lastModified=2020-07-06 13:26:23.534142000, delta=858000 ns, racy<=2502500 ns 13:26:23.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.535000000, lastModified=2020-07-06 13:26:23.534142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.536 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.534142000 to 2020-07-06 13:26:23.535142000 13:26:23.536 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.536000000, lastModified=2020-07-06 13:26:23.535142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.536 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.536000000, lastModified=2020-07-06 13:26:23.535142000, delta=858000 ns, racy<=2502500 ns 13:26:23.536 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.536 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.536000000, lastModified=2020-07-06 13:26:23.535142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.535142000 to 2020-07-06 13:26:23.536142000 13:26:23.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.537000000, lastModified=2020-07-06 13:26:23.536142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.537000000, lastModified=2020-07-06 13:26:23.536142000, delta=858000 ns, racy<=2502500 ns 13:26:23.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.537000000, lastModified=2020-07-06 13:26:23.536142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.537000000, lastModified=2020-07-06 13:26:23.536142000, delta=858000 ns, racy<=2502500 ns 13:26:23.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.538 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.538000000, lastModified=2020-07-06 13:26:23.536142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.538 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.536142000 to 2020-07-06 13:26:23.537142000 13:26:23.538 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.538000000, lastModified=2020-07-06 13:26:23.537142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.538 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.538000000, lastModified=2020-07-06 13:26:23.537142000, delta=858000 ns, racy<=2502500 ns 13:26:23.538 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.539 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.539000000, lastModified=2020-07-06 13:26:23.538142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.539 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.539000000, lastModified=2020-07-06 13:26:23.538142000, delta=858000 ns, racy<=2502500 ns 13:26:23.539 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.539 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.539000000, lastModified=2020-07-06 13:26:23.538142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.540 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.538142000 to 2020-07-06 13:26:23.539142000 13:26:23.540 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.540000000, lastModified=2020-07-06 13:26:23.539142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.540000000, lastModified=2020-07-06 13:26:23.539142000, delta=858000 ns, racy<=2502500 ns 13:26:23.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.541000000, lastModified=2020-07-06 13:26:23.540142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.541000000, lastModified=2020-07-06 13:26:23.540142000, delta=858000 ns, racy<=2502500 ns 13:26:23.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.541000000, lastModified=2020-07-06 13:26:23.540142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.542 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.540142000 to 2020-07-06 13:26:23.541142000 13:26:23.542 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.542000000, lastModified=2020-07-06 13:26:23.541142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.543 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.541142000 to 2020-07-06 13:26:23.542142000 13:26:23.543 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.543000000, lastModified=2020-07-06 13:26:23.542142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.544 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.543000000, lastModified=2020-07-06 13:26:23.542142000, delta=858000 ns, racy<=2502500 ns 13:26:23.544 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.544 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.544000000, lastModified=2020-07-06 13:26:23.543142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.545 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.543142000 to 2020-07-06 13:26:23.544142000 13:26:23.545 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.545000000, lastModified=2020-07-06 13:26:23.544142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.545 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.545000000, lastModified=2020-07-06 13:26:23.544142000, delta=858000 ns, racy<=2502500 ns 13:26:23.545 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.546000000, lastModified=2020-07-06 13:26:23.544142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.544142000 to 2020-07-06 13:26:23.545142000 13:26:23.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.546000000, lastModified=2020-07-06 13:26:23.545142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.545142000 to 2020-07-06 13:26:23.546142000 13:26:23.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.547000000, lastModified=2020-07-06 13:26:23.546142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.547000000, lastModified=2020-07-06 13:26:23.546142000, delta=858000 ns, racy<=2502500 ns 13:26:23.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.548000000, lastModified=2020-07-06 13:26:23.547142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.548000000, lastModified=2020-07-06 13:26:23.547142000, delta=858000 ns, racy<=2502500 ns 13:26:23.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.549000000, lastModified=2020-07-06 13:26:23.547142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.547142000 to 2020-07-06 13:26:23.548142000 13:26:23.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.549000000, lastModified=2020-07-06 13:26:23.548142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.548142000 to 2020-07-06 13:26:23.549142000 13:26:23.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.550000000, lastModified=2020-07-06 13:26:23.549142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.550000000, lastModified=2020-07-06 13:26:23.549142000, delta=858000 ns, racy<=2502500 ns 13:26:23.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.551 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.551000000, lastModified=2020-07-06 13:26:23.550142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.551 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.551000000, lastModified=2020-07-06 13:26:23.550142000, delta=858000 ns, racy<=2502500 ns 13:26:23.551 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.552000000, lastModified=2020-07-06 13:26:23.550142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.550142000 to 2020-07-06 13:26:23.551142000 13:26:23.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.552000000, lastModified=2020-07-06 13:26:23.551142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.552000000, lastModified=2020-07-06 13:26:23.551142000, delta=858000 ns, racy<=2502500 ns 13:26:23.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.552000000, lastModified=2020-07-06 13:26:23.551142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.553 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.551142000 to 2020-07-06 13:26:23.552142000 13:26:23.554 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.554000000, lastModified=2020-07-06 13:26:23.552142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.554 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.552142000 to 2020-07-06 13:26:23.553142000 13:26:23.554 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.554000000, lastModified=2020-07-06 13:26:23.553142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.554 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.554000000, lastModified=2020-07-06 13:26:23.553142000, delta=858000 ns, racy<=2502500 ns 13:26:23.554 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.554 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.554000000, lastModified=2020-07-06 13:26:23.553142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.555 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.553142000 to 2020-07-06 13:26:23.554142000 13:26:23.555 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.555000000, lastModified=2020-07-06 13:26:23.554142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.555 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.555000000, lastModified=2020-07-06 13:26:23.554142000, delta=858000 ns, racy<=2502500 ns 13:26:23.555 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.556 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.556000000, lastModified=2020-07-06 13:26:23.555142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.556 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.556000000, lastModified=2020-07-06 13:26:23.555142000, delta=858000 ns, racy<=2502500 ns 13:26:23.556 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.557 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.557000000, lastModified=2020-07-06 13:26:23.556142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.557 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.557000000, lastModified=2020-07-06 13:26:23.556142000, delta=858000 ns, racy<=2502500 ns 13:26:23.557 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.557 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.557000000, lastModified=2020-07-06 13:26:23.556142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.557 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.557000000, lastModified=2020-07-06 13:26:23.556142000, delta=858000 ns, racy<=2502500 ns 13:26:23.557 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.557 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.557000000, lastModified=2020-07-06 13:26:23.556142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.558 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.556142000 to 2020-07-06 13:26:23.557142000 13:26:23.558 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.558000000, lastModified=2020-07-06 13:26:23.557142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.558 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.558000000, lastModified=2020-07-06 13:26:23.557142000, delta=858000 ns, racy<=2502500 ns 13:26:23.558 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.558 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.558000000, lastModified=2020-07-06 13:26:23.557142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.559 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.557142000 to 2020-07-06 13:26:23.558142000 13:26:23.559 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.559000000, lastModified=2020-07-06 13:26:23.558142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.559 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.559000000, lastModified=2020-07-06 13:26:23.558142000, delta=858000 ns, racy<=2502500 ns 13:26:23.559 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.559 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.559000000, lastModified=2020-07-06 13:26:23.558142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.560 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.558142000 to 2020-07-06 13:26:23.559142000 13:26:23.560 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.560000000, lastModified=2020-07-06 13:26:23.559142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.560 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.560000000, lastModified=2020-07-06 13:26:23.559142000, delta=858000 ns, racy<=2502500 ns 13:26:23.560 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.560 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.560000000, lastModified=2020-07-06 13:26:23.559142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.561 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.559142000 to 2020-07-06 13:26:23.560142000 13:26:23.561 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.561000000, lastModified=2020-07-06 13:26:23.560142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.561 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.561000000, lastModified=2020-07-06 13:26:23.560142000, delta=858000 ns, racy<=2502500 ns 13:26:23.561 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.562 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.562000000, lastModified=2020-07-06 13:26:23.561142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.562 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.562000000, lastModified=2020-07-06 13:26:23.561142000, delta=858000 ns, racy<=2502500 ns 13:26:23.562 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.563 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.563000000, lastModified=2020-07-06 13:26:23.562142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.563 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.563000000, lastModified=2020-07-06 13:26:23.562142000, delta=858000 ns, racy<=2502500 ns 13:26:23.563 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.563 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.563000000, lastModified=2020-07-06 13:26:23.562142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.563 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.563000000, lastModified=2020-07-06 13:26:23.562142000, delta=858000 ns, racy<=2502500 ns 13:26:23.563 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.564 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.564000000, lastModified=2020-07-06 13:26:23.563142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.565 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.563142000 to 2020-07-06 13:26:23.564142000 13:26:23.565 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.565000000, lastModified=2020-07-06 13:26:23.564142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.566 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.564142000 to 2020-07-06 13:26:23.565142000 13:26:23.566 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.566000000, lastModified=2020-07-06 13:26:23.565142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.566 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.566000000, lastModified=2020-07-06 13:26:23.565142000, delta=858000 ns, racy<=2502500 ns 13:26:23.566 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.566 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.566000000, lastModified=2020-07-06 13:26:23.565142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.567 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.565142000 to 2020-07-06 13:26:23.566142000 13:26:23.567 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.567000000, lastModified=2020-07-06 13:26:23.566142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.567 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.567000000, lastModified=2020-07-06 13:26:23.566142000, delta=858000 ns, racy<=2502500 ns 13:26:23.567 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.568 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.568000000, lastModified=2020-07-06 13:26:23.566142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.568 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.566142000 to 2020-07-06 13:26:23.567142000 13:26:23.568 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.568000000, lastModified=2020-07-06 13:26:23.567142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.568 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.568000000, lastModified=2020-07-06 13:26:23.567142000, delta=858000 ns, racy<=2502500 ns 13:26:23.568 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.569 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.569000000, lastModified=2020-07-06 13:26:23.568142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.569 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.569000000, lastModified=2020-07-06 13:26:23.568142000, delta=858000 ns, racy<=2502500 ns 13:26:23.569 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.569 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.569000000, lastModified=2020-07-06 13:26:23.568142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.570 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.568142000 to 2020-07-06 13:26:23.569142000 13:26:23.570 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.570000000, lastModified=2020-07-06 13:26:23.569142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.571 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.569142000 to 2020-07-06 13:26:23.570142000 13:26:23.571 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.571000000, lastModified=2020-07-06 13:26:23.570142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.571 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.571000000, lastModified=2020-07-06 13:26:23.570142000, delta=858000 ns, racy<=2502500 ns 13:26:23.571 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.571 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.571000000, lastModified=2020-07-06 13:26:23.570142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.572 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.570142000 to 2020-07-06 13:26:23.571142000 13:26:23.572 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.572000000, lastModified=2020-07-06 13:26:23.571142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.572 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.572000000, lastModified=2020-07-06 13:26:23.571142000, delta=858000 ns, racy<=2502500 ns 13:26:23.572 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.572 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.572000000, lastModified=2020-07-06 13:26:23.571142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.573 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.571142000 to 2020-07-06 13:26:23.572142000 13:26:23.573 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.573000000, lastModified=2020-07-06 13:26:23.572142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.573 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.573000000, lastModified=2020-07-06 13:26:23.572142000, delta=858000 ns, racy<=2502500 ns 13:26:23.573 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.573 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.573000000, lastModified=2020-07-06 13:26:23.572142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.574 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.573000000, lastModified=2020-07-06 13:26:23.572142000, delta=858000 ns, racy<=2502500 ns 13:26:23.574 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.574 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.574000000, lastModified=2020-07-06 13:26:23.573142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.574 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.574000000, lastModified=2020-07-06 13:26:23.573142000, delta=858000 ns, racy<=2502500 ns 13:26:23.574 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.574 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.574000000, lastModified=2020-07-06 13:26:23.573142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.575 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.574000000, lastModified=2020-07-06 13:26:23.573142000, delta=858000 ns, racy<=2502500 ns 13:26:23.575 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.575 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.575000000, lastModified=2020-07-06 13:26:23.574142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.575 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.575000000, lastModified=2020-07-06 13:26:23.574142000, delta=858000 ns, racy<=2502500 ns 13:26:23.575 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.575 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.575000000, lastModified=2020-07-06 13:26:23.574142000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.590 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.574142000 to 2020-07-06 13:26:23.589143000 13:26:23.593 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.593000000, lastModified=2020-07-06 13:26:23.592143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.594 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.593000000, lastModified=2020-07-06 13:26:23.592143000, delta=857000 ns, racy<=2502500 ns 13:26:23.594 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.594 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.594000000, lastModified=2020-07-06 13:26:23.593143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.594 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.594000000, lastModified=2020-07-06 13:26:23.593143000, delta=857000 ns, racy<=2502500 ns 13:26:23.594 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.595 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.595000000, lastModified=2020-07-06 13:26:23.594143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.596 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.594143000 to 2020-07-06 13:26:23.595143000 13:26:23.596 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.596000000, lastModified=2020-07-06 13:26:23.595143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.596 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.596000000, lastModified=2020-07-06 13:26:23.595143000, delta=857000 ns, racy<=2502500 ns 13:26:23.596 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.597 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.597000000, lastModified=2020-07-06 13:26:23.596143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.597 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.597000000, lastModified=2020-07-06 13:26:23.596143000, delta=857000 ns, racy<=2502500 ns 13:26:23.597 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.598 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.598000000, lastModified=2020-07-06 13:26:23.597143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.598 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.598000000, lastModified=2020-07-06 13:26:23.597143000, delta=857000 ns, racy<=2502500 ns 13:26:23.598 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.599 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.599000000, lastModified=2020-07-06 13:26:23.598143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.599 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.599000000, lastModified=2020-07-06 13:26:23.598143000, delta=857000 ns, racy<=2502500 ns 13:26:23.599 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.599 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.599000000, lastModified=2020-07-06 13:26:23.598143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.600 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.598143000 to 2020-07-06 13:26:23.599143000 13:26:23.600 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.600000000, lastModified=2020-07-06 13:26:23.599143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.600 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.600000000, lastModified=2020-07-06 13:26:23.599143000, delta=857000 ns, racy<=2502500 ns 13:26:23.600 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.601 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.601000000, lastModified=2020-07-06 13:26:23.600143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.601 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.601000000, lastModified=2020-07-06 13:26:23.600143000, delta=857000 ns, racy<=2502500 ns 13:26:23.601 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.601 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.601000000, lastModified=2020-07-06 13:26:23.600143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.602 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.600143000 to 2020-07-06 13:26:23.601143000 13:26:23.602 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.602000000, lastModified=2020-07-06 13:26:23.601143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.602 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.602000000, lastModified=2020-07-06 13:26:23.601143000, delta=857000 ns, racy<=2502500 ns 13:26:23.602 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.603 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.603000000, lastModified=2020-07-06 13:26:23.602143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.603 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.603000000, lastModified=2020-07-06 13:26:23.602143000, delta=857000 ns, racy<=2502500 ns 13:26:23.603 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.603 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.603000000, lastModified=2020-07-06 13:26:23.602143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.603 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.603000000, lastModified=2020-07-06 13:26:23.602143000, delta=857000 ns, racy<=2502500 ns 13:26:23.604 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.604 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.604000000, lastModified=2020-07-06 13:26:23.603143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.604 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.604000000, lastModified=2020-07-06 13:26:23.603143000, delta=857000 ns, racy<=2502500 ns 13:26:23.604 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.605 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.605000000, lastModified=2020-07-06 13:26:23.604143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.605 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.605000000, lastModified=2020-07-06 13:26:23.604143000, delta=857000 ns, racy<=2502500 ns 13:26:23.605 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.605 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.605000000, lastModified=2020-07-06 13:26:23.604143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.605 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.605000000, lastModified=2020-07-06 13:26:23.604143000, delta=857000 ns, racy<=2502500 ns 13:26:23.605 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.606 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.606000000, lastModified=2020-07-06 13:26:23.605143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.605143000 to 2020-07-06 13:26:23.606143000 13:26:23.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.607000000, lastModified=2020-07-06 13:26:23.606143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.607000000, lastModified=2020-07-06 13:26:23.606143000, delta=857000 ns, racy<=2502500 ns 13:26:23.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.607000000, lastModified=2020-07-06 13:26:23.606143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.606143000 to 2020-07-06 13:26:23.607143000 13:26:23.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.608000000, lastModified=2020-07-06 13:26:23.607143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.608000000, lastModified=2020-07-06 13:26:23.607143000, delta=857000 ns, racy<=2502500 ns 13:26:23.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.608000000, lastModified=2020-07-06 13:26:23.607143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.609 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.607143000 to 2020-07-06 13:26:23.608143000 13:26:23.609 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.609000000, lastModified=2020-07-06 13:26:23.608143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.610 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.608143000 to 2020-07-06 13:26:23.609143000 13:26:23.610 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.610000000, lastModified=2020-07-06 13:26:23.609143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.610 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.610000000, lastModified=2020-07-06 13:26:23.609143000, delta=857000 ns, racy<=2502500 ns 13:26:23.610 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.610 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.610000000, lastModified=2020-07-06 13:26:23.609143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.611 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.609143000 to 2020-07-06 13:26:23.610143000 13:26:23.612 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.612000000, lastModified=2020-07-06 13:26:23.611143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.612 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.612000000, lastModified=2020-07-06 13:26:23.611143000, delta=857000 ns, racy<=2502500 ns 13:26:23.612 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.612 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.612000000, lastModified=2020-07-06 13:26:23.611143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.613 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.611143000 to 2020-07-06 13:26:23.612143000 13:26:23.613 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.613000000, lastModified=2020-07-06 13:26:23.612143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.613 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.613000000, lastModified=2020-07-06 13:26:23.612143000, delta=857000 ns, racy<=2502500 ns 13:26:23.613 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.614 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.614000000, lastModified=2020-07-06 13:26:23.613143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.614 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.614000000, lastModified=2020-07-06 13:26:23.613143000, delta=857000 ns, racy<=2502500 ns 13:26:23.614 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.615 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.615000000, lastModified=2020-07-06 13:26:23.613143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.615 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.613143000 to 2020-07-06 13:26:23.614143000 13:26:23.616 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.616000000, lastModified=2020-07-06 13:26:23.615143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.616 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.616000000, lastModified=2020-07-06 13:26:23.615143000, delta=857000 ns, racy<=2502500 ns 13:26:23.616 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.616 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.616000000, lastModified=2020-07-06 13:26:23.615143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.617 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.615143000 to 2020-07-06 13:26:23.616143000 13:26:23.617 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.617000000, lastModified=2020-07-06 13:26:23.616143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.618 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.616143000 to 2020-07-06 13:26:23.617143000 13:26:23.619 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.619000000, lastModified=2020-07-06 13:26:23.617143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.619 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.617143000 to 2020-07-06 13:26:23.618143000 13:26:23.619 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.619000000, lastModified=2020-07-06 13:26:23.618143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.620 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.618143000 to 2020-07-06 13:26:23.619143000 13:26:23.620 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.620000000, lastModified=2020-07-06 13:26:23.619143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.621 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.620000000, lastModified=2020-07-06 13:26:23.619143000, delta=857000 ns, racy<=2502500 ns 13:26:23.621 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.621 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.621000000, lastModified=2020-07-06 13:26:23.620143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.621 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.621000000, lastModified=2020-07-06 13:26:23.620143000, delta=857000 ns, racy<=2502500 ns 13:26:23.621 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.624 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.624000000, lastModified=2020-07-06 13:26:23.623143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.624 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.624000000, lastModified=2020-07-06 13:26:23.623143000, delta=857000 ns, racy<=2502500 ns 13:26:23.624 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.624 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.624000000, lastModified=2020-07-06 13:26:23.623143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.625 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.623143000 to 2020-07-06 13:26:23.624143000 13:26:23.625 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.625000000, lastModified=2020-07-06 13:26:23.624143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.625 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.625000000, lastModified=2020-07-06 13:26:23.624143000, delta=857000 ns, racy<=2502500 ns 13:26:23.625 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.626 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.626000000, lastModified=2020-07-06 13:26:23.625143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.626 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.626000000, lastModified=2020-07-06 13:26:23.625143000, delta=857000 ns, racy<=2502500 ns 13:26:23.626 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.626 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.626000000, lastModified=2020-07-06 13:26:23.625143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.627 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.626000000, lastModified=2020-07-06 13:26:23.625143000, delta=857000 ns, racy<=2502500 ns 13:26:23.627 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.627 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.627000000, lastModified=2020-07-06 13:26:23.626143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.627 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.627000000, lastModified=2020-07-06 13:26:23.626143000, delta=857000 ns, racy<=2502500 ns 13:26:23.627 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.627 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.627000000, lastModified=2020-07-06 13:26:23.626143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.628 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.626143000 to 2020-07-06 13:26:23.627143000 13:26:23.628 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.628000000, lastModified=2020-07-06 13:26:23.627143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.628 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.628000000, lastModified=2020-07-06 13:26:23.627143000, delta=857000 ns, racy<=2502500 ns 13:26:23.628 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.628 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.628000000, lastModified=2020-07-06 13:26:23.627143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.629 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.627143000 to 2020-07-06 13:26:23.628143000 13:26:23.629 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.629000000, lastModified=2020-07-06 13:26:23.628143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.629 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.629000000, lastModified=2020-07-06 13:26:23.628143000, delta=857000 ns, racy<=2502500 ns 13:26:23.629 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.629 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.629000000, lastModified=2020-07-06 13:26:23.628143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.630 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.628143000 to 2020-07-06 13:26:23.629143000 13:26:23.630 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.630000000, lastModified=2020-07-06 13:26:23.629143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.630 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.630000000, lastModified=2020-07-06 13:26:23.629143000, delta=857000 ns, racy<=2502500 ns 13:26:23.630 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.631 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.631000000, lastModified=2020-07-06 13:26:23.629143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.631 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.629143000 to 2020-07-06 13:26:23.630143000 13:26:23.632 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.632000000, lastModified=2020-07-06 13:26:23.631143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.632 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.632000000, lastModified=2020-07-06 13:26:23.631143000, delta=857000 ns, racy<=2502500 ns 13:26:23.632 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.632 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.632000000, lastModified=2020-07-06 13:26:23.631143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.633 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.631143000 to 2020-07-06 13:26:23.632143000 13:26:23.633 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.633000000, lastModified=2020-07-06 13:26:23.632143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.634 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.632143000 to 2020-07-06 13:26:23.633143000 13:26:23.634 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.634000000, lastModified=2020-07-06 13:26:23.633143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.635 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.633143000 to 2020-07-06 13:26:23.634143000 13:26:23.635 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.635000000, lastModified=2020-07-06 13:26:23.634143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.635 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.635000000, lastModified=2020-07-06 13:26:23.634143000, delta=857000 ns, racy<=2502500 ns 13:26:23.635 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.636 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.636000000, lastModified=2020-07-06 13:26:23.635143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.636 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.636000000, lastModified=2020-07-06 13:26:23.635143000, delta=857000 ns, racy<=2502500 ns 13:26:23.636 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.636 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.636000000, lastModified=2020-07-06 13:26:23.635143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.636 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.636000000, lastModified=2020-07-06 13:26:23.635143000, delta=857000 ns, racy<=2502500 ns 13:26:23.636 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.637 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.637000000, lastModified=2020-07-06 13:26:23.636143000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.637 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.637000000, lastModified=2020-07-06 13:26:23.636143000, delta=857000 ns, racy<=2502500 ns 13:26:23.637 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.638 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.638000000, lastModified=2020-07-06 13:26:23.637144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.638 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.638000000, lastModified=2020-07-06 13:26:23.637144000, delta=856000 ns, racy<=2502500 ns 13:26:23.638 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.638 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.638000000, lastModified=2020-07-06 13:26:23.637144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.639 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.637144000 to 2020-07-06 13:26:23.638144000 13:26:23.639 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.639000000, lastModified=2020-07-06 13:26:23.638144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.640 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.638144000 to 2020-07-06 13:26:23.639144000 13:26:23.640 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.640000000, lastModified=2020-07-06 13:26:23.639144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.640 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.640000000, lastModified=2020-07-06 13:26:23.639144000, delta=856000 ns, racy<=2502500 ns 13:26:23.640 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.640 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.640000000, lastModified=2020-07-06 13:26:23.639144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.641 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.639144000 to 2020-07-06 13:26:23.640144000 13:26:23.641 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.641000000, lastModified=2020-07-06 13:26:23.640144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.642 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.640144000 to 2020-07-06 13:26:23.641144000 13:26:23.642 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.642000000, lastModified=2020-07-06 13:26:23.641144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.642 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.642000000, lastModified=2020-07-06 13:26:23.641144000, delta=856000 ns, racy<=2502500 ns 13:26:23.642 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.643 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.643000000, lastModified=2020-07-06 13:26:23.642144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.643 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.643000000, lastModified=2020-07-06 13:26:23.642144000, delta=856000 ns, racy<=2502500 ns 13:26:23.643 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.644 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.644000000, lastModified=2020-07-06 13:26:23.643144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.644 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.644000000, lastModified=2020-07-06 13:26:23.643144000, delta=856000 ns, racy<=2502500 ns 13:26:23.644 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.644 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.644000000, lastModified=2020-07-06 13:26:23.643144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.644 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.644000000, lastModified=2020-07-06 13:26:23.643144000, delta=856000 ns, racy<=2502500 ns 13:26:23.644 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.645 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.645000000, lastModified=2020-07-06 13:26:23.644144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.645 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.645000000, lastModified=2020-07-06 13:26:23.644144000, delta=856000 ns, racy<=2502500 ns 13:26:23.645 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.645 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.645000000, lastModified=2020-07-06 13:26:23.644144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.646 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.644144000 to 2020-07-06 13:26:23.645144000 13:26:23.646 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.646000000, lastModified=2020-07-06 13:26:23.645144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.646 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.646000000, lastModified=2020-07-06 13:26:23.645144000, delta=856000 ns, racy<=2502500 ns 13:26:23.646 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.647000000, lastModified=2020-07-06 13:26:23.646144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.647000000, lastModified=2020-07-06 13:26:23.646144000, delta=856000 ns, racy<=2502500 ns 13:26:23.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.648000000, lastModified=2020-07-06 13:26:23.647144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.648000000, lastModified=2020-07-06 13:26:23.647144000, delta=856000 ns, racy<=2502500 ns 13:26:23.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.648000000, lastModified=2020-07-06 13:26:23.647144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.648000000, lastModified=2020-07-06 13:26:23.647144000, delta=856000 ns, racy<=2502500 ns 13:26:23.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.649000000, lastModified=2020-07-06 13:26:23.648144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.649000000, lastModified=2020-07-06 13:26:23.648144000, delta=856000 ns, racy<=2502500 ns 13:26:23.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.649000000, lastModified=2020-07-06 13:26:23.648144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.648144000 to 2020-07-06 13:26:23.649144000 13:26:23.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.650000000, lastModified=2020-07-06 13:26:23.649144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.650000000, lastModified=2020-07-06 13:26:23.649144000, delta=856000 ns, racy<=2502500 ns 13:26:23.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.650000000, lastModified=2020-07-06 13:26:23.649144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.651 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.649144000 to 2020-07-06 13:26:23.650144000 13:26:23.651 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.651000000, lastModified=2020-07-06 13:26:23.650144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.651 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.651000000, lastModified=2020-07-06 13:26:23.650144000, delta=856000 ns, racy<=2502500 ns 13:26:23.651 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.651 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.651000000, lastModified=2020-07-06 13:26:23.650144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.652 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.651000000, lastModified=2020-07-06 13:26:23.650144000, delta=856000 ns, racy<=2502500 ns 13:26:23.652 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.652 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.652000000, lastModified=2020-07-06 13:26:23.651144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.652 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.652000000, lastModified=2020-07-06 13:26:23.651144000, delta=856000 ns, racy<=2502500 ns 13:26:23.652 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.652 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.652000000, lastModified=2020-07-06 13:26:23.651144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.652 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.652000000, lastModified=2020-07-06 13:26:23.651144000, delta=856000 ns, racy<=2502500 ns 13:26:23.652 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.653 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.653000000, lastModified=2020-07-06 13:26:23.651144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.653 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.651144000 to 2020-07-06 13:26:23.652144000 13:26:23.653 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.653000000, lastModified=2020-07-06 13:26:23.652144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.653 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.653000000, lastModified=2020-07-06 13:26:23.652144000, delta=856000 ns, racy<=2502500 ns 13:26:23.653 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.654 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.654000000, lastModified=2020-07-06 13:26:23.653144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.654 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.654000000, lastModified=2020-07-06 13:26:23.653144000, delta=856000 ns, racy<=2502500 ns 13:26:23.654 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.654 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.654000000, lastModified=2020-07-06 13:26:23.653144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.655 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.653144000 to 2020-07-06 13:26:23.654144000 13:26:23.655 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.655000000, lastModified=2020-07-06 13:26:23.654144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.655 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.655000000, lastModified=2020-07-06 13:26:23.654144000, delta=856000 ns, racy<=2502500 ns 13:26:23.655 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.655 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.655000000, lastModified=2020-07-06 13:26:23.654144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.656 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.654144000 to 2020-07-06 13:26:23.655144000 13:26:23.656 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.656000000, lastModified=2020-07-06 13:26:23.655144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.657 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.655144000 to 2020-07-06 13:26:23.656144000 13:26:23.657 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.657000000, lastModified=2020-07-06 13:26:23.656144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.657 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.657000000, lastModified=2020-07-06 13:26:23.656144000, delta=856000 ns, racy<=2502500 ns 13:26:23.657 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.657 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.657000000, lastModified=2020-07-06 13:26:23.656144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.656144000 to 2020-07-06 13:26:23.657144000 13:26:23.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.658000000, lastModified=2020-07-06 13:26:23.657144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.658000000, lastModified=2020-07-06 13:26:23.657144000, delta=856000 ns, racy<=2502500 ns 13:26:23.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.658000000, lastModified=2020-07-06 13:26:23.657144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.659 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.657144000 to 2020-07-06 13:26:23.658144000 13:26:23.659 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.659000000, lastModified=2020-07-06 13:26:23.658144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.659 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.659000000, lastModified=2020-07-06 13:26:23.658144000, delta=856000 ns, racy<=2502500 ns 13:26:23.659 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.659 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.659000000, lastModified=2020-07-06 13:26:23.658144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.658144000 to 2020-07-06 13:26:23.659144000 13:26:23.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.660000000, lastModified=2020-07-06 13:26:23.659144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.661 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.659144000 to 2020-07-06 13:26:23.660144000 13:26:23.661 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.661000000, lastModified=2020-07-06 13:26:23.660144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.661 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.661000000, lastModified=2020-07-06 13:26:23.660144000, delta=856000 ns, racy<=2502500 ns 13:26:23.661 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.662000000, lastModified=2020-07-06 13:26:23.660144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.660144000 to 2020-07-06 13:26:23.661144000 13:26:23.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.663000000, lastModified=2020-07-06 13:26:23.662144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.663000000, lastModified=2020-07-06 13:26:23.662144000, delta=856000 ns, racy<=2502500 ns 13:26:23.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.663000000, lastModified=2020-07-06 13:26:23.662144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.664 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.663000000, lastModified=2020-07-06 13:26:23.662144000, delta=856000 ns, racy<=2502500 ns 13:26:23.664 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.664 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.664000000, lastModified=2020-07-06 13:26:23.663144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.665 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.663144000 to 2020-07-06 13:26:23.664144000 13:26:23.665 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.665000000, lastModified=2020-07-06 13:26:23.664144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.665 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.665000000, lastModified=2020-07-06 13:26:23.664144000, delta=856000 ns, racy<=2502500 ns 13:26:23.665 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.665 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.665000000, lastModified=2020-07-06 13:26:23.664144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.664144000 to 2020-07-06 13:26:23.665144000 13:26:23.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.666000000, lastModified=2020-07-06 13:26:23.665144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.666000000, lastModified=2020-07-06 13:26:23.665144000, delta=856000 ns, racy<=2502500 ns 13:26:23.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.666000000, lastModified=2020-07-06 13:26:23.665144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.667 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.665144000 to 2020-07-06 13:26:23.666144000 13:26:23.667 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.667000000, lastModified=2020-07-06 13:26:23.666144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.667 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.667000000, lastModified=2020-07-06 13:26:23.666144000, delta=856000 ns, racy<=2502500 ns 13:26:23.667 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.668 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.668000000, lastModified=2020-07-06 13:26:23.667144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.669 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.667144000 to 2020-07-06 13:26:23.668144000 13:26:23.669 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.669000000, lastModified=2020-07-06 13:26:23.668144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.669 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.669000000, lastModified=2020-07-06 13:26:23.668144000, delta=856000 ns, racy<=2502500 ns 13:26:23.669 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.670 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.670000000, lastModified=2020-07-06 13:26:23.669144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.671 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.669144000 to 2020-07-06 13:26:23.670144000 13:26:23.672 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.672000000, lastModified=2020-07-06 13:26:23.670144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.672 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.670144000 to 2020-07-06 13:26:23.671144000 13:26:23.672 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.672000000, lastModified=2020-07-06 13:26:23.671144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.673 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.672000000, lastModified=2020-07-06 13:26:23.671144000, delta=856000 ns, racy<=2502500 ns 13:26:23.673 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.673 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.673000000, lastModified=2020-07-06 13:26:23.672144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.674 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.672144000 to 2020-07-06 13:26:23.673144000 13:26:23.674 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.674000000, lastModified=2020-07-06 13:26:23.673144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.674 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.674000000, lastModified=2020-07-06 13:26:23.673144000, delta=856000 ns, racy<=2502500 ns 13:26:23.674 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.674 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.674000000, lastModified=2020-07-06 13:26:23.673144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.675 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.673144000 to 2020-07-06 13:26:23.674144000 13:26:23.675 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.675000000, lastModified=2020-07-06 13:26:23.674144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.675 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.675000000, lastModified=2020-07-06 13:26:23.674144000, delta=856000 ns, racy<=2502500 ns 13:26:23.675 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.676 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.676000000, lastModified=2020-07-06 13:26:23.675144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.676 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.676000000, lastModified=2020-07-06 13:26:23.675144000, delta=856000 ns, racy<=2502500 ns 13:26:23.676 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.677 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.677000000, lastModified=2020-07-06 13:26:23.676144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.677 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.677000000, lastModified=2020-07-06 13:26:23.676144000, delta=856000 ns, racy<=2502500 ns 13:26:23.677 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.677 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.677000000, lastModified=2020-07-06 13:26:23.676144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.678 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.676144000 to 2020-07-06 13:26:23.677144000 13:26:23.678 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.678000000, lastModified=2020-07-06 13:26:23.677144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.678 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.678000000, lastModified=2020-07-06 13:26:23.677144000, delta=856000 ns, racy<=2502500 ns 13:26:23.678 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.679 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.679000000, lastModified=2020-07-06 13:26:23.678144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.679 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.679000000, lastModified=2020-07-06 13:26:23.678144000, delta=856000 ns, racy<=2502500 ns 13:26:23.679 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.679 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.679000000, lastModified=2020-07-06 13:26:23.678144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.680 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.678144000 to 2020-07-06 13:26:23.679144000 13:26:23.680 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.680000000, lastModified=2020-07-06 13:26:23.679144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.681 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.680000000, lastModified=2020-07-06 13:26:23.679144000, delta=856000 ns, racy<=2502500 ns 13:26:23.681 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.681 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.681000000, lastModified=2020-07-06 13:26:23.680144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.682 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.680144000 to 2020-07-06 13:26:23.681144000 13:26:23.682 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.682000000, lastModified=2020-07-06 13:26:23.681144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.682 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.682000000, lastModified=2020-07-06 13:26:23.681144000, delta=856000 ns, racy<=2502500 ns 13:26:23.682 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.682 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.682000000, lastModified=2020-07-06 13:26:23.681144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.683 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.681144000 to 2020-07-06 13:26:23.682144000 13:26:23.683 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.683000000, lastModified=2020-07-06 13:26:23.682144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.683 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.683000000, lastModified=2020-07-06 13:26:23.682144000, delta=856000 ns, racy<=2502500 ns 13:26:23.683 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.684 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.683000000, lastModified=2020-07-06 13:26:23.682144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.684 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.682144000 to 2020-07-06 13:26:23.683144000 13:26:23.685 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.685000000, lastModified=2020-07-06 13:26:23.684144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.685 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.685000000, lastModified=2020-07-06 13:26:23.684144000, delta=856000 ns, racy<=2502500 ns 13:26:23.685 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.685 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.685000000, lastModified=2020-07-06 13:26:23.684144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.685 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.685000000, lastModified=2020-07-06 13:26:23.684144000, delta=856000 ns, racy<=2502500 ns 13:26:23.685 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.686 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.686000000, lastModified=2020-07-06 13:26:23.685144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.686 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.686000000, lastModified=2020-07-06 13:26:23.685144000, delta=856000 ns, racy<=2502500 ns 13:26:23.686 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.686 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.686000000, lastModified=2020-07-06 13:26:23.685144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.687 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.686000000, lastModified=2020-07-06 13:26:23.685144000, delta=856000 ns, racy<=2502500 ns 13:26:23.687 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.687 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.687000000, lastModified=2020-07-06 13:26:23.686144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.687 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.687000000, lastModified=2020-07-06 13:26:23.686144000, delta=856000 ns, racy<=2502500 ns 13:26:23.687 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.687 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.687000000, lastModified=2020-07-06 13:26:23.686144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.688 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.686144000 to 2020-07-06 13:26:23.687144000 13:26:23.688 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.688000000, lastModified=2020-07-06 13:26:23.687144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.689 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.688000000, lastModified=2020-07-06 13:26:23.687144000, delta=856000 ns, racy<=2502500 ns 13:26:23.689 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.689 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.689000000, lastModified=2020-07-06 13:26:23.688144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.689 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.689000000, lastModified=2020-07-06 13:26:23.688144000, delta=856000 ns, racy<=2502500 ns 13:26:23.689 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.689 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.689000000, lastModified=2020-07-06 13:26:23.688144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.690 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.688144000 to 2020-07-06 13:26:23.689144000 13:26:23.690 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.690000000, lastModified=2020-07-06 13:26:23.689144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.690 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.690000000, lastModified=2020-07-06 13:26:23.689144000, delta=856000 ns, racy<=2502500 ns 13:26:23.690 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.691 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.691000000, lastModified=2020-07-06 13:26:23.690144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.691 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.691000000, lastModified=2020-07-06 13:26:23.690144000, delta=856000 ns, racy<=2502500 ns 13:26:23.691 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.692 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.692000000, lastModified=2020-07-06 13:26:23.690144000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.693 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.690144000 to 2020-07-06 13:26:23.691144000 13:26:23.693 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.693000000, lastModified=2020-07-06 13:26:23.692145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.694 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.692145000 to 2020-07-06 13:26:23.693145000 13:26:23.694 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.694000000, lastModified=2020-07-06 13:26:23.693145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.695 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.693145000 to 2020-07-06 13:26:23.694145000 13:26:23.695 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.695000000, lastModified=2020-07-06 13:26:23.694145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.695 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.695000000, lastModified=2020-07-06 13:26:23.694145000, delta=855000 ns, racy<=2502500 ns 13:26:23.695 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.696 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.696000000, lastModified=2020-07-06 13:26:23.695145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.696 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.696000000, lastModified=2020-07-06 13:26:23.695145000, delta=855000 ns, racy<=2502500 ns 13:26:23.696 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.696 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.696000000, lastModified=2020-07-06 13:26:23.695145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.697 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.695145000 to 2020-07-06 13:26:23.696145000 13:26:23.697 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.697000000, lastModified=2020-07-06 13:26:23.696145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.697 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.697000000, lastModified=2020-07-06 13:26:23.696145000, delta=855000 ns, racy<=2502500 ns 13:26:23.697 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.698 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.698000000, lastModified=2020-07-06 13:26:23.696145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.698 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.696145000 to 2020-07-06 13:26:23.697145000 13:26:23.699 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.699000000, lastModified=2020-07-06 13:26:23.697145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.699 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.697145000 to 2020-07-06 13:26:23.698145000 13:26:23.700 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.700000000, lastModified=2020-07-06 13:26:23.699145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.700 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.700000000, lastModified=2020-07-06 13:26:23.699145000, delta=855000 ns, racy<=2502500 ns 13:26:23.700 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.701 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.701000000, lastModified=2020-07-06 13:26:23.700145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.701 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.701000000, lastModified=2020-07-06 13:26:23.700145000, delta=855000 ns, racy<=2502500 ns 13:26:23.701 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.702 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.702000000, lastModified=2020-07-06 13:26:23.701145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.702 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.702000000, lastModified=2020-07-06 13:26:23.701145000, delta=855000 ns, racy<=2502500 ns 13:26:23.702 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.702 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.702000000, lastModified=2020-07-06 13:26:23.701145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.702 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.702000000, lastModified=2020-07-06 13:26:23.701145000, delta=855000 ns, racy<=2502500 ns 13:26:23.702 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.703 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.703000000, lastModified=2020-07-06 13:26:23.702145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.703 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.703000000, lastModified=2020-07-06 13:26:23.702145000, delta=855000 ns, racy<=2502500 ns 13:26:23.703 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.703 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.703000000, lastModified=2020-07-06 13:26:23.702145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.704 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.702145000 to 2020-07-06 13:26:23.703145000 13:26:23.704 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.704000000, lastModified=2020-07-06 13:26:23.703145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.704 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.704000000, lastModified=2020-07-06 13:26:23.703145000, delta=855000 ns, racy<=2502500 ns 13:26:23.704 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.705 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.705000000, lastModified=2020-07-06 13:26:23.704145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.705 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.705000000, lastModified=2020-07-06 13:26:23.704145000, delta=855000 ns, racy<=2502500 ns 13:26:23.705 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.705 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.705000000, lastModified=2020-07-06 13:26:23.704145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.705 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.705000000, lastModified=2020-07-06 13:26:23.704145000, delta=855000 ns, racy<=2502500 ns 13:26:23.705 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.706 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.706000000, lastModified=2020-07-06 13:26:23.705145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.706 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.706000000, lastModified=2020-07-06 13:26:23.705145000, delta=855000 ns, racy<=2502500 ns 13:26:23.706 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.706 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.706000000, lastModified=2020-07-06 13:26:23.705145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.706 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.706000000, lastModified=2020-07-06 13:26:23.705145000, delta=855000 ns, racy<=2502500 ns 13:26:23.706 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.707000000, lastModified=2020-07-06 13:26:23.706145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.707000000, lastModified=2020-07-06 13:26:23.706145000, delta=855000 ns, racy<=2502500 ns 13:26:23.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.707000000, lastModified=2020-07-06 13:26:23.706145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.706145000 to 2020-07-06 13:26:23.707145000 13:26:23.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.708000000, lastModified=2020-07-06 13:26:23.707145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.709 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.707145000 to 2020-07-06 13:26:23.708145000 13:26:23.709 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.709000000, lastModified=2020-07-06 13:26:23.708145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.709 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.709000000, lastModified=2020-07-06 13:26:23.708145000, delta=855000 ns, racy<=2502500 ns 13:26:23.709 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.710000000, lastModified=2020-07-06 13:26:23.709145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.710000000, lastModified=2020-07-06 13:26:23.709145000, delta=855000 ns, racy<=2502500 ns 13:26:23.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.710000000, lastModified=2020-07-06 13:26:23.709145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.710000000, lastModified=2020-07-06 13:26:23.709145000, delta=855000 ns, racy<=2502500 ns 13:26:23.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.711 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.711000000, lastModified=2020-07-06 13:26:23.710145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.711 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.711000000, lastModified=2020-07-06 13:26:23.710145000, delta=855000 ns, racy<=2502500 ns 13:26:23.711 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.712 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.712000000, lastModified=2020-07-06 13:26:23.710145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.712 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.710145000 to 2020-07-06 13:26:23.711145000 13:26:23.712 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.712000000, lastModified=2020-07-06 13:26:23.711145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.712 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.712000000, lastModified=2020-07-06 13:26:23.711145000, delta=855000 ns, racy<=2502500 ns 13:26:23.712 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.712 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.712000000, lastModified=2020-07-06 13:26:23.711145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.713 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.711145000 to 2020-07-06 13:26:23.712145000 13:26:23.713 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.713000000, lastModified=2020-07-06 13:26:23.712145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.713 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.713000000, lastModified=2020-07-06 13:26:23.712145000, delta=855000 ns, racy<=2502500 ns 13:26:23.713 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.713 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.713000000, lastModified=2020-07-06 13:26:23.712145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.714 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.713000000, lastModified=2020-07-06 13:26:23.712145000, delta=855000 ns, racy<=2502500 ns 13:26:23.714 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.714 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.714000000, lastModified=2020-07-06 13:26:23.713145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.714000000, lastModified=2020-07-06 13:26:23.713145000, delta=855000 ns, racy<=2502500 ns 13:26:23.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.715000000, lastModified=2020-07-06 13:26:23.714145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.715000000, lastModified=2020-07-06 13:26:23.714145000, delta=855000 ns, racy<=2502500 ns 13:26:23.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.715000000, lastModified=2020-07-06 13:26:23.714145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.715000000, lastModified=2020-07-06 13:26:23.714145000, delta=855000 ns, racy<=2502500 ns 13:26:23.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.716000000, lastModified=2020-07-06 13:26:23.715145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.717 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.715145000 to 2020-07-06 13:26:23.716145000 13:26:23.717 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.717000000, lastModified=2020-07-06 13:26:23.716145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.717 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.717000000, lastModified=2020-07-06 13:26:23.716145000, delta=855000 ns, racy<=2502500 ns 13:26:23.717 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.718000000, lastModified=2020-07-06 13:26:23.716145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.716145000 to 2020-07-06 13:26:23.717145000 13:26:23.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.718000000, lastModified=2020-07-06 13:26:23.717145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.718000000, lastModified=2020-07-06 13:26:23.717145000, delta=855000 ns, racy<=2502500 ns 13:26:23.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.719 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.719000000, lastModified=2020-07-06 13:26:23.718145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.719 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.719000000, lastModified=2020-07-06 13:26:23.718145000, delta=855000 ns, racy<=2502500 ns 13:26:23.719 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.720 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.720000000, lastModified=2020-07-06 13:26:23.719145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.720 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.720000000, lastModified=2020-07-06 13:26:23.719145000, delta=855000 ns, racy<=2502500 ns 13:26:23.720 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.721000000, lastModified=2020-07-06 13:26:23.719145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.719145000 to 2020-07-06 13:26:23.720145000 13:26:23.722 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.722000000, lastModified=2020-07-06 13:26:23.721145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.722 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.722000000, lastModified=2020-07-06 13:26:23.721145000, delta=855000 ns, racy<=2502500 ns 13:26:23.722 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.722 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.722000000, lastModified=2020-07-06 13:26:23.721145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.721145000 to 2020-07-06 13:26:23.722145000 13:26:23.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.723000000, lastModified=2020-07-06 13:26:23.722145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.722145000 to 2020-07-06 13:26:23.723145000 13:26:23.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.724000000, lastModified=2020-07-06 13:26:23.723145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.724000000, lastModified=2020-07-06 13:26:23.723145000, delta=855000 ns, racy<=2502500 ns 13:26:23.725 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.725 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.725000000, lastModified=2020-07-06 13:26:23.724145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.725000000, lastModified=2020-07-06 13:26:23.724145000, delta=855000 ns, racy<=2502500 ns 13:26:23.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.726000000, lastModified=2020-07-06 13:26:23.725145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.726000000, lastModified=2020-07-06 13:26:23.725145000, delta=855000 ns, racy<=2502500 ns 13:26:23.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.726000000, lastModified=2020-07-06 13:26:23.725145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.727 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.725145000 to 2020-07-06 13:26:23.726145000 13:26:23.727 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.727000000, lastModified=2020-07-06 13:26:23.726145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.727 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.727000000, lastModified=2020-07-06 13:26:23.726145000, delta=855000 ns, racy<=2502500 ns 13:26:23.727 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.727 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.727000000, lastModified=2020-07-06 13:26:23.726145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.728 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.726145000 to 2020-07-06 13:26:23.727145000 13:26:23.728 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.728000000, lastModified=2020-07-06 13:26:23.727145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.729 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.727145000 to 2020-07-06 13:26:23.728145000 13:26:23.729 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.729000000, lastModified=2020-07-06 13:26:23.728145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.730 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.728145000 to 2020-07-06 13:26:23.729145000 13:26:23.730 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.730000000, lastModified=2020-07-06 13:26:23.729145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.730 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.730000000, lastModified=2020-07-06 13:26:23.729145000, delta=855000 ns, racy<=2502500 ns 13:26:23.730 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.731000000, lastModified=2020-07-06 13:26:23.730145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.732 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.730145000 to 2020-07-06 13:26:23.731145000 13:26:23.732 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.732000000, lastModified=2020-07-06 13:26:23.731145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.732 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.732000000, lastModified=2020-07-06 13:26:23.731145000, delta=855000 ns, racy<=2502500 ns 13:26:23.732 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.733 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.733000000, lastModified=2020-07-06 13:26:23.731145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.733 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.731145000 to 2020-07-06 13:26:23.732145000 13:26:23.733 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.733000000, lastModified=2020-07-06 13:26:23.732145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.734 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.732145000 to 2020-07-06 13:26:23.733145000 13:26:23.734 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.734000000, lastModified=2020-07-06 13:26:23.733145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.733145000 to 2020-07-06 13:26:23.734145000 13:26:23.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.735000000, lastModified=2020-07-06 13:26:23.734145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.735000000, lastModified=2020-07-06 13:26:23.734145000, delta=855000 ns, racy<=2502500 ns 13:26:23.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.736000000, lastModified=2020-07-06 13:26:23.735145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.736000000, lastModified=2020-07-06 13:26:23.735145000, delta=855000 ns, racy<=2502500 ns 13:26:23.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.736000000, lastModified=2020-07-06 13:26:23.735145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.735145000 to 2020-07-06 13:26:23.736145000 13:26:23.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.737000000, lastModified=2020-07-06 13:26:23.736145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.737000000, lastModified=2020-07-06 13:26:23.736145000, delta=855000 ns, racy<=2502500 ns 13:26:23.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.741000000, lastModified=2020-07-06 13:26:23.739145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.739145000 to 2020-07-06 13:26:23.740145000 13:26:23.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.741000000, lastModified=2020-07-06 13:26:23.740145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.742 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.740145000 to 2020-07-06 13:26:23.741145000 13:26:23.742 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.742000000, lastModified=2020-07-06 13:26:23.741145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.742 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.742000000, lastModified=2020-07-06 13:26:23.741145000, delta=855000 ns, racy<=2502500 ns 13:26:23.742 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.743000000, lastModified=2020-07-06 13:26:23.742145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.743000000, lastModified=2020-07-06 13:26:23.742145000, delta=855000 ns, racy<=2502500 ns 13:26:23.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.743000000, lastModified=2020-07-06 13:26:23.742145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.742145000 to 2020-07-06 13:26:23.743145000 13:26:23.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.744000000, lastModified=2020-07-06 13:26:23.743145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.743145000 to 2020-07-06 13:26:23.744145000 13:26:23.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.745000000, lastModified=2020-07-06 13:26:23.744145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.744145000 to 2020-07-06 13:26:23.745145000 13:26:23.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.746000000, lastModified=2020-07-06 13:26:23.745145000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.746000000, lastModified=2020-07-06 13:26:23.745145000, delta=855000 ns, racy<=2502500 ns 13:26:23.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.747000000, lastModified=2020-07-06 13:26:23.746146000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.746146000 to 2020-07-06 13:26:23.747146000 13:26:23.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.748000000, lastModified=2020-07-06 13:26:23.747146000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.748000000, lastModified=2020-07-06 13:26:23.747146000, delta=854000 ns, racy<=2502500 ns 13:26:23.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.749000000, lastModified=2020-07-06 13:26:23.748146000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.749000000, lastModified=2020-07-06 13:26:23.748146000, delta=854000 ns, racy<=2502500 ns 13:26:23.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.750000000, lastModified=2020-07-06 13:26:23.749146000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.750000000, lastModified=2020-07-06 13:26:23.749146000, delta=854000 ns, racy<=2502500 ns 13:26:23.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.750000000, lastModified=2020-07-06 13:26:23.749146000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.749146000 to 2020-07-06 13:26:23.750146000 13:26:23.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.751000000, lastModified=2020-07-06 13:26:23.750146000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.752 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.750146000 to 2020-07-06 13:26:23.751146000 13:26:23.752 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.752000000, lastModified=2020-07-06 13:26:23.751146000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.752 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.752000000, lastModified=2020-07-06 13:26:23.751146000, delta=854000 ns, racy<=2502500 ns 13:26:23.752 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.753 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.753000000, lastModified=2020-07-06 13:26:23.752146000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.753 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.753000000, lastModified=2020-07-06 13:26:23.752146000, delta=854000 ns, racy<=2502500 ns 13:26:23.753 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.753 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.753000000, lastModified=2020-07-06 13:26:23.752146000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.752146000 to 2020-07-06 13:26:23.753146000 13:26:23.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.754000000, lastModified=2020-07-06 13:26:23.753146000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.754000000, lastModified=2020-07-06 13:26:23.753146000, delta=854000 ns, racy<=2502500 ns 13:26:23.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.755000000, lastModified=2020-07-06 13:26:23.754146000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.755000000, lastModified=2020-07-06 13:26:23.754146000, delta=854000 ns, racy<=2502500 ns 13:26:23.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.755000000, lastModified=2020-07-06 13:26:23.754146000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.755000000, lastModified=2020-07-06 13:26:23.754146000, delta=854000 ns, racy<=2502500 ns 13:26:23.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.756 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.756000000, lastModified=2020-07-06 13:26:23.755146000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.756 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.756000000, lastModified=2020-07-06 13:26:23.755146000, delta=854000 ns, racy<=2502500 ns 13:26:23.756 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.756 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.756000000, lastModified=2020-07-06 13:26:23.755146000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.756 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.756000000, lastModified=2020-07-06 13:26:23.755146000, delta=854000 ns, racy<=2502500 ns 13:26:23.756 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.757 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.757000000, lastModified=2020-07-06 13:26:23.756146000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.757 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.757000000, lastModified=2020-07-06 13:26:23.756146000, delta=854000 ns, racy<=2502500 ns 13:26:23.757 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.757 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.757000000, lastModified=2020-07-06 13:26:23.756146000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.790 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.756146000 to 2020-07-06 13:26:23.789146000 13:26:23.790 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.790000000, lastModified=2020-07-06 13:26:23.789146000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.791 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.789146000 to 2020-07-06 13:26:23.790146000 13:26:23.791 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.791000000, lastModified=2020-07-06 13:26:23.790146000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.792 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.791000000, lastModified=2020-07-06 13:26:23.790146000, delta=854000 ns, racy<=2502500 ns 13:26:23.792 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.792 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.792000000, lastModified=2020-07-06 13:26:23.791146000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.792 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.792000000, lastModified=2020-07-06 13:26:23.791146000, delta=854000 ns, racy<=2502500 ns 13:26:23.792 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.793 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.793000000, lastModified=2020-07-06 13:26:23.792146000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.793 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.793000000, lastModified=2020-07-06 13:26:23.792146000, delta=854000 ns, racy<=2502500 ns 13:26:23.793 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.793 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.793000000, lastModified=2020-07-06 13:26:23.792146000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.794 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.792146000 to 2020-07-06 13:26:23.793146000 13:26:23.795 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.795000000, lastModified=2020-07-06 13:26:23.793146000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.795 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.793146000 to 2020-07-06 13:26:23.794146000 13:26:23.796 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.795000000, lastModified=2020-07-06 13:26:23.794146000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.796 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.794146000 to 2020-07-06 13:26:23.795146000 13:26:23.797 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.797000000, lastModified=2020-07-06 13:26:23.796146000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.797 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.797000000, lastModified=2020-07-06 13:26:23.796146000, delta=854000 ns, racy<=2502500 ns 13:26:23.797 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.797 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.797000000, lastModified=2020-07-06 13:26:23.796146000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.798 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.796146000 to 2020-07-06 13:26:23.797146000 13:26:23.798 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.798000000, lastModified=2020-07-06 13:26:23.797146000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.798 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.798000000, lastModified=2020-07-06 13:26:23.797146000, delta=854000 ns, racy<=2502500 ns 13:26:23.798 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.799 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.799000000, lastModified=2020-07-06 13:26:23.798146000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.799 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.799000000, lastModified=2020-07-06 13:26:23.798146000, delta=854000 ns, racy<=2502500 ns 13:26:23.799 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.800 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.800000000, lastModified=2020-07-06 13:26:23.799146000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.800 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.800000000, lastModified=2020-07-06 13:26:23.799146000, delta=854000 ns, racy<=2502500 ns 13:26:23.800 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.800 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.800000000, lastModified=2020-07-06 13:26:23.799146000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.801 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.799146000 to 2020-07-06 13:26:23.800147000 13:26:23.801 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.801000000, lastModified=2020-07-06 13:26:23.800147000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.801 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.801000000, lastModified=2020-07-06 13:26:23.800147000, delta=853000 ns, racy<=2502500 ns 13:26:23.801 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.802 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.802000000, lastModified=2020-07-06 13:26:23.801147000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.803 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.801147000 to 2020-07-06 13:26:23.802147000 13:26:23.803 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.803000000, lastModified=2020-07-06 13:26:23.802147000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.803 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.803000000, lastModified=2020-07-06 13:26:23.802147000, delta=853000 ns, racy<=2502500 ns 13:26:23.804 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.804 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.804000000, lastModified=2020-07-06 13:26:23.803147000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.804 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.804000000, lastModified=2020-07-06 13:26:23.803147000, delta=853000 ns, racy<=2502500 ns 13:26:23.804 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.804 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.804000000, lastModified=2020-07-06 13:26:23.803147000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.805 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.803147000 to 2020-07-06 13:26:23.804147000 13:26:23.805 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.805000000, lastModified=2020-07-06 13:26:23.804147000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.805 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.805000000, lastModified=2020-07-06 13:26:23.804147000, delta=853000 ns, racy<=2502500 ns 13:26:23.805 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.806 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.805000000, lastModified=2020-07-06 13:26:23.804147000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.806 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.804147000 to 2020-07-06 13:26:23.805147000 13:26:23.806 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.806000000, lastModified=2020-07-06 13:26:23.805147000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.806 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.806000000, lastModified=2020-07-06 13:26:23.805147000, delta=853000 ns, racy<=2502500 ns 13:26:23.806 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.807 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.807000000, lastModified=2020-07-06 13:26:23.806147000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.807 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.807000000, lastModified=2020-07-06 13:26:23.806147000, delta=853000 ns, racy<=2502500 ns 13:26:23.807 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.807 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.807000000, lastModified=2020-07-06 13:26:23.806147000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.808 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.806147000 to 2020-07-06 13:26:23.807147000 13:26:23.809 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.809000000, lastModified=2020-07-06 13:26:23.808147000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.809 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.809000000, lastModified=2020-07-06 13:26:23.808147000, delta=853000 ns, racy<=2502500 ns 13:26:23.809 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.809 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.809000000, lastModified=2020-07-06 13:26:23.808147000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.810 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.809000000, lastModified=2020-07-06 13:26:23.808147000, delta=853000 ns, racy<=2502500 ns 13:26:23.810 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.810 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.810000000, lastModified=2020-07-06 13:26:23.809147000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.810 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.810000000, lastModified=2020-07-06 13:26:23.809147000, delta=853000 ns, racy<=2502500 ns 13:26:23.810 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.810 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.810000000, lastModified=2020-07-06 13:26:23.809147000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.811 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.809147000 to 2020-07-06 13:26:23.810147000 13:26:23.811 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.811000000, lastModified=2020-07-06 13:26:23.810147000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.811 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.811000000, lastModified=2020-07-06 13:26:23.810147000, delta=853000 ns, racy<=2502500 ns 13:26:23.811 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.812 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.812000000, lastModified=2020-07-06 13:26:23.810147000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.812 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.810147000 to 2020-07-06 13:26:23.811147000 13:26:23.812 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.812000000, lastModified=2020-07-06 13:26:23.811147000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.812 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.812000000, lastModified=2020-07-06 13:26:23.811147000, delta=853000 ns, racy<=2502500 ns 13:26:23.812 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.813 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.813000000, lastModified=2020-07-06 13:26:23.811147000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.813 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.811147000 to 2020-07-06 13:26:23.812147000 13:26:23.813 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.813000000, lastModified=2020-07-06 13:26:23.812147000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.812147000 to 2020-07-06 13:26:23.813147000 13:26:23.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.815000000, lastModified=2020-07-06 13:26:23.814147000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.814147000 to 2020-07-06 13:26:23.827147000 13:26:23.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.829000000, lastModified=2020-07-06 13:26:23.828147000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.829000000, lastModified=2020-07-06 13:26:23.828147000, delta=853000 ns, racy<=2502500 ns 13:26:23.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.830000000, lastModified=2020-07-06 13:26:23.829147000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.830000000, lastModified=2020-07-06 13:26:23.829147000, delta=853000 ns, racy<=2502500 ns 13:26:23.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.830000000, lastModified=2020-07-06 13:26:23.829147000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.829147000 to 2020-07-06 13:26:23.830147000 13:26:23.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.831000000, lastModified=2020-07-06 13:26:23.830147000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.830147000 to 2020-07-06 13:26:23.831147000 13:26:23.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.832000000, lastModified=2020-07-06 13:26:23.831147000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.832000000, lastModified=2020-07-06 13:26:23.831147000, delta=853000 ns, racy<=2502500 ns 13:26:23.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.833000000, lastModified=2020-07-06 13:26:23.832147000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.833000000, lastModified=2020-07-06 13:26:23.832147000, delta=853000 ns, racy<=2502500 ns 13:26:23.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.834000000, lastModified=2020-07-06 13:26:23.833147000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.833147000 to 2020-07-06 13:26:23.848147000 13:26:23.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.849000000, lastModified=2020-07-06 13:26:23.848147000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.848147000 to 2020-07-06 13:26:23.849147000 13:26:23.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.850000000, lastModified=2020-07-06 13:26:23.849147000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.850000000, lastModified=2020-07-06 13:26:23.849147000, delta=853000 ns, racy<=2502500 ns 13:26:23.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.851000000, lastModified=2020-07-06 13:26:23.850147000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.851000000, lastModified=2020-07-06 13:26:23.850147000, delta=853000 ns, racy<=2502500 ns 13:26:23.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.852000000, lastModified=2020-07-06 13:26:23.851147000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.854 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.851147000 to 2020-07-06 13:26:23.853147000 13:26:23.854 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.854000000, lastModified=2020-07-06 13:26:23.853147000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.855 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.853147000 to 2020-07-06 13:26:23.854147000 13:26:23.855 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.855000000, lastModified=2020-07-06 13:26:23.854147000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.855 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.855000000, lastModified=2020-07-06 13:26:23.854147000, delta=853000 ns, racy<=2502500 ns 13:26:23.855 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.856 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.856000000, lastModified=2020-07-06 13:26:23.855148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.856 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.856000000, lastModified=2020-07-06 13:26:23.855148000, delta=852000 ns, racy<=2502500 ns 13:26:23.856 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.856 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.856000000, lastModified=2020-07-06 13:26:23.855148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.856 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.856000000, lastModified=2020-07-06 13:26:23.855148000, delta=852000 ns, racy<=2502500 ns 13:26:23.856 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.857 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.857000000, lastModified=2020-07-06 13:26:23.856148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.858 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.856148000 to 2020-07-06 13:26:23.857148000 13:26:23.858 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.858000000, lastModified=2020-07-06 13:26:23.857148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.858 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.858000000, lastModified=2020-07-06 13:26:23.857148000, delta=852000 ns, racy<=2502500 ns 13:26:23.858 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.859 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.859000000, lastModified=2020-07-06 13:26:23.858148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.859 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.859000000, lastModified=2020-07-06 13:26:23.858148000, delta=852000 ns, racy<=2502500 ns 13:26:23.859 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.860 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.860000000, lastModified=2020-07-06 13:26:23.858148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.860 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.858148000 to 2020-07-06 13:26:23.859148000 13:26:23.860 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.860000000, lastModified=2020-07-06 13:26:23.859148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.860 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.860000000, lastModified=2020-07-06 13:26:23.859148000, delta=852000 ns, racy<=2502500 ns 13:26:23.860 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.890 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.890000000, lastModified=2020-07-06 13:26:23.889148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.890 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.890000000, lastModified=2020-07-06 13:26:23.889148000, delta=852000 ns, racy<=2502500 ns 13:26:23.890 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.891 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.891000000, lastModified=2020-07-06 13:26:23.890148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.892 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.891000000, lastModified=2020-07-06 13:26:23.890148000, delta=852000 ns, racy<=2502500 ns 13:26:23.892 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.892 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.892000000, lastModified=2020-07-06 13:26:23.891148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.892 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.892000000, lastModified=2020-07-06 13:26:23.891148000, delta=852000 ns, racy<=2502500 ns 13:26:23.892 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.892 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.892000000, lastModified=2020-07-06 13:26:23.891148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.893 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.891148000 to 2020-07-06 13:26:23.892148000 13:26:23.893 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.893000000, lastModified=2020-07-06 13:26:23.892148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.894 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.893000000, lastModified=2020-07-06 13:26:23.892148000, delta=852000 ns, racy<=2502500 ns 13:26:23.894 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.894 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.894000000, lastModified=2020-07-06 13:26:23.893148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.894 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.894000000, lastModified=2020-07-06 13:26:23.893148000, delta=852000 ns, racy<=2502500 ns 13:26:23.894 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.894 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.894000000, lastModified=2020-07-06 13:26:23.893148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.895 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.893148000 to 2020-07-06 13:26:23.894148000 13:26:23.895 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.895000000, lastModified=2020-07-06 13:26:23.894148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.895 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.895000000, lastModified=2020-07-06 13:26:23.894148000, delta=852000 ns, racy<=2502500 ns 13:26:23.895 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.896 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.896000000, lastModified=2020-07-06 13:26:23.895148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.896 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.896000000, lastModified=2020-07-06 13:26:23.895148000, delta=852000 ns, racy<=2502500 ns 13:26:23.896 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.896 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.896000000, lastModified=2020-07-06 13:26:23.895148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.897 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.895148000 to 2020-07-06 13:26:23.896148000 13:26:23.898 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.898000000, lastModified=2020-07-06 13:26:23.897148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.899 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.897148000 to 2020-07-06 13:26:23.898148000 13:26:23.899 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.899000000, lastModified=2020-07-06 13:26:23.898148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.900 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.898148000 to 2020-07-06 13:26:23.899148000 13:26:23.900 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.900000000, lastModified=2020-07-06 13:26:23.899148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.900 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.900000000, lastModified=2020-07-06 13:26:23.899148000, delta=852000 ns, racy<=2502500 ns 13:26:23.900 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.901 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.901000000, lastModified=2020-07-06 13:26:23.900148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.901 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.901000000, lastModified=2020-07-06 13:26:23.900148000, delta=852000 ns, racy<=2502500 ns 13:26:23.901 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.901 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.901000000, lastModified=2020-07-06 13:26:23.900148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.902 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.900148000 to 2020-07-06 13:26:23.901148000 13:26:23.902 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.902000000, lastModified=2020-07-06 13:26:23.901148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.902 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.902000000, lastModified=2020-07-06 13:26:23.901148000, delta=852000 ns, racy<=2502500 ns 13:26:23.902 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.903 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.903000000, lastModified=2020-07-06 13:26:23.902148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.903 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.903000000, lastModified=2020-07-06 13:26:23.902148000, delta=852000 ns, racy<=2502500 ns 13:26:23.903 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.904 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.904000000, lastModified=2020-07-06 13:26:23.903148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.904 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.904000000, lastModified=2020-07-06 13:26:23.903148000, delta=852000 ns, racy<=2502500 ns 13:26:23.904 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.904 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.904000000, lastModified=2020-07-06 13:26:23.903148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.905 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.904000000, lastModified=2020-07-06 13:26:23.903148000, delta=852000 ns, racy<=2502500 ns 13:26:23.905 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.905 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.905000000, lastModified=2020-07-06 13:26:23.904148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.905 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.905000000, lastModified=2020-07-06 13:26:23.904148000, delta=852000 ns, racy<=2502500 ns 13:26:23.905 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.905 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.905000000, lastModified=2020-07-06 13:26:23.904148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.906 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.904148000 to 2020-07-06 13:26:23.905148000 13:26:23.907 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.907000000, lastModified=2020-07-06 13:26:23.906148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.907 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.907000000, lastModified=2020-07-06 13:26:23.906148000, delta=852000 ns, racy<=2502500 ns 13:26:23.907 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.907 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.907000000, lastModified=2020-07-06 13:26:23.906148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.907 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.907000000, lastModified=2020-07-06 13:26:23.906148000, delta=852000 ns, racy<=2502500 ns 13:26:23.907 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.908 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.908000000, lastModified=2020-07-06 13:26:23.906148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.908 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.906148000 to 2020-07-06 13:26:23.907148000 13:26:23.908 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.908000000, lastModified=2020-07-06 13:26:23.907148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.908 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.908000000, lastModified=2020-07-06 13:26:23.907148000, delta=852000 ns, racy<=2502500 ns 13:26:23.908 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.909 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.909000000, lastModified=2020-07-06 13:26:23.907148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.909 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.907148000 to 2020-07-06 13:26:23.908148000 13:26:23.909 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.909000000, lastModified=2020-07-06 13:26:23.908148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.909 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.909000000, lastModified=2020-07-06 13:26:23.908148000, delta=852000 ns, racy<=2502500 ns 13:26:23.909 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.910 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.910000000, lastModified=2020-07-06 13:26:23.908148000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.910 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.908148000 to 2020-07-06 13:26:23.909149000 13:26:23.910 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.910000000, lastModified=2020-07-06 13:26:23.909149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.910 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.910000000, lastModified=2020-07-06 13:26:23.909149000, delta=851000 ns, racy<=2502500 ns 13:26:23.910 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.911 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.911000000, lastModified=2020-07-06 13:26:23.910149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.911 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.911000000, lastModified=2020-07-06 13:26:23.910149000, delta=851000 ns, racy<=2502500 ns 13:26:23.911 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.911 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.911000000, lastModified=2020-07-06 13:26:23.910149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.911 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.911000000, lastModified=2020-07-06 13:26:23.910149000, delta=851000 ns, racy<=2502500 ns 13:26:23.911 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.912 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.912000000, lastModified=2020-07-06 13:26:23.911149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.912 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.912000000, lastModified=2020-07-06 13:26:23.911149000, delta=851000 ns, racy<=2502500 ns 13:26:23.912 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.912 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.912000000, lastModified=2020-07-06 13:26:23.911149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.913 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.911149000 to 2020-07-06 13:26:23.912149000 13:26:23.913 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.913000000, lastModified=2020-07-06 13:26:23.912149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.913 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.913000000, lastModified=2020-07-06 13:26:23.912149000, delta=851000 ns, racy<=2502500 ns 13:26:23.913 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.913 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.913000000, lastModified=2020-07-06 13:26:23.912149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.914 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.913000000, lastModified=2020-07-06 13:26:23.912149000, delta=851000 ns, racy<=2502500 ns 13:26:23.914 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.914 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.914000000, lastModified=2020-07-06 13:26:23.913149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.914 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.914000000, lastModified=2020-07-06 13:26:23.913149000, delta=851000 ns, racy<=2502500 ns 13:26:23.914 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.914 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.914000000, lastModified=2020-07-06 13:26:23.913149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.915 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.914000000, lastModified=2020-07-06 13:26:23.913149000, delta=851000 ns, racy<=2502500 ns 13:26:23.915 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.915 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.915000000, lastModified=2020-07-06 13:26:23.914149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.915 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.915000000, lastModified=2020-07-06 13:26:23.914149000, delta=851000 ns, racy<=2502500 ns 13:26:23.915 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.916 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.916000000, lastModified=2020-07-06 13:26:23.915149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.916 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.916000000, lastModified=2020-07-06 13:26:23.915149000, delta=851000 ns, racy<=2502500 ns 13:26:23.916 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.916 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.916000000, lastModified=2020-07-06 13:26:23.915149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.917 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.915149000 to 2020-07-06 13:26:23.916149000 13:26:23.917 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.917000000, lastModified=2020-07-06 13:26:23.916149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.917 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.917000000, lastModified=2020-07-06 13:26:23.916149000, delta=851000 ns, racy<=2502500 ns 13:26:23.917 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.917 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.917000000, lastModified=2020-07-06 13:26:23.916149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.918 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.916149000 to 2020-07-06 13:26:23.917149000 13:26:23.918 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.918000000, lastModified=2020-07-06 13:26:23.917149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.918 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.918000000, lastModified=2020-07-06 13:26:23.917149000, delta=851000 ns, racy<=2502500 ns 13:26:23.918 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.919 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.918000000, lastModified=2020-07-06 13:26:23.917149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.919 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.917149000 to 2020-07-06 13:26:23.918149000 13:26:23.919 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.919000000, lastModified=2020-07-06 13:26:23.918149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.919 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.919000000, lastModified=2020-07-06 13:26:23.918149000, delta=851000 ns, racy<=2502500 ns 13:26:23.919 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.920 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.920000000, lastModified=2020-07-06 13:26:23.919149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.920 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.920000000, lastModified=2020-07-06 13:26:23.919149000, delta=851000 ns, racy<=2502500 ns 13:26:23.920 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.921 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.921000000, lastModified=2020-07-06 13:26:23.920149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.921 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.921000000, lastModified=2020-07-06 13:26:23.920149000, delta=851000 ns, racy<=2502500 ns 13:26:23.921 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.921 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.921000000, lastModified=2020-07-06 13:26:23.920149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.922 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.920149000 to 2020-07-06 13:26:23.921149000 13:26:23.922 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.922000000, lastModified=2020-07-06 13:26:23.921149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.922 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.922000000, lastModified=2020-07-06 13:26:23.921149000, delta=851000 ns, racy<=2502500 ns 13:26:23.922 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.922 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.922000000, lastModified=2020-07-06 13:26:23.921149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.923 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.921149000 to 2020-07-06 13:26:23.922149000 13:26:23.923 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.923000000, lastModified=2020-07-06 13:26:23.922149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.924 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.922149000 to 2020-07-06 13:26:23.923149000 13:26:23.924 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.924000000, lastModified=2020-07-06 13:26:23.923149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.924 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.924000000, lastModified=2020-07-06 13:26:23.923149000, delta=851000 ns, racy<=2502500 ns 13:26:23.924 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.925 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.925000000, lastModified=2020-07-06 13:26:23.923149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.925 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.923149000 to 2020-07-06 13:26:23.924149000 13:26:23.925 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.925000000, lastModified=2020-07-06 13:26:23.924149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.925 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.925000000, lastModified=2020-07-06 13:26:23.924149000, delta=851000 ns, racy<=2502500 ns 13:26:23.925 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.926 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.926000000, lastModified=2020-07-06 13:26:23.925149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.926 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.926000000, lastModified=2020-07-06 13:26:23.925149000, delta=851000 ns, racy<=2502500 ns 13:26:23.926 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.927 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.927000000, lastModified=2020-07-06 13:26:23.926149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.927 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.927000000, lastModified=2020-07-06 13:26:23.926149000, delta=851000 ns, racy<=2502500 ns 13:26:23.927 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.928000000, lastModified=2020-07-06 13:26:23.926149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.926149000 to 2020-07-06 13:26:23.927149000 13:26:23.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.928000000, lastModified=2020-07-06 13:26:23.927149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.928000000, lastModified=2020-07-06 13:26:23.927149000, delta=851000 ns, racy<=2502500 ns 13:26:23.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.929 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.929000000, lastModified=2020-07-06 13:26:23.928149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.929 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.929000000, lastModified=2020-07-06 13:26:23.928149000, delta=851000 ns, racy<=2502500 ns 13:26:23.929 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.929 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.929000000, lastModified=2020-07-06 13:26:23.928149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.930 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.928149000 to 2020-07-06 13:26:23.929149000 13:26:23.930 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.930000000, lastModified=2020-07-06 13:26:23.929149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.930 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.930000000, lastModified=2020-07-06 13:26:23.929149000, delta=851000 ns, racy<=2502500 ns 13:26:23.930 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.931 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.931000000, lastModified=2020-07-06 13:26:23.930149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.931 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.931000000, lastModified=2020-07-06 13:26:23.930149000, delta=851000 ns, racy<=2502500 ns 13:26:23.931 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.931 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.931000000, lastModified=2020-07-06 13:26:23.930149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.932 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.931000000, lastModified=2020-07-06 13:26:23.930149000, delta=851000 ns, racy<=2502500 ns 13:26:23.932 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.932 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.932000000, lastModified=2020-07-06 13:26:23.931149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.932 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.932000000, lastModified=2020-07-06 13:26:23.931149000, delta=851000 ns, racy<=2502500 ns 13:26:23.932 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.932 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.932000000, lastModified=2020-07-06 13:26:23.931149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.932 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.932000000, lastModified=2020-07-06 13:26:23.931149000, delta=851000 ns, racy<=2502500 ns 13:26:23.932 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.933 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.933000000, lastModified=2020-07-06 13:26:23.932149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.933 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.933000000, lastModified=2020-07-06 13:26:23.932149000, delta=851000 ns, racy<=2502500 ns 13:26:23.933 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.934 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.934000000, lastModified=2020-07-06 13:26:23.933149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.934 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.934000000, lastModified=2020-07-06 13:26:23.933149000, delta=851000 ns, racy<=2502500 ns 13:26:23.934 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.934 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.934000000, lastModified=2020-07-06 13:26:23.933149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.934000000, lastModified=2020-07-06 13:26:23.933149000, delta=851000 ns, racy<=2502500 ns 13:26:23.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.935000000, lastModified=2020-07-06 13:26:23.934149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.935000000, lastModified=2020-07-06 13:26:23.934149000, delta=851000 ns, racy<=2502500 ns 13:26:23.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.936000000, lastModified=2020-07-06 13:26:23.935149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.936000000, lastModified=2020-07-06 13:26:23.935149000, delta=851000 ns, racy<=2502500 ns 13:26:23.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.936000000, lastModified=2020-07-06 13:26:23.935149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.936000000, lastModified=2020-07-06 13:26:23.935149000, delta=851000 ns, racy<=2502500 ns 13:26:23.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.937000000, lastModified=2020-07-06 13:26:23.936149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.937000000, lastModified=2020-07-06 13:26:23.936149000, delta=851000 ns, racy<=2502500 ns 13:26:23.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.938000000, lastModified=2020-07-06 13:26:23.937149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.938000000, lastModified=2020-07-06 13:26:23.937149000, delta=851000 ns, racy<=2502500 ns 13:26:23.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.939000000, lastModified=2020-07-06 13:26:23.937149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.937149000 to 2020-07-06 13:26:23.938149000 13:26:23.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.939000000, lastModified=2020-07-06 13:26:23.938149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.939000000, lastModified=2020-07-06 13:26:23.938149000, delta=851000 ns, racy<=2502500 ns 13:26:23.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.940000000, lastModified=2020-07-06 13:26:23.939149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.940000000, lastModified=2020-07-06 13:26:23.939149000, delta=851000 ns, racy<=2502500 ns 13:26:23.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.940000000, lastModified=2020-07-06 13:26:23.939149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.940000000, lastModified=2020-07-06 13:26:23.939149000, delta=851000 ns, racy<=2502500 ns 13:26:23.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.941000000, lastModified=2020-07-06 13:26:23.939149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.939149000 to 2020-07-06 13:26:23.940149000 13:26:23.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.941000000, lastModified=2020-07-06 13:26:23.940149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.941000000, lastModified=2020-07-06 13:26:23.940149000, delta=851000 ns, racy<=2502500 ns 13:26:23.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.942000000, lastModified=2020-07-06 13:26:23.940149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.940149000 to 2020-07-06 13:26:23.941149000 13:26:23.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.942000000, lastModified=2020-07-06 13:26:23.941149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.942000000, lastModified=2020-07-06 13:26:23.941149000, delta=851000 ns, racy<=2502500 ns 13:26:23.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.943000000, lastModified=2020-07-06 13:26:23.941149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.941149000 to 2020-07-06 13:26:23.942149000 13:26:23.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.943000000, lastModified=2020-07-06 13:26:23.942149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.943000000, lastModified=2020-07-06 13:26:23.942149000, delta=851000 ns, racy<=2502500 ns 13:26:23.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.944000000, lastModified=2020-07-06 13:26:23.943149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.944000000, lastModified=2020-07-06 13:26:23.943149000, delta=851000 ns, racy<=2502500 ns 13:26:23.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.944000000, lastModified=2020-07-06 13:26:23.943149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.943149000 to 2020-07-06 13:26:23.944149000 13:26:23.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.945000000, lastModified=2020-07-06 13:26:23.944149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.946 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.945000000, lastModified=2020-07-06 13:26:23.944149000, delta=851000 ns, racy<=2502500 ns 13:26:23.946 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.946 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.946000000, lastModified=2020-07-06 13:26:23.945149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.946 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.946000000, lastModified=2020-07-06 13:26:23.945149000, delta=851000 ns, racy<=2502500 ns 13:26:23.946 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.946 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.946000000, lastModified=2020-07-06 13:26:23.945149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.947 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.945149000 to 2020-07-06 13:26:23.946149000 13:26:23.947 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.947000000, lastModified=2020-07-06 13:26:23.946149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.947 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.947000000, lastModified=2020-07-06 13:26:23.946149000, delta=851000 ns, racy<=2502500 ns 13:26:23.947 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.948 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.948000000, lastModified=2020-07-06 13:26:23.947149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.948 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.948000000, lastModified=2020-07-06 13:26:23.947149000, delta=851000 ns, racy<=2502500 ns 13:26:23.948 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.948 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.948000000, lastModified=2020-07-06 13:26:23.947149000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.990 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.947149000 to 2020-07-06 13:26:23.989150000 13:26:23.991 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.991000000, lastModified=2020-07-06 13:26:23.990150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.992 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.991000000, lastModified=2020-07-06 13:26:23.990150000, delta=850000 ns, racy<=2502500 ns 13:26:23.992 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.992 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.992000000, lastModified=2020-07-06 13:26:23.991150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.992 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.992000000, lastModified=2020-07-06 13:26:23.991150000, delta=850000 ns, racy<=2502500 ns 13:26:23.992 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.993 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.993000000, lastModified=2020-07-06 13:26:23.992150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.994 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.993000000, lastModified=2020-07-06 13:26:23.992150000, delta=850000 ns, racy<=2502500 ns 13:26:23.994 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.994 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.994000000, lastModified=2020-07-06 13:26:23.993150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.994 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.994000000, lastModified=2020-07-06 13:26:23.993150000, delta=850000 ns, racy<=2502500 ns 13:26:23.994 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.995 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.995000000, lastModified=2020-07-06 13:26:23.994150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.995 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.995000000, lastModified=2020-07-06 13:26:23.994150000, delta=850000 ns, racy<=2502500 ns 13:26:23.995 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.995 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.995000000, lastModified=2020-07-06 13:26:23.994150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.996 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.994150000 to 2020-07-06 13:26:23.995150000 13:26:23.996 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.996000000, lastModified=2020-07-06 13:26:23.995150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.997 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.995150000 to 2020-07-06 13:26:23.996150000 13:26:23.997 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.997000000, lastModified=2020-07-06 13:26:23.996150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.997 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:23.997000000, lastModified=2020-07-06 13:26:23.996150000, delta=850000 ns, racy<=2502500 ns 13:26:23.997 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:23.998 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.998000000, lastModified=2020-07-06 13:26:23.996150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.998 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.996150000 to 2020-07-06 13:26:23.997150000 13:26:23.999 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:23.999000000, lastModified=2020-07-06 13:26:23.997150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:23.999 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.997150000 to 2020-07-06 13:26:23.998150000 13:26:24.000 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.000000000, lastModified=2020-07-06 13:26:23.999150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.000 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.000000000, lastModified=2020-07-06 13:26:23.999150000, delta=850000 ns, racy<=2502500 ns 13:26:24.000 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.001 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.000000000, lastModified=2020-07-06 13:26:23.999150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.001 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:23.999150000 to 2020-07-06 13:26:24.000150000 13:26:24.001 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.001000000, lastModified=2020-07-06 13:26:24.000150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.002 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.001000000, lastModified=2020-07-06 13:26:24.000150000, delta=850000 ns, racy<=2502500 ns 13:26:24.002 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.002 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.002000000, lastModified=2020-07-06 13:26:24.001150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.003 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.002000000, lastModified=2020-07-06 13:26:24.001150000, delta=850000 ns, racy<=2502500 ns 13:26:24.003 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.003 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.003000000, lastModified=2020-07-06 13:26:24.002150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.003 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.003000000, lastModified=2020-07-06 13:26:24.002150000, delta=850000 ns, racy<=2502500 ns 13:26:24.003 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.003 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.003000000, lastModified=2020-07-06 13:26:24.002150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.004 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.002150000 to 2020-07-06 13:26:24.003150000 13:26:24.004 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.004000000, lastModified=2020-07-06 13:26:24.003150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.004 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.004000000, lastModified=2020-07-06 13:26:24.003150000, delta=850000 ns, racy<=2502500 ns 13:26:24.004 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.004 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.004000000, lastModified=2020-07-06 13:26:24.003150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.005 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.003150000 to 2020-07-06 13:26:24.004150000 13:26:24.005 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.005000000, lastModified=2020-07-06 13:26:24.004150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.005 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.005000000, lastModified=2020-07-06 13:26:24.004150000, delta=850000 ns, racy<=2502500 ns 13:26:24.005 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.005 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.005000000, lastModified=2020-07-06 13:26:24.004150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.006 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.005000000, lastModified=2020-07-06 13:26:24.004150000, delta=850000 ns, racy<=2502500 ns 13:26:24.006 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.006 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.006000000, lastModified=2020-07-06 13:26:24.005150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.006 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.006000000, lastModified=2020-07-06 13:26:24.005150000, delta=850000 ns, racy<=2502500 ns 13:26:24.006 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.007 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.007000000, lastModified=2020-07-06 13:26:24.006150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.007 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.007000000, lastModified=2020-07-06 13:26:24.006150000, delta=850000 ns, racy<=2502500 ns 13:26:24.007 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.007 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.007000000, lastModified=2020-07-06 13:26:24.006150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.008 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.006150000 to 2020-07-06 13:26:24.007150000 13:26:24.008 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.008000000, lastModified=2020-07-06 13:26:24.007150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.008 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.008000000, lastModified=2020-07-06 13:26:24.007150000, delta=850000 ns, racy<=2502500 ns 13:26:24.008 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.009 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.009000000, lastModified=2020-07-06 13:26:24.007150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.009 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.007150000 to 2020-07-06 13:26:24.008150000 13:26:24.009 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.009000000, lastModified=2020-07-06 13:26:24.008150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.009 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.009000000, lastModified=2020-07-06 13:26:24.008150000, delta=850000 ns, racy<=2502500 ns 13:26:24.009 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.011000000, lastModified=2020-07-06 13:26:24.010150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.011000000, lastModified=2020-07-06 13:26:24.010150000, delta=850000 ns, racy<=2502500 ns 13:26:24.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.012 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.012000000, lastModified=2020-07-06 13:26:24.010150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.012 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.010150000 to 2020-07-06 13:26:24.011150000 13:26:24.012 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.012000000, lastModified=2020-07-06 13:26:24.011150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.013 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.011150000 to 2020-07-06 13:26:24.012150000 13:26:24.013 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.013000000, lastModified=2020-07-06 13:26:24.012150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.013 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.013000000, lastModified=2020-07-06 13:26:24.012150000, delta=850000 ns, racy<=2502500 ns 13:26:24.013 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.014 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.014000000, lastModified=2020-07-06 13:26:24.013150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.014 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.014000000, lastModified=2020-07-06 13:26:24.013150000, delta=850000 ns, racy<=2502500 ns 13:26:24.014 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.014 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.014000000, lastModified=2020-07-06 13:26:24.013150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.015 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.014000000, lastModified=2020-07-06 13:26:24.013150000, delta=850000 ns, racy<=2502500 ns 13:26:24.015 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.015 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.015000000, lastModified=2020-07-06 13:26:24.014150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.015 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.015000000, lastModified=2020-07-06 13:26:24.014150000, delta=850000 ns, racy<=2502500 ns 13:26:24.015 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.016 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.016000000, lastModified=2020-07-06 13:26:24.014150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.016 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.014150000 to 2020-07-06 13:26:24.015150000 13:26:24.017 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.017000000, lastModified=2020-07-06 13:26:24.015150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.017 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.015150000 to 2020-07-06 13:26:24.016150000 13:26:24.017 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.017000000, lastModified=2020-07-06 13:26:24.016150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.017000000, lastModified=2020-07-06 13:26:24.016150000, delta=850000 ns, racy<=2502500 ns 13:26:24.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.018000000, lastModified=2020-07-06 13:26:24.017150000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.018000000, lastModified=2020-07-06 13:26:24.017150000, delta=850000 ns, racy<=2502500 ns 13:26:24.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.019 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.019000000, lastModified=2020-07-06 13:26:24.018151000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.020 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.019000000, lastModified=2020-07-06 13:26:24.018151000, delta=849000 ns, racy<=2502500 ns 13:26:24.020 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.020 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.020000000, lastModified=2020-07-06 13:26:24.019151000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.020 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.020000000, lastModified=2020-07-06 13:26:24.019151000, delta=849000 ns, racy<=2502500 ns 13:26:24.020 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.020 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.020000000, lastModified=2020-07-06 13:26:24.019151000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.021 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.019151000 to 2020-07-06 13:26:24.020151000 13:26:24.021 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.021000000, lastModified=2020-07-06 13:26:24.020151000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.021 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.021000000, lastModified=2020-07-06 13:26:24.020151000, delta=849000 ns, racy<=2502500 ns 13:26:24.021 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.021 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.021000000, lastModified=2020-07-06 13:26:24.020151000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.022 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.020151000 to 2020-07-06 13:26:24.021151000 13:26:24.022 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.022000000, lastModified=2020-07-06 13:26:24.021151000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.022 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.022000000, lastModified=2020-07-06 13:26:24.021151000, delta=849000 ns, racy<=2502500 ns 13:26:24.022 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.023 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.023000000, lastModified=2020-07-06 13:26:24.022151000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.023 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.023000000, lastModified=2020-07-06 13:26:24.022151000, delta=849000 ns, racy<=2502500 ns 13:26:24.023 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.023 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.023000000, lastModified=2020-07-06 13:26:24.022151000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.023 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.023000000, lastModified=2020-07-06 13:26:24.022151000, delta=849000 ns, racy<=2502500 ns 13:26:24.023 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.024 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.024000000, lastModified=2020-07-06 13:26:24.023151000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.024 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.024000000, lastModified=2020-07-06 13:26:24.023151000, delta=849000 ns, racy<=2502500 ns 13:26:24.024 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.025 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.025000000, lastModified=2020-07-06 13:26:24.023151000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.025 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.023151000 to 2020-07-06 13:26:24.024151000 13:26:24.025 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.025000000, lastModified=2020-07-06 13:26:24.024151000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.025 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.025000000, lastModified=2020-07-06 13:26:24.024151000, delta=849000 ns, racy<=2502500 ns 13:26:24.025 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.026 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.026000000, lastModified=2020-07-06 13:26:24.025151000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.026 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.026000000, lastModified=2020-07-06 13:26:24.025151000, delta=849000 ns, racy<=2502500 ns 13:26:24.026 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.026 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.026000000, lastModified=2020-07-06 13:26:24.025151000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.072 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.025151000 to 2020-07-06 13:26:24.070151000 13:26:24.072 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.072000000, lastModified=2020-07-06 13:26:24.071151000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.072 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.072000000, lastModified=2020-07-06 13:26:24.071151000, delta=849000 ns, racy<=2502500 ns 13:26:24.072 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.073 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.073000000, lastModified=2020-07-06 13:26:24.072152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.073 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.073000000, lastModified=2020-07-06 13:26:24.072152000, delta=848000 ns, racy<=2502500 ns 13:26:24.073 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.074 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.074000000, lastModified=2020-07-06 13:26:24.072152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.074 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.072152000 to 2020-07-06 13:26:24.073152000 13:26:24.074 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.074000000, lastModified=2020-07-06 13:26:24.073152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.076 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.073152000 to 2020-07-06 13:26:24.074152000 13:26:24.076 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.076000000, lastModified=2020-07-06 13:26:24.075152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.076 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.076000000, lastModified=2020-07-06 13:26:24.075152000, delta=848000 ns, racy<=2502500 ns 13:26:24.076 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.076 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.076000000, lastModified=2020-07-06 13:26:24.075152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.077 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.075152000 to 2020-07-06 13:26:24.076152000 13:26:24.077 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.077000000, lastModified=2020-07-06 13:26:24.076152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.077 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.077000000, lastModified=2020-07-06 13:26:24.076152000, delta=848000 ns, racy<=2502500 ns 13:26:24.077 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.078 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.078000000, lastModified=2020-07-06 13:26:24.077152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.078 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.078000000, lastModified=2020-07-06 13:26:24.077152000, delta=848000 ns, racy<=2502500 ns 13:26:24.078 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.078 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.078000000, lastModified=2020-07-06 13:26:24.077152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.079 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.078000000, lastModified=2020-07-06 13:26:24.077152000, delta=848000 ns, racy<=2502500 ns 13:26:24.079 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.079 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.079000000, lastModified=2020-07-06 13:26:24.078152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.079 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.079000000, lastModified=2020-07-06 13:26:24.078152000, delta=848000 ns, racy<=2502500 ns 13:26:24.079 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.080 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.079000000, lastModified=2020-07-06 13:26:24.078152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.080 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.078152000 to 2020-07-06 13:26:24.079152000 13:26:24.080 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.080000000, lastModified=2020-07-06 13:26:24.079152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.080 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.080000000, lastModified=2020-07-06 13:26:24.079152000, delta=848000 ns, racy<=2502500 ns 13:26:24.080 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.081 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.081000000, lastModified=2020-07-06 13:26:24.080152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.081 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.081000000, lastModified=2020-07-06 13:26:24.080152000, delta=848000 ns, racy<=2502500 ns 13:26:24.081 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.081 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.081000000, lastModified=2020-07-06 13:26:24.080152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.082 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.080152000 to 2020-07-06 13:26:24.081152000 13:26:24.082 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.082000000, lastModified=2020-07-06 13:26:24.081152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.082 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.082000000, lastModified=2020-07-06 13:26:24.081152000, delta=848000 ns, racy<=2502500 ns 13:26:24.082 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.083 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.083000000, lastModified=2020-07-06 13:26:24.082152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.083 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.083000000, lastModified=2020-07-06 13:26:24.082152000, delta=848000 ns, racy<=2502500 ns 13:26:24.083 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.083 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.083000000, lastModified=2020-07-06 13:26:24.082152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.083 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.083000000, lastModified=2020-07-06 13:26:24.082152000, delta=848000 ns, racy<=2502500 ns 13:26:24.083 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.084 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.084000000, lastModified=2020-07-06 13:26:24.083152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.084 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.084000000, lastModified=2020-07-06 13:26:24.083152000, delta=848000 ns, racy<=2502500 ns 13:26:24.084 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.084 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.084000000, lastModified=2020-07-06 13:26:24.083152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.086 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.084000000, lastModified=2020-07-06 13:26:24.083152000, delta=848000 ns, racy<=2502500 ns 13:26:24.086 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.086 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.086000000, lastModified=2020-07-06 13:26:24.085152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.087 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.085152000 to 2020-07-06 13:26:24.086152000 13:26:24.087 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.087000000, lastModified=2020-07-06 13:26:24.086152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.087 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.087000000, lastModified=2020-07-06 13:26:24.086152000, delta=848000 ns, racy<=2502500 ns 13:26:24.087 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.088 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.088000000, lastModified=2020-07-06 13:26:24.086152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.088 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.086152000 to 2020-07-06 13:26:24.087152000 13:26:24.088 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.088000000, lastModified=2020-07-06 13:26:24.087152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.088 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.088000000, lastModified=2020-07-06 13:26:24.087152000, delta=848000 ns, racy<=2502500 ns 13:26:24.088 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.089 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.089000000, lastModified=2020-07-06 13:26:24.088152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.089 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.089000000, lastModified=2020-07-06 13:26:24.088152000, delta=848000 ns, racy<=2502500 ns 13:26:24.089 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.089 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.089000000, lastModified=2020-07-06 13:26:24.088152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.090 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.088152000 to 2020-07-06 13:26:24.089152000 13:26:24.090 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.090000000, lastModified=2020-07-06 13:26:24.089152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.090 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.090000000, lastModified=2020-07-06 13:26:24.089152000, delta=848000 ns, racy<=2502500 ns 13:26:24.090 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.091 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.091000000, lastModified=2020-07-06 13:26:24.090152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.091 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.091000000, lastModified=2020-07-06 13:26:24.090152000, delta=848000 ns, racy<=2502500 ns 13:26:24.092 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.092 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.092000000, lastModified=2020-07-06 13:26:24.091152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.092 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.092000000, lastModified=2020-07-06 13:26:24.091152000, delta=848000 ns, racy<=2502500 ns 13:26:24.092 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.097 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.097000000, lastModified=2020-07-06 13:26:24.096152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.097 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.097000000, lastModified=2020-07-06 13:26:24.096152000, delta=848000 ns, racy<=2502500 ns 13:26:24.097 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.097 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.097000000, lastModified=2020-07-06 13:26:24.096152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.098 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.097000000, lastModified=2020-07-06 13:26:24.096152000, delta=848000 ns, racy<=2502500 ns 13:26:24.098 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.098 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.098000000, lastModified=2020-07-06 13:26:24.097152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.098 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.098000000, lastModified=2020-07-06 13:26:24.097152000, delta=848000 ns, racy<=2502500 ns 13:26:24.098 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.098 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.098000000, lastModified=2020-07-06 13:26:24.097152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.099 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.098000000, lastModified=2020-07-06 13:26:24.097152000, delta=848000 ns, racy<=2502500 ns 13:26:24.099 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.099 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.099000000, lastModified=2020-07-06 13:26:24.098152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.100 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.098152000 to 2020-07-06 13:26:24.099152000 13:26:24.100 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.100000000, lastModified=2020-07-06 13:26:24.099152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.101 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.100000000, lastModified=2020-07-06 13:26:24.099152000, delta=848000 ns, racy<=2502500 ns 13:26:24.101 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.101 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.101000000, lastModified=2020-07-06 13:26:24.100152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.101 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.101000000, lastModified=2020-07-06 13:26:24.100152000, delta=848000 ns, racy<=2502500 ns 13:26:24.101 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.101 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.101000000, lastModified=2020-07-06 13:26:24.100152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.102 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.101000000, lastModified=2020-07-06 13:26:24.100152000, delta=848000 ns, racy<=2502500 ns 13:26:24.102 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.102 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.102000000, lastModified=2020-07-06 13:26:24.101152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.102 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.102000000, lastModified=2020-07-06 13:26:24.101152000, delta=848000 ns, racy<=2502500 ns 13:26:24.102 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.102 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.102000000, lastModified=2020-07-06 13:26:24.101152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.103 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.101152000 to 2020-07-06 13:26:24.102152000 13:26:24.103 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.103000000, lastModified=2020-07-06 13:26:24.102152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.103 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.103000000, lastModified=2020-07-06 13:26:24.102152000, delta=848000 ns, racy<=2502500 ns 13:26:24.103 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.104 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.104000000, lastModified=2020-07-06 13:26:24.103152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.104 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.104000000, lastModified=2020-07-06 13:26:24.103152000, delta=848000 ns, racy<=2502500 ns 13:26:24.104 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.105 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.105000000, lastModified=2020-07-06 13:26:24.104152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.105 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.105000000, lastModified=2020-07-06 13:26:24.104152000, delta=848000 ns, racy<=2502500 ns 13:26:24.105 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.106 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.106000000, lastModified=2020-07-06 13:26:24.105152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.106 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.106000000, lastModified=2020-07-06 13:26:24.105152000, delta=848000 ns, racy<=2502500 ns 13:26:24.106 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.106 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.106000000, lastModified=2020-07-06 13:26:24.105152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.107 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.106000000, lastModified=2020-07-06 13:26:24.105152000, delta=848000 ns, racy<=2502500 ns 13:26:24.107 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.107 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.107000000, lastModified=2020-07-06 13:26:24.106152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.107 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.107000000, lastModified=2020-07-06 13:26:24.106152000, delta=848000 ns, racy<=2502500 ns 13:26:24.107 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.107 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.107000000, lastModified=2020-07-06 13:26:24.106152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.108 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.106152000 to 2020-07-06 13:26:24.107152000 13:26:24.108 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.108000000, lastModified=2020-07-06 13:26:24.107152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.108 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.108000000, lastModified=2020-07-06 13:26:24.107152000, delta=848000 ns, racy<=2502500 ns 13:26:24.108 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.109 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.109000000, lastModified=2020-07-06 13:26:24.107152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.109 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.107152000 to 2020-07-06 13:26:24.108152000 13:26:24.109 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.109000000, lastModified=2020-07-06 13:26:24.108152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.109 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.109000000, lastModified=2020-07-06 13:26:24.108152000, delta=848000 ns, racy<=2502500 ns 13:26:24.109 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.110 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.110000000, lastModified=2020-07-06 13:26:24.109152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.110 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.110000000, lastModified=2020-07-06 13:26:24.109152000, delta=848000 ns, racy<=2502500 ns 13:26:24.110 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.110 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.110000000, lastModified=2020-07-06 13:26:24.109152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.111 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.110000000, lastModified=2020-07-06 13:26:24.109152000, delta=848000 ns, racy<=2502500 ns 13:26:24.111 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.111 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.111000000, lastModified=2020-07-06 13:26:24.110152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.111 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.111000000, lastModified=2020-07-06 13:26:24.110152000, delta=848000 ns, racy<=2502500 ns 13:26:24.111 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.111000000, lastModified=2020-07-06 13:26:24.110152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.110152000 to 2020-07-06 13:26:24.111152000 13:26:24.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.112000000, lastModified=2020-07-06 13:26:24.111152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.112000000, lastModified=2020-07-06 13:26:24.111152000, delta=848000 ns, racy<=2502500 ns 13:26:24.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.113 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.113000000, lastModified=2020-07-06 13:26:24.112152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.113 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.113000000, lastModified=2020-07-06 13:26:24.112152000, delta=848000 ns, racy<=2502500 ns 13:26:24.113 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.113 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.113000000, lastModified=2020-07-06 13:26:24.112152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.113 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.113000000, lastModified=2020-07-06 13:26:24.112152000, delta=848000 ns, racy<=2502500 ns 13:26:24.113 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.114 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.114000000, lastModified=2020-07-06 13:26:24.113152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.115 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.114000000, lastModified=2020-07-06 13:26:24.113152000, delta=848000 ns, racy<=2502500 ns 13:26:24.115 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.115 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.115000000, lastModified=2020-07-06 13:26:24.114152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.115 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.115000000, lastModified=2020-07-06 13:26:24.114152000, delta=848000 ns, racy<=2502500 ns 13:26:24.115 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.115 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.115000000, lastModified=2020-07-06 13:26:24.114152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.116 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.114152000 to 2020-07-06 13:26:24.115152000 13:26:24.116 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.116000000, lastModified=2020-07-06 13:26:24.115152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.117 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.115152000 to 2020-07-06 13:26:24.116152000 13:26:24.117 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.117000000, lastModified=2020-07-06 13:26:24.116152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.118 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.116152000 to 2020-07-06 13:26:24.117152000 13:26:24.118 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.118000000, lastModified=2020-07-06 13:26:24.117152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.118 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.118000000, lastModified=2020-07-06 13:26:24.117152000, delta=848000 ns, racy<=2502500 ns 13:26:24.118 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.119 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.119000000, lastModified=2020-07-06 13:26:24.118152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.119 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.119000000, lastModified=2020-07-06 13:26:24.118152000, delta=848000 ns, racy<=2502500 ns 13:26:24.119 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.119 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.119000000, lastModified=2020-07-06 13:26:24.118152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.120 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.118152000 to 2020-07-06 13:26:24.119152000 13:26:24.120 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.120000000, lastModified=2020-07-06 13:26:24.119152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.121 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.120000000, lastModified=2020-07-06 13:26:24.119152000, delta=848000 ns, racy<=2502500 ns 13:26:24.121 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.121 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.121000000, lastModified=2020-07-06 13:26:24.120152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.121 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.121000000, lastModified=2020-07-06 13:26:24.120152000, delta=848000 ns, racy<=2502500 ns 13:26:24.121 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.122 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.122000000, lastModified=2020-07-06 13:26:24.121152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.122 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.122000000, lastModified=2020-07-06 13:26:24.121152000, delta=848000 ns, racy<=2502500 ns 13:26:24.122 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.122 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.122000000, lastModified=2020-07-06 13:26:24.121152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.123 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.121152000 to 2020-07-06 13:26:24.122152000 13:26:24.123 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.123000000, lastModified=2020-07-06 13:26:24.122152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.124 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.123000000, lastModified=2020-07-06 13:26:24.122152000, delta=848000 ns, racy<=2502500 ns 13:26:24.124 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.124 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.124000000, lastModified=2020-07-06 13:26:24.123152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.125 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.123152000 to 2020-07-06 13:26:24.124152000 13:26:24.125 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.125000000, lastModified=2020-07-06 13:26:24.124152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.126 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.124152000 to 2020-07-06 13:26:24.125152000 13:26:24.126 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.126000000, lastModified=2020-07-06 13:26:24.125152000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.127 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.125152000 to 2020-07-06 13:26:24.126153000 13:26:24.128 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.128000000, lastModified=2020-07-06 13:26:24.126153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.128 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.126153000 to 2020-07-06 13:26:24.127153000 13:26:24.128 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.128000000, lastModified=2020-07-06 13:26:24.127153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.129 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.127153000 to 2020-07-06 13:26:24.128153000 13:26:24.129 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.129000000, lastModified=2020-07-06 13:26:24.128153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.129 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.129000000, lastModified=2020-07-06 13:26:24.128153000, delta=847000 ns, racy<=2502500 ns 13:26:24.129 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.130000000, lastModified=2020-07-06 13:26:24.129153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.130000000, lastModified=2020-07-06 13:26:24.129153000, delta=847000 ns, racy<=2502500 ns 13:26:24.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.130000000, lastModified=2020-07-06 13:26:24.129153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.130000000, lastModified=2020-07-06 13:26:24.129153000, delta=847000 ns, racy<=2502500 ns 13:26:24.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.131 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.131000000, lastModified=2020-07-06 13:26:24.130153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.131 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.131000000, lastModified=2020-07-06 13:26:24.130153000, delta=847000 ns, racy<=2502500 ns 13:26:24.131 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.131 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.131000000, lastModified=2020-07-06 13:26:24.130153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.131 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.131000000, lastModified=2020-07-06 13:26:24.130153000, delta=847000 ns, racy<=2502500 ns 13:26:24.132 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.132 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.132000000, lastModified=2020-07-06 13:26:24.131153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.132 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.132000000, lastModified=2020-07-06 13:26:24.131153000, delta=847000 ns, racy<=2502500 ns 13:26:24.132 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.132 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.132000000, lastModified=2020-07-06 13:26:24.131153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.133 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.131153000 to 2020-07-06 13:26:24.132153000 13:26:24.133 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.133000000, lastModified=2020-07-06 13:26:24.132153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.134 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.132153000 to 2020-07-06 13:26:24.133153000 13:26:24.134 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.134000000, lastModified=2020-07-06 13:26:24.133153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.135 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.134000000, lastModified=2020-07-06 13:26:24.133153000, delta=847000 ns, racy<=2502500 ns 13:26:24.135 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.135 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.135000000, lastModified=2020-07-06 13:26:24.134153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.135 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.135000000, lastModified=2020-07-06 13:26:24.134153000, delta=847000 ns, racy<=2502500 ns 13:26:24.135 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.136 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.136000000, lastModified=2020-07-06 13:26:24.135153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.136 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.136000000, lastModified=2020-07-06 13:26:24.135153000, delta=847000 ns, racy<=2502500 ns 13:26:24.136 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.136 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.136000000, lastModified=2020-07-06 13:26:24.135153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.137 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.135153000 to 2020-07-06 13:26:24.136153000 13:26:24.137 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.137000000, lastModified=2020-07-06 13:26:24.136153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.138 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.137000000, lastModified=2020-07-06 13:26:24.136153000, delta=847000 ns, racy<=2502500 ns 13:26:24.138 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.138 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.138000000, lastModified=2020-07-06 13:26:24.137153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.138 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.138000000, lastModified=2020-07-06 13:26:24.137153000, delta=847000 ns, racy<=2502500 ns 13:26:24.138 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.139 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.139000000, lastModified=2020-07-06 13:26:24.138153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.139 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.139000000, lastModified=2020-07-06 13:26:24.138153000, delta=847000 ns, racy<=2502500 ns 13:26:24.139 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.139 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.139000000, lastModified=2020-07-06 13:26:24.138153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.140 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.138153000 to 2020-07-06 13:26:24.139153000 13:26:24.140 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.140000000, lastModified=2020-07-06 13:26:24.139153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.141 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.139153000 to 2020-07-06 13:26:24.140153000 13:26:24.141 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.141000000, lastModified=2020-07-06 13:26:24.140153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.142 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.141000000, lastModified=2020-07-06 13:26:24.140153000, delta=847000 ns, racy<=2502500 ns 13:26:24.142 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.142 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.142000000, lastModified=2020-07-06 13:26:24.141153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.142 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.142000000, lastModified=2020-07-06 13:26:24.141153000, delta=847000 ns, racy<=2502500 ns 13:26:24.142 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.143000000, lastModified=2020-07-06 13:26:24.142153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.143000000, lastModified=2020-07-06 13:26:24.142153000, delta=847000 ns, racy<=2502500 ns 13:26:24.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.144000000, lastModified=2020-07-06 13:26:24.143153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.144000000, lastModified=2020-07-06 13:26:24.143153000, delta=847000 ns, racy<=2502500 ns 13:26:24.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.145000000, lastModified=2020-07-06 13:26:24.144153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.145000000, lastModified=2020-07-06 13:26:24.144153000, delta=847000 ns, racy<=2502500 ns 13:26:24.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.145000000, lastModified=2020-07-06 13:26:24.144153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.144153000 to 2020-07-06 13:26:24.145153000 13:26:24.147 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.147000000, lastModified=2020-07-06 13:26:24.145153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.147 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.145153000 to 2020-07-06 13:26:24.146153000 13:26:24.147 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.147000000, lastModified=2020-07-06 13:26:24.146153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.148 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.146153000 to 2020-07-06 13:26:24.147153000 13:26:24.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.150000000, lastModified=2020-07-06 13:26:24.149153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.150000000, lastModified=2020-07-06 13:26:24.149153000, delta=847000 ns, racy<=2502500 ns 13:26:24.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.151 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.151000000, lastModified=2020-07-06 13:26:24.150153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.151 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.151000000, lastModified=2020-07-06 13:26:24.150153000, delta=847000 ns, racy<=2502500 ns 13:26:24.151 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.152000000, lastModified=2020-07-06 13:26:24.151153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.152000000, lastModified=2020-07-06 13:26:24.151153000, delta=847000 ns, racy<=2502500 ns 13:26:24.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.153 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.153000000, lastModified=2020-07-06 13:26:24.151153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.153 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.151153000 to 2020-07-06 13:26:24.152153000 13:26:24.153 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.153000000, lastModified=2020-07-06 13:26:24.152153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.154 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.152153000 to 2020-07-06 13:26:24.153153000 13:26:24.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.155000000, lastModified=2020-07-06 13:26:24.153153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.153153000 to 2020-07-06 13:26:24.154153000 13:26:24.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.155000000, lastModified=2020-07-06 13:26:24.154153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.154153000 to 2020-07-06 13:26:24.155153000 13:26:24.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.156000000, lastModified=2020-07-06 13:26:24.155153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.156000000, lastModified=2020-07-06 13:26:24.155153000, delta=847000 ns, racy<=2502500 ns 13:26:24.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.157 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.157000000, lastModified=2020-07-06 13:26:24.156153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.157 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.157000000, lastModified=2020-07-06 13:26:24.156153000, delta=847000 ns, racy<=2502500 ns 13:26:24.157 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.157 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.157000000, lastModified=2020-07-06 13:26:24.156153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.157000000, lastModified=2020-07-06 13:26:24.156153000, delta=847000 ns, racy<=2502500 ns 13:26:24.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.158000000, lastModified=2020-07-06 13:26:24.157153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.158000000, lastModified=2020-07-06 13:26:24.157153000, delta=847000 ns, racy<=2502500 ns 13:26:24.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.159000000, lastModified=2020-07-06 13:26:24.157153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.157153000 to 2020-07-06 13:26:24.158153000 13:26:24.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.159000000, lastModified=2020-07-06 13:26:24.158153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.160 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.159000000, lastModified=2020-07-06 13:26:24.158153000, delta=847000 ns, racy<=2502500 ns 13:26:24.160 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.160 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.160000000, lastModified=2020-07-06 13:26:24.159153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.160 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.160000000, lastModified=2020-07-06 13:26:24.159153000, delta=847000 ns, racy<=2502500 ns 13:26:24.160 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.161 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.161000000, lastModified=2020-07-06 13:26:24.159153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.161 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.159153000 to 2020-07-06 13:26:24.160153000 13:26:24.161 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.161000000, lastModified=2020-07-06 13:26:24.160153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.162 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.161000000, lastModified=2020-07-06 13:26:24.160153000, delta=847000 ns, racy<=2502500 ns 13:26:24.162 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.162 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.162000000, lastModified=2020-07-06 13:26:24.161153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.162 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.162000000, lastModified=2020-07-06 13:26:24.161153000, delta=847000 ns, racy<=2502500 ns 13:26:24.162 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.163 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.163000000, lastModified=2020-07-06 13:26:24.161153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.163 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.161153000 to 2020-07-06 13:26:24.162153000 13:26:24.164 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.164000000, lastModified=2020-07-06 13:26:24.162153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.164 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.162153000 to 2020-07-06 13:26:24.163153000 13:26:24.165 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.164000000, lastModified=2020-07-06 13:26:24.163153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.165 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.163153000 to 2020-07-06 13:26:24.164153000 13:26:24.165 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.165000000, lastModified=2020-07-06 13:26:24.164153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.166 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.165000000, lastModified=2020-07-06 13:26:24.164153000, delta=847000 ns, racy<=2502500 ns 13:26:24.166 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.166 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.166000000, lastModified=2020-07-06 13:26:24.165153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.166 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.166000000, lastModified=2020-07-06 13:26:24.165153000, delta=847000 ns, racy<=2502500 ns 13:26:24.166 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.166 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.166000000, lastModified=2020-07-06 13:26:24.165153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.167 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.165153000 to 2020-07-06 13:26:24.166153000 13:26:24.167 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.167000000, lastModified=2020-07-06 13:26:24.166153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.167 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.167000000, lastModified=2020-07-06 13:26:24.166153000, delta=847000 ns, racy<=2502500 ns 13:26:24.167 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.168 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.168000000, lastModified=2020-07-06 13:26:24.166153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.168 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.166153000 to 2020-07-06 13:26:24.167153000 13:26:24.168 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.168000000, lastModified=2020-07-06 13:26:24.167153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.168 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.168000000, lastModified=2020-07-06 13:26:24.167153000, delta=847000 ns, racy<=2502500 ns 13:26:24.169 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.169 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.169000000, lastModified=2020-07-06 13:26:24.168153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.169 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.169000000, lastModified=2020-07-06 13:26:24.168153000, delta=847000 ns, racy<=2502500 ns 13:26:24.169 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.169 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.169000000, lastModified=2020-07-06 13:26:24.168153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.170 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.168153000 to 2020-07-06 13:26:24.169153000 13:26:24.170 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.170000000, lastModified=2020-07-06 13:26:24.169153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.171 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.169153000 to 2020-07-06 13:26:24.170153000 13:26:24.171 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.171000000, lastModified=2020-07-06 13:26:24.170153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.172 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.171000000, lastModified=2020-07-06 13:26:24.170153000, delta=847000 ns, racy<=2502500 ns 13:26:24.172 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.172 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.172000000, lastModified=2020-07-06 13:26:24.171153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.172 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.172000000, lastModified=2020-07-06 13:26:24.171153000, delta=847000 ns, racy<=2502500 ns 13:26:24.172 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.172 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.172000000, lastModified=2020-07-06 13:26:24.171153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.173 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.171153000 to 2020-07-06 13:26:24.172153000 13:26:24.173 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.173000000, lastModified=2020-07-06 13:26:24.172153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.173 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.173000000, lastModified=2020-07-06 13:26:24.172153000, delta=847000 ns, racy<=2502500 ns 13:26:24.173 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.174 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.174000000, lastModified=2020-07-06 13:26:24.173153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.174 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.174000000, lastModified=2020-07-06 13:26:24.173153000, delta=847000 ns, racy<=2502500 ns 13:26:24.174 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.174 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.174000000, lastModified=2020-07-06 13:26:24.173153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.175 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.173153000 to 2020-07-06 13:26:24.174153000 13:26:24.175 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.175000000, lastModified=2020-07-06 13:26:24.174153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.175 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.175000000, lastModified=2020-07-06 13:26:24.174153000, delta=847000 ns, racy<=2502500 ns 13:26:24.175 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.175 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.175000000, lastModified=2020-07-06 13:26:24.174153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.176 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.174153000 to 2020-07-06 13:26:24.175153000 13:26:24.176 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.176000000, lastModified=2020-07-06 13:26:24.175153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.176 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.176000000, lastModified=2020-07-06 13:26:24.175153000, delta=847000 ns, racy<=2502500 ns 13:26:24.176 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.176 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.176000000, lastModified=2020-07-06 13:26:24.175153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.177 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.175153000 to 2020-07-06 13:26:24.176153000 13:26:24.177 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.177000000, lastModified=2020-07-06 13:26:24.176153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.177 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.177000000, lastModified=2020-07-06 13:26:24.176153000, delta=847000 ns, racy<=2502500 ns 13:26:24.177 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.177 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.177000000, lastModified=2020-07-06 13:26:24.176153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.178 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.176153000 to 2020-07-06 13:26:24.177153000 13:26:24.178 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.178000000, lastModified=2020-07-06 13:26:24.177153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.178 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.178000000, lastModified=2020-07-06 13:26:24.177153000, delta=847000 ns, racy<=2502500 ns 13:26:24.178 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.178 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.178000000, lastModified=2020-07-06 13:26:24.177153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.179 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.177153000 to 2020-07-06 13:26:24.178153000 13:26:24.179 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.179000000, lastModified=2020-07-06 13:26:24.178153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.179 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.179000000, lastModified=2020-07-06 13:26:24.178153000, delta=847000 ns, racy<=2502500 ns 13:26:24.179 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.180 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.180000000, lastModified=2020-07-06 13:26:24.178153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.180 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.178153000 to 2020-07-06 13:26:24.179153000 13:26:24.181 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.181000000, lastModified=2020-07-06 13:26:24.180153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.181 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.181000000, lastModified=2020-07-06 13:26:24.180153000, delta=847000 ns, racy<=2502500 ns 13:26:24.181 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.181 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.181000000, lastModified=2020-07-06 13:26:24.180153000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.182 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.180153000 to 2020-07-06 13:26:24.181154000 13:26:24.182 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.182000000, lastModified=2020-07-06 13:26:24.181154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.182 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.182000000, lastModified=2020-07-06 13:26:24.181154000, delta=846000 ns, racy<=2502500 ns 13:26:24.182 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.183 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.183000000, lastModified=2020-07-06 13:26:24.181154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.183 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.181154000 to 2020-07-06 13:26:24.182154000 13:26:24.183 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.183000000, lastModified=2020-07-06 13:26:24.182154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.184 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.182154000 to 2020-07-06 13:26:24.183154000 13:26:24.184 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.184000000, lastModified=2020-07-06 13:26:24.183154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.184 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.184000000, lastModified=2020-07-06 13:26:24.183154000, delta=846000 ns, racy<=2502500 ns 13:26:24.184 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.184 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.184000000, lastModified=2020-07-06 13:26:24.183154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.185 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.183154000 to 2020-07-06 13:26:24.184154000 13:26:24.186 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.185000000, lastModified=2020-07-06 13:26:24.184154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.186 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.184154000 to 2020-07-06 13:26:24.185154000 13:26:24.186 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.186000000, lastModified=2020-07-06 13:26:24.185154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.186 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.186000000, lastModified=2020-07-06 13:26:24.185154000, delta=846000 ns, racy<=2502500 ns 13:26:24.186 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.187 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.187000000, lastModified=2020-07-06 13:26:24.186154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.187 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.187000000, lastModified=2020-07-06 13:26:24.186154000, delta=846000 ns, racy<=2502500 ns 13:26:24.187 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.187 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.187000000, lastModified=2020-07-06 13:26:24.186154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.188 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.186154000 to 2020-07-06 13:26:24.187154000 13:26:24.188 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.188000000, lastModified=2020-07-06 13:26:24.187154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.188 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.188000000, lastModified=2020-07-06 13:26:24.187154000, delta=846000 ns, racy<=2502500 ns 13:26:24.188 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.189 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.189000000, lastModified=2020-07-06 13:26:24.188154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.189 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.189000000, lastModified=2020-07-06 13:26:24.188154000, delta=846000 ns, racy<=2502500 ns 13:26:24.189 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.189 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.189000000, lastModified=2020-07-06 13:26:24.188154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.189 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.189000000, lastModified=2020-07-06 13:26:24.188154000, delta=846000 ns, racy<=2502500 ns 13:26:24.189 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.190 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.190000000, lastModified=2020-07-06 13:26:24.189154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.191 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.190000000, lastModified=2020-07-06 13:26:24.189154000, delta=846000 ns, racy<=2502500 ns 13:26:24.191 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.192 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.192000000, lastModified=2020-07-06 13:26:24.190154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.192 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.190154000 to 2020-07-06 13:26:24.191154000 13:26:24.195 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.195000000, lastModified=2020-07-06 13:26:24.194154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.196 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.194154000 to 2020-07-06 13:26:24.195154000 13:26:24.197 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.197000000, lastModified=2020-07-06 13:26:24.196154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.197 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.197000000, lastModified=2020-07-06 13:26:24.196154000, delta=846000 ns, racy<=2502500 ns 13:26:24.197 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.197 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.197000000, lastModified=2020-07-06 13:26:24.196154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.197 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.197000000, lastModified=2020-07-06 13:26:24.196154000, delta=846000 ns, racy<=2502500 ns 13:26:24.197 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.198 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.198000000, lastModified=2020-07-06 13:26:24.197154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.198 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.198000000, lastModified=2020-07-06 13:26:24.197154000, delta=846000 ns, racy<=2502500 ns 13:26:24.198 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.199 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.199000000, lastModified=2020-07-06 13:26:24.198154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.199 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.199000000, lastModified=2020-07-06 13:26:24.198154000, delta=846000 ns, racy<=2502500 ns 13:26:24.199 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.200 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.200000000, lastModified=2020-07-06 13:26:24.199154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.200 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.200000000, lastModified=2020-07-06 13:26:24.199154000, delta=846000 ns, racy<=2502500 ns 13:26:24.200 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.201 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.201000000, lastModified=2020-07-06 13:26:24.199154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.201 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.199154000 to 2020-07-06 13:26:24.200154000 13:26:24.201 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.201000000, lastModified=2020-07-06 13:26:24.200154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.201 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.201000000, lastModified=2020-07-06 13:26:24.200154000, delta=846000 ns, racy<=2502500 ns 13:26:24.201 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.202 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.202000000, lastModified=2020-07-06 13:26:24.201154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.203 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.202000000, lastModified=2020-07-06 13:26:24.201154000, delta=846000 ns, racy<=2502500 ns 13:26:24.203 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.203 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.203000000, lastModified=2020-07-06 13:26:24.202154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.203 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.203000000, lastModified=2020-07-06 13:26:24.202154000, delta=846000 ns, racy<=2502500 ns 13:26:24.203 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.203 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.203000000, lastModified=2020-07-06 13:26:24.202154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.204 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.202154000 to 2020-07-06 13:26:24.203154000 13:26:24.204 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.204000000, lastModified=2020-07-06 13:26:24.203154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.204 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.204000000, lastModified=2020-07-06 13:26:24.203154000, delta=846000 ns, racy<=2502500 ns 13:26:24.204 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.205 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.205000000, lastModified=2020-07-06 13:26:24.204154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.206 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.205000000, lastModified=2020-07-06 13:26:24.204154000, delta=846000 ns, racy<=2502500 ns 13:26:24.206 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.206 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.206000000, lastModified=2020-07-06 13:26:24.205154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.206 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.206000000, lastModified=2020-07-06 13:26:24.205154000, delta=846000 ns, racy<=2502500 ns 13:26:24.206 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.206 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.206000000, lastModified=2020-07-06 13:26:24.205154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.207 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.205154000 to 2020-07-06 13:26:24.206154000 13:26:24.208 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.208000000, lastModified=2020-07-06 13:26:24.207154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.208 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.208000000, lastModified=2020-07-06 13:26:24.207154000, delta=846000 ns, racy<=2502500 ns 13:26:24.208 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.209 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.209000000, lastModified=2020-07-06 13:26:24.208154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.209 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.209000000, lastModified=2020-07-06 13:26:24.208154000, delta=846000 ns, racy<=2502500 ns 13:26:24.209 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.210 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.210000000, lastModified=2020-07-06 13:26:24.208154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.210 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.208154000 to 2020-07-06 13:26:24.209154000 13:26:24.210 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.210000000, lastModified=2020-07-06 13:26:24.209154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.211 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.210000000, lastModified=2020-07-06 13:26:24.209154000, delta=846000 ns, racy<=2502500 ns 13:26:24.211 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.211 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.211000000, lastModified=2020-07-06 13:26:24.210154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.212 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.210154000 to 2020-07-06 13:26:24.211154000 13:26:24.212 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.212000000, lastModified=2020-07-06 13:26:24.211154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.212 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.212000000, lastModified=2020-07-06 13:26:24.211154000, delta=846000 ns, racy<=2502500 ns 13:26:24.212 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.213 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.213000000, lastModified=2020-07-06 13:26:24.212154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.213 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.213000000, lastModified=2020-07-06 13:26:24.212154000, delta=846000 ns, racy<=2502500 ns 13:26:24.213 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.213 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.213000000, lastModified=2020-07-06 13:26:24.212154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.214 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.212154000 to 2020-07-06 13:26:24.213154000 13:26:24.214 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.214000000, lastModified=2020-07-06 13:26:24.213154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.215 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.213154000 to 2020-07-06 13:26:24.214154000 13:26:24.215 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.215000000, lastModified=2020-07-06 13:26:24.214154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.215 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.215000000, lastModified=2020-07-06 13:26:24.214154000, delta=846000 ns, racy<=2502500 ns 13:26:24.215 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.215 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.215000000, lastModified=2020-07-06 13:26:24.214154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.216 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.214154000 to 2020-07-06 13:26:24.215154000 13:26:24.216 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.216000000, lastModified=2020-07-06 13:26:24.215154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.217 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.215154000 to 2020-07-06 13:26:24.216154000 13:26:24.217 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.217000000, lastModified=2020-07-06 13:26:24.216154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.217 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.217000000, lastModified=2020-07-06 13:26:24.216154000, delta=846000 ns, racy<=2502500 ns 13:26:24.217 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.218 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.217000000, lastModified=2020-07-06 13:26:24.216154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.218 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.216154000 to 2020-07-06 13:26:24.217154000 13:26:24.218 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.218000000, lastModified=2020-07-06 13:26:24.217154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.218 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.218000000, lastModified=2020-07-06 13:26:24.217154000, delta=846000 ns, racy<=2502500 ns 13:26:24.218 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.219 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.219000000, lastModified=2020-07-06 13:26:24.217154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.219 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.217154000 to 2020-07-06 13:26:24.218154000 13:26:24.219 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.219000000, lastModified=2020-07-06 13:26:24.218154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.219 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.219000000, lastModified=2020-07-06 13:26:24.218154000, delta=846000 ns, racy<=2502500 ns 13:26:24.219 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.220 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.220000000, lastModified=2020-07-06 13:26:24.219154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.220 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.220000000, lastModified=2020-07-06 13:26:24.219154000, delta=846000 ns, racy<=2502500 ns 13:26:24.220 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.220 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.220000000, lastModified=2020-07-06 13:26:24.219154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.220 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.220000000, lastModified=2020-07-06 13:26:24.219154000, delta=846000 ns, racy<=2502500 ns 13:26:24.220 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.221 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.221000000, lastModified=2020-07-06 13:26:24.220154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.221 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.221000000, lastModified=2020-07-06 13:26:24.220154000, delta=846000 ns, racy<=2502500 ns 13:26:24.221 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.222 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.222000000, lastModified=2020-07-06 13:26:24.221154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.222 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.222000000, lastModified=2020-07-06 13:26:24.221154000, delta=846000 ns, racy<=2502500 ns 13:26:24.222 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.223 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.223000000, lastModified=2020-07-06 13:26:24.222154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.223 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.223000000, lastModified=2020-07-06 13:26:24.222154000, delta=846000 ns, racy<=2502500 ns 13:26:24.223 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.224 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.224000000, lastModified=2020-07-06 13:26:24.223154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.224 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.224000000, lastModified=2020-07-06 13:26:24.223154000, delta=846000 ns, racy<=2502500 ns 13:26:24.224 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.225 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.225000000, lastModified=2020-07-06 13:26:24.224154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.225 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.225000000, lastModified=2020-07-06 13:26:24.224154000, delta=846000 ns, racy<=2502500 ns 13:26:24.225 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.225 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.225000000, lastModified=2020-07-06 13:26:24.224154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.225 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.225000000, lastModified=2020-07-06 13:26:24.224154000, delta=846000 ns, racy<=2502500 ns 13:26:24.225 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.226 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.226000000, lastModified=2020-07-06 13:26:24.225154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.226 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.226000000, lastModified=2020-07-06 13:26:24.225154000, delta=846000 ns, racy<=2502500 ns 13:26:24.226 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.226 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.226000000, lastModified=2020-07-06 13:26:24.225154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.227 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.226000000, lastModified=2020-07-06 13:26:24.225154000, delta=846000 ns, racy<=2502500 ns 13:26:24.227 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.227 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.227000000, lastModified=2020-07-06 13:26:24.226154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.227 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.227000000, lastModified=2020-07-06 13:26:24.226154000, delta=846000 ns, racy<=2502500 ns 13:26:24.227 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.228 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.228000000, lastModified=2020-07-06 13:26:24.226154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.228 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.226154000 to 2020-07-06 13:26:24.227154000 13:26:24.229 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.229000000, lastModified=2020-07-06 13:26:24.227154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.229 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.227154000 to 2020-07-06 13:26:24.228154000 13:26:24.229 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.229000000, lastModified=2020-07-06 13:26:24.228154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.229 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.229000000, lastModified=2020-07-06 13:26:24.228154000, delta=846000 ns, racy<=2502500 ns 13:26:24.229 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.230 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.230000000, lastModified=2020-07-06 13:26:24.229154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.230 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.230000000, lastModified=2020-07-06 13:26:24.229154000, delta=846000 ns, racy<=2502500 ns 13:26:24.230 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.230 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.230000000, lastModified=2020-07-06 13:26:24.229154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.231 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.229154000 to 2020-07-06 13:26:24.230154000 13:26:24.232 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.232000000, lastModified=2020-07-06 13:26:24.230154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.232 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.230154000 to 2020-07-06 13:26:24.231154000 13:26:24.232 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.232000000, lastModified=2020-07-06 13:26:24.231154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.233 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.232000000, lastModified=2020-07-06 13:26:24.231154000, delta=846000 ns, racy<=2502500 ns 13:26:24.233 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.233 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.233000000, lastModified=2020-07-06 13:26:24.232154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.233 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.233000000, lastModified=2020-07-06 13:26:24.232154000, delta=846000 ns, racy<=2502500 ns 13:26:24.233 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.234 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.234000000, lastModified=2020-07-06 13:26:24.232154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.234 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.232154000 to 2020-07-06 13:26:24.233154000 13:26:24.235 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.235000000, lastModified=2020-07-06 13:26:24.234154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.235 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.235000000, lastModified=2020-07-06 13:26:24.234154000, delta=846000 ns, racy<=2502500 ns 13:26:24.235 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.236 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.236000000, lastModified=2020-07-06 13:26:24.234154000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.236 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.234154000 to 2020-07-06 13:26:24.235155000 13:26:24.236 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.236000000, lastModified=2020-07-06 13:26:24.235155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.236000000, lastModified=2020-07-06 13:26:24.235155000, delta=845000 ns, racy<=2502500 ns 13:26:24.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.237000000, lastModified=2020-07-06 13:26:24.236155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.237000000, lastModified=2020-07-06 13:26:24.236155000, delta=845000 ns, racy<=2502500 ns 13:26:24.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.238 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.237000000, lastModified=2020-07-06 13:26:24.236155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.238 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.236155000 to 2020-07-06 13:26:24.237155000 13:26:24.239 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.239000000, lastModified=2020-07-06 13:26:24.238155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.239 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.239000000, lastModified=2020-07-06 13:26:24.238155000, delta=845000 ns, racy<=2502500 ns 13:26:24.239 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.239 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.239000000, lastModified=2020-07-06 13:26:24.238155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.240 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.239000000, lastModified=2020-07-06 13:26:24.238155000, delta=845000 ns, racy<=2502500 ns 13:26:24.240 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.240 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.240000000, lastModified=2020-07-06 13:26:24.239155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.240 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.240000000, lastModified=2020-07-06 13:26:24.239155000, delta=845000 ns, racy<=2502500 ns 13:26:24.240 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.241 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.241000000, lastModified=2020-07-06 13:26:24.240155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.241 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.241000000, lastModified=2020-07-06 13:26:24.240155000, delta=845000 ns, racy<=2502500 ns 13:26:24.241 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.241 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.241000000, lastModified=2020-07-06 13:26:24.240155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.242 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.240155000 to 2020-07-06 13:26:24.241155000 13:26:24.242 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.242000000, lastModified=2020-07-06 13:26:24.241155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.242 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.242000000, lastModified=2020-07-06 13:26:24.241155000, delta=845000 ns, racy<=2502500 ns 13:26:24.242 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.243 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.243000000, lastModified=2020-07-06 13:26:24.242155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.243 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.243000000, lastModified=2020-07-06 13:26:24.242155000, delta=845000 ns, racy<=2502500 ns 13:26:24.243 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.244 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.244000000, lastModified=2020-07-06 13:26:24.242155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.244 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.242155000 to 2020-07-06 13:26:24.243155000 13:26:24.245 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.245000000, lastModified=2020-07-06 13:26:24.244155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.245 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.245000000, lastModified=2020-07-06 13:26:24.244155000, delta=845000 ns, racy<=2502500 ns 13:26:24.245 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.245 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.245000000, lastModified=2020-07-06 13:26:24.244155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.246 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.244155000 to 2020-07-06 13:26:24.245155000 13:26:24.246 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.246000000, lastModified=2020-07-06 13:26:24.245155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.247 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.245155000 to 2020-07-06 13:26:24.246155000 13:26:24.247 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.247000000, lastModified=2020-07-06 13:26:24.246155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.248 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.246155000 to 2020-07-06 13:26:24.247155000 13:26:24.248 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.248000000, lastModified=2020-07-06 13:26:24.247155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.249 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.247155000 to 2020-07-06 13:26:24.248155000 13:26:24.249 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.249000000, lastModified=2020-07-06 13:26:24.248155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.249 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.249000000, lastModified=2020-07-06 13:26:24.248155000, delta=845000 ns, racy<=2502500 ns 13:26:24.249 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.249 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.249000000, lastModified=2020-07-06 13:26:24.248155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.250 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.248155000 to 2020-07-06 13:26:24.249155000 13:26:24.250 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.250000000, lastModified=2020-07-06 13:26:24.249155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.250 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.250000000, lastModified=2020-07-06 13:26:24.249155000, delta=845000 ns, racy<=2502500 ns 13:26:24.250 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.250 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.250000000, lastModified=2020-07-06 13:26:24.249155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.251 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.249155000 to 2020-07-06 13:26:24.250155000 13:26:24.251 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.251000000, lastModified=2020-07-06 13:26:24.250155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.251 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.251000000, lastModified=2020-07-06 13:26:24.250155000, delta=845000 ns, racy<=2502500 ns 13:26:24.251 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.252 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.252000000, lastModified=2020-07-06 13:26:24.250155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.252 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.250155000 to 2020-07-06 13:26:24.251155000 13:26:24.252 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.252000000, lastModified=2020-07-06 13:26:24.251155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.252 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.252000000, lastModified=2020-07-06 13:26:24.251155000, delta=845000 ns, racy<=2502500 ns 13:26:24.252 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.253 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.253000000, lastModified=2020-07-06 13:26:24.252155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.253 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.253000000, lastModified=2020-07-06 13:26:24.252155000, delta=845000 ns, racy<=2502500 ns 13:26:24.253 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.253 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.253000000, lastModified=2020-07-06 13:26:24.252155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.254 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.252155000 to 2020-07-06 13:26:24.253155000 13:26:24.254 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.254000000, lastModified=2020-07-06 13:26:24.253155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.255 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.253155000 to 2020-07-06 13:26:24.254155000 13:26:24.255 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.255000000, lastModified=2020-07-06 13:26:24.254155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.255 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.255000000, lastModified=2020-07-06 13:26:24.254155000, delta=845000 ns, racy<=2502500 ns 13:26:24.255 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.255 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.255000000, lastModified=2020-07-06 13:26:24.254155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.256 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.255000000, lastModified=2020-07-06 13:26:24.254155000, delta=845000 ns, racy<=2502500 ns 13:26:24.256 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.256 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.256000000, lastModified=2020-07-06 13:26:24.255155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.256 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.256000000, lastModified=2020-07-06 13:26:24.255155000, delta=845000 ns, racy<=2502500 ns 13:26:24.256 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.256 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.256000000, lastModified=2020-07-06 13:26:24.255155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.257 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.256000000, lastModified=2020-07-06 13:26:24.255155000, delta=845000 ns, racy<=2502500 ns 13:26:24.257 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.257 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.257000000, lastModified=2020-07-06 13:26:24.256155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.257 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.257000000, lastModified=2020-07-06 13:26:24.256155000, delta=845000 ns, racy<=2502500 ns 13:26:24.257 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.257 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.257000000, lastModified=2020-07-06 13:26:24.256155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.258 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.257000000, lastModified=2020-07-06 13:26:24.256155000, delta=845000 ns, racy<=2502500 ns 13:26:24.258 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.258 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.258000000, lastModified=2020-07-06 13:26:24.257155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.258 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.258000000, lastModified=2020-07-06 13:26:24.257155000, delta=845000 ns, racy<=2502500 ns 13:26:24.258 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.259 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.259000000, lastModified=2020-07-06 13:26:24.258155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.259 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.259000000, lastModified=2020-07-06 13:26:24.258155000, delta=845000 ns, racy<=2502500 ns 13:26:24.259 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.259 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.259000000, lastModified=2020-07-06 13:26:24.258155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.260 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.258155000 to 2020-07-06 13:26:24.259155000 13:26:24.260 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.260000000, lastModified=2020-07-06 13:26:24.259155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.260 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.260000000, lastModified=2020-07-06 13:26:24.259155000, delta=845000 ns, racy<=2502500 ns 13:26:24.260 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.261 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.260000000, lastModified=2020-07-06 13:26:24.259155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.261 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.259155000 to 2020-07-06 13:26:24.260155000 13:26:24.261 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.261000000, lastModified=2020-07-06 13:26:24.260155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.261 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.261000000, lastModified=2020-07-06 13:26:24.260155000, delta=845000 ns, racy<=2502500 ns 13:26:24.261 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.262 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.262000000, lastModified=2020-07-06 13:26:24.261155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.262 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.262000000, lastModified=2020-07-06 13:26:24.261155000, delta=845000 ns, racy<=2502500 ns 13:26:24.262 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.263 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.263000000, lastModified=2020-07-06 13:26:24.261155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.263 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.261155000 to 2020-07-06 13:26:24.262155000 13:26:24.263 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.263000000, lastModified=2020-07-06 13:26:24.262155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.264 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.262155000 to 2020-07-06 13:26:24.263155000 13:26:24.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.265000000, lastModified=2020-07-06 13:26:24.264155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.265000000, lastModified=2020-07-06 13:26:24.264155000, delta=845000 ns, racy<=2502500 ns 13:26:24.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.265000000, lastModified=2020-07-06 13:26:24.264155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.266 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.264155000 to 2020-07-06 13:26:24.265155000 13:26:24.266 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.266000000, lastModified=2020-07-06 13:26:24.265155000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.290 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.265155000 to 2020-07-06 13:26:24.289156000 13:26:24.290 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.290000000, lastModified=2020-07-06 13:26:24.289156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.291 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.289156000 to 2020-07-06 13:26:24.290156000 13:26:24.291 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.291000000, lastModified=2020-07-06 13:26:24.290156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.292 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.290156000 to 2020-07-06 13:26:24.291156000 13:26:24.292 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.292000000, lastModified=2020-07-06 13:26:24.291156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.293 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.292000000, lastModified=2020-07-06 13:26:24.291156000, delta=844000 ns, racy<=2502500 ns 13:26:24.293 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.293 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.293000000, lastModified=2020-07-06 13:26:24.292156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.293 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.293000000, lastModified=2020-07-06 13:26:24.292156000, delta=844000 ns, racy<=2502500 ns 13:26:24.293 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.294 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.293000000, lastModified=2020-07-06 13:26:24.292156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.294 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.292156000 to 2020-07-06 13:26:24.293156000 13:26:24.294 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.294000000, lastModified=2020-07-06 13:26:24.293156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.295 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.294000000, lastModified=2020-07-06 13:26:24.293156000, delta=844000 ns, racy<=2502500 ns 13:26:24.295 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.298 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.298000000, lastModified=2020-07-06 13:26:24.297156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.298 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.298000000, lastModified=2020-07-06 13:26:24.297156000, delta=844000 ns, racy<=2502500 ns 13:26:24.298 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.299 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.299000000, lastModified=2020-07-06 13:26:24.298156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.299 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.299000000, lastModified=2020-07-06 13:26:24.298156000, delta=844000 ns, racy<=2502500 ns 13:26:24.299 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.303 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.303000000, lastModified=2020-07-06 13:26:24.302156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.304 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.302156000 to 2020-07-06 13:26:24.303156000 13:26:24.304 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.304000000, lastModified=2020-07-06 13:26:24.303156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.305 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.303156000 to 2020-07-06 13:26:24.304156000 13:26:24.305 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.305000000, lastModified=2020-07-06 13:26:24.304156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.305 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.305000000, lastModified=2020-07-06 13:26:24.304156000, delta=844000 ns, racy<=2502500 ns 13:26:24.305 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.306 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.306000000, lastModified=2020-07-06 13:26:24.305156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.306 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.306000000, lastModified=2020-07-06 13:26:24.305156000, delta=844000 ns, racy<=2502500 ns 13:26:24.306 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.307 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.307000000, lastModified=2020-07-06 13:26:24.305156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.307 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.305156000 to 2020-07-06 13:26:24.306156000 13:26:24.307 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.307000000, lastModified=2020-07-06 13:26:24.306156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.308 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.306156000 to 2020-07-06 13:26:24.307156000 13:26:24.309 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.309000000, lastModified=2020-07-06 13:26:24.307156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.309 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.307156000 to 2020-07-06 13:26:24.308156000 13:26:24.309 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.309000000, lastModified=2020-07-06 13:26:24.308156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.310 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.309000000, lastModified=2020-07-06 13:26:24.308156000, delta=844000 ns, racy<=2502500 ns 13:26:24.310 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.310 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.310000000, lastModified=2020-07-06 13:26:24.309156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.310 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.310000000, lastModified=2020-07-06 13:26:24.309156000, delta=844000 ns, racy<=2502500 ns 13:26:24.310 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.311 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.311000000, lastModified=2020-07-06 13:26:24.310156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.311 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.311000000, lastModified=2020-07-06 13:26:24.310156000, delta=844000 ns, racy<=2502500 ns 13:26:24.311 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.311 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.311000000, lastModified=2020-07-06 13:26:24.310156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.312 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.310156000 to 2020-07-06 13:26:24.311156000 13:26:24.312 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.312000000, lastModified=2020-07-06 13:26:24.311156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.312000000, lastModified=2020-07-06 13:26:24.311156000, delta=844000 ns, racy<=2502500 ns 13:26:24.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.313000000, lastModified=2020-07-06 13:26:24.312156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.313000000, lastModified=2020-07-06 13:26:24.312156000, delta=844000 ns, racy<=2502500 ns 13:26:24.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.314 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.314000000, lastModified=2020-07-06 13:26:24.312156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.314 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.312156000 to 2020-07-06 13:26:24.313156000 13:26:24.314 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.314000000, lastModified=2020-07-06 13:26:24.313156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.315 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.314000000, lastModified=2020-07-06 13:26:24.313156000, delta=844000 ns, racy<=2502500 ns 13:26:24.315 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.315 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.315000000, lastModified=2020-07-06 13:26:24.314156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.315 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.315000000, lastModified=2020-07-06 13:26:24.314156000, delta=844000 ns, racy<=2502500 ns 13:26:24.315 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.316 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.316000000, lastModified=2020-07-06 13:26:24.314156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.316 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.314156000 to 2020-07-06 13:26:24.315156000 13:26:24.316 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.316000000, lastModified=2020-07-06 13:26:24.315156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.317 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.316000000, lastModified=2020-07-06 13:26:24.315156000, delta=844000 ns, racy<=2502500 ns 13:26:24.317 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.317 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.317000000, lastModified=2020-07-06 13:26:24.316156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.317 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.317000000, lastModified=2020-07-06 13:26:24.316156000, delta=844000 ns, racy<=2502500 ns 13:26:24.317 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.318 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.318000000, lastModified=2020-07-06 13:26:24.316156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.318 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.316156000 to 2020-07-06 13:26:24.317156000 13:26:24.318 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.318000000, lastModified=2020-07-06 13:26:24.317156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.319 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.318000000, lastModified=2020-07-06 13:26:24.317156000, delta=844000 ns, racy<=2502500 ns 13:26:24.319 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.319 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.319000000, lastModified=2020-07-06 13:26:24.318156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.319 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.319000000, lastModified=2020-07-06 13:26:24.318156000, delta=844000 ns, racy<=2502500 ns 13:26:24.319 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.320 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.320000000, lastModified=2020-07-06 13:26:24.319156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.320 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.320000000, lastModified=2020-07-06 13:26:24.319156000, delta=844000 ns, racy<=2502500 ns 13:26:24.321 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.321 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.321000000, lastModified=2020-07-06 13:26:24.320156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.321 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.321000000, lastModified=2020-07-06 13:26:24.320156000, delta=844000 ns, racy<=2502500 ns 13:26:24.321 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.322 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.322000000, lastModified=2020-07-06 13:26:24.320156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.322 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.320156000 to 2020-07-06 13:26:24.321156000 13:26:24.322 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.322000000, lastModified=2020-07-06 13:26:24.321156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.323 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.321156000 to 2020-07-06 13:26:24.322156000 13:26:24.324 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.324000000, lastModified=2020-07-06 13:26:24.322156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.324 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.322156000 to 2020-07-06 13:26:24.323156000 13:26:24.324 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.324000000, lastModified=2020-07-06 13:26:24.323156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.325 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.323156000 to 2020-07-06 13:26:24.324156000 13:26:24.325 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.325000000, lastModified=2020-07-06 13:26:24.324156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.325 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.325000000, lastModified=2020-07-06 13:26:24.324156000, delta=844000 ns, racy<=2502500 ns 13:26:24.325 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.326 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.326000000, lastModified=2020-07-06 13:26:24.325156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.327 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.326000000, lastModified=2020-07-06 13:26:24.325156000, delta=844000 ns, racy<=2502500 ns 13:26:24.327 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.327 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.327000000, lastModified=2020-07-06 13:26:24.326156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.327 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.327000000, lastModified=2020-07-06 13:26:24.326156000, delta=844000 ns, racy<=2502500 ns 13:26:24.327 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.328 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.328000000, lastModified=2020-07-06 13:26:24.326156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.328 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.326156000 to 2020-07-06 13:26:24.327156000 13:26:24.328 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.328000000, lastModified=2020-07-06 13:26:24.327156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.329 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.327156000 to 2020-07-06 13:26:24.328156000 13:26:24.330 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.329000000, lastModified=2020-07-06 13:26:24.328156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.330 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.328156000 to 2020-07-06 13:26:24.329156000 13:26:24.330 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.330000000, lastModified=2020-07-06 13:26:24.329156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.331 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.329156000 to 2020-07-06 13:26:24.330156000 13:26:24.331 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.331000000, lastModified=2020-07-06 13:26:24.330156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.331 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.331000000, lastModified=2020-07-06 13:26:24.330156000, delta=844000 ns, racy<=2502500 ns 13:26:24.331 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.332 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.332000000, lastModified=2020-07-06 13:26:24.330156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.332 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.330156000 to 2020-07-06 13:26:24.331156000 13:26:24.333 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.333000000, lastModified=2020-07-06 13:26:24.332156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.333 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.333000000, lastModified=2020-07-06 13:26:24.332156000, delta=844000 ns, racy<=2502500 ns 13:26:24.333 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.333 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.333000000, lastModified=2020-07-06 13:26:24.332156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.334 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.333000000, lastModified=2020-07-06 13:26:24.332156000, delta=844000 ns, racy<=2502500 ns 13:26:24.334 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.334 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.334000000, lastModified=2020-07-06 13:26:24.333156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.335 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.334000000, lastModified=2020-07-06 13:26:24.333156000, delta=844000 ns, racy<=2502500 ns 13:26:24.335 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.335 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.335000000, lastModified=2020-07-06 13:26:24.334156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.335 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.335000000, lastModified=2020-07-06 13:26:24.334156000, delta=844000 ns, racy<=2502500 ns 13:26:24.336 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.336 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.336000000, lastModified=2020-07-06 13:26:24.335156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.336 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.336000000, lastModified=2020-07-06 13:26:24.335156000, delta=844000 ns, racy<=2502500 ns 13:26:24.336 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.336 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.336000000, lastModified=2020-07-06 13:26:24.335156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.337 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.335156000 to 2020-07-06 13:26:24.336156000 13:26:24.337 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.337000000, lastModified=2020-07-06 13:26:24.336156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.337 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.337000000, lastModified=2020-07-06 13:26:24.336156000, delta=844000 ns, racy<=2502500 ns 13:26:24.337 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.338 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.338000000, lastModified=2020-07-06 13:26:24.336156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.338 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.336156000 to 2020-07-06 13:26:24.337156000 13:26:24.338 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.338000000, lastModified=2020-07-06 13:26:24.337156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.338 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.338000000, lastModified=2020-07-06 13:26:24.337156000, delta=844000 ns, racy<=2502500 ns 13:26:24.338 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.339 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.339000000, lastModified=2020-07-06 13:26:24.338156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.339 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.339000000, lastModified=2020-07-06 13:26:24.338156000, delta=844000 ns, racy<=2502500 ns 13:26:24.339 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.339 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.339000000, lastModified=2020-07-06 13:26:24.338156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.340 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.339000000, lastModified=2020-07-06 13:26:24.338156000, delta=844000 ns, racy<=2502500 ns 13:26:24.340 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.340 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.340000000, lastModified=2020-07-06 13:26:24.339156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.340 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.340000000, lastModified=2020-07-06 13:26:24.339156000, delta=844000 ns, racy<=2502500 ns 13:26:24.340 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.341 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.341000000, lastModified=2020-07-06 13:26:24.340156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.341 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.341000000, lastModified=2020-07-06 13:26:24.340156000, delta=844000 ns, racy<=2502500 ns 13:26:24.341 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.342 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.342000000, lastModified=2020-07-06 13:26:24.341156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.342 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.342000000, lastModified=2020-07-06 13:26:24.341156000, delta=844000 ns, racy<=2502500 ns 13:26:24.342 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.343 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.343000000, lastModified=2020-07-06 13:26:24.341156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.343 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.341156000 to 2020-07-06 13:26:24.342156000 13:26:24.343 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.343000000, lastModified=2020-07-06 13:26:24.342156000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.344 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.343000000, lastModified=2020-07-06 13:26:24.342156000, delta=844000 ns, racy<=2502500 ns 13:26:24.344 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.344 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.344000000, lastModified=2020-07-06 13:26:24.343157000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.345 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.344000000, lastModified=2020-07-06 13:26:24.343157000, delta=843000 ns, racy<=2502500 ns 13:26:24.345 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.345 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.345000000, lastModified=2020-07-06 13:26:24.344157000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.391 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.344157000 to 2020-07-06 13:26:24.390157000 13:26:24.392 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.392000000, lastModified=2020-07-06 13:26:24.390157000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.392 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.390157000 to 2020-07-06 13:26:24.391157000 13:26:24.392 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.392000000, lastModified=2020-07-06 13:26:24.391157000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.393 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.391157000 to 2020-07-06 13:26:24.392157000 13:26:24.393 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.393000000, lastModified=2020-07-06 13:26:24.392157000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.394 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.393000000, lastModified=2020-07-06 13:26:24.392157000, delta=843000 ns, racy<=2502500 ns 13:26:24.394 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.394 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.394000000, lastModified=2020-07-06 13:26:24.393157000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.395 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.393157000 to 2020-07-06 13:26:24.394157000 13:26:24.395 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.395000000, lastModified=2020-07-06 13:26:24.394157000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.396 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.395000000, lastModified=2020-07-06 13:26:24.394157000, delta=843000 ns, racy<=2502500 ns 13:26:24.396 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.396 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.396000000, lastModified=2020-07-06 13:26:24.395157000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.396 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.396000000, lastModified=2020-07-06 13:26:24.395157000, delta=843000 ns, racy<=2502500 ns 13:26:24.396 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.397 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.397000000, lastModified=2020-07-06 13:26:24.395157000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.397 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.395157000 to 2020-07-06 13:26:24.396157000 13:26:24.398 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.398000000, lastModified=2020-07-06 13:26:24.396157000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.398 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.396157000 to 2020-07-06 13:26:24.397157000 13:26:24.399 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.399000000, lastModified=2020-07-06 13:26:24.398158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.399 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.399000000, lastModified=2020-07-06 13:26:24.398158000, delta=842000 ns, racy<=2502500 ns 13:26:24.399 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.400 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.400000000, lastModified=2020-07-06 13:26:24.398158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.400 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.398158000 to 2020-07-06 13:26:24.399158000 13:26:24.401 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.401000000, lastModified=2020-07-06 13:26:24.400158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.401 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.401000000, lastModified=2020-07-06 13:26:24.400158000, delta=842000 ns, racy<=2502500 ns 13:26:24.401 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.401 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.401000000, lastModified=2020-07-06 13:26:24.400158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.402 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.400158000 to 2020-07-06 13:26:24.401158000 13:26:24.402 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.402000000, lastModified=2020-07-06 13:26:24.401158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.402 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.402000000, lastModified=2020-07-06 13:26:24.401158000, delta=842000 ns, racy<=2502500 ns 13:26:24.402 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.403 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.403000000, lastModified=2020-07-06 13:26:24.402158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.404 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.402158000 to 2020-07-06 13:26:24.403158000 13:26:24.404 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.404000000, lastModified=2020-07-06 13:26:24.403158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.404 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.404000000, lastModified=2020-07-06 13:26:24.403158000, delta=842000 ns, racy<=2502500 ns 13:26:24.404 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.405 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.405000000, lastModified=2020-07-06 13:26:24.404158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.405 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.405000000, lastModified=2020-07-06 13:26:24.404158000, delta=842000 ns, racy<=2502500 ns 13:26:24.405 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.405 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.405000000, lastModified=2020-07-06 13:26:24.404158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.406 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.404158000 to 2020-07-06 13:26:24.405158000 13:26:24.406 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.406000000, lastModified=2020-07-06 13:26:24.405158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.406 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.406000000, lastModified=2020-07-06 13:26:24.405158000, delta=842000 ns, racy<=2502500 ns 13:26:24.406 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.407 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.407000000, lastModified=2020-07-06 13:26:24.406158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.407 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.407000000, lastModified=2020-07-06 13:26:24.406158000, delta=842000 ns, racy<=2502500 ns 13:26:24.407 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.408 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.407000000, lastModified=2020-07-06 13:26:24.406158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.408 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.406158000 to 2020-07-06 13:26:24.407158000 13:26:24.409 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.409000000, lastModified=2020-07-06 13:26:24.408158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.409 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.409000000, lastModified=2020-07-06 13:26:24.408158000, delta=842000 ns, racy<=2502500 ns 13:26:24.409 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.409 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.409000000, lastModified=2020-07-06 13:26:24.408158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.410 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.408158000 to 2020-07-06 13:26:24.409158000 13:26:24.410 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.410000000, lastModified=2020-07-06 13:26:24.409158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.410 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.410000000, lastModified=2020-07-06 13:26:24.409158000, delta=842000 ns, racy<=2502500 ns 13:26:24.410 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.411 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.411000000, lastModified=2020-07-06 13:26:24.410158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.411 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.411000000, lastModified=2020-07-06 13:26:24.410158000, delta=842000 ns, racy<=2502500 ns 13:26:24.411 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.411 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.411000000, lastModified=2020-07-06 13:26:24.410158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.412 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.410158000 to 2020-07-06 13:26:24.411158000 13:26:24.412 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.412000000, lastModified=2020-07-06 13:26:24.411158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.412 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.412000000, lastModified=2020-07-06 13:26:24.411158000, delta=842000 ns, racy<=2502500 ns 13:26:24.412 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.413 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.413000000, lastModified=2020-07-06 13:26:24.412158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.413 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.413000000, lastModified=2020-07-06 13:26:24.412158000, delta=842000 ns, racy<=2502500 ns 13:26:24.413 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.413 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.413000000, lastModified=2020-07-06 13:26:24.412158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.414 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.412158000 to 2020-07-06 13:26:24.413158000 13:26:24.415 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.415000000, lastModified=2020-07-06 13:26:24.414158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.415 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.415000000, lastModified=2020-07-06 13:26:24.414158000, delta=842000 ns, racy<=2502500 ns 13:26:24.415 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.416 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.416000000, lastModified=2020-07-06 13:26:24.414158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.416 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.414158000 to 2020-07-06 13:26:24.415158000 13:26:24.416 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.416000000, lastModified=2020-07-06 13:26:24.415158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.417 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.415158000 to 2020-07-06 13:26:24.416158000 13:26:24.418 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.418000000, lastModified=2020-07-06 13:26:24.416158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.418 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.416158000 to 2020-07-06 13:26:24.417158000 13:26:24.418 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.418000000, lastModified=2020-07-06 13:26:24.417158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.419 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.417158000 to 2020-07-06 13:26:24.418158000 13:26:24.419 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.419000000, lastModified=2020-07-06 13:26:24.418158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.420 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.419000000, lastModified=2020-07-06 13:26:24.418158000, delta=842000 ns, racy<=2502500 ns 13:26:24.420 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.420 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.420000000, lastModified=2020-07-06 13:26:24.419158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.420 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.420000000, lastModified=2020-07-06 13:26:24.419158000, delta=842000 ns, racy<=2502500 ns 13:26:24.420 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.421 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.421000000, lastModified=2020-07-06 13:26:24.420158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.421 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.421000000, lastModified=2020-07-06 13:26:24.420158000, delta=842000 ns, racy<=2502500 ns 13:26:24.421 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.422000000, lastModified=2020-07-06 13:26:24.421158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.423 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.422000000, lastModified=2020-07-06 13:26:24.421158000, delta=842000 ns, racy<=2502500 ns 13:26:24.423 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.423 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.423000000, lastModified=2020-07-06 13:26:24.422158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.423000000, lastModified=2020-07-06 13:26:24.422158000, delta=842000 ns, racy<=2502500 ns 13:26:24.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.424000000, lastModified=2020-07-06 13:26:24.423158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.424000000, lastModified=2020-07-06 13:26:24.423158000, delta=842000 ns, racy<=2502500 ns 13:26:24.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.425 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.425000000, lastModified=2020-07-06 13:26:24.424158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.426 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.425000000, lastModified=2020-07-06 13:26:24.424158000, delta=842000 ns, racy<=2502500 ns 13:26:24.426 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.426 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.426000000, lastModified=2020-07-06 13:26:24.425158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.426 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.426000000, lastModified=2020-07-06 13:26:24.425158000, delta=842000 ns, racy<=2502500 ns 13:26:24.426 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.427 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.427000000, lastModified=2020-07-06 13:26:24.426158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.427000000, lastModified=2020-07-06 13:26:24.426158000, delta=842000 ns, racy<=2502500 ns 13:26:24.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.428000000, lastModified=2020-07-06 13:26:24.427158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.428000000, lastModified=2020-07-06 13:26:24.427158000, delta=842000 ns, racy<=2502500 ns 13:26:24.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.429 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.429000000, lastModified=2020-07-06 13:26:24.428158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.429 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.429000000, lastModified=2020-07-06 13:26:24.428158000, delta=842000 ns, racy<=2502500 ns 13:26:24.429 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.430 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.430000000, lastModified=2020-07-06 13:26:24.429158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.429158000 to 2020-07-06 13:26:24.430158000 13:26:24.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.431000000, lastModified=2020-07-06 13:26:24.430158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.431000000, lastModified=2020-07-06 13:26:24.430158000, delta=842000 ns, racy<=2502500 ns 13:26:24.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.432000000, lastModified=2020-07-06 13:26:24.431158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.432000000, lastModified=2020-07-06 13:26:24.431158000, delta=842000 ns, racy<=2502500 ns 13:26:24.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.432000000, lastModified=2020-07-06 13:26:24.431158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.431158000 to 2020-07-06 13:26:24.432158000 13:26:24.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.433000000, lastModified=2020-07-06 13:26:24.432158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.433000000, lastModified=2020-07-06 13:26:24.432158000, delta=842000 ns, racy<=2502500 ns 13:26:24.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.434000000, lastModified=2020-07-06 13:26:24.433158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.434000000, lastModified=2020-07-06 13:26:24.433158000, delta=842000 ns, racy<=2502500 ns 13:26:24.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.435 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.435000000, lastModified=2020-07-06 13:26:24.433158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.435 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.433158000 to 2020-07-06 13:26:24.434158000 13:26:24.435 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.435000000, lastModified=2020-07-06 13:26:24.434158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.436 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.434158000 to 2020-07-06 13:26:24.435158000 13:26:24.437 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.437000000, lastModified=2020-07-06 13:26:24.435158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.437 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.435158000 to 2020-07-06 13:26:24.436158000 13:26:24.437 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.437000000, lastModified=2020-07-06 13:26:24.436158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.438 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.436158000 to 2020-07-06 13:26:24.437158000 13:26:24.438 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.438000000, lastModified=2020-07-06 13:26:24.437158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.438 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.438000000, lastModified=2020-07-06 13:26:24.437158000, delta=842000 ns, racy<=2502500 ns 13:26:24.438 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.439 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.439000000, lastModified=2020-07-06 13:26:24.438158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.439 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.439000000, lastModified=2020-07-06 13:26:24.438158000, delta=842000 ns, racy<=2502500 ns 13:26:24.439 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.439 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.439000000, lastModified=2020-07-06 13:26:24.438158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.440 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.438158000 to 2020-07-06 13:26:24.439158000 13:26:24.440 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.440000000, lastModified=2020-07-06 13:26:24.439158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.440 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.440000000, lastModified=2020-07-06 13:26:24.439158000, delta=842000 ns, racy<=2502500 ns 13:26:24.440 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.441 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.441000000, lastModified=2020-07-06 13:26:24.440158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.441 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.441000000, lastModified=2020-07-06 13:26:24.440158000, delta=842000 ns, racy<=2502500 ns 13:26:24.441 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.441 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.441000000, lastModified=2020-07-06 13:26:24.440158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.442 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.441000000, lastModified=2020-07-06 13:26:24.440158000, delta=842000 ns, racy<=2502500 ns 13:26:24.442 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.442 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.442000000, lastModified=2020-07-06 13:26:24.441158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.442 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.442000000, lastModified=2020-07-06 13:26:24.441158000, delta=842000 ns, racy<=2502500 ns 13:26:24.442 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.443 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.443000000, lastModified=2020-07-06 13:26:24.442158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.443 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.443000000, lastModified=2020-07-06 13:26:24.442158000, delta=842000 ns, racy<=2502500 ns 13:26:24.443 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.444 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.444000000, lastModified=2020-07-06 13:26:24.443158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.444 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.444000000, lastModified=2020-07-06 13:26:24.443158000, delta=842000 ns, racy<=2502500 ns 13:26:24.444 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.444 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.444000000, lastModified=2020-07-06 13:26:24.443158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.444000000, lastModified=2020-07-06 13:26:24.443158000, delta=842000 ns, racy<=2502500 ns 13:26:24.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.445000000, lastModified=2020-07-06 13:26:24.444158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.445000000, lastModified=2020-07-06 13:26:24.444158000, delta=842000 ns, racy<=2502500 ns 13:26:24.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.445000000, lastModified=2020-07-06 13:26:24.444158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.446 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.444158000 to 2020-07-06 13:26:24.445158000 13:26:24.446 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.446000000, lastModified=2020-07-06 13:26:24.445158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.446 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.446000000, lastModified=2020-07-06 13:26:24.445158000, delta=842000 ns, racy<=2502500 ns 13:26:24.446 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.447 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.447000000, lastModified=2020-07-06 13:26:24.445158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.447 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.445158000 to 2020-07-06 13:26:24.446158000 13:26:24.447 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.447000000, lastModified=2020-07-06 13:26:24.446158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.448 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.446158000 to 2020-07-06 13:26:24.447158000 13:26:24.448 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.448000000, lastModified=2020-07-06 13:26:24.447158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.447158000 to 2020-07-06 13:26:24.448158000 13:26:24.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.449000000, lastModified=2020-07-06 13:26:24.448158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.449000000, lastModified=2020-07-06 13:26:24.448158000, delta=842000 ns, racy<=2502500 ns 13:26:24.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.450000000, lastModified=2020-07-06 13:26:24.449158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.450000000, lastModified=2020-07-06 13:26:24.449158000, delta=842000 ns, racy<=2502500 ns 13:26:24.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.451 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.451000000, lastModified=2020-07-06 13:26:24.450158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.451 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.451000000, lastModified=2020-07-06 13:26:24.450158000, delta=842000 ns, racy<=2502500 ns 13:26:24.451 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.452 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.452000000, lastModified=2020-07-06 13:26:24.451158000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.452 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.452000000, lastModified=2020-07-06 13:26:24.451158000, delta=842000 ns, racy<=2502500 ns 13:26:24.452 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.453 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.453000000, lastModified=2020-07-06 13:26:24.452159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.453 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.453000000, lastModified=2020-07-06 13:26:24.452159000, delta=841000 ns, racy<=2502500 ns 13:26:24.453 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.453 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.453000000, lastModified=2020-07-06 13:26:24.452159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.454 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.452159000 to 2020-07-06 13:26:24.453159000 13:26:24.454 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.454000000, lastModified=2020-07-06 13:26:24.453159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.455 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.453159000 to 2020-07-06 13:26:24.454159000 13:26:24.455 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.455000000, lastModified=2020-07-06 13:26:24.454159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.456 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.454159000 to 2020-07-06 13:26:24.455159000 13:26:24.456 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.456000000, lastModified=2020-07-06 13:26:24.455159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.457 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.455159000 to 2020-07-06 13:26:24.456159000 13:26:24.457 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.457000000, lastModified=2020-07-06 13:26:24.456159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.458 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.457000000, lastModified=2020-07-06 13:26:24.456159000, delta=841000 ns, racy<=2502500 ns 13:26:24.458 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.458 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.458000000, lastModified=2020-07-06 13:26:24.457159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.459 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.458000000, lastModified=2020-07-06 13:26:24.457159000, delta=841000 ns, racy<=2502500 ns 13:26:24.459 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.459 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.459000000, lastModified=2020-07-06 13:26:24.458159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.459 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.459000000, lastModified=2020-07-06 13:26:24.458159000, delta=841000 ns, racy<=2502500 ns 13:26:24.459 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.460 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.460000000, lastModified=2020-07-06 13:26:24.459159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.460 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.460000000, lastModified=2020-07-06 13:26:24.459159000, delta=841000 ns, racy<=2502500 ns 13:26:24.460 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.461 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.461000000, lastModified=2020-07-06 13:26:24.460159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.462 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.461000000, lastModified=2020-07-06 13:26:24.460159000, delta=841000 ns, racy<=2502500 ns 13:26:24.462 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.462 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.462000000, lastModified=2020-07-06 13:26:24.461159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.463 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.461159000 to 2020-07-06 13:26:24.462159000 13:26:24.463 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.463000000, lastModified=2020-07-06 13:26:24.462159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.463 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.463000000, lastModified=2020-07-06 13:26:24.462159000, delta=841000 ns, racy<=2502500 ns 13:26:24.463 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.464 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.464000000, lastModified=2020-07-06 13:26:24.463159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.464 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.464000000, lastModified=2020-07-06 13:26:24.463159000, delta=841000 ns, racy<=2502500 ns 13:26:24.464 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.464 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.464000000, lastModified=2020-07-06 13:26:24.463159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.465 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.463159000 to 2020-07-06 13:26:24.464159000 13:26:24.465 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.465000000, lastModified=2020-07-06 13:26:24.464159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.466 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.464159000 to 2020-07-06 13:26:24.465159000 13:26:24.466 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.466000000, lastModified=2020-07-06 13:26:24.465159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.467 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.465159000 to 2020-07-06 13:26:24.466159000 13:26:24.467 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.467000000, lastModified=2020-07-06 13:26:24.466159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.467 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.467000000, lastModified=2020-07-06 13:26:24.466159000, delta=841000 ns, racy<=2502500 ns 13:26:24.467 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.468 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.468000000, lastModified=2020-07-06 13:26:24.467159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.468 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.468000000, lastModified=2020-07-06 13:26:24.467159000, delta=841000 ns, racy<=2502500 ns 13:26:24.468 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.469 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.469000000, lastModified=2020-07-06 13:26:24.468159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.469 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.469000000, lastModified=2020-07-06 13:26:24.468159000, delta=841000 ns, racy<=2502500 ns 13:26:24.469 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.469 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.469000000, lastModified=2020-07-06 13:26:24.468159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.470 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.469000000, lastModified=2020-07-06 13:26:24.468159000, delta=841000 ns, racy<=2502500 ns 13:26:24.470 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.470 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.470000000, lastModified=2020-07-06 13:26:24.469159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.470 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.470000000, lastModified=2020-07-06 13:26:24.469159000, delta=841000 ns, racy<=2502500 ns 13:26:24.470 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.471 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.471000000, lastModified=2020-07-06 13:26:24.470159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.471 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.471000000, lastModified=2020-07-06 13:26:24.470159000, delta=841000 ns, racy<=2502500 ns 13:26:24.471 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.472 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.472000000, lastModified=2020-07-06 13:26:24.471159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.472 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.472000000, lastModified=2020-07-06 13:26:24.471159000, delta=841000 ns, racy<=2502500 ns 13:26:24.472 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.472 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.472000000, lastModified=2020-07-06 13:26:24.471159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.473 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.471159000 to 2020-07-06 13:26:24.472159000 13:26:24.473 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.473000000, lastModified=2020-07-06 13:26:24.472159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.473 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.473000000, lastModified=2020-07-06 13:26:24.472159000, delta=841000 ns, racy<=2502500 ns 13:26:24.473 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.474 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.474000000, lastModified=2020-07-06 13:26:24.473159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.475 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.474000000, lastModified=2020-07-06 13:26:24.473159000, delta=841000 ns, racy<=2502500 ns 13:26:24.475 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.475 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.475000000, lastModified=2020-07-06 13:26:24.474159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.475 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.475000000, lastModified=2020-07-06 13:26:24.474159000, delta=841000 ns, racy<=2502500 ns 13:26:24.475 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.476 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.476000000, lastModified=2020-07-06 13:26:24.474159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.476 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.474159000 to 2020-07-06 13:26:24.475159000 13:26:24.477 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.477000000, lastModified=2020-07-06 13:26:24.476159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.477 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.477000000, lastModified=2020-07-06 13:26:24.476159000, delta=841000 ns, racy<=2502500 ns 13:26:24.477 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.477 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.477000000, lastModified=2020-07-06 13:26:24.476159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.478 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.476159000 to 2020-07-06 13:26:24.477159000 13:26:24.478 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.478000000, lastModified=2020-07-06 13:26:24.477159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.479 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.477159000 to 2020-07-06 13:26:24.478159000 13:26:24.479 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.479000000, lastModified=2020-07-06 13:26:24.478159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.480 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.478159000 to 2020-07-06 13:26:24.479159000 13:26:24.480 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.480000000, lastModified=2020-07-06 13:26:24.479159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.480 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.480000000, lastModified=2020-07-06 13:26:24.479159000, delta=841000 ns, racy<=2502500 ns 13:26:24.480 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.481 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.481000000, lastModified=2020-07-06 13:26:24.480159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.482 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.481000000, lastModified=2020-07-06 13:26:24.480159000, delta=841000 ns, racy<=2502500 ns 13:26:24.482 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.482 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.482000000, lastModified=2020-07-06 13:26:24.481159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.482 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.482000000, lastModified=2020-07-06 13:26:24.481159000, delta=841000 ns, racy<=2502500 ns 13:26:24.482 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.483 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.482000000, lastModified=2020-07-06 13:26:24.481159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.483 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.481159000 to 2020-07-06 13:26:24.482159000 13:26:24.483 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.483000000, lastModified=2020-07-06 13:26:24.482159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.484 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.482159000 to 2020-07-06 13:26:24.483159000 13:26:24.484 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.484000000, lastModified=2020-07-06 13:26:24.483159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.485 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.484000000, lastModified=2020-07-06 13:26:24.483159000, delta=841000 ns, racy<=2502500 ns 13:26:24.485 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.485 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.485000000, lastModified=2020-07-06 13:26:24.484159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.486 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.485000000, lastModified=2020-07-06 13:26:24.484159000, delta=841000 ns, racy<=2502500 ns 13:26:24.486 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.486 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.486000000, lastModified=2020-07-06 13:26:24.485159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.486 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.486000000, lastModified=2020-07-06 13:26:24.485159000, delta=841000 ns, racy<=2502500 ns 13:26:24.486 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.490 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.490000000, lastModified=2020-07-06 13:26:24.489159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.490 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.490000000, lastModified=2020-07-06 13:26:24.489159000, delta=841000 ns, racy<=2502500 ns 13:26:24.490 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.491 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.491000000, lastModified=2020-07-06 13:26:24.490159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.491 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.491000000, lastModified=2020-07-06 13:26:24.490159000, delta=841000 ns, racy<=2502500 ns 13:26:24.491 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.500 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.500000000, lastModified=2020-07-06 13:26:24.498159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.500 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.498159000 to 2020-07-06 13:26:24.499159000 13:26:24.501 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.501000000, lastModified=2020-07-06 13:26:24.499159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.501 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.499159000 to 2020-07-06 13:26:24.500159000 13:26:24.501 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.501000000, lastModified=2020-07-06 13:26:24.500159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.502 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.500159000 to 2020-07-06 13:26:24.501159000 13:26:24.503 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.503000000, lastModified=2020-07-06 13:26:24.501159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.503 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.501159000 to 2020-07-06 13:26:24.502159000 13:26:24.504 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.504000000, lastModified=2020-07-06 13:26:24.503159000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.505 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.503159000 to 2020-07-06 13:26:24.504159000 13:26:24.508 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.508000000, lastModified=2020-07-06 13:26:24.507160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.507160000 to 2020-07-06 13:26:24.509160000 13:26:24.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.510000000, lastModified=2020-07-06 13:26:24.509160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.511 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.509160000 to 2020-07-06 13:26:24.510160000 13:26:24.511 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.511000000, lastModified=2020-07-06 13:26:24.510160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.512 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.511000000, lastModified=2020-07-06 13:26:24.510160000, delta=840000 ns, racy<=2502500 ns 13:26:24.512 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.512 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.512000000, lastModified=2020-07-06 13:26:24.511160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.518 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.511160000 to 2020-07-06 13:26:24.516160000 13:26:24.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.519000000, lastModified=2020-07-06 13:26:24.517160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.517160000 to 2020-07-06 13:26:24.518160000 13:26:24.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.519000000, lastModified=2020-07-06 13:26:24.518160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.520 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.519000000, lastModified=2020-07-06 13:26:24.518160000, delta=840000 ns, racy<=2502500 ns 13:26:24.520 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.520 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.520000000, lastModified=2020-07-06 13:26:24.519160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.520 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.520000000, lastModified=2020-07-06 13:26:24.519160000, delta=840000 ns, racy<=2502500 ns 13:26:24.520 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.521 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.521000000, lastModified=2020-07-06 13:26:24.520160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.522 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.520160000 to 2020-07-06 13:26:24.521160000 13:26:24.523 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.523000000, lastModified=2020-07-06 13:26:24.522160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.523 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.523000000, lastModified=2020-07-06 13:26:24.522160000, delta=840000 ns, racy<=2502500 ns 13:26:24.523 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.524 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.524000000, lastModified=2020-07-06 13:26:24.523160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.524 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.524000000, lastModified=2020-07-06 13:26:24.523160000, delta=840000 ns, racy<=2502500 ns 13:26:24.524 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.524 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.524000000, lastModified=2020-07-06 13:26:24.523160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.525 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.523160000 to 2020-07-06 13:26:24.524160000 13:26:24.525 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.525000000, lastModified=2020-07-06 13:26:24.524160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.526 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.525000000, lastModified=2020-07-06 13:26:24.524160000, delta=840000 ns, racy<=2502500 ns 13:26:24.526 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.526 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.526000000, lastModified=2020-07-06 13:26:24.525160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.526000000, lastModified=2020-07-06 13:26:24.525160000, delta=840000 ns, racy<=2502500 ns 13:26:24.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.527000000, lastModified=2020-07-06 13:26:24.526160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.527000000, lastModified=2020-07-06 13:26:24.526160000, delta=840000 ns, racy<=2502500 ns 13:26:24.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.528 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.528000000, lastModified=2020-07-06 13:26:24.527160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.527160000 to 2020-07-06 13:26:24.528160000 13:26:24.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.530000000, lastModified=2020-07-06 13:26:24.529160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.530000000, lastModified=2020-07-06 13:26:24.529160000, delta=840000 ns, racy<=2502500 ns 13:26:24.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.531000000, lastModified=2020-07-06 13:26:24.529160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.529160000 to 2020-07-06 13:26:24.530160000 13:26:24.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.532000000, lastModified=2020-07-06 13:26:24.531160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.531160000 to 2020-07-06 13:26:24.532160000 13:26:24.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.533000000, lastModified=2020-07-06 13:26:24.532160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.532160000 to 2020-07-06 13:26:24.533160000 13:26:24.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.535000000, lastModified=2020-07-06 13:26:24.533160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.533160000 to 2020-07-06 13:26:24.534160000 13:26:24.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.535000000, lastModified=2020-07-06 13:26:24.534160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.536 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.534160000 to 2020-07-06 13:26:24.535160000 13:26:24.536 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.536000000, lastModified=2020-07-06 13:26:24.535160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.535160000 to 2020-07-06 13:26:24.536160000 13:26:24.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.537000000, lastModified=2020-07-06 13:26:24.536160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.538 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.536160000 to 2020-07-06 13:26:24.537160000 13:26:24.538 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.538000000, lastModified=2020-07-06 13:26:24.537160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.538 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.538000000, lastModified=2020-07-06 13:26:24.537160000, delta=840000 ns, racy<=2502500 ns 13:26:24.538 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.539 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.539000000, lastModified=2020-07-06 13:26:24.538160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.539 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.539000000, lastModified=2020-07-06 13:26:24.538160000, delta=840000 ns, racy<=2502500 ns 13:26:24.539 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.539 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.539000000, lastModified=2020-07-06 13:26:24.538160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.540 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.538160000 to 2020-07-06 13:26:24.539160000 13:26:24.540 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.540000000, lastModified=2020-07-06 13:26:24.539160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.540 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.540000000, lastModified=2020-07-06 13:26:24.539160000, delta=840000 ns, racy<=2502500 ns 13:26:24.540 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.541000000, lastModified=2020-07-06 13:26:24.540160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.541000000, lastModified=2020-07-06 13:26:24.540160000, delta=840000 ns, racy<=2502500 ns 13:26:24.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.542 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.542000000, lastModified=2020-07-06 13:26:24.541160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.542 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.542000000, lastModified=2020-07-06 13:26:24.541160000, delta=840000 ns, racy<=2502500 ns 13:26:24.542 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.543 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.542000000, lastModified=2020-07-06 13:26:24.541160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.543 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.541160000 to 2020-07-06 13:26:24.542160000 13:26:24.543 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.543000000, lastModified=2020-07-06 13:26:24.542160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.544 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.542160000 to 2020-07-06 13:26:24.543160000 13:26:24.544 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.544000000, lastModified=2020-07-06 13:26:24.543160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.544 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.544000000, lastModified=2020-07-06 13:26:24.543160000, delta=840000 ns, racy<=2502500 ns 13:26:24.544 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.544 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.544000000, lastModified=2020-07-06 13:26:24.543160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.545 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.543160000 to 2020-07-06 13:26:24.544160000 13:26:24.545 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.545000000, lastModified=2020-07-06 13:26:24.544160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.545 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.545000000, lastModified=2020-07-06 13:26:24.544160000, delta=840000 ns, racy<=2502500 ns 13:26:24.545 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.546000000, lastModified=2020-07-06 13:26:24.544160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.544160000 to 2020-07-06 13:26:24.545160000 13:26:24.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.546000000, lastModified=2020-07-06 13:26:24.545160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.546000000, lastModified=2020-07-06 13:26:24.545160000, delta=840000 ns, racy<=2502500 ns 13:26:24.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.547000000, lastModified=2020-07-06 13:26:24.546160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.547000000, lastModified=2020-07-06 13:26:24.546160000, delta=840000 ns, racy<=2502500 ns 13:26:24.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.547000000, lastModified=2020-07-06 13:26:24.546160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.547000000, lastModified=2020-07-06 13:26:24.546160000, delta=840000 ns, racy<=2502500 ns 13:26:24.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.548000000, lastModified=2020-07-06 13:26:24.547160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.548000000, lastModified=2020-07-06 13:26:24.547160000, delta=840000 ns, racy<=2502500 ns 13:26:24.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.548000000, lastModified=2020-07-06 13:26:24.547160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.547160000 to 2020-07-06 13:26:24.548160000 13:26:24.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.549000000, lastModified=2020-07-06 13:26:24.548160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.549000000, lastModified=2020-07-06 13:26:24.548160000, delta=840000 ns, racy<=2502500 ns 13:26:24.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.550000000, lastModified=2020-07-06 13:26:24.549160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.550000000, lastModified=2020-07-06 13:26:24.549160000, delta=840000 ns, racy<=2502500 ns 13:26:24.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.550000000, lastModified=2020-07-06 13:26:24.549160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.551 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.550000000, lastModified=2020-07-06 13:26:24.549160000, delta=840000 ns, racy<=2502500 ns 13:26:24.551 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.551 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.551000000, lastModified=2020-07-06 13:26:24.550160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.550160000 to 2020-07-06 13:26:24.551160000 13:26:24.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.552000000, lastModified=2020-07-06 13:26:24.551160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.553 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.552000000, lastModified=2020-07-06 13:26:24.551160000, delta=840000 ns, racy<=2502500 ns 13:26:24.553 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.553 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.553000000, lastModified=2020-07-06 13:26:24.552160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.555 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.552160000 to 2020-07-06 13:26:24.553160000 13:26:24.555 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.555000000, lastModified=2020-07-06 13:26:24.554160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.555 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.555000000, lastModified=2020-07-06 13:26:24.554160000, delta=840000 ns, racy<=2502500 ns 13:26:24.555 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.556 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.556000000, lastModified=2020-07-06 13:26:24.555160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.556 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.556000000, lastModified=2020-07-06 13:26:24.555160000, delta=840000 ns, racy<=2502500 ns 13:26:24.556 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.556 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.556000000, lastModified=2020-07-06 13:26:24.555160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.556 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.556000000, lastModified=2020-07-06 13:26:24.555160000, delta=840000 ns, racy<=2502500 ns 13:26:24.556 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.557 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.557000000, lastModified=2020-07-06 13:26:24.556160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.557 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.557000000, lastModified=2020-07-06 13:26:24.556160000, delta=840000 ns, racy<=2502500 ns 13:26:24.557 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.558 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.558000000, lastModified=2020-07-06 13:26:24.557160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.558 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.558000000, lastModified=2020-07-06 13:26:24.557160000, delta=840000 ns, racy<=2502500 ns 13:26:24.558 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.558 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.558000000, lastModified=2020-07-06 13:26:24.557160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.559 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.557160000 to 2020-07-06 13:26:24.558160000 13:26:24.559 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.559000000, lastModified=2020-07-06 13:26:24.558160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.559 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.559000000, lastModified=2020-07-06 13:26:24.558160000, delta=840000 ns, racy<=2502500 ns 13:26:24.559 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.560 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.560000000, lastModified=2020-07-06 13:26:24.559160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.560 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.560000000, lastModified=2020-07-06 13:26:24.559160000, delta=840000 ns, racy<=2502500 ns 13:26:24.560 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.561 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.561000000, lastModified=2020-07-06 13:26:24.560160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.561 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.561000000, lastModified=2020-07-06 13:26:24.560160000, delta=840000 ns, racy<=2502500 ns 13:26:24.561 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.561 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.561000000, lastModified=2020-07-06 13:26:24.560160000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.562 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.560160000 to 2020-07-06 13:26:24.561161000 13:26:24.562 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.562000000, lastModified=2020-07-06 13:26:24.561161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.563 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.561161000 to 2020-07-06 13:26:24.562161000 13:26:24.563 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.563000000, lastModified=2020-07-06 13:26:24.562161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.564 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.563000000, lastModified=2020-07-06 13:26:24.562161000, delta=839000 ns, racy<=2502500 ns 13:26:24.564 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.564 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.564000000, lastModified=2020-07-06 13:26:24.563161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.564 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.564000000, lastModified=2020-07-06 13:26:24.563161000, delta=839000 ns, racy<=2502500 ns 13:26:24.564 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.565 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.565000000, lastModified=2020-07-06 13:26:24.563161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.565 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.563161000 to 2020-07-06 13:26:24.564161000 13:26:24.565 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.565000000, lastModified=2020-07-06 13:26:24.564161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.565 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.565000000, lastModified=2020-07-06 13:26:24.564161000, delta=839000 ns, racy<=2502500 ns 13:26:24.565 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.566 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.566000000, lastModified=2020-07-06 13:26:24.565161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.566 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.566000000, lastModified=2020-07-06 13:26:24.565161000, delta=839000 ns, racy<=2502500 ns 13:26:24.566 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.566 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.566000000, lastModified=2020-07-06 13:26:24.565161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.567 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.565161000 to 2020-07-06 13:26:24.566161000 13:26:24.567 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.567000000, lastModified=2020-07-06 13:26:24.566161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.568 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.567000000, lastModified=2020-07-06 13:26:24.566161000, delta=839000 ns, racy<=2502500 ns 13:26:24.568 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.568 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.568000000, lastModified=2020-07-06 13:26:24.567161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.568 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.568000000, lastModified=2020-07-06 13:26:24.567161000, delta=839000 ns, racy<=2502500 ns 13:26:24.568 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.569 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.569000000, lastModified=2020-07-06 13:26:24.568161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.569 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.569000000, lastModified=2020-07-06 13:26:24.568161000, delta=839000 ns, racy<=2502500 ns 13:26:24.569 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.570 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.570000000, lastModified=2020-07-06 13:26:24.568161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.570 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.568161000 to 2020-07-06 13:26:24.569161000 13:26:24.570 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.570000000, lastModified=2020-07-06 13:26:24.569161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.570 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.570000000, lastModified=2020-07-06 13:26:24.569161000, delta=839000 ns, racy<=2502500 ns 13:26:24.570 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.571 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.571000000, lastModified=2020-07-06 13:26:24.570161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.571 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.571000000, lastModified=2020-07-06 13:26:24.570161000, delta=839000 ns, racy<=2502500 ns 13:26:24.571 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.571 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.571000000, lastModified=2020-07-06 13:26:24.570161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.572 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.570161000 to 2020-07-06 13:26:24.571161000 13:26:24.572 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.572000000, lastModified=2020-07-06 13:26:24.571161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.572 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.572000000, lastModified=2020-07-06 13:26:24.571161000, delta=839000 ns, racy<=2502500 ns 13:26:24.572 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.573 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.573000000, lastModified=2020-07-06 13:26:24.572161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.573 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.573000000, lastModified=2020-07-06 13:26:24.572161000, delta=839000 ns, racy<=2502500 ns 13:26:24.573 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.574 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.574000000, lastModified=2020-07-06 13:26:24.572161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.574 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.572161000 to 2020-07-06 13:26:24.573161000 13:26:24.574 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.574000000, lastModified=2020-07-06 13:26:24.573161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.574 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.574000000, lastModified=2020-07-06 13:26:24.573161000, delta=839000 ns, racy<=2502500 ns 13:26:24.574 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.575 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.575000000, lastModified=2020-07-06 13:26:24.574161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.575 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.575000000, lastModified=2020-07-06 13:26:24.574161000, delta=839000 ns, racy<=2502500 ns 13:26:24.575 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.575 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.575000000, lastModified=2020-07-06 13:26:24.574161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.576 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.574161000 to 2020-07-06 13:26:24.575161000 13:26:24.576 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.576000000, lastModified=2020-07-06 13:26:24.575161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.576 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.576000000, lastModified=2020-07-06 13:26:24.575161000, delta=839000 ns, racy<=2502500 ns 13:26:24.576 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.576 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.576000000, lastModified=2020-07-06 13:26:24.575161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.577 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.575161000 to 2020-07-06 13:26:24.576161000 13:26:24.577 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.577000000, lastModified=2020-07-06 13:26:24.576161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.577 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.577000000, lastModified=2020-07-06 13:26:24.576161000, delta=839000 ns, racy<=2502500 ns 13:26:24.577 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.578 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.578000000, lastModified=2020-07-06 13:26:24.576161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.578 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.576161000 to 2020-07-06 13:26:24.577161000 13:26:24.578 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.578000000, lastModified=2020-07-06 13:26:24.577161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.579 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.577161000 to 2020-07-06 13:26:24.578161000 13:26:24.579 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.579000000, lastModified=2020-07-06 13:26:24.578161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.580 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.578161000 to 2020-07-06 13:26:24.579161000 13:26:24.580 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.580000000, lastModified=2020-07-06 13:26:24.579161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.580 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.580000000, lastModified=2020-07-06 13:26:24.579161000, delta=839000 ns, racy<=2502500 ns 13:26:24.580 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.581 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.581000000, lastModified=2020-07-06 13:26:24.579161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.581 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.579161000 to 2020-07-06 13:26:24.580161000 13:26:24.581 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.581000000, lastModified=2020-07-06 13:26:24.580161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.582 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.581000000, lastModified=2020-07-06 13:26:24.580161000, delta=839000 ns, racy<=2502500 ns 13:26:24.582 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.582 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.582000000, lastModified=2020-07-06 13:26:24.581161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.583 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.581161000 to 2020-07-06 13:26:24.582161000 13:26:24.583 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.583000000, lastModified=2020-07-06 13:26:24.582161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.583 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.583000000, lastModified=2020-07-06 13:26:24.582161000, delta=839000 ns, racy<=2502500 ns 13:26:24.583 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.584 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.584000000, lastModified=2020-07-06 13:26:24.583161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.584 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.584000000, lastModified=2020-07-06 13:26:24.583161000, delta=839000 ns, racy<=2502500 ns 13:26:24.584 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.584 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.584000000, lastModified=2020-07-06 13:26:24.583161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.585 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.583161000 to 2020-07-06 13:26:24.584161000 13:26:24.585 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.585000000, lastModified=2020-07-06 13:26:24.584161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.586 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.584161000 to 2020-07-06 13:26:24.585161000 13:26:24.586 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.586000000, lastModified=2020-07-06 13:26:24.585161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.586 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.586000000, lastModified=2020-07-06 13:26:24.585161000, delta=839000 ns, racy<=2502500 ns 13:26:24.587 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.587 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.587000000, lastModified=2020-07-06 13:26:24.586161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.587 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.587000000, lastModified=2020-07-06 13:26:24.586161000, delta=839000 ns, racy<=2502500 ns 13:26:24.587 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.588 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.587000000, lastModified=2020-07-06 13:26:24.586161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.588 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.586161000 to 2020-07-06 13:26:24.587161000 13:26:24.588 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.588000000, lastModified=2020-07-06 13:26:24.587161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.588 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.588000000, lastModified=2020-07-06 13:26:24.587161000, delta=839000 ns, racy<=2502500 ns 13:26:24.588 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.589 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.589000000, lastModified=2020-07-06 13:26:24.588161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.589 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.589000000, lastModified=2020-07-06 13:26:24.588161000, delta=839000 ns, racy<=2502500 ns 13:26:24.589 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.589 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.589000000, lastModified=2020-07-06 13:26:24.588161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.590 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.588161000 to 2020-07-06 13:26:24.589161000 13:26:24.590 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.590000000, lastModified=2020-07-06 13:26:24.589161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.590 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.590000000, lastModified=2020-07-06 13:26:24.589161000, delta=839000 ns, racy<=2502500 ns 13:26:24.591 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.591 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.591000000, lastModified=2020-07-06 13:26:24.590161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.591 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.591000000, lastModified=2020-07-06 13:26:24.590161000, delta=839000 ns, racy<=2502500 ns 13:26:24.591 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.592 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.592000000, lastModified=2020-07-06 13:26:24.591161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.592 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.592000000, lastModified=2020-07-06 13:26:24.591161000, delta=839000 ns, racy<=2502500 ns 13:26:24.592 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.593 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.593000000, lastModified=2020-07-06 13:26:24.592161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.594 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.592161000 to 2020-07-06 13:26:24.593161000 13:26:24.594 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.594000000, lastModified=2020-07-06 13:26:24.593161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.595 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.593161000 to 2020-07-06 13:26:24.594161000 13:26:24.595 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.595000000, lastModified=2020-07-06 13:26:24.594161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.596 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.594161000 to 2020-07-06 13:26:24.595161000 13:26:24.596 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.596000000, lastModified=2020-07-06 13:26:24.595161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.597 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.596000000, lastModified=2020-07-06 13:26:24.595161000, delta=839000 ns, racy<=2502500 ns 13:26:24.597 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.597 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.597000000, lastModified=2020-07-06 13:26:24.596161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.597 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.597000000, lastModified=2020-07-06 13:26:24.596161000, delta=839000 ns, racy<=2502500 ns 13:26:24.597 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.598 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.597000000, lastModified=2020-07-06 13:26:24.596161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.598 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.596161000 to 2020-07-06 13:26:24.597161000 13:26:24.598 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.598000000, lastModified=2020-07-06 13:26:24.597161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.599 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.598000000, lastModified=2020-07-06 13:26:24.597161000, delta=839000 ns, racy<=2502500 ns 13:26:24.599 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.599 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.599000000, lastModified=2020-07-06 13:26:24.598161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.600 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.598161000 to 2020-07-06 13:26:24.599161000 13:26:24.600 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.600000000, lastModified=2020-07-06 13:26:24.599161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.601 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.599161000 to 2020-07-06 13:26:24.600161000 13:26:24.601 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.601000000, lastModified=2020-07-06 13:26:24.600161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.602 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.600161000 to 2020-07-06 13:26:24.601161000 13:26:24.602 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.602000000, lastModified=2020-07-06 13:26:24.601161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.603 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.601161000 to 2020-07-06 13:26:24.602161000 13:26:24.603 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.603000000, lastModified=2020-07-06 13:26:24.602161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.603 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.603000000, lastModified=2020-07-06 13:26:24.602161000, delta=839000 ns, racy<=2502500 ns 13:26:24.603 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.604 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.604000000, lastModified=2020-07-06 13:26:24.603161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.604 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.604000000, lastModified=2020-07-06 13:26:24.603161000, delta=839000 ns, racy<=2502500 ns 13:26:24.604 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.605 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.605000000, lastModified=2020-07-06 13:26:24.603161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.605 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.603161000 to 2020-07-06 13:26:24.604161000 13:26:24.605 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.605000000, lastModified=2020-07-06 13:26:24.604161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.606 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.604161000 to 2020-07-06 13:26:24.605161000 13:26:24.606 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.606000000, lastModified=2020-07-06 13:26:24.605161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.606000000, lastModified=2020-07-06 13:26:24.605161000, delta=839000 ns, racy<=2502500 ns 13:26:24.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.607000000, lastModified=2020-07-06 13:26:24.606161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.607000000, lastModified=2020-07-06 13:26:24.606161000, delta=839000 ns, racy<=2502500 ns 13:26:24.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.607000000, lastModified=2020-07-06 13:26:24.606161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.606161000 to 2020-07-06 13:26:24.607161000 13:26:24.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.608000000, lastModified=2020-07-06 13:26:24.607161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.608000000, lastModified=2020-07-06 13:26:24.607161000, delta=839000 ns, racy<=2502500 ns 13:26:24.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.609 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.609000000, lastModified=2020-07-06 13:26:24.608161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.609 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.609000000, lastModified=2020-07-06 13:26:24.608161000, delta=839000 ns, racy<=2502500 ns 13:26:24.609 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.609 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.609000000, lastModified=2020-07-06 13:26:24.608161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.610 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.608161000 to 2020-07-06 13:26:24.609161000 13:26:24.610 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.610000000, lastModified=2020-07-06 13:26:24.609161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.610 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.610000000, lastModified=2020-07-06 13:26:24.609161000, delta=839000 ns, racy<=2502500 ns 13:26:24.610 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.611 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.611000000, lastModified=2020-07-06 13:26:24.610161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.611 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.611000000, lastModified=2020-07-06 13:26:24.610161000, delta=839000 ns, racy<=2502500 ns 13:26:24.611 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.611 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.611000000, lastModified=2020-07-06 13:26:24.610161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.612 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.610161000 to 2020-07-06 13:26:24.611161000 13:26:24.612 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.612000000, lastModified=2020-07-06 13:26:24.611161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.612 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.612000000, lastModified=2020-07-06 13:26:24.611161000, delta=839000 ns, racy<=2502500 ns 13:26:24.612 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.613 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.613000000, lastModified=2020-07-06 13:26:24.612161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.613 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.613000000, lastModified=2020-07-06 13:26:24.612161000, delta=839000 ns, racy<=2502500 ns 13:26:24.613 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.614 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.613000000, lastModified=2020-07-06 13:26:24.612161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.614 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.612161000 to 2020-07-06 13:26:24.613161000 13:26:24.616 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.616000000, lastModified=2020-07-06 13:26:24.614161000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.616 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.614161000 to 2020-07-06 13:26:24.615162000 13:26:24.616 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.616000000, lastModified=2020-07-06 13:26:24.615162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.617 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.616000000, lastModified=2020-07-06 13:26:24.615162000, delta=838000 ns, racy<=2502500 ns 13:26:24.617 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.617 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.617000000, lastModified=2020-07-06 13:26:24.616162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.617 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.617000000, lastModified=2020-07-06 13:26:24.616162000, delta=838000 ns, racy<=2502500 ns 13:26:24.617 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.618 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.618000000, lastModified=2020-07-06 13:26:24.617162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.618 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.618000000, lastModified=2020-07-06 13:26:24.617162000, delta=838000 ns, racy<=2502500 ns 13:26:24.618 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.618 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.618000000, lastModified=2020-07-06 13:26:24.617162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.619 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.617162000 to 2020-07-06 13:26:24.618162000 13:26:24.619 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.619000000, lastModified=2020-07-06 13:26:24.618162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.620 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.618162000 to 2020-07-06 13:26:24.619162000 13:26:24.621 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.620000000, lastModified=2020-07-06 13:26:24.619162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.621 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.619162000 to 2020-07-06 13:26:24.620162000 13:26:24.621 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.621000000, lastModified=2020-07-06 13:26:24.620162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.622 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.621000000, lastModified=2020-07-06 13:26:24.620162000, delta=838000 ns, racy<=2502500 ns 13:26:24.622 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.622 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.622000000, lastModified=2020-07-06 13:26:24.621162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.622 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.622000000, lastModified=2020-07-06 13:26:24.621162000, delta=838000 ns, racy<=2502500 ns 13:26:24.622 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.623 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.623000000, lastModified=2020-07-06 13:26:24.622162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.623 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.623000000, lastModified=2020-07-06 13:26:24.622162000, delta=838000 ns, racy<=2502500 ns 13:26:24.623 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.624 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.624000000, lastModified=2020-07-06 13:26:24.622162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.624 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.622162000 to 2020-07-06 13:26:24.623162000 13:26:24.624 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.624000000, lastModified=2020-07-06 13:26:24.623162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.625 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.623162000 to 2020-07-06 13:26:24.624162000 13:26:24.625 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.625000000, lastModified=2020-07-06 13:26:24.624162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.626 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.624162000 to 2020-07-06 13:26:24.625162000 13:26:24.626 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.626000000, lastModified=2020-07-06 13:26:24.625162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.626 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.626000000, lastModified=2020-07-06 13:26:24.625162000, delta=838000 ns, racy<=2502500 ns 13:26:24.626 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.627 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.627000000, lastModified=2020-07-06 13:26:24.626162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.627 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.627000000, lastModified=2020-07-06 13:26:24.626162000, delta=838000 ns, racy<=2502500 ns 13:26:24.627 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.628 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.628000000, lastModified=2020-07-06 13:26:24.626162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.628 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.626162000 to 2020-07-06 13:26:24.627162000 13:26:24.629 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.629000000, lastModified=2020-07-06 13:26:24.628162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.629 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.629000000, lastModified=2020-07-06 13:26:24.628162000, delta=838000 ns, racy<=2502500 ns 13:26:24.629 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.630 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.630000000, lastModified=2020-07-06 13:26:24.628162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.630 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.628162000 to 2020-07-06 13:26:24.629162000 13:26:24.630 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.630000000, lastModified=2020-07-06 13:26:24.629162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.631 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.629162000 to 2020-07-06 13:26:24.630162000 13:26:24.631 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.631000000, lastModified=2020-07-06 13:26:24.630162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.632 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.630162000 to 2020-07-06 13:26:24.631162000 13:26:24.632 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.632000000, lastModified=2020-07-06 13:26:24.631162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.632 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.632000000, lastModified=2020-07-06 13:26:24.631162000, delta=838000 ns, racy<=2502500 ns 13:26:24.633 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.633 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.633000000, lastModified=2020-07-06 13:26:24.632162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.633 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.633000000, lastModified=2020-07-06 13:26:24.632162000, delta=838000 ns, racy<=2502500 ns 13:26:24.633 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.633 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.633000000, lastModified=2020-07-06 13:26:24.632162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.634 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.632162000 to 2020-07-06 13:26:24.633162000 13:26:24.634 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.634000000, lastModified=2020-07-06 13:26:24.633162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.634 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.634000000, lastModified=2020-07-06 13:26:24.633162000, delta=838000 ns, racy<=2502500 ns 13:26:24.634 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.635 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.635000000, lastModified=2020-07-06 13:26:24.634162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.635 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.635000000, lastModified=2020-07-06 13:26:24.634162000, delta=838000 ns, racy<=2502500 ns 13:26:24.635 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.635 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.635000000, lastModified=2020-07-06 13:26:24.634162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.636 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.635000000, lastModified=2020-07-06 13:26:24.634162000, delta=838000 ns, racy<=2502500 ns 13:26:24.636 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.636 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.636000000, lastModified=2020-07-06 13:26:24.635162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.636 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.636000000, lastModified=2020-07-06 13:26:24.635162000, delta=838000 ns, racy<=2502500 ns 13:26:24.636 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.636 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.636000000, lastModified=2020-07-06 13:26:24.635162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.637 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.636000000, lastModified=2020-07-06 13:26:24.635162000, delta=838000 ns, racy<=2502500 ns 13:26:24.637 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.637 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.637000000, lastModified=2020-07-06 13:26:24.636162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.637 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.637000000, lastModified=2020-07-06 13:26:24.636162000, delta=838000 ns, racy<=2502500 ns 13:26:24.637 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.637 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.637000000, lastModified=2020-07-06 13:26:24.636162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.638 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.636162000 to 2020-07-06 13:26:24.637162000 13:26:24.638 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.638000000, lastModified=2020-07-06 13:26:24.637162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.638 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.638000000, lastModified=2020-07-06 13:26:24.637162000, delta=838000 ns, racy<=2502500 ns 13:26:24.638 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.639 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.639000000, lastModified=2020-07-06 13:26:24.638162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.639 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.639000000, lastModified=2020-07-06 13:26:24.638162000, delta=838000 ns, racy<=2502500 ns 13:26:24.639 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.639 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.639000000, lastModified=2020-07-06 13:26:24.638162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.640 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.638162000 to 2020-07-06 13:26:24.639162000 13:26:24.640 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.640000000, lastModified=2020-07-06 13:26:24.639162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.641 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.639162000 to 2020-07-06 13:26:24.640162000 13:26:24.641 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.641000000, lastModified=2020-07-06 13:26:24.640162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.641 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.641000000, lastModified=2020-07-06 13:26:24.640162000, delta=838000 ns, racy<=2502500 ns 13:26:24.641 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.642 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.642000000, lastModified=2020-07-06 13:26:24.641162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.642 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.642000000, lastModified=2020-07-06 13:26:24.641162000, delta=838000 ns, racy<=2502500 ns 13:26:24.642 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.642 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.642000000, lastModified=2020-07-06 13:26:24.641162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.643 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.641162000 to 2020-07-06 13:26:24.642162000 13:26:24.644 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.644000000, lastModified=2020-07-06 13:26:24.643162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.645 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.643162000 to 2020-07-06 13:26:24.644162000 13:26:24.646 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.646000000, lastModified=2020-07-06 13:26:24.645162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.646 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.646000000, lastModified=2020-07-06 13:26:24.645162000, delta=838000 ns, racy<=2502500 ns 13:26:24.646 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.646 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.646000000, lastModified=2020-07-06 13:26:24.645162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.646000000, lastModified=2020-07-06 13:26:24.645162000, delta=838000 ns, racy<=2502500 ns 13:26:24.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.647000000, lastModified=2020-07-06 13:26:24.646162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.647000000, lastModified=2020-07-06 13:26:24.646162000, delta=838000 ns, racy<=2502500 ns 13:26:24.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.647000000, lastModified=2020-07-06 13:26:24.646162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.646162000 to 2020-07-06 13:26:24.647162000 13:26:24.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.648000000, lastModified=2020-07-06 13:26:24.647162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.648000000, lastModified=2020-07-06 13:26:24.647162000, delta=838000 ns, racy<=2502500 ns 13:26:24.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.649000000, lastModified=2020-07-06 13:26:24.648162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.649000000, lastModified=2020-07-06 13:26:24.648162000, delta=838000 ns, racy<=2502500 ns 13:26:24.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.649000000, lastModified=2020-07-06 13:26:24.648162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.649000000, lastModified=2020-07-06 13:26:24.648162000, delta=838000 ns, racy<=2502500 ns 13:26:24.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.650000000, lastModified=2020-07-06 13:26:24.649162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.650000000, lastModified=2020-07-06 13:26:24.649162000, delta=838000 ns, racy<=2502500 ns 13:26:24.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.650000000, lastModified=2020-07-06 13:26:24.649162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.652 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.649162000 to 2020-07-06 13:26:24.651162000 13:26:24.653 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.653000000, lastModified=2020-07-06 13:26:24.651162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.653 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.651162000 to 2020-07-06 13:26:24.652162000 13:26:24.653 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.653000000, lastModified=2020-07-06 13:26:24.652162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.654 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.653000000, lastModified=2020-07-06 13:26:24.652162000, delta=838000 ns, racy<=2502500 ns 13:26:24.654 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.654 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.654000000, lastModified=2020-07-06 13:26:24.653162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.654 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.654000000, lastModified=2020-07-06 13:26:24.653162000, delta=838000 ns, racy<=2502500 ns 13:26:24.654 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.654 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.654000000, lastModified=2020-07-06 13:26:24.653162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.655 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.653162000 to 2020-07-06 13:26:24.654162000 13:26:24.655 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.655000000, lastModified=2020-07-06 13:26:24.654162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.655 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.655000000, lastModified=2020-07-06 13:26:24.654162000, delta=838000 ns, racy<=2502500 ns 13:26:24.655 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.656 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.656000000, lastModified=2020-07-06 13:26:24.654162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.656 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.654162000 to 2020-07-06 13:26:24.655162000 13:26:24.656 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.656000000, lastModified=2020-07-06 13:26:24.655162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.656 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.656000000, lastModified=2020-07-06 13:26:24.655162000, delta=838000 ns, racy<=2502500 ns 13:26:24.656 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.657 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.657000000, lastModified=2020-07-06 13:26:24.656162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.657 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.657000000, lastModified=2020-07-06 13:26:24.656162000, delta=838000 ns, racy<=2502500 ns 13:26:24.657 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.657 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.657000000, lastModified=2020-07-06 13:26:24.656162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.657 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.657000000, lastModified=2020-07-06 13:26:24.656162000, delta=838000 ns, racy<=2502500 ns 13:26:24.657 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.658000000, lastModified=2020-07-06 13:26:24.657162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.658000000, lastModified=2020-07-06 13:26:24.657162000, delta=838000 ns, racy<=2502500 ns 13:26:24.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.658000000, lastModified=2020-07-06 13:26:24.657162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.659 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.657162000 to 2020-07-06 13:26:24.658162000 13:26:24.659 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.659000000, lastModified=2020-07-06 13:26:24.658162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.659 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.659000000, lastModified=2020-07-06 13:26:24.658162000, delta=838000 ns, racy<=2502500 ns 13:26:24.659 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.659 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.659000000, lastModified=2020-07-06 13:26:24.658162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.658162000 to 2020-07-06 13:26:24.659162000 13:26:24.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.660000000, lastModified=2020-07-06 13:26:24.659162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.661 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.659162000 to 2020-07-06 13:26:24.660162000 13:26:24.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.662000000, lastModified=2020-07-06 13:26:24.660162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.660162000 to 2020-07-06 13:26:24.661162000 13:26:24.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.662000000, lastModified=2020-07-06 13:26:24.661162000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.662000000, lastModified=2020-07-06 13:26:24.661162000, delta=838000 ns, racy<=2502500 ns 13:26:24.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.672 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.672000000, lastModified=2020-07-06 13:26:24.671163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.673 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.671163000 to 2020-07-06 13:26:24.672163000 13:26:24.681 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.681000000, lastModified=2020-07-06 13:26:24.680163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.682 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.680163000 to 2020-07-06 13:26:24.681163000 13:26:24.682 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.682000000, lastModified=2020-07-06 13:26:24.681163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.682 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.682000000, lastModified=2020-07-06 13:26:24.681163000, delta=837000 ns, racy<=2502500 ns 13:26:24.682 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.683 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.683000000, lastModified=2020-07-06 13:26:24.682163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.683 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.683000000, lastModified=2020-07-06 13:26:24.682163000, delta=837000 ns, racy<=2502500 ns 13:26:24.683 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.683 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.683000000, lastModified=2020-07-06 13:26:24.682163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.684 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.683000000, lastModified=2020-07-06 13:26:24.682163000, delta=837000 ns, racy<=2502500 ns 13:26:24.684 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.684 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.684000000, lastModified=2020-07-06 13:26:24.683163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.684 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.684000000, lastModified=2020-07-06 13:26:24.683163000, delta=837000 ns, racy<=2502500 ns 13:26:24.684 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.685 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.685000000, lastModified=2020-07-06 13:26:24.684163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.685 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.685000000, lastModified=2020-07-06 13:26:24.684163000, delta=837000 ns, racy<=2502500 ns 13:26:24.685 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.685 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.685000000, lastModified=2020-07-06 13:26:24.684163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.686 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.684163000 to 2020-07-06 13:26:24.685163000 13:26:24.686 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.686000000, lastModified=2020-07-06 13:26:24.685163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.686 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.686000000, lastModified=2020-07-06 13:26:24.685163000, delta=837000 ns, racy<=2502500 ns 13:26:24.686 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.687 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.687000000, lastModified=2020-07-06 13:26:24.685163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.691 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.685163000 to 2020-07-06 13:26:24.690163000 13:26:24.692 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.692000000, lastModified=2020-07-06 13:26:24.691163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.692 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.692000000, lastModified=2020-07-06 13:26:24.691163000, delta=837000 ns, racy<=2502500 ns 13:26:24.692 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.693 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.693000000, lastModified=2020-07-06 13:26:24.691163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.693 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.691163000 to 2020-07-06 13:26:24.692163000 13:26:24.693 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.693000000, lastModified=2020-07-06 13:26:24.692163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.694 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.692163000 to 2020-07-06 13:26:24.693163000 13:26:24.695 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.695000000, lastModified=2020-07-06 13:26:24.694163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.696 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.694163000 to 2020-07-06 13:26:24.695163000 13:26:24.697 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.697000000, lastModified=2020-07-06 13:26:24.696163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.697 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.697000000, lastModified=2020-07-06 13:26:24.696163000, delta=837000 ns, racy<=2502500 ns 13:26:24.697 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.697 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.697000000, lastModified=2020-07-06 13:26:24.696163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.698 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.696163000 to 2020-07-06 13:26:24.697163000 13:26:24.698 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.698000000, lastModified=2020-07-06 13:26:24.697163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.698 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.698000000, lastModified=2020-07-06 13:26:24.697163000, delta=837000 ns, racy<=2502500 ns 13:26:24.698 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.700 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.700000000, lastModified=2020-07-06 13:26:24.699163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.700 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.700000000, lastModified=2020-07-06 13:26:24.699163000, delta=837000 ns, racy<=2502500 ns 13:26:24.700 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.701 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.701000000, lastModified=2020-07-06 13:26:24.700163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.701 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.701000000, lastModified=2020-07-06 13:26:24.700163000, delta=837000 ns, racy<=2502500 ns 13:26:24.701 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.701 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.701000000, lastModified=2020-07-06 13:26:24.700163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.703 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.700163000 to 2020-07-06 13:26:24.701163000 13:26:24.703 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.703000000, lastModified=2020-07-06 13:26:24.702163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.703 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.703000000, lastModified=2020-07-06 13:26:24.702163000, delta=837000 ns, racy<=2502500 ns 13:26:24.703 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.704 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.704000000, lastModified=2020-07-06 13:26:24.702163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.704 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.702163000 to 2020-07-06 13:26:24.703163000 13:26:24.704 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.704000000, lastModified=2020-07-06 13:26:24.703163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.704 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.704000000, lastModified=2020-07-06 13:26:24.703163000, delta=837000 ns, racy<=2502500 ns 13:26:24.704 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.705 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.705000000, lastModified=2020-07-06 13:26:24.704163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.706 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.704163000 to 2020-07-06 13:26:24.705163000 13:26:24.706 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.706000000, lastModified=2020-07-06 13:26:24.705163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.705163000 to 2020-07-06 13:26:24.706163000 13:26:24.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.708000000, lastModified=2020-07-06 13:26:24.707163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.708000000, lastModified=2020-07-06 13:26:24.707163000, delta=837000 ns, racy<=2502500 ns 13:26:24.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.709 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.709000000, lastModified=2020-07-06 13:26:24.708163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.709 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.709000000, lastModified=2020-07-06 13:26:24.708163000, delta=837000 ns, racy<=2502500 ns 13:26:24.709 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.710000000, lastModified=2020-07-06 13:26:24.708163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.708163000 to 2020-07-06 13:26:24.709163000 13:26:24.711 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.710000000, lastModified=2020-07-06 13:26:24.709163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.713 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.709163000 to 2020-07-06 13:26:24.712163000 13:26:24.713 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.713000000, lastModified=2020-07-06 13:26:24.712163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.714 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.712163000 to 2020-07-06 13:26:24.713163000 13:26:24.714 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.714000000, lastModified=2020-07-06 13:26:24.713163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.714000000, lastModified=2020-07-06 13:26:24.713163000, delta=837000 ns, racy<=2502500 ns 13:26:24.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.715000000, lastModified=2020-07-06 13:26:24.714163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.715000000, lastModified=2020-07-06 13:26:24.714163000, delta=837000 ns, racy<=2502500 ns 13:26:24.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.716000000, lastModified=2020-07-06 13:26:24.715163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.716000000, lastModified=2020-07-06 13:26:24.715163000, delta=837000 ns, racy<=2502500 ns 13:26:24.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.716000000, lastModified=2020-07-06 13:26:24.715163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.717 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.715163000 to 2020-07-06 13:26:24.716163000 13:26:24.717 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.717000000, lastModified=2020-07-06 13:26:24.716163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.717 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.717000000, lastModified=2020-07-06 13:26:24.716163000, delta=837000 ns, racy<=2502500 ns 13:26:24.717 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.718000000, lastModified=2020-07-06 13:26:24.717163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.718000000, lastModified=2020-07-06 13:26:24.717163000, delta=837000 ns, racy<=2502500 ns 13:26:24.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.719 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.719000000, lastModified=2020-07-06 13:26:24.717163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.719 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.717163000 to 2020-07-06 13:26:24.718163000 13:26:24.720 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.720000000, lastModified=2020-07-06 13:26:24.719163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.720000000, lastModified=2020-07-06 13:26:24.719163000, delta=837000 ns, racy<=2502500 ns 13:26:24.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.722 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.722000000, lastModified=2020-07-06 13:26:24.721163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.722 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.722000000, lastModified=2020-07-06 13:26:24.721163000, delta=837000 ns, racy<=2502500 ns 13:26:24.722 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.723000000, lastModified=2020-07-06 13:26:24.722163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.723000000, lastModified=2020-07-06 13:26:24.722163000, delta=837000 ns, racy<=2502500 ns 13:26:24.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.723000000, lastModified=2020-07-06 13:26:24.722163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.723000000, lastModified=2020-07-06 13:26:24.722163000, delta=837000 ns, racy<=2502500 ns 13:26:24.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.724000000, lastModified=2020-07-06 13:26:24.723163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.724000000, lastModified=2020-07-06 13:26:24.723163000, delta=837000 ns, racy<=2502500 ns 13:26:24.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.725 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.725000000, lastModified=2020-07-06 13:26:24.723163000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.725 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.723163000 to 2020-07-06 13:26:24.724164000 13:26:24.725 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.725000000, lastModified=2020-07-06 13:26:24.724164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.725 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.725000000, lastModified=2020-07-06 13:26:24.724164000, delta=836000 ns, racy<=2502500 ns 13:26:24.725 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.726000000, lastModified=2020-07-06 13:26:24.724164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.724164000 to 2020-07-06 13:26:24.725164000 13:26:24.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.726000000, lastModified=2020-07-06 13:26:24.725164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.727 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.725164000 to 2020-07-06 13:26:24.726164000 13:26:24.728 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.728000000, lastModified=2020-07-06 13:26:24.727164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.729 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.727164000 to 2020-07-06 13:26:24.728164000 13:26:24.730 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.730000000, lastModified=2020-07-06 13:26:24.728164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.730 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.728164000 to 2020-07-06 13:26:24.729164000 13:26:24.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.731000000, lastModified=2020-07-06 13:26:24.730164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.732 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.731000000, lastModified=2020-07-06 13:26:24.730164000, delta=836000 ns, racy<=2502500 ns 13:26:24.732 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.733 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.732000000, lastModified=2020-07-06 13:26:24.731164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.733 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.731164000 to 2020-07-06 13:26:24.732164000 13:26:24.733 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.733000000, lastModified=2020-07-06 13:26:24.732164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.733 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.733000000, lastModified=2020-07-06 13:26:24.732164000, delta=836000 ns, racy<=2502500 ns 13:26:24.733 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.734 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.734000000, lastModified=2020-07-06 13:26:24.733164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.734 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.734000000, lastModified=2020-07-06 13:26:24.733164000, delta=836000 ns, racy<=2502500 ns 13:26:24.734 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.734 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.734000000, lastModified=2020-07-06 13:26:24.733164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.734 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.734000000, lastModified=2020-07-06 13:26:24.733164000, delta=836000 ns, racy<=2502500 ns 13:26:24.734 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.735000000, lastModified=2020-07-06 13:26:24.734164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.735000000, lastModified=2020-07-06 13:26:24.734164000, delta=836000 ns, racy<=2502500 ns 13:26:24.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.735000000, lastModified=2020-07-06 13:26:24.734164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.735000000, lastModified=2020-07-06 13:26:24.734164000, delta=836000 ns, racy<=2502500 ns 13:26:24.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.736000000, lastModified=2020-07-06 13:26:24.735164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.736000000, lastModified=2020-07-06 13:26:24.735164000, delta=836000 ns, racy<=2502500 ns 13:26:24.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.736000000, lastModified=2020-07-06 13:26:24.735164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.736000000, lastModified=2020-07-06 13:26:24.735164000, delta=836000 ns, racy<=2502500 ns 13:26:24.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.737000000, lastModified=2020-07-06 13:26:24.736164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.737000000, lastModified=2020-07-06 13:26:24.736164000, delta=836000 ns, racy<=2502500 ns 13:26:24.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.737000000, lastModified=2020-07-06 13:26:24.736164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.738 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.736164000 to 2020-07-06 13:26:24.737164000 13:26:24.739 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.739000000, lastModified=2020-07-06 13:26:24.738164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.739 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.739000000, lastModified=2020-07-06 13:26:24.738164000, delta=836000 ns, racy<=2502500 ns 13:26:24.739 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.740000000, lastModified=2020-07-06 13:26:24.738164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.738164000 to 2020-07-06 13:26:24.739164000 13:26:24.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.740000000, lastModified=2020-07-06 13:26:24.739164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.739164000 to 2020-07-06 13:26:24.740164000 13:26:24.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.741000000, lastModified=2020-07-06 13:26:24.740164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.741000000, lastModified=2020-07-06 13:26:24.740164000, delta=836000 ns, racy<=2502500 ns 13:26:24.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.742 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.742000000, lastModified=2020-07-06 13:26:24.741164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.742 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.742000000, lastModified=2020-07-06 13:26:24.741164000, delta=836000 ns, racy<=2502500 ns 13:26:24.742 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.742 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.742000000, lastModified=2020-07-06 13:26:24.741164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.742000000, lastModified=2020-07-06 13:26:24.741164000, delta=836000 ns, racy<=2502500 ns 13:26:24.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.743000000, lastModified=2020-07-06 13:26:24.742164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.743000000, lastModified=2020-07-06 13:26:24.742164000, delta=836000 ns, racy<=2502500 ns 13:26:24.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.743000000, lastModified=2020-07-06 13:26:24.742164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.742164000 to 2020-07-06 13:26:24.743164000 13:26:24.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.744000000, lastModified=2020-07-06 13:26:24.743164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.744000000, lastModified=2020-07-06 13:26:24.743164000, delta=836000 ns, racy<=2502500 ns 13:26:24.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.745000000, lastModified=2020-07-06 13:26:24.744164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.745000000, lastModified=2020-07-06 13:26:24.744164000, delta=836000 ns, racy<=2502500 ns 13:26:24.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.745000000, lastModified=2020-07-06 13:26:24.744164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.744164000 to 2020-07-06 13:26:24.745164000 13:26:24.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.746000000, lastModified=2020-07-06 13:26:24.745164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.746000000, lastModified=2020-07-06 13:26:24.745164000, delta=836000 ns, racy<=2502500 ns 13:26:24.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.747000000, lastModified=2020-07-06 13:26:24.746164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.747000000, lastModified=2020-07-06 13:26:24.746164000, delta=836000 ns, racy<=2502500 ns 13:26:24.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.747000000, lastModified=2020-07-06 13:26:24.746164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.746164000 to 2020-07-06 13:26:24.747164000 13:26:24.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.748000000, lastModified=2020-07-06 13:26:24.747164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.748000000, lastModified=2020-07-06 13:26:24.747164000, delta=836000 ns, racy<=2502500 ns 13:26:24.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.749000000, lastModified=2020-07-06 13:26:24.747164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.747164000 to 2020-07-06 13:26:24.748164000 13:26:24.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.749000000, lastModified=2020-07-06 13:26:24.748164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.749000000, lastModified=2020-07-06 13:26:24.748164000, delta=836000 ns, racy<=2502500 ns 13:26:24.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.750000000, lastModified=2020-07-06 13:26:24.749164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.750000000, lastModified=2020-07-06 13:26:24.749164000, delta=836000 ns, racy<=2502500 ns 13:26:24.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.750000000, lastModified=2020-07-06 13:26:24.749164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.750000000, lastModified=2020-07-06 13:26:24.749164000, delta=836000 ns, racy<=2502500 ns 13:26:24.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.751000000, lastModified=2020-07-06 13:26:24.750164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.751000000, lastModified=2020-07-06 13:26:24.750164000, delta=836000 ns, racy<=2502500 ns 13:26:24.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.751000000, lastModified=2020-07-06 13:26:24.750164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.752 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.750164000 to 2020-07-06 13:26:24.751164000 13:26:24.753 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.753000000, lastModified=2020-07-06 13:26:24.752164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.753 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.753000000, lastModified=2020-07-06 13:26:24.752164000, delta=836000 ns, racy<=2502500 ns 13:26:24.753 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.754000000, lastModified=2020-07-06 13:26:24.752164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.752164000 to 2020-07-06 13:26:24.753164000 13:26:24.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.754000000, lastModified=2020-07-06 13:26:24.753164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.754000000, lastModified=2020-07-06 13:26:24.753164000, delta=836000 ns, racy<=2502500 ns 13:26:24.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.755000000, lastModified=2020-07-06 13:26:24.754164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.755000000, lastModified=2020-07-06 13:26:24.754164000, delta=836000 ns, racy<=2502500 ns 13:26:24.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.755000000, lastModified=2020-07-06 13:26:24.754164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.757 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.754164000 to 2020-07-06 13:26:24.756164000 13:26:24.757 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.757000000, lastModified=2020-07-06 13:26:24.756164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.757 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.757000000, lastModified=2020-07-06 13:26:24.756164000, delta=836000 ns, racy<=2502500 ns 13:26:24.757 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.758 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.758000000, lastModified=2020-07-06 13:26:24.757164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.758 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.758000000, lastModified=2020-07-06 13:26:24.757164000, delta=836000 ns, racy<=2502500 ns 13:26:24.758 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.758 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.758000000, lastModified=2020-07-06 13:26:24.757164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.759 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.757164000 to 2020-07-06 13:26:24.758164000 13:26:24.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.760000000, lastModified=2020-07-06 13:26:24.759164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.760000000, lastModified=2020-07-06 13:26:24.759164000, delta=836000 ns, racy<=2502500 ns 13:26:24.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.760000000, lastModified=2020-07-06 13:26:24.759164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.761 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.760000000, lastModified=2020-07-06 13:26:24.759164000, delta=836000 ns, racy<=2502500 ns 13:26:24.761 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.761 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.761000000, lastModified=2020-07-06 13:26:24.760164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.761 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.761000000, lastModified=2020-07-06 13:26:24.760164000, delta=836000 ns, racy<=2502500 ns 13:26:24.761 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.762 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.762000000, lastModified=2020-07-06 13:26:24.760164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.762 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.760164000 to 2020-07-06 13:26:24.761164000 13:26:24.762 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.762000000, lastModified=2020-07-06 13:26:24.761164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.762 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.762000000, lastModified=2020-07-06 13:26:24.761164000, delta=836000 ns, racy<=2502500 ns 13:26:24.762 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.763 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.763000000, lastModified=2020-07-06 13:26:24.762164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.763 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.763000000, lastModified=2020-07-06 13:26:24.762164000, delta=836000 ns, racy<=2502500 ns 13:26:24.763 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.763 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.763000000, lastModified=2020-07-06 13:26:24.762164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.764 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.763000000, lastModified=2020-07-06 13:26:24.762164000, delta=836000 ns, racy<=2502500 ns 13:26:24.764 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.764 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.764000000, lastModified=2020-07-06 13:26:24.763164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.764 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.764000000, lastModified=2020-07-06 13:26:24.763164000, delta=836000 ns, racy<=2502500 ns 13:26:24.764 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.764 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.764000000, lastModified=2020-07-06 13:26:24.763164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.765 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.763164000 to 2020-07-06 13:26:24.764164000 13:26:24.765 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.765000000, lastModified=2020-07-06 13:26:24.764164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.765 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.765000000, lastModified=2020-07-06 13:26:24.764164000, delta=836000 ns, racy<=2502500 ns 13:26:24.765 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.766 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.766000000, lastModified=2020-07-06 13:26:24.764164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.766 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.764164000 to 2020-07-06 13:26:24.765164000 13:26:24.766 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.766000000, lastModified=2020-07-06 13:26:24.765164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.766 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.766000000, lastModified=2020-07-06 13:26:24.765164000, delta=836000 ns, racy<=2502500 ns 13:26:24.766 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.767 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.767000000, lastModified=2020-07-06 13:26:24.766164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.767 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.767000000, lastModified=2020-07-06 13:26:24.766164000, delta=836000 ns, racy<=2502500 ns 13:26:24.767 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.767 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.767000000, lastModified=2020-07-06 13:26:24.766164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.768 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.767000000, lastModified=2020-07-06 13:26:24.766164000, delta=836000 ns, racy<=2502500 ns 13:26:24.768 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.768 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.768000000, lastModified=2020-07-06 13:26:24.767164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.768 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.768000000, lastModified=2020-07-06 13:26:24.767164000, delta=836000 ns, racy<=2502500 ns 13:26:24.768 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.769 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.769000000, lastModified=2020-07-06 13:26:24.767164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.769 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.767164000 to 2020-07-06 13:26:24.768164000 13:26:24.770 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.770000000, lastModified=2020-07-06 13:26:24.769164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.770 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.770000000, lastModified=2020-07-06 13:26:24.769164000, delta=836000 ns, racy<=2502500 ns 13:26:24.770 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.771 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.771000000, lastModified=2020-07-06 13:26:24.769164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.771 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.769164000 to 2020-07-06 13:26:24.770164000 13:26:24.771 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.771000000, lastModified=2020-07-06 13:26:24.770164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.771 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.771000000, lastModified=2020-07-06 13:26:24.770164000, delta=836000 ns, racy<=2502500 ns 13:26:24.771 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.772 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.772000000, lastModified=2020-07-06 13:26:24.771164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.772 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.772000000, lastModified=2020-07-06 13:26:24.771164000, delta=836000 ns, racy<=2502500 ns 13:26:24.772 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.772 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.772000000, lastModified=2020-07-06 13:26:24.771164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.772 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.772000000, lastModified=2020-07-06 13:26:24.771164000, delta=836000 ns, racy<=2502500 ns 13:26:24.772 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.773 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.773000000, lastModified=2020-07-06 13:26:24.772164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.773 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.773000000, lastModified=2020-07-06 13:26:24.772164000, delta=836000 ns, racy<=2502500 ns 13:26:24.773 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.773 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.773000000, lastModified=2020-07-06 13:26:24.772164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.773 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.773000000, lastModified=2020-07-06 13:26:24.772164000, delta=836000 ns, racy<=2502500 ns 13:26:24.773 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.774 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.774000000, lastModified=2020-07-06 13:26:24.773164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.774 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.774000000, lastModified=2020-07-06 13:26:24.773164000, delta=836000 ns, racy<=2502500 ns 13:26:24.774 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.774 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.774000000, lastModified=2020-07-06 13:26:24.773164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.775 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.774000000, lastModified=2020-07-06 13:26:24.773164000, delta=836000 ns, racy<=2502500 ns 13:26:24.775 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.775 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.775000000, lastModified=2020-07-06 13:26:24.774164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.775 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.775000000, lastModified=2020-07-06 13:26:24.774164000, delta=836000 ns, racy<=2502500 ns 13:26:24.775 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.775 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.775000000, lastModified=2020-07-06 13:26:24.774164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.776 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.774164000 to 2020-07-06 13:26:24.775164000 13:26:24.776 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.776000000, lastModified=2020-07-06 13:26:24.775164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.776 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.776000000, lastModified=2020-07-06 13:26:24.775164000, delta=836000 ns, racy<=2502500 ns 13:26:24.776 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.777 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.777000000, lastModified=2020-07-06 13:26:24.776164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.777 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.777000000, lastModified=2020-07-06 13:26:24.776164000, delta=836000 ns, racy<=2502500 ns 13:26:24.777 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.777 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.777000000, lastModified=2020-07-06 13:26:24.776164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.778 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.776164000 to 2020-07-06 13:26:24.777164000 13:26:24.779 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.779000000, lastModified=2020-07-06 13:26:24.777164000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.779 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.777164000 to 2020-07-06 13:26:24.778165000 13:26:24.779 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.779000000, lastModified=2020-07-06 13:26:24.778165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.780 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.779000000, lastModified=2020-07-06 13:26:24.778165000, delta=835000 ns, racy<=2502500 ns 13:26:24.780 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.780 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.780000000, lastModified=2020-07-06 13:26:24.779165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.780 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.780000000, lastModified=2020-07-06 13:26:24.779165000, delta=835000 ns, racy<=2502500 ns 13:26:24.780 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.781 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.781000000, lastModified=2020-07-06 13:26:24.779165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.781 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.779165000 to 2020-07-06 13:26:24.780165000 13:26:24.781 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.781000000, lastModified=2020-07-06 13:26:24.780165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.782 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.781000000, lastModified=2020-07-06 13:26:24.780165000, delta=835000 ns, racy<=2502500 ns 13:26:24.782 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.782 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.782000000, lastModified=2020-07-06 13:26:24.781165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.782 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.782000000, lastModified=2020-07-06 13:26:24.781165000, delta=835000 ns, racy<=2502500 ns 13:26:24.782 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.782 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.782000000, lastModified=2020-07-06 13:26:24.781165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.783 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.781165000 to 2020-07-06 13:26:24.782165000 13:26:24.783 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.783000000, lastModified=2020-07-06 13:26:24.782165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.784 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.782165000 to 2020-07-06 13:26:24.783165000 13:26:24.784 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.784000000, lastModified=2020-07-06 13:26:24.783165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.785 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.784000000, lastModified=2020-07-06 13:26:24.783165000, delta=835000 ns, racy<=2502500 ns 13:26:24.785 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.785 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.785000000, lastModified=2020-07-06 13:26:24.784165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.785 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.785000000, lastModified=2020-07-06 13:26:24.784165000, delta=835000 ns, racy<=2502500 ns 13:26:24.785 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.785 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.785000000, lastModified=2020-07-06 13:26:24.784165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.786 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.784165000 to 2020-07-06 13:26:24.785165000 13:26:24.786 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.786000000, lastModified=2020-07-06 13:26:24.785165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.787 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.785165000 to 2020-07-06 13:26:24.786165000 13:26:24.787 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.787000000, lastModified=2020-07-06 13:26:24.786165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.788 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.786165000 to 2020-07-06 13:26:24.787165000 13:26:24.788 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.788000000, lastModified=2020-07-06 13:26:24.787165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.788 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.788000000, lastModified=2020-07-06 13:26:24.787165000, delta=835000 ns, racy<=2502500 ns 13:26:24.788 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.789 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.789000000, lastModified=2020-07-06 13:26:24.787165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.789 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.787165000 to 2020-07-06 13:26:24.788165000 13:26:24.789 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.789000000, lastModified=2020-07-06 13:26:24.788165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.789 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.789000000, lastModified=2020-07-06 13:26:24.788165000, delta=835000 ns, racy<=2502500 ns 13:26:24.789 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.790 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.790000000, lastModified=2020-07-06 13:26:24.789165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.790 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.790000000, lastModified=2020-07-06 13:26:24.789165000, delta=835000 ns, racy<=2502500 ns 13:26:24.790 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.791 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.791000000, lastModified=2020-07-06 13:26:24.789165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.791 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.789165000 to 2020-07-06 13:26:24.790165000 13:26:24.792 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.792000000, lastModified=2020-07-06 13:26:24.791165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.792 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.792000000, lastModified=2020-07-06 13:26:24.791165000, delta=835000 ns, racy<=2502500 ns 13:26:24.792 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.793 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.793000000, lastModified=2020-07-06 13:26:24.791165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.793 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.791165000 to 2020-07-06 13:26:24.792165000 13:26:24.794 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.793000000, lastModified=2020-07-06 13:26:24.792165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.794 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.792165000 to 2020-07-06 13:26:24.793165000 13:26:24.794 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.794000000, lastModified=2020-07-06 13:26:24.793165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.795 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.793165000 to 2020-07-06 13:26:24.794165000 13:26:24.795 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.795000000, lastModified=2020-07-06 13:26:24.794165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.796 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.794165000 to 2020-07-06 13:26:24.795165000 13:26:24.796 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.796000000, lastModified=2020-07-06 13:26:24.795165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.797 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.796000000, lastModified=2020-07-06 13:26:24.795165000, delta=835000 ns, racy<=2502500 ns 13:26:24.797 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.797 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.797000000, lastModified=2020-07-06 13:26:24.796165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.798 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.796165000 to 2020-07-06 13:26:24.797165000 13:26:24.799 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.799000000, lastModified=2020-07-06 13:26:24.798165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.799 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.799000000, lastModified=2020-07-06 13:26:24.798165000, delta=835000 ns, racy<=2502500 ns 13:26:24.799 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.800 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.800000000, lastModified=2020-07-06 13:26:24.799165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.800 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.800000000, lastModified=2020-07-06 13:26:24.799165000, delta=835000 ns, racy<=2502500 ns 13:26:24.800 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.801 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.801000000, lastModified=2020-07-06 13:26:24.799165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.801 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.799165000 to 2020-07-06 13:26:24.800165000 13:26:24.801 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.801000000, lastModified=2020-07-06 13:26:24.800165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.802 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.800165000 to 2020-07-06 13:26:24.801165000 13:26:24.802 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.802000000, lastModified=2020-07-06 13:26:24.801165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.803 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.801165000 to 2020-07-06 13:26:24.802165000 13:26:24.804 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.804000000, lastModified=2020-07-06 13:26:24.802165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.804 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.802165000 to 2020-07-06 13:26:24.803165000 13:26:24.805 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.805000000, lastModified=2020-07-06 13:26:24.803165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.805 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.803165000 to 2020-07-06 13:26:24.804165000 13:26:24.806 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.806000000, lastModified=2020-07-06 13:26:24.804165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.806 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.804165000 to 2020-07-06 13:26:24.805165000 13:26:24.807 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.807000000, lastModified=2020-07-06 13:26:24.805165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.807 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.805165000 to 2020-07-06 13:26:24.806165000 13:26:24.808 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.807000000, lastModified=2020-07-06 13:26:24.806165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.808 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.806165000 to 2020-07-06 13:26:24.807165000 13:26:24.808 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.808000000, lastModified=2020-07-06 13:26:24.807165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.809 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.808000000, lastModified=2020-07-06 13:26:24.807165000, delta=835000 ns, racy<=2502500 ns 13:26:24.809 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.809 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.809000000, lastModified=2020-07-06 13:26:24.808165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.810 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.808165000 to 2020-07-06 13:26:24.809165000 13:26:24.810 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.810000000, lastModified=2020-07-06 13:26:24.809165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.810 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.810000000, lastModified=2020-07-06 13:26:24.809165000, delta=835000 ns, racy<=2502500 ns 13:26:24.810 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.811 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.811000000, lastModified=2020-07-06 13:26:24.810165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.812 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.810165000 to 2020-07-06 13:26:24.811165000 13:26:24.812 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.812000000, lastModified=2020-07-06 13:26:24.811165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.812 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.812000000, lastModified=2020-07-06 13:26:24.811165000, delta=835000 ns, racy<=2502500 ns 13:26:24.812 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.813 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.813000000, lastModified=2020-07-06 13:26:24.812165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.812165000 to 2020-07-06 13:26:24.813165000 13:26:24.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.814000000, lastModified=2020-07-06 13:26:24.813165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.813165000 to 2020-07-06 13:26:24.814165000 13:26:24.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.815000000, lastModified=2020-07-06 13:26:24.814165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.814165000 to 2020-07-06 13:26:24.815165000 13:26:24.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.816000000, lastModified=2020-07-06 13:26:24.815165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.816000000, lastModified=2020-07-06 13:26:24.815165000, delta=835000 ns, racy<=2502500 ns 13:26:24.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.817000000, lastModified=2020-07-06 13:26:24.816165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.817000000, lastModified=2020-07-06 13:26:24.816165000, delta=835000 ns, racy<=2502500 ns 13:26:24.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.817000000, lastModified=2020-07-06 13:26:24.816165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.816165000 to 2020-07-06 13:26:24.817165000 13:26:24.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.818000000, lastModified=2020-07-06 13:26:24.817165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.818000000, lastModified=2020-07-06 13:26:24.817165000, delta=835000 ns, racy<=2502500 ns 13:26:24.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.819000000, lastModified=2020-07-06 13:26:24.818165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.819000000, lastModified=2020-07-06 13:26:24.818165000, delta=835000 ns, racy<=2502500 ns 13:26:24.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.819000000, lastModified=2020-07-06 13:26:24.818165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.818165000 to 2020-07-06 13:26:24.819165000 13:26:24.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.820000000, lastModified=2020-07-06 13:26:24.819165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.820000000, lastModified=2020-07-06 13:26:24.819165000, delta=835000 ns, racy<=2502500 ns 13:26:24.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.821 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.821000000, lastModified=2020-07-06 13:26:24.820165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.821000000, lastModified=2020-07-06 13:26:24.820165000, delta=835000 ns, racy<=2502500 ns 13:26:24.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.822000000, lastModified=2020-07-06 13:26:24.821165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.822000000, lastModified=2020-07-06 13:26:24.821165000, delta=835000 ns, racy<=2502500 ns 13:26:24.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.823000000, lastModified=2020-07-06 13:26:24.821165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.821165000 to 2020-07-06 13:26:24.822165000 13:26:24.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.823000000, lastModified=2020-07-06 13:26:24.822165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.822165000 to 2020-07-06 13:26:24.823165000 13:26:24.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.824000000, lastModified=2020-07-06 13:26:24.823165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.823165000 to 2020-07-06 13:26:24.824165000 13:26:24.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.825000000, lastModified=2020-07-06 13:26:24.824165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.825000000, lastModified=2020-07-06 13:26:24.824165000, delta=835000 ns, racy<=2502500 ns 13:26:24.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.826000000, lastModified=2020-07-06 13:26:24.825165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.825165000 to 2020-07-06 13:26:24.826165000 13:26:24.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.827000000, lastModified=2020-07-06 13:26:24.826165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.826165000 to 2020-07-06 13:26:24.827165000 13:26:24.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.828000000, lastModified=2020-07-06 13:26:24.827165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.827165000 to 2020-07-06 13:26:24.828165000 13:26:24.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.829000000, lastModified=2020-07-06 13:26:24.828165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.828165000 to 2020-07-06 13:26:24.829165000 13:26:24.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.831000000, lastModified=2020-07-06 13:26:24.830165000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.830165000 to 2020-07-06 13:26:24.831165000 13:26:24.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.833000000, lastModified=2020-07-06 13:26:24.832166000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.832166000 to 2020-07-06 13:26:24.833166000 13:26:24.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.834000000, lastModified=2020-07-06 13:26:24.833166000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.834000000, lastModified=2020-07-06 13:26:24.833166000, delta=834000 ns, racy<=2502500 ns 13:26:24.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.835000000, lastModified=2020-07-06 13:26:24.834166000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.835000000, lastModified=2020-07-06 13:26:24.834166000, delta=834000 ns, racy<=2502500 ns 13:26:24.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.836000000, lastModified=2020-07-06 13:26:24.835166000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.835166000 to 2020-07-06 13:26:24.836166000 13:26:24.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.837000000, lastModified=2020-07-06 13:26:24.836166000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.836166000 to 2020-07-06 13:26:24.837166000 13:26:24.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.839000000, lastModified=2020-07-06 13:26:24.838166000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.839000000, lastModified=2020-07-06 13:26:24.838166000, delta=834000 ns, racy<=2502500 ns 13:26:24.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.839000000, lastModified=2020-07-06 13:26:24.838166000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.838166000 to 2020-07-06 13:26:24.839166000 13:26:24.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.841000000, lastModified=2020-07-06 13:26:24.839166000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.839166000 to 2020-07-06 13:26:24.840166000 13:26:24.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.841000000, lastModified=2020-07-06 13:26:24.840166000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.841000000, lastModified=2020-07-06 13:26:24.840166000, delta=834000 ns, racy<=2502500 ns 13:26:24.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.842000000, lastModified=2020-07-06 13:26:24.841166000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.841166000 to 2020-07-06 13:26:24.842166000 13:26:24.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.843000000, lastModified=2020-07-06 13:26:24.842166000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.843000000, lastModified=2020-07-06 13:26:24.842166000, delta=834000 ns, racy<=2502500 ns 13:26:24.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.844000000, lastModified=2020-07-06 13:26:24.843166000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.843166000 to 2020-07-06 13:26:24.844166000 13:26:24.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.845000000, lastModified=2020-07-06 13:26:24.844166000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.844166000 to 2020-07-06 13:26:24.845166000 13:26:24.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.847000000, lastModified=2020-07-06 13:26:24.846166000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.847000000, lastModified=2020-07-06 13:26:24.846166000, delta=834000 ns, racy<=2502500 ns 13:26:24.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.848000000, lastModified=2020-07-06 13:26:24.847166000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.848000000, lastModified=2020-07-06 13:26:24.847166000, delta=834000 ns, racy<=2502500 ns 13:26:24.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.848000000, lastModified=2020-07-06 13:26:24.847166000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.847166000 to 2020-07-06 13:26:24.848166000 13:26:24.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.849000000, lastModified=2020-07-06 13:26:24.848166000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.890 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.848166000 to 2020-07-06 13:26:24.889167000 13:26:24.903 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.903000000, lastModified=2020-07-06 13:26:24.902167000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.908 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.902167000 to 2020-07-06 13:26:24.907167000 13:26:24.919 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.919000000, lastModified=2020-07-06 13:26:24.918167000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.923 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.918167000 to 2020-07-06 13:26:24.922167000 13:26:24.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.928000000, lastModified=2020-07-06 13:26:24.926167000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.926167000 to 2020-07-06 13:26:24.934167000 13:26:24.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.935000000, lastModified=2020-07-06 13:26:24.934167000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.934167000 to 2020-07-06 13:26:24.935167000 13:26:24.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.936000000, lastModified=2020-07-06 13:26:24.935167000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.935167000 to 2020-07-06 13:26:24.936167000 13:26:24.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.937000000, lastModified=2020-07-06 13:26:24.936167000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.937000000, lastModified=2020-07-06 13:26:24.936167000, delta=833000 ns, racy<=2502500 ns 13:26:24.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.938000000, lastModified=2020-07-06 13:26:24.937167000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.938000000, lastModified=2020-07-06 13:26:24.937167000, delta=833000 ns, racy<=2502500 ns 13:26:24.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.938000000, lastModified=2020-07-06 13:26:24.937167000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.937167000 to 2020-07-06 13:26:24.938167000 13:26:24.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.939000000, lastModified=2020-07-06 13:26:24.938167000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.939000000, lastModified=2020-07-06 13:26:24.938167000, delta=833000 ns, racy<=2502500 ns 13:26:24.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.940000000, lastModified=2020-07-06 13:26:24.938167000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.938167000 to 2020-07-06 13:26:24.939167000 13:26:24.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.941000000, lastModified=2020-07-06 13:26:24.940167000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.941000000, lastModified=2020-07-06 13:26:24.940167000, delta=833000 ns, racy<=2502500 ns 13:26:24.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.941000000, lastModified=2020-07-06 13:26:24.940167000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.940167000 to 2020-07-06 13:26:24.941168000 13:26:24.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.942000000, lastModified=2020-07-06 13:26:24.941168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.942000000, lastModified=2020-07-06 13:26:24.941168000, delta=832000 ns, racy<=2502500 ns 13:26:24.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.943000000, lastModified=2020-07-06 13:26:24.942168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.943000000, lastModified=2020-07-06 13:26:24.942168000, delta=832000 ns, racy<=2502500 ns 13:26:24.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.943000000, lastModified=2020-07-06 13:26:24.942168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.942168000 to 2020-07-06 13:26:24.943168000 13:26:24.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.944000000, lastModified=2020-07-06 13:26:24.943168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.944000000, lastModified=2020-07-06 13:26:24.943168000, delta=832000 ns, racy<=2502500 ns 13:26:24.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.945000000, lastModified=2020-07-06 13:26:24.944168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.945000000, lastModified=2020-07-06 13:26:24.944168000, delta=832000 ns, racy<=2502500 ns 13:26:24.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.946 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.946000000, lastModified=2020-07-06 13:26:24.944168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.946 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.944168000 to 2020-07-06 13:26:24.945168000 13:26:24.946 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.946000000, lastModified=2020-07-06 13:26:24.945168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.947 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.945168000 to 2020-07-06 13:26:24.946168000 13:26:24.947 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.947000000, lastModified=2020-07-06 13:26:24.946168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.948 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.947000000, lastModified=2020-07-06 13:26:24.946168000, delta=832000 ns, racy<=2502500 ns 13:26:24.948 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.948 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.948000000, lastModified=2020-07-06 13:26:24.947168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.949 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.948000000, lastModified=2020-07-06 13:26:24.947168000, delta=832000 ns, racy<=2502500 ns 13:26:24.949 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.949 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.949000000, lastModified=2020-07-06 13:26:24.948168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.949 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.949000000, lastModified=2020-07-06 13:26:24.948168000, delta=832000 ns, racy<=2502500 ns 13:26:24.949 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.950 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.950000000, lastModified=2020-07-06 13:26:24.948168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.950 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.948168000 to 2020-07-06 13:26:24.949168000 13:26:24.950 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.950000000, lastModified=2020-07-06 13:26:24.949168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.951 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.950000000, lastModified=2020-07-06 13:26:24.949168000, delta=832000 ns, racy<=2502500 ns 13:26:24.951 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.951 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.951000000, lastModified=2020-07-06 13:26:24.950168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.951 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.951000000, lastModified=2020-07-06 13:26:24.950168000, delta=832000 ns, racy<=2502500 ns 13:26:24.951 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.952 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.952000000, lastModified=2020-07-06 13:26:24.950168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.952 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.950168000 to 2020-07-06 13:26:24.951168000 13:26:24.953 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.953000000, lastModified=2020-07-06 13:26:24.951168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.953 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.951168000 to 2020-07-06 13:26:24.952168000 13:26:24.953 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.953000000, lastModified=2020-07-06 13:26:24.952168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.954 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.953000000, lastModified=2020-07-06 13:26:24.952168000, delta=832000 ns, racy<=2502500 ns 13:26:24.954 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.954 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.954000000, lastModified=2020-07-06 13:26:24.953168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.954 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.954000000, lastModified=2020-07-06 13:26:24.953168000, delta=832000 ns, racy<=2502500 ns 13:26:24.954 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.955 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.955000000, lastModified=2020-07-06 13:26:24.954168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.955 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.955000000, lastModified=2020-07-06 13:26:24.954168000, delta=832000 ns, racy<=2502500 ns 13:26:24.955 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.956 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.956000000, lastModified=2020-07-06 13:26:24.955168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.956 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.956000000, lastModified=2020-07-06 13:26:24.955168000, delta=832000 ns, racy<=2502500 ns 13:26:24.956 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.957 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.957000000, lastModified=2020-07-06 13:26:24.955168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.957 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.955168000 to 2020-07-06 13:26:24.956168000 13:26:24.957 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.957000000, lastModified=2020-07-06 13:26:24.956168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.957 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.957000000, lastModified=2020-07-06 13:26:24.956168000, delta=832000 ns, racy<=2502500 ns 13:26:24.957 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.958 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.958000000, lastModified=2020-07-06 13:26:24.957168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.958 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.958000000, lastModified=2020-07-06 13:26:24.957168000, delta=832000 ns, racy<=2502500 ns 13:26:24.958 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.958 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.958000000, lastModified=2020-07-06 13:26:24.957168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.959 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.958000000, lastModified=2020-07-06 13:26:24.957168000, delta=832000 ns, racy<=2502500 ns 13:26:24.959 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.959 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.959000000, lastModified=2020-07-06 13:26:24.958168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.959 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.959000000, lastModified=2020-07-06 13:26:24.958168000, delta=832000 ns, racy<=2502500 ns 13:26:24.959 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.960 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.960000000, lastModified=2020-07-06 13:26:24.958168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.960 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.958168000 to 2020-07-06 13:26:24.959168000 13:26:24.960 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.960000000, lastModified=2020-07-06 13:26:24.959168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.961 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.959168000 to 2020-07-06 13:26:24.960168000 13:26:24.961 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.961000000, lastModified=2020-07-06 13:26:24.960168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.962 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.960168000 to 2020-07-06 13:26:24.961168000 13:26:24.962 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.962000000, lastModified=2020-07-06 13:26:24.961168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.962 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.962000000, lastModified=2020-07-06 13:26:24.961168000, delta=832000 ns, racy<=2502500 ns 13:26:24.962 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.963 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.963000000, lastModified=2020-07-06 13:26:24.962168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.963 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.963000000, lastModified=2020-07-06 13:26:24.962168000, delta=832000 ns, racy<=2502500 ns 13:26:24.963 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.964 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.964000000, lastModified=2020-07-06 13:26:24.962168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.964 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.962168000 to 2020-07-06 13:26:24.963168000 13:26:24.964 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.964000000, lastModified=2020-07-06 13:26:24.963168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.965 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.963168000 to 2020-07-06 13:26:24.964168000 13:26:24.965 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.965000000, lastModified=2020-07-06 13:26:24.964168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.965 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.965000000, lastModified=2020-07-06 13:26:24.964168000, delta=832000 ns, racy<=2502500 ns 13:26:24.965 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.966 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.966000000, lastModified=2020-07-06 13:26:24.965168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.966 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.966000000, lastModified=2020-07-06 13:26:24.965168000, delta=832000 ns, racy<=2502500 ns 13:26:24.966 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.966 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.966000000, lastModified=2020-07-06 13:26:24.965168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.967 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.966000000, lastModified=2020-07-06 13:26:24.965168000, delta=832000 ns, racy<=2502500 ns 13:26:24.967 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.967 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.967000000, lastModified=2020-07-06 13:26:24.966168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.968 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.966168000 to 2020-07-06 13:26:24.967168000 13:26:24.968 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.968000000, lastModified=2020-07-06 13:26:24.967168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.968 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.968000000, lastModified=2020-07-06 13:26:24.967168000, delta=832000 ns, racy<=2502500 ns 13:26:24.968 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.969 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.969000000, lastModified=2020-07-06 13:26:24.968168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.969 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.969000000, lastModified=2020-07-06 13:26:24.968168000, delta=832000 ns, racy<=2502500 ns 13:26:24.969 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.969 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.969000000, lastModified=2020-07-06 13:26:24.968168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.970 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.969000000, lastModified=2020-07-06 13:26:24.968168000, delta=832000 ns, racy<=2502500 ns 13:26:24.970 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.970 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.970000000, lastModified=2020-07-06 13:26:24.969168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.971 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.969168000 to 2020-07-06 13:26:24.970168000 13:26:24.971 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.971000000, lastModified=2020-07-06 13:26:24.970168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.971 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.971000000, lastModified=2020-07-06 13:26:24.970168000, delta=832000 ns, racy<=2502500 ns 13:26:24.971 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.972 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.972000000, lastModified=2020-07-06 13:26:24.971168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.972 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.972000000, lastModified=2020-07-06 13:26:24.971168000, delta=832000 ns, racy<=2502500 ns 13:26:24.972 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.972 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.972000000, lastModified=2020-07-06 13:26:24.971168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.973 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.971168000 to 2020-07-06 13:26:24.972168000 13:26:24.973 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.973000000, lastModified=2020-07-06 13:26:24.972168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.974 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.972168000 to 2020-07-06 13:26:24.973168000 13:26:24.974 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.974000000, lastModified=2020-07-06 13:26:24.973168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.975 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.974000000, lastModified=2020-07-06 13:26:24.973168000, delta=832000 ns, racy<=2502500 ns 13:26:24.975 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.975 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.975000000, lastModified=2020-07-06 13:26:24.974168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.975 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.975000000, lastModified=2020-07-06 13:26:24.974168000, delta=832000 ns, racy<=2502500 ns 13:26:24.975 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.976 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.976000000, lastModified=2020-07-06 13:26:24.975168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.976 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.976000000, lastModified=2020-07-06 13:26:24.975168000, delta=832000 ns, racy<=2502500 ns 13:26:24.976 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.976 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.976000000, lastModified=2020-07-06 13:26:24.975168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.977 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.975168000 to 2020-07-06 13:26:24.976168000 13:26:24.977 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.977000000, lastModified=2020-07-06 13:26:24.976168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.977 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.977000000, lastModified=2020-07-06 13:26:24.976168000, delta=832000 ns, racy<=2502500 ns 13:26:24.977 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.978 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.978000000, lastModified=2020-07-06 13:26:24.977168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.978 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.978000000, lastModified=2020-07-06 13:26:24.977168000, delta=832000 ns, racy<=2502500 ns 13:26:24.978 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.979 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.979000000, lastModified=2020-07-06 13:26:24.978168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.979 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.979000000, lastModified=2020-07-06 13:26:24.978168000, delta=832000 ns, racy<=2502500 ns 13:26:24.979 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.979 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.979000000, lastModified=2020-07-06 13:26:24.978168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.980 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.978168000 to 2020-07-06 13:26:24.979168000 13:26:24.980 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.980000000, lastModified=2020-07-06 13:26:24.979168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.980 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.980000000, lastModified=2020-07-06 13:26:24.979168000, delta=832000 ns, racy<=2502500 ns 13:26:24.980 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.981 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.981000000, lastModified=2020-07-06 13:26:24.980168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.981 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.981000000, lastModified=2020-07-06 13:26:24.980168000, delta=832000 ns, racy<=2502500 ns 13:26:24.981 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.981 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.981000000, lastModified=2020-07-06 13:26:24.980168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.982 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.980168000 to 2020-07-06 13:26:24.981168000 13:26:24.982 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.982000000, lastModified=2020-07-06 13:26:24.981168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.982 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.982000000, lastModified=2020-07-06 13:26:24.981168000, delta=832000 ns, racy<=2502500 ns 13:26:24.982 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.983 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.983000000, lastModified=2020-07-06 13:26:24.982168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.983 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.983000000, lastModified=2020-07-06 13:26:24.982168000, delta=832000 ns, racy<=2502500 ns 13:26:24.983 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.984 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.984000000, lastModified=2020-07-06 13:26:24.982168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.984 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.982168000 to 2020-07-06 13:26:24.983168000 13:26:24.984 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.984000000, lastModified=2020-07-06 13:26:24.983168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.985 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.984000000, lastModified=2020-07-06 13:26:24.983168000, delta=832000 ns, racy<=2502500 ns 13:26:24.985 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.985 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.985000000, lastModified=2020-07-06 13:26:24.984168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.985 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.985000000, lastModified=2020-07-06 13:26:24.984168000, delta=832000 ns, racy<=2502500 ns 13:26:24.985 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.986 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.986000000, lastModified=2020-07-06 13:26:24.985168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.987 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.986000000, lastModified=2020-07-06 13:26:24.985168000, delta=832000 ns, racy<=2502500 ns 13:26:24.987 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.987 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.987000000, lastModified=2020-07-06 13:26:24.986168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.987 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.987000000, lastModified=2020-07-06 13:26:24.986168000, delta=832000 ns, racy<=2502500 ns 13:26:24.987 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.987 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.987000000, lastModified=2020-07-06 13:26:24.986168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.988 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.986168000 to 2020-07-06 13:26:24.987168000 13:26:24.988 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.988000000, lastModified=2020-07-06 13:26:24.987168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.988 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.988000000, lastModified=2020-07-06 13:26:24.987168000, delta=832000 ns, racy<=2502500 ns 13:26:24.988 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.989 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.989000000, lastModified=2020-07-06 13:26:24.988168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.989 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:24.989000000, lastModified=2020-07-06 13:26:24.988168000, delta=832000 ns, racy<=2502500 ns 13:26:24.989 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:24.990 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:24.990000000, lastModified=2020-07-06 13:26:24.988168000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:24.996 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.988168000 to 2020-07-06 13:26:24.994168000 13:26:25.000 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.000000000, lastModified=2020-07-06 13:26:24.999169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.001 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:24.999169000 to 2020-07-06 13:26:25.000169000 13:26:25.002 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.002000000, lastModified=2020-07-06 13:26:25.001169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.003 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.002000000, lastModified=2020-07-06 13:26:25.001169000, delta=831000 ns, racy<=2502500 ns 13:26:25.003 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.003 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.003000000, lastModified=2020-07-06 13:26:25.002169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.004 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.002169000 to 2020-07-06 13:26:25.003169000 13:26:25.004 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.004000000, lastModified=2020-07-06 13:26:25.003169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.005 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.003169000 to 2020-07-06 13:26:25.004169000 13:26:25.005 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.005000000, lastModified=2020-07-06 13:26:25.004169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.006 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.005000000, lastModified=2020-07-06 13:26:25.004169000, delta=831000 ns, racy<=2502500 ns 13:26:25.006 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.006 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.006000000, lastModified=2020-07-06 13:26:25.005169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.006 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.006000000, lastModified=2020-07-06 13:26:25.005169000, delta=831000 ns, racy<=2502500 ns 13:26:25.006 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.007 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.007000000, lastModified=2020-07-06 13:26:25.006169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.007 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.007000000, lastModified=2020-07-06 13:26:25.006169000, delta=831000 ns, racy<=2502500 ns 13:26:25.007 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.008 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.008000000, lastModified=2020-07-06 13:26:25.007169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.008 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.008000000, lastModified=2020-07-06 13:26:25.007169000, delta=831000 ns, racy<=2502500 ns 13:26:25.008 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.009 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.009000000, lastModified=2020-07-06 13:26:25.008169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.009 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.009000000, lastModified=2020-07-06 13:26:25.008169000, delta=831000 ns, racy<=2502500 ns 13:26:25.009 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.010 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.010000000, lastModified=2020-07-06 13:26:25.008169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.010 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.008169000 to 2020-07-06 13:26:25.009169000 13:26:25.010 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.010000000, lastModified=2020-07-06 13:26:25.009169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.009169000 to 2020-07-06 13:26:25.010169000 13:26:25.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.011000000, lastModified=2020-07-06 13:26:25.010169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.012 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.011000000, lastModified=2020-07-06 13:26:25.010169000, delta=831000 ns, racy<=2502500 ns 13:26:25.012 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.012 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.012000000, lastModified=2020-07-06 13:26:25.011169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.012 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.012000000, lastModified=2020-07-06 13:26:25.011169000, delta=831000 ns, racy<=2502500 ns 13:26:25.012 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.013 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.013000000, lastModified=2020-07-06 13:26:25.012169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.013 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.013000000, lastModified=2020-07-06 13:26:25.012169000, delta=831000 ns, racy<=2502500 ns 13:26:25.013 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.014 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.014000000, lastModified=2020-07-06 13:26:25.012169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.014 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.012169000 to 2020-07-06 13:26:25.013169000 13:26:25.014 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.014000000, lastModified=2020-07-06 13:26:25.013169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.015 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.013169000 to 2020-07-06 13:26:25.014169000 13:26:25.015 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.015000000, lastModified=2020-07-06 13:26:25.014169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.016 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.014169000 to 2020-07-06 13:26:25.015169000 13:26:25.017 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.017000000, lastModified=2020-07-06 13:26:25.015169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.017 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.015169000 to 2020-07-06 13:26:25.016169000 13:26:25.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.018000000, lastModified=2020-07-06 13:26:25.016169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.016169000 to 2020-07-06 13:26:25.017169000 13:26:25.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.018000000, lastModified=2020-07-06 13:26:25.017169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.019 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.017169000 to 2020-07-06 13:26:25.018169000 13:26:25.019 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.019000000, lastModified=2020-07-06 13:26:25.018169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.020 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.019000000, lastModified=2020-07-06 13:26:25.018169000, delta=831000 ns, racy<=2502500 ns 13:26:25.020 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.020 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.020000000, lastModified=2020-07-06 13:26:25.019169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.020 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.020000000, lastModified=2020-07-06 13:26:25.019169000, delta=831000 ns, racy<=2502500 ns 13:26:25.020 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.021 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.021000000, lastModified=2020-07-06 13:26:25.020169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.021 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.021000000, lastModified=2020-07-06 13:26:25.020169000, delta=831000 ns, racy<=2502500 ns 13:26:25.022 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.022 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.022000000, lastModified=2020-07-06 13:26:25.021169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.022 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.022000000, lastModified=2020-07-06 13:26:25.021169000, delta=831000 ns, racy<=2502500 ns 13:26:25.022 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.023 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.023000000, lastModified=2020-07-06 13:26:25.022169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.024 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.023000000, lastModified=2020-07-06 13:26:25.022169000, delta=831000 ns, racy<=2502500 ns 13:26:25.024 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.024 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.024000000, lastModified=2020-07-06 13:26:25.023169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.025 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.024000000, lastModified=2020-07-06 13:26:25.023169000, delta=831000 ns, racy<=2502500 ns 13:26:25.025 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.025 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.025000000, lastModified=2020-07-06 13:26:25.024169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.025 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.025000000, lastModified=2020-07-06 13:26:25.024169000, delta=831000 ns, racy<=2502500 ns 13:26:25.025 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.026 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.026000000, lastModified=2020-07-06 13:26:25.024169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.026 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.024169000 to 2020-07-06 13:26:25.025169000 13:26:25.027 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.027000000, lastModified=2020-07-06 13:26:25.025169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.027 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.025169000 to 2020-07-06 13:26:25.026169000 13:26:25.027 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.027000000, lastModified=2020-07-06 13:26:25.026169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.028 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.026169000 to 2020-07-06 13:26:25.027169000 13:26:25.028 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.028000000, lastModified=2020-07-06 13:26:25.027169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.029 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.027169000 to 2020-07-06 13:26:25.028169000 13:26:25.029 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.029000000, lastModified=2020-07-06 13:26:25.028169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.030 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.028169000 to 2020-07-06 13:26:25.029169000 13:26:25.030 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.030000000, lastModified=2020-07-06 13:26:25.029169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.031 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.030000000, lastModified=2020-07-06 13:26:25.029169000, delta=831000 ns, racy<=2502500 ns 13:26:25.031 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.031 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.031000000, lastModified=2020-07-06 13:26:25.030169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.031 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.031000000, lastModified=2020-07-06 13:26:25.030169000, delta=831000 ns, racy<=2502500 ns 13:26:25.031 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.032 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.032000000, lastModified=2020-07-06 13:26:25.031169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.032 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.032000000, lastModified=2020-07-06 13:26:25.031169000, delta=831000 ns, racy<=2502500 ns 13:26:25.032 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.032 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.032000000, lastModified=2020-07-06 13:26:25.031169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.033 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.031169000 to 2020-07-06 13:26:25.032169000 13:26:25.033 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.033000000, lastModified=2020-07-06 13:26:25.032169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.033 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.033000000, lastModified=2020-07-06 13:26:25.032169000, delta=831000 ns, racy<=2502500 ns 13:26:25.033 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.034 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.034000000, lastModified=2020-07-06 13:26:25.032169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.034 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.032169000 to 2020-07-06 13:26:25.033169000 13:26:25.034 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.034000000, lastModified=2020-07-06 13:26:25.033169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.034 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.034000000, lastModified=2020-07-06 13:26:25.033169000, delta=831000 ns, racy<=2502500 ns 13:26:25.035 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.035 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.035000000, lastModified=2020-07-06 13:26:25.034169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.035 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.035000000, lastModified=2020-07-06 13:26:25.034169000, delta=831000 ns, racy<=2502500 ns 13:26:25.035 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.035 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.035000000, lastModified=2020-07-06 13:26:25.034169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.036 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.034169000 to 2020-07-06 13:26:25.035169000 13:26:25.037 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.037000000, lastModified=2020-07-06 13:26:25.035169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.037 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.035169000 to 2020-07-06 13:26:25.036169000 13:26:25.037 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.037000000, lastModified=2020-07-06 13:26:25.036169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.038 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.036169000 to 2020-07-06 13:26:25.037169000 13:26:25.038 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.038000000, lastModified=2020-07-06 13:26:25.037169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.039 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.037169000 to 2020-07-06 13:26:25.038169000 13:26:25.039 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.039000000, lastModified=2020-07-06 13:26:25.038169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.040 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.039000000, lastModified=2020-07-06 13:26:25.038169000, delta=831000 ns, racy<=2502500 ns 13:26:25.040 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.040 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.040000000, lastModified=2020-07-06 13:26:25.039169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.040 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.040000000, lastModified=2020-07-06 13:26:25.039169000, delta=831000 ns, racy<=2502500 ns 13:26:25.040 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.041 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.041000000, lastModified=2020-07-06 13:26:25.040169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.041 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.041000000, lastModified=2020-07-06 13:26:25.040169000, delta=831000 ns, racy<=2502500 ns 13:26:25.041 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.041 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.041000000, lastModified=2020-07-06 13:26:25.040169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.042 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.040169000 to 2020-07-06 13:26:25.041169000 13:26:25.042 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.042000000, lastModified=2020-07-06 13:26:25.041169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.042 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.042000000, lastModified=2020-07-06 13:26:25.041169000, delta=831000 ns, racy<=2502500 ns 13:26:25.042 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.043 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.043000000, lastModified=2020-07-06 13:26:25.042169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.043 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.043000000, lastModified=2020-07-06 13:26:25.042169000, delta=831000 ns, racy<=2502500 ns 13:26:25.043 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.043 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.043000000, lastModified=2020-07-06 13:26:25.042169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.044 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.043000000, lastModified=2020-07-06 13:26:25.042169000, delta=831000 ns, racy<=2502500 ns 13:26:25.044 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.044 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.044000000, lastModified=2020-07-06 13:26:25.043169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.044 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.044000000, lastModified=2020-07-06 13:26:25.043169000, delta=831000 ns, racy<=2502500 ns 13:26:25.044 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.045 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.045000000, lastModified=2020-07-06 13:26:25.044169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.045 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.045000000, lastModified=2020-07-06 13:26:25.044169000, delta=831000 ns, racy<=2502500 ns 13:26:25.045 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.046 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.046000000, lastModified=2020-07-06 13:26:25.045169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.046 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.046000000, lastModified=2020-07-06 13:26:25.045169000, delta=831000 ns, racy<=2502500 ns 13:26:25.046 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.046 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.046000000, lastModified=2020-07-06 13:26:25.045169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.047 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.045169000 to 2020-07-06 13:26:25.046169000 13:26:25.047 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.047000000, lastModified=2020-07-06 13:26:25.046169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.047 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.047000000, lastModified=2020-07-06 13:26:25.046169000, delta=831000 ns, racy<=2502500 ns 13:26:25.047 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.048 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.048000000, lastModified=2020-07-06 13:26:25.047169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.047169000 to 2020-07-06 13:26:25.048169000 13:26:25.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.049000000, lastModified=2020-07-06 13:26:25.048169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.048169000 to 2020-07-06 13:26:25.049169000 13:26:25.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.050000000, lastModified=2020-07-06 13:26:25.049169000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.050000000, lastModified=2020-07-06 13:26:25.049169000, delta=831000 ns, racy<=2502500 ns 13:26:25.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.051 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.051000000, lastModified=2020-07-06 13:26:25.050170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.052 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.050170000 to 2020-07-06 13:26:25.051170000 13:26:25.052 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.052000000, lastModified=2020-07-06 13:26:25.051170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.051170000 to 2020-07-06 13:26:25.052170000 13:26:25.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.053000000, lastModified=2020-07-06 13:26:25.052170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.053000000, lastModified=2020-07-06 13:26:25.052170000, delta=830000 ns, racy<=2502500 ns 13:26:25.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.054 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.054000000, lastModified=2020-07-06 13:26:25.053170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.054 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.054000000, lastModified=2020-07-06 13:26:25.053170000, delta=830000 ns, racy<=2502500 ns 13:26:25.054 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.054 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.054000000, lastModified=2020-07-06 13:26:25.053170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.055 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.053170000 to 2020-07-06 13:26:25.054170000 13:26:25.055 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.055000000, lastModified=2020-07-06 13:26:25.054170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.055 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.055000000, lastModified=2020-07-06 13:26:25.054170000, delta=830000 ns, racy<=2502500 ns 13:26:25.055 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.056 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.056000000, lastModified=2020-07-06 13:26:25.055170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.056 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.056000000, lastModified=2020-07-06 13:26:25.055170000, delta=830000 ns, racy<=2502500 ns 13:26:25.056 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.057 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.057000000, lastModified=2020-07-06 13:26:25.056170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.057 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.057000000, lastModified=2020-07-06 13:26:25.056170000, delta=830000 ns, racy<=2502500 ns 13:26:25.057 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.058 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.058000000, lastModified=2020-07-06 13:26:25.056170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.058 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.056170000 to 2020-07-06 13:26:25.057170000 13:26:25.058 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.058000000, lastModified=2020-07-06 13:26:25.057170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.059 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.058000000, lastModified=2020-07-06 13:26:25.057170000, delta=830000 ns, racy<=2502500 ns 13:26:25.059 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.059 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.059000000, lastModified=2020-07-06 13:26:25.058170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.059 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.059000000, lastModified=2020-07-06 13:26:25.058170000, delta=830000 ns, racy<=2502500 ns 13:26:25.059 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.060 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.060000000, lastModified=2020-07-06 13:26:25.058170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.060 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.058170000 to 2020-07-06 13:26:25.059170000 13:26:25.060 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.060000000, lastModified=2020-07-06 13:26:25.059170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.061 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.059170000 to 2020-07-06 13:26:25.060170000 13:26:25.061 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.061000000, lastModified=2020-07-06 13:26:25.060170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.061 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.061000000, lastModified=2020-07-06 13:26:25.060170000, delta=830000 ns, racy<=2502500 ns 13:26:25.061 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.062 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.062000000, lastModified=2020-07-06 13:26:25.061170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.063 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.062000000, lastModified=2020-07-06 13:26:25.061170000, delta=830000 ns, racy<=2502500 ns 13:26:25.063 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.063 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.063000000, lastModified=2020-07-06 13:26:25.062170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.063 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.063000000, lastModified=2020-07-06 13:26:25.062170000, delta=830000 ns, racy<=2502500 ns 13:26:25.063 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.064 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.064000000, lastModified=2020-07-06 13:26:25.062170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.064 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.062170000 to 2020-07-06 13:26:25.063170000 13:26:25.064 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.064000000, lastModified=2020-07-06 13:26:25.063170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.064000000, lastModified=2020-07-06 13:26:25.063170000, delta=830000 ns, racy<=2502500 ns 13:26:25.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.065000000, lastModified=2020-07-06 13:26:25.064170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.065000000, lastModified=2020-07-06 13:26:25.064170000, delta=830000 ns, racy<=2502500 ns 13:26:25.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.066 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.066000000, lastModified=2020-07-06 13:26:25.065170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.066 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.066000000, lastModified=2020-07-06 13:26:25.065170000, delta=830000 ns, racy<=2502500 ns 13:26:25.066 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.066 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.066000000, lastModified=2020-07-06 13:26:25.065170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.067 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.066000000, lastModified=2020-07-06 13:26:25.065170000, delta=830000 ns, racy<=2502500 ns 13:26:25.067 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.067 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.067000000, lastModified=2020-07-06 13:26:25.066170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.067 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.067000000, lastModified=2020-07-06 13:26:25.066170000, delta=830000 ns, racy<=2502500 ns 13:26:25.067 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.068 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.068000000, lastModified=2020-07-06 13:26:25.067170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.069 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.068000000, lastModified=2020-07-06 13:26:25.067170000, delta=830000 ns, racy<=2502500 ns 13:26:25.069 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.069 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.069000000, lastModified=2020-07-06 13:26:25.068170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.069 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.069000000, lastModified=2020-07-06 13:26:25.068170000, delta=830000 ns, racy<=2502500 ns 13:26:25.069 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.070 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.070000000, lastModified=2020-07-06 13:26:25.069170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.070 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.070000000, lastModified=2020-07-06 13:26:25.069170000, delta=830000 ns, racy<=2502500 ns 13:26:25.070 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.071 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.071000000, lastModified=2020-07-06 13:26:25.070170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.071 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.071000000, lastModified=2020-07-06 13:26:25.070170000, delta=830000 ns, racy<=2502500 ns 13:26:25.071 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.072 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.072000000, lastModified=2020-07-06 13:26:25.071170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.072 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.072000000, lastModified=2020-07-06 13:26:25.071170000, delta=830000 ns, racy<=2502500 ns 13:26:25.072 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.073 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.073000000, lastModified=2020-07-06 13:26:25.071170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.073 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.071170000 to 2020-07-06 13:26:25.072170000 13:26:25.074 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.074000000, lastModified=2020-07-06 13:26:25.073170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.074 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.074000000, lastModified=2020-07-06 13:26:25.073170000, delta=830000 ns, racy<=2502500 ns 13:26:25.074 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.074 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.074000000, lastModified=2020-07-06 13:26:25.073170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.075 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.073170000 to 2020-07-06 13:26:25.074170000 13:26:25.075 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.075000000, lastModified=2020-07-06 13:26:25.074170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.075 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.075000000, lastModified=2020-07-06 13:26:25.074170000, delta=830000 ns, racy<=2502500 ns 13:26:25.075 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.076 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.076000000, lastModified=2020-07-06 13:26:25.074170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.076 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.074170000 to 2020-07-06 13:26:25.075170000 13:26:25.076 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.076000000, lastModified=2020-07-06 13:26:25.075170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.077 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.076000000, lastModified=2020-07-06 13:26:25.075170000, delta=830000 ns, racy<=2502500 ns 13:26:25.077 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.077 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.077000000, lastModified=2020-07-06 13:26:25.076170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.077 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.077000000, lastModified=2020-07-06 13:26:25.076170000, delta=830000 ns, racy<=2502500 ns 13:26:25.077 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.077 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.077000000, lastModified=2020-07-06 13:26:25.076170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.078 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.076170000 to 2020-07-06 13:26:25.077170000 13:26:25.078 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.078000000, lastModified=2020-07-06 13:26:25.077170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.079 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.077170000 to 2020-07-06 13:26:25.078170000 13:26:25.079 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.079000000, lastModified=2020-07-06 13:26:25.078170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.079 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.079000000, lastModified=2020-07-06 13:26:25.078170000, delta=830000 ns, racy<=2502500 ns 13:26:25.079 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.080 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.080000000, lastModified=2020-07-06 13:26:25.079170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.080 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.080000000, lastModified=2020-07-06 13:26:25.079170000, delta=830000 ns, racy<=2502500 ns 13:26:25.080 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.081 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.081000000, lastModified=2020-07-06 13:26:25.080170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.081 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.081000000, lastModified=2020-07-06 13:26:25.080170000, delta=830000 ns, racy<=2502500 ns 13:26:25.081 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.081 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.081000000, lastModified=2020-07-06 13:26:25.080170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.082 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.080170000 to 2020-07-06 13:26:25.081170000 13:26:25.082 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.082000000, lastModified=2020-07-06 13:26:25.081170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.083 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.081170000 to 2020-07-06 13:26:25.082170000 13:26:25.083 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.083000000, lastModified=2020-07-06 13:26:25.082170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.084 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.082170000 to 2020-07-06 13:26:25.083170000 13:26:25.084 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.084000000, lastModified=2020-07-06 13:26:25.083170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.084 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.084000000, lastModified=2020-07-06 13:26:25.083170000, delta=830000 ns, racy<=2502500 ns 13:26:25.084 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.085 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.085000000, lastModified=2020-07-06 13:26:25.084170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.086 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.084170000 to 2020-07-06 13:26:25.085170000 13:26:25.086 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.086000000, lastModified=2020-07-06 13:26:25.085170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.086 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.086000000, lastModified=2020-07-06 13:26:25.085170000, delta=830000 ns, racy<=2502500 ns 13:26:25.086 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.087 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.087000000, lastModified=2020-07-06 13:26:25.085170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.087 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.085170000 to 2020-07-06 13:26:25.086170000 13:26:25.087 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.087000000, lastModified=2020-07-06 13:26:25.086170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.088 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.086170000 to 2020-07-06 13:26:25.087170000 13:26:25.089 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.089000000, lastModified=2020-07-06 13:26:25.088170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.089 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.089000000, lastModified=2020-07-06 13:26:25.088170000, delta=830000 ns, racy<=2502500 ns 13:26:25.089 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.090 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.090000000, lastModified=2020-07-06 13:26:25.089170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.090 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.090000000, lastModified=2020-07-06 13:26:25.089170000, delta=830000 ns, racy<=2502500 ns 13:26:25.090 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.092 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.091000000, lastModified=2020-07-06 13:26:25.090170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.092 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.090170000 to 2020-07-06 13:26:25.091170000 13:26:25.095 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.095000000, lastModified=2020-07-06 13:26:25.093170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.096 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.093170000 to 2020-07-06 13:26:25.094170000 13:26:25.096 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.096000000, lastModified=2020-07-06 13:26:25.095170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.097 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.096000000, lastModified=2020-07-06 13:26:25.095170000, delta=830000 ns, racy<=2502500 ns 13:26:25.097 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.097 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.097000000, lastModified=2020-07-06 13:26:25.096170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.097 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.097000000, lastModified=2020-07-06 13:26:25.096170000, delta=830000 ns, racy<=2502500 ns 13:26:25.098 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.098 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.098000000, lastModified=2020-07-06 13:26:25.097170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.099 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.097170000 to 2020-07-06 13:26:25.098170000 13:26:25.099 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.099000000, lastModified=2020-07-06 13:26:25.098170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.100 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.098170000 to 2020-07-06 13:26:25.099170000 13:26:25.101 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.101000000, lastModified=2020-07-06 13:26:25.100170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.102 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.101000000, lastModified=2020-07-06 13:26:25.100170000, delta=830000 ns, racy<=2502500 ns 13:26:25.102 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.102 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.102000000, lastModified=2020-07-06 13:26:25.101170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.103 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.101170000 to 2020-07-06 13:26:25.102170000 13:26:25.103 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.103000000, lastModified=2020-07-06 13:26:25.102170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.104 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.102170000 to 2020-07-06 13:26:25.103170000 13:26:25.104 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.104000000, lastModified=2020-07-06 13:26:25.103170000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.105 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.103170000 to 2020-07-06 13:26:25.104171000 13:26:25.106 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.105000000, lastModified=2020-07-06 13:26:25.104171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.106 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.104171000 to 2020-07-06 13:26:25.105171000 13:26:25.107 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.107000000, lastModified=2020-07-06 13:26:25.106171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.108 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.107000000, lastModified=2020-07-06 13:26:25.106171000, delta=829000 ns, racy<=2502500 ns 13:26:25.108 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.108 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.108000000, lastModified=2020-07-06 13:26:25.107171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.109 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.107171000 to 2020-07-06 13:26:25.108171000 13:26:25.109 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.109000000, lastModified=2020-07-06 13:26:25.108171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.110 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.108171000 to 2020-07-06 13:26:25.109171000 13:26:25.110 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.110000000, lastModified=2020-07-06 13:26:25.109171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.111 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.110000000, lastModified=2020-07-06 13:26:25.109171000, delta=829000 ns, racy<=2502500 ns 13:26:25.111 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.111 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.111000000, lastModified=2020-07-06 13:26:25.110171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.111 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.111000000, lastModified=2020-07-06 13:26:25.110171000, delta=829000 ns, racy<=2502500 ns 13:26:25.111 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.112000000, lastModified=2020-07-06 13:26:25.111171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.112000000, lastModified=2020-07-06 13:26:25.111171000, delta=829000 ns, racy<=2502500 ns 13:26:25.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.112000000, lastModified=2020-07-06 13:26:25.111171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.113 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.111171000 to 2020-07-06 13:26:25.112171000 13:26:25.114 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.114000000, lastModified=2020-07-06 13:26:25.112171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.114 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.112171000 to 2020-07-06 13:26:25.113171000 13:26:25.115 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.115000000, lastModified=2020-07-06 13:26:25.114171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.116 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.115000000, lastModified=2020-07-06 13:26:25.114171000, delta=829000 ns, racy<=2502500 ns 13:26:25.116 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.116 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.116000000, lastModified=2020-07-06 13:26:25.115171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.117 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.116000000, lastModified=2020-07-06 13:26:25.115171000, delta=829000 ns, racy<=2502500 ns 13:26:25.117 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.117 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.117000000, lastModified=2020-07-06 13:26:25.116171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.118 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.116171000 to 2020-07-06 13:26:25.117171000 13:26:25.118 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.118000000, lastModified=2020-07-06 13:26:25.117171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.119 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.117171000 to 2020-07-06 13:26:25.118171000 13:26:25.119 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.119000000, lastModified=2020-07-06 13:26:25.118171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.119 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.119000000, lastModified=2020-07-06 13:26:25.118171000, delta=829000 ns, racy<=2502500 ns 13:26:25.119 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.120 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.120000000, lastModified=2020-07-06 13:26:25.119171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.121 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.119171000 to 2020-07-06 13:26:25.120171000 13:26:25.121 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.121000000, lastModified=2020-07-06 13:26:25.120171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.122 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.121000000, lastModified=2020-07-06 13:26:25.120171000, delta=829000 ns, racy<=2502500 ns 13:26:25.122 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.122 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.122000000, lastModified=2020-07-06 13:26:25.121171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.123 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.121171000 to 2020-07-06 13:26:25.122171000 13:26:25.123 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.123000000, lastModified=2020-07-06 13:26:25.122171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.124 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.122171000 to 2020-07-06 13:26:25.123171000 13:26:25.125 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.125000000, lastModified=2020-07-06 13:26:25.123171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.125 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.123171000 to 2020-07-06 13:26:25.124171000 13:26:25.126 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.126000000, lastModified=2020-07-06 13:26:25.124171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.126 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.124171000 to 2020-07-06 13:26:25.125171000 13:26:25.127 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.127000000, lastModified=2020-07-06 13:26:25.125171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.127 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.125171000 to 2020-07-06 13:26:25.126171000 13:26:25.128 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.128000000, lastModified=2020-07-06 13:26:25.126171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.128 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.126171000 to 2020-07-06 13:26:25.127171000 13:26:25.129 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.129000000, lastModified=2020-07-06 13:26:25.128171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.128171000 to 2020-07-06 13:26:25.129171000 13:26:25.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.130000000, lastModified=2020-07-06 13:26:25.129171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.131 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.130000000, lastModified=2020-07-06 13:26:25.129171000, delta=829000 ns, racy<=2502500 ns 13:26:25.131 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.131 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.131000000, lastModified=2020-07-06 13:26:25.130171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.132 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.130171000 to 2020-07-06 13:26:25.131171000 13:26:25.132 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.132000000, lastModified=2020-07-06 13:26:25.131171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.132 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.132000000, lastModified=2020-07-06 13:26:25.131171000, delta=829000 ns, racy<=2502500 ns 13:26:25.133 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.133 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.133000000, lastModified=2020-07-06 13:26:25.132171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.133 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.133000000, lastModified=2020-07-06 13:26:25.132171000, delta=829000 ns, racy<=2502500 ns 13:26:25.133 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.134 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.134000000, lastModified=2020-07-06 13:26:25.133171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.134 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.134000000, lastModified=2020-07-06 13:26:25.133171000, delta=829000 ns, racy<=2502500 ns 13:26:25.134 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.135 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.135000000, lastModified=2020-07-06 13:26:25.134171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.135 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.135000000, lastModified=2020-07-06 13:26:25.134171000, delta=829000 ns, racy<=2502500 ns 13:26:25.135 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.136 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.136000000, lastModified=2020-07-06 13:26:25.134171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.136 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.134171000 to 2020-07-06 13:26:25.135171000 13:26:25.137 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.137000000, lastModified=2020-07-06 13:26:25.136171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.137 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.137000000, lastModified=2020-07-06 13:26:25.136171000, delta=829000 ns, racy<=2502500 ns 13:26:25.137 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.137 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.137000000, lastModified=2020-07-06 13:26:25.136171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.138 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.136171000 to 2020-07-06 13:26:25.137171000 13:26:25.139 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.139000000, lastModified=2020-07-06 13:26:25.138171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.139 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.139000000, lastModified=2020-07-06 13:26:25.138171000, delta=829000 ns, racy<=2502500 ns 13:26:25.139 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.140 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.140000000, lastModified=2020-07-06 13:26:25.139171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.140 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.140000000, lastModified=2020-07-06 13:26:25.139171000, delta=829000 ns, racy<=2502500 ns 13:26:25.140 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.141 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.141000000, lastModified=2020-07-06 13:26:25.139171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.141 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.139171000 to 2020-07-06 13:26:25.140171000 13:26:25.141 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.141000000, lastModified=2020-07-06 13:26:25.140171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.142 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.140171000 to 2020-07-06 13:26:25.141171000 13:26:25.142 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.142000000, lastModified=2020-07-06 13:26:25.141171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.141171000 to 2020-07-06 13:26:25.142171000 13:26:25.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.143000000, lastModified=2020-07-06 13:26:25.142171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.143000000, lastModified=2020-07-06 13:26:25.142171000, delta=829000 ns, racy<=2502500 ns 13:26:25.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.144000000, lastModified=2020-07-06 13:26:25.143171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.143171000 to 2020-07-06 13:26:25.144171000 13:26:25.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.145000000, lastModified=2020-07-06 13:26:25.144171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.145000000, lastModified=2020-07-06 13:26:25.144171000, delta=829000 ns, racy<=2502500 ns 13:26:25.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.146000000, lastModified=2020-07-06 13:26:25.145171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.146000000, lastModified=2020-07-06 13:26:25.145171000, delta=829000 ns, racy<=2502500 ns 13:26:25.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.147 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.147000000, lastModified=2020-07-06 13:26:25.146171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.148 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.147000000, lastModified=2020-07-06 13:26:25.146171000, delta=829000 ns, racy<=2502500 ns 13:26:25.148 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.148 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.148000000, lastModified=2020-07-06 13:26:25.147171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.148000000, lastModified=2020-07-06 13:26:25.147171000, delta=829000 ns, racy<=2502500 ns 13:26:25.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.149000000, lastModified=2020-07-06 13:26:25.148171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.149000000, lastModified=2020-07-06 13:26:25.148171000, delta=829000 ns, racy<=2502500 ns 13:26:25.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.149000000, lastModified=2020-07-06 13:26:25.148171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.148171000 to 2020-07-06 13:26:25.149171000 13:26:25.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.150000000, lastModified=2020-07-06 13:26:25.149171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.150000000, lastModified=2020-07-06 13:26:25.149171000, delta=829000 ns, racy<=2502500 ns 13:26:25.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.151 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.151000000, lastModified=2020-07-06 13:26:25.149171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.151 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.149171000 to 2020-07-06 13:26:25.150171000 13:26:25.151 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.151000000, lastModified=2020-07-06 13:26:25.150171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.151000000, lastModified=2020-07-06 13:26:25.150171000, delta=829000 ns, racy<=2502500 ns 13:26:25.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.152000000, lastModified=2020-07-06 13:26:25.151171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.152000000, lastModified=2020-07-06 13:26:25.151171000, delta=829000 ns, racy<=2502500 ns 13:26:25.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.153 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.153000000, lastModified=2020-07-06 13:26:25.152171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.153 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.153000000, lastModified=2020-07-06 13:26:25.152171000, delta=829000 ns, racy<=2502500 ns 13:26:25.153 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.154 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.154000000, lastModified=2020-07-06 13:26:25.153171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.153171000 to 2020-07-06 13:26:25.154171000 13:26:25.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.155000000, lastModified=2020-07-06 13:26:25.154171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.155000000, lastModified=2020-07-06 13:26:25.154171000, delta=829000 ns, racy<=2502500 ns 13:26:25.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.156000000, lastModified=2020-07-06 13:26:25.155171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.156000000, lastModified=2020-07-06 13:26:25.155171000, delta=829000 ns, racy<=2502500 ns 13:26:25.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.156000000, lastModified=2020-07-06 13:26:25.155171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.157 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.155171000 to 2020-07-06 13:26:25.156171000 13:26:25.157 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.157000000, lastModified=2020-07-06 13:26:25.156171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.157 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.157000000, lastModified=2020-07-06 13:26:25.156171000, delta=829000 ns, racy<=2502500 ns 13:26:25.157 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.158000000, lastModified=2020-07-06 13:26:25.156171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.156171000 to 2020-07-06 13:26:25.157171000 13:26:25.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.158000000, lastModified=2020-07-06 13:26:25.157171000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.158000000, lastModified=2020-07-06 13:26:25.157171000, delta=829000 ns, racy<=2502500 ns 13:26:25.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.159000000, lastModified=2020-07-06 13:26:25.158172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.159000000, lastModified=2020-07-06 13:26:25.158172000, delta=828000 ns, racy<=2502500 ns 13:26:25.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.159000000, lastModified=2020-07-06 13:26:25.158172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.160 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.158172000 to 2020-07-06 13:26:25.159172000 13:26:25.160 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.160000000, lastModified=2020-07-06 13:26:25.159172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.160 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.160000000, lastModified=2020-07-06 13:26:25.159172000, delta=828000 ns, racy<=2502500 ns 13:26:25.160 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.161 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.161000000, lastModified=2020-07-06 13:26:25.160172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.161 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.161000000, lastModified=2020-07-06 13:26:25.160172000, delta=828000 ns, racy<=2502500 ns 13:26:25.161 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.162 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.162000000, lastModified=2020-07-06 13:26:25.161172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.162 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.162000000, lastModified=2020-07-06 13:26:25.161172000, delta=828000 ns, racy<=2502500 ns 13:26:25.162 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.163 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.163000000, lastModified=2020-07-06 13:26:25.161172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.163 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.161172000 to 2020-07-06 13:26:25.162172000 13:26:25.163 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.163000000, lastModified=2020-07-06 13:26:25.162172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.164 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.163000000, lastModified=2020-07-06 13:26:25.162172000, delta=828000 ns, racy<=2502500 ns 13:26:25.164 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.164 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.164000000, lastModified=2020-07-06 13:26:25.163172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.164 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.164000000, lastModified=2020-07-06 13:26:25.163172000, delta=828000 ns, racy<=2502500 ns 13:26:25.164 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.165 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.165000000, lastModified=2020-07-06 13:26:25.163172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.165 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.163172000 to 2020-07-06 13:26:25.164172000 13:26:25.165 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.165000000, lastModified=2020-07-06 13:26:25.164172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.166 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.165000000, lastModified=2020-07-06 13:26:25.164172000, delta=828000 ns, racy<=2502500 ns 13:26:25.166 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.166 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.166000000, lastModified=2020-07-06 13:26:25.165172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.166 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.166000000, lastModified=2020-07-06 13:26:25.165172000, delta=828000 ns, racy<=2502500 ns 13:26:25.166 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.167 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.167000000, lastModified=2020-07-06 13:26:25.165172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.167 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.165172000 to 2020-07-06 13:26:25.166172000 13:26:25.168 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.168000000, lastModified=2020-07-06 13:26:25.167172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.168 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.168000000, lastModified=2020-07-06 13:26:25.167172000, delta=828000 ns, racy<=2502500 ns 13:26:25.168 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.168 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.168000000, lastModified=2020-07-06 13:26:25.167172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.169 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.167172000 to 2020-07-06 13:26:25.168172000 13:26:25.169 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.169000000, lastModified=2020-07-06 13:26:25.168172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.169 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.169000000, lastModified=2020-07-06 13:26:25.168172000, delta=828000 ns, racy<=2502500 ns 13:26:25.169 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.169 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.169000000, lastModified=2020-07-06 13:26:25.168172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.170 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.168172000 to 2020-07-06 13:26:25.169172000 13:26:25.170 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.170000000, lastModified=2020-07-06 13:26:25.169172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.170 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.170000000, lastModified=2020-07-06 13:26:25.169172000, delta=828000 ns, racy<=2502500 ns 13:26:25.170 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.171 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.171000000, lastModified=2020-07-06 13:26:25.169172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.171 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.169172000 to 2020-07-06 13:26:25.170172000 13:26:25.171 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.171000000, lastModified=2020-07-06 13:26:25.170172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.171 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.171000000, lastModified=2020-07-06 13:26:25.170172000, delta=828000 ns, racy<=2502500 ns 13:26:25.171 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.172 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.172000000, lastModified=2020-07-06 13:26:25.171172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.172 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.172000000, lastModified=2020-07-06 13:26:25.171172000, delta=828000 ns, racy<=2502500 ns 13:26:25.172 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.172 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.172000000, lastModified=2020-07-06 13:26:25.171172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.173 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.172000000, lastModified=2020-07-06 13:26:25.171172000, delta=828000 ns, racy<=2502500 ns 13:26:25.173 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.173 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.173000000, lastModified=2020-07-06 13:26:25.172172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.173 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.173000000, lastModified=2020-07-06 13:26:25.172172000, delta=828000 ns, racy<=2502500 ns 13:26:25.173 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.173 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.173000000, lastModified=2020-07-06 13:26:25.172172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.174 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.172172000 to 2020-07-06 13:26:25.173172000 13:26:25.174 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.174000000, lastModified=2020-07-06 13:26:25.173172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.174 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.174000000, lastModified=2020-07-06 13:26:25.173172000, delta=828000 ns, racy<=2502500 ns 13:26:25.174 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.175 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.175000000, lastModified=2020-07-06 13:26:25.173172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.175 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.173172000 to 2020-07-06 13:26:25.174172000 13:26:25.175 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.175000000, lastModified=2020-07-06 13:26:25.174172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.175 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.175000000, lastModified=2020-07-06 13:26:25.174172000, delta=828000 ns, racy<=2502500 ns 13:26:25.175 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.176 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.176000000, lastModified=2020-07-06 13:26:25.175172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.176 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.176000000, lastModified=2020-07-06 13:26:25.175172000, delta=828000 ns, racy<=2502500 ns 13:26:25.176 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.176 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.176000000, lastModified=2020-07-06 13:26:25.175172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.177 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.175172000 to 2020-07-06 13:26:25.176172000 13:26:25.178 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.178000000, lastModified=2020-07-06 13:26:25.176172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.178 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.176172000 to 2020-07-06 13:26:25.177172000 13:26:25.178 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.178000000, lastModified=2020-07-06 13:26:25.177172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.179 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.177172000 to 2020-07-06 13:26:25.178172000 13:26:25.179 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.179000000, lastModified=2020-07-06 13:26:25.178172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.180 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.178172000 to 2020-07-06 13:26:25.179172000 13:26:25.180 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.180000000, lastModified=2020-07-06 13:26:25.179172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.180 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.180000000, lastModified=2020-07-06 13:26:25.179172000, delta=828000 ns, racy<=2502500 ns 13:26:25.180 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.181 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.181000000, lastModified=2020-07-06 13:26:25.180172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.181 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.181000000, lastModified=2020-07-06 13:26:25.180172000, delta=828000 ns, racy<=2502500 ns 13:26:25.181 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.182 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.182000000, lastModified=2020-07-06 13:26:25.180172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.182 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.180172000 to 2020-07-06 13:26:25.181172000 13:26:25.183 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.183000000, lastModified=2020-07-06 13:26:25.181172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.183 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.181172000 to 2020-07-06 13:26:25.182172000 13:26:25.183 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.183000000, lastModified=2020-07-06 13:26:25.182172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.184 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.183000000, lastModified=2020-07-06 13:26:25.182172000, delta=828000 ns, racy<=2502500 ns 13:26:25.184 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.184 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.184000000, lastModified=2020-07-06 13:26:25.183172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.184 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.184000000, lastModified=2020-07-06 13:26:25.183172000, delta=828000 ns, racy<=2502500 ns 13:26:25.184 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.184 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.184000000, lastModified=2020-07-06 13:26:25.183172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.185 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.183172000 to 2020-07-06 13:26:25.184172000 13:26:25.185 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.185000000, lastModified=2020-07-06 13:26:25.184172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.185 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.185000000, lastModified=2020-07-06 13:26:25.184172000, delta=828000 ns, racy<=2502500 ns 13:26:25.185 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.186 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.186000000, lastModified=2020-07-06 13:26:25.184172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.186 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.184172000 to 2020-07-06 13:26:25.185172000 13:26:25.187 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.187000000, lastModified=2020-07-06 13:26:25.185172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.187 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.185172000 to 2020-07-06 13:26:25.186172000 13:26:25.187 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.187000000, lastModified=2020-07-06 13:26:25.186172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.188 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.187000000, lastModified=2020-07-06 13:26:25.186172000, delta=828000 ns, racy<=2502500 ns 13:26:25.188 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.188 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.188000000, lastModified=2020-07-06 13:26:25.187172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.188 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.188000000, lastModified=2020-07-06 13:26:25.187172000, delta=828000 ns, racy<=2502500 ns 13:26:25.188 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.188 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.188000000, lastModified=2020-07-06 13:26:25.187172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.189 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.187172000 to 2020-07-06 13:26:25.188172000 13:26:25.189 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.189000000, lastModified=2020-07-06 13:26:25.188172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.190 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.189000000, lastModified=2020-07-06 13:26:25.188172000, delta=828000 ns, racy<=2502500 ns 13:26:25.190 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.190 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.190000000, lastModified=2020-07-06 13:26:25.189172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.190 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.190000000, lastModified=2020-07-06 13:26:25.189172000, delta=828000 ns, racy<=2502500 ns 13:26:25.190 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.202 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.202000000, lastModified=2020-07-06 13:26:25.201172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.205 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.201172000 to 2020-07-06 13:26:25.204172000 13:26:25.205 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.205000000, lastModified=2020-07-06 13:26:25.204172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.206 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.204172000 to 2020-07-06 13:26:25.205172000 13:26:25.206 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.206000000, lastModified=2020-07-06 13:26:25.205172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.206 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.206000000, lastModified=2020-07-06 13:26:25.205172000, delta=828000 ns, racy<=2502500 ns 13:26:25.206 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.207 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.207000000, lastModified=2020-07-06 13:26:25.206172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.208 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.207000000, lastModified=2020-07-06 13:26:25.206172000, delta=828000 ns, racy<=2502500 ns 13:26:25.208 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.208 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.208000000, lastModified=2020-07-06 13:26:25.207172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.208 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.208000000, lastModified=2020-07-06 13:26:25.207172000, delta=828000 ns, racy<=2502500 ns 13:26:25.208 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.209 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.209000000, lastModified=2020-07-06 13:26:25.207172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.209 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.207172000 to 2020-07-06 13:26:25.208172000 13:26:25.210 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.210000000, lastModified=2020-07-06 13:26:25.209172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.210 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.210000000, lastModified=2020-07-06 13:26:25.209172000, delta=828000 ns, racy<=2502500 ns 13:26:25.210 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.211 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.211000000, lastModified=2020-07-06 13:26:25.209172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.211 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.209172000 to 2020-07-06 13:26:25.210172000 13:26:25.212 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.212000000, lastModified=2020-07-06 13:26:25.210172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.212 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.210172000 to 2020-07-06 13:26:25.211172000 13:26:25.212 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.212000000, lastModified=2020-07-06 13:26:25.211172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.213 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.211172000 to 2020-07-06 13:26:25.212172000 13:26:25.213 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.213000000, lastModified=2020-07-06 13:26:25.212172000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.213 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.213000000, lastModified=2020-07-06 13:26:25.212172000, delta=828000 ns, racy<=2502500 ns 13:26:25.213 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.214 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.214000000, lastModified=2020-07-06 13:26:25.213173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.214 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.214000000, lastModified=2020-07-06 13:26:25.213173000, delta=827000 ns, racy<=2502500 ns 13:26:25.214 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.214 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.214000000, lastModified=2020-07-06 13:26:25.213173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.215 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.214000000, lastModified=2020-07-06 13:26:25.213173000, delta=827000 ns, racy<=2502500 ns 13:26:25.215 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.215 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.215000000, lastModified=2020-07-06 13:26:25.214173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.215 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.215000000, lastModified=2020-07-06 13:26:25.214173000, delta=827000 ns, racy<=2502500 ns 13:26:25.215 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.216 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.216000000, lastModified=2020-07-06 13:26:25.215173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.216 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.216000000, lastModified=2020-07-06 13:26:25.215173000, delta=827000 ns, racy<=2502500 ns 13:26:25.216 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.217 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.217000000, lastModified=2020-07-06 13:26:25.215173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.217 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.215173000 to 2020-07-06 13:26:25.216173000 13:26:25.218 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.217000000, lastModified=2020-07-06 13:26:25.216173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.219 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.216173000 to 2020-07-06 13:26:25.217173000 13:26:25.219 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.219000000, lastModified=2020-07-06 13:26:25.218173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.220 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.219000000, lastModified=2020-07-06 13:26:25.218173000, delta=827000 ns, racy<=2502500 ns 13:26:25.220 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.220 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.220000000, lastModified=2020-07-06 13:26:25.219173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.221 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.220000000, lastModified=2020-07-06 13:26:25.219173000, delta=827000 ns, racy<=2502500 ns 13:26:25.221 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.221 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.221000000, lastModified=2020-07-06 13:26:25.220173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.221 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.221000000, lastModified=2020-07-06 13:26:25.220173000, delta=827000 ns, racy<=2502500 ns 13:26:25.221 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.222 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.222000000, lastModified=2020-07-06 13:26:25.220173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.222 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.220173000 to 2020-07-06 13:26:25.221173000 13:26:25.223 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.223000000, lastModified=2020-07-06 13:26:25.222173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.223 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.223000000, lastModified=2020-07-06 13:26:25.222173000, delta=827000 ns, racy<=2502500 ns 13:26:25.223 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.224 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.224000000, lastModified=2020-07-06 13:26:25.223173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.225 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.223173000 to 2020-07-06 13:26:25.224173000 13:26:25.225 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.225000000, lastModified=2020-07-06 13:26:25.224173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.226 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.225000000, lastModified=2020-07-06 13:26:25.224173000, delta=827000 ns, racy<=2502500 ns 13:26:25.226 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.226 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.226000000, lastModified=2020-07-06 13:26:25.225173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.226 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.226000000, lastModified=2020-07-06 13:26:25.225173000, delta=827000 ns, racy<=2502500 ns 13:26:25.226 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.227 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.227000000, lastModified=2020-07-06 13:26:25.226173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.227 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.227000000, lastModified=2020-07-06 13:26:25.226173000, delta=827000 ns, racy<=2502500 ns 13:26:25.227 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.228 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.228000000, lastModified=2020-07-06 13:26:25.226173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.228 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.226173000 to 2020-07-06 13:26:25.227173000 13:26:25.229 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.229000000, lastModified=2020-07-06 13:26:25.227173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.229 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.227173000 to 2020-07-06 13:26:25.228173000 13:26:25.229 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.229000000, lastModified=2020-07-06 13:26:25.228173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.230 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.228173000 to 2020-07-06 13:26:25.229173000 13:26:25.230 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.230000000, lastModified=2020-07-06 13:26:25.229173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.230 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.230000000, lastModified=2020-07-06 13:26:25.229173000, delta=827000 ns, racy<=2502500 ns 13:26:25.230 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.231 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.231000000, lastModified=2020-07-06 13:26:25.230173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.231 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.231000000, lastModified=2020-07-06 13:26:25.230173000, delta=827000 ns, racy<=2502500 ns 13:26:25.231 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.232 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.232000000, lastModified=2020-07-06 13:26:25.231173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.232 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.232000000, lastModified=2020-07-06 13:26:25.231173000, delta=827000 ns, racy<=2502500 ns 13:26:25.232 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.232 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.232000000, lastModified=2020-07-06 13:26:25.231173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.233 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.231173000 to 2020-07-06 13:26:25.232173000 13:26:25.233 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.233000000, lastModified=2020-07-06 13:26:25.232173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.233 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.233000000, lastModified=2020-07-06 13:26:25.232173000, delta=827000 ns, racy<=2502500 ns 13:26:25.233 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.234 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.234000000, lastModified=2020-07-06 13:26:25.233173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.234 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.234000000, lastModified=2020-07-06 13:26:25.233173000, delta=827000 ns, racy<=2502500 ns 13:26:25.234 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.234 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.234000000, lastModified=2020-07-06 13:26:25.233173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.235 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.234000000, lastModified=2020-07-06 13:26:25.233173000, delta=827000 ns, racy<=2502500 ns 13:26:25.235 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.235 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.235000000, lastModified=2020-07-06 13:26:25.234173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.235 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.235000000, lastModified=2020-07-06 13:26:25.234173000, delta=827000 ns, racy<=2502500 ns 13:26:25.235 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.236 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.236000000, lastModified=2020-07-06 13:26:25.234173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.236 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.234173000 to 2020-07-06 13:26:25.235173000 13:26:25.236 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.236000000, lastModified=2020-07-06 13:26:25.235173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.236000000, lastModified=2020-07-06 13:26:25.235173000, delta=827000 ns, racy<=2502500 ns 13:26:25.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.237000000, lastModified=2020-07-06 13:26:25.236173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.237000000, lastModified=2020-07-06 13:26:25.236173000, delta=827000 ns, racy<=2502500 ns 13:26:25.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.238 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.238000000, lastModified=2020-07-06 13:26:25.237173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.238 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.238000000, lastModified=2020-07-06 13:26:25.237173000, delta=827000 ns, racy<=2502500 ns 13:26:25.238 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.238 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.238000000, lastModified=2020-07-06 13:26:25.237173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.239 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.237173000 to 2020-07-06 13:26:25.238173000 13:26:25.239 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.239000000, lastModified=2020-07-06 13:26:25.238173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.239 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.239000000, lastModified=2020-07-06 13:26:25.238173000, delta=827000 ns, racy<=2502500 ns 13:26:25.239 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.240 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.240000000, lastModified=2020-07-06 13:26:25.239173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.240 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.240000000, lastModified=2020-07-06 13:26:25.239173000, delta=827000 ns, racy<=2502500 ns 13:26:25.240 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.241 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.241000000, lastModified=2020-07-06 13:26:25.239173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.241 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.239173000 to 2020-07-06 13:26:25.240173000 13:26:25.241 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.241000000, lastModified=2020-07-06 13:26:25.240173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.242 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.240173000 to 2020-07-06 13:26:25.241173000 13:26:25.242 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.242000000, lastModified=2020-07-06 13:26:25.241173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.242 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.242000000, lastModified=2020-07-06 13:26:25.241173000, delta=827000 ns, racy<=2502500 ns 13:26:25.242 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.243 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.243000000, lastModified=2020-07-06 13:26:25.242173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.243 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.243000000, lastModified=2020-07-06 13:26:25.242173000, delta=827000 ns, racy<=2502500 ns 13:26:25.243 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.244 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.244000000, lastModified=2020-07-06 13:26:25.243173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.245 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.244000000, lastModified=2020-07-06 13:26:25.243173000, delta=827000 ns, racy<=2502500 ns 13:26:25.245 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.245 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.245000000, lastModified=2020-07-06 13:26:25.244173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.245 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.245000000, lastModified=2020-07-06 13:26:25.244173000, delta=827000 ns, racy<=2502500 ns 13:26:25.245 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.246 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.246000000, lastModified=2020-07-06 13:26:25.245173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.246 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.246000000, lastModified=2020-07-06 13:26:25.245173000, delta=827000 ns, racy<=2502500 ns 13:26:25.246 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.246 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.246000000, lastModified=2020-07-06 13:26:25.245173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.247 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.245173000 to 2020-07-06 13:26:25.246173000 13:26:25.247 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.247000000, lastModified=2020-07-06 13:26:25.246173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.248 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.246173000 to 2020-07-06 13:26:25.247173000 13:26:25.249 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.249000000, lastModified=2020-07-06 13:26:25.247173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.249 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.247173000 to 2020-07-06 13:26:25.248173000 13:26:25.249 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.249000000, lastModified=2020-07-06 13:26:25.248173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.250 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.249000000, lastModified=2020-07-06 13:26:25.248173000, delta=827000 ns, racy<=2502500 ns 13:26:25.250 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.250 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.250000000, lastModified=2020-07-06 13:26:25.249173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.250 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.250000000, lastModified=2020-07-06 13:26:25.249173000, delta=827000 ns, racy<=2502500 ns 13:26:25.250 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.251 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.251000000, lastModified=2020-07-06 13:26:25.249173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.251 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.249173000 to 2020-07-06 13:26:25.250173000 13:26:25.251 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.251000000, lastModified=2020-07-06 13:26:25.250173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.252 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.251000000, lastModified=2020-07-06 13:26:25.250173000, delta=827000 ns, racy<=2502500 ns 13:26:25.252 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.252 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.252000000, lastModified=2020-07-06 13:26:25.251173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.252 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.252000000, lastModified=2020-07-06 13:26:25.251173000, delta=827000 ns, racy<=2502500 ns 13:26:25.252 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.253 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.253000000, lastModified=2020-07-06 13:26:25.251173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.253 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.251173000 to 2020-07-06 13:26:25.252173000 13:26:25.253 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.253000000, lastModified=2020-07-06 13:26:25.252173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.254 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.253000000, lastModified=2020-07-06 13:26:25.252173000, delta=827000 ns, racy<=2502500 ns 13:26:25.254 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.254 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.254000000, lastModified=2020-07-06 13:26:25.253173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.254 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.254000000, lastModified=2020-07-06 13:26:25.253173000, delta=827000 ns, racy<=2502500 ns 13:26:25.254 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.255 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.255000000, lastModified=2020-07-06 13:26:25.253173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.255 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.253173000 to 2020-07-06 13:26:25.254173000 13:26:25.255 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.255000000, lastModified=2020-07-06 13:26:25.254173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.256 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.255000000, lastModified=2020-07-06 13:26:25.254173000, delta=827000 ns, racy<=2502500 ns 13:26:25.256 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.256 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.256000000, lastModified=2020-07-06 13:26:25.255173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.256 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.256000000, lastModified=2020-07-06 13:26:25.255173000, delta=827000 ns, racy<=2502500 ns 13:26:25.256 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.257 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.257000000, lastModified=2020-07-06 13:26:25.256173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.257 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.257000000, lastModified=2020-07-06 13:26:25.256173000, delta=827000 ns, racy<=2502500 ns 13:26:25.257 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.257 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.257000000, lastModified=2020-07-06 13:26:25.256173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.258 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.256173000 to 2020-07-06 13:26:25.257173000 13:26:25.258 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.258000000, lastModified=2020-07-06 13:26:25.257173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.259 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.258000000, lastModified=2020-07-06 13:26:25.257173000, delta=827000 ns, racy<=2502500 ns 13:26:25.259 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.259 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.259000000, lastModified=2020-07-06 13:26:25.258173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.259 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.259000000, lastModified=2020-07-06 13:26:25.258173000, delta=827000 ns, racy<=2502500 ns 13:26:25.259 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.260 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.260000000, lastModified=2020-07-06 13:26:25.259173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.260 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.260000000, lastModified=2020-07-06 13:26:25.259173000, delta=827000 ns, racy<=2502500 ns 13:26:25.260 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.260 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.260000000, lastModified=2020-07-06 13:26:25.259173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.261 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.259173000 to 2020-07-06 13:26:25.260173000 13:26:25.261 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.261000000, lastModified=2020-07-06 13:26:25.260173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.262 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.260173000 to 2020-07-06 13:26:25.261173000 13:26:25.262 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.262000000, lastModified=2020-07-06 13:26:25.261173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.263 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.262000000, lastModified=2020-07-06 13:26:25.261173000, delta=827000 ns, racy<=2502500 ns 13:26:25.263 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.263 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.263000000, lastModified=2020-07-06 13:26:25.262173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.264 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.262173000 to 2020-07-06 13:26:25.263173000 13:26:25.264 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.264000000, lastModified=2020-07-06 13:26:25.263173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.263173000 to 2020-07-06 13:26:25.264173000 13:26:25.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.265000000, lastModified=2020-07-06 13:26:25.264173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.266 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.264173000 to 2020-07-06 13:26:25.265173000 13:26:25.266 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.266000000, lastModified=2020-07-06 13:26:25.265173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.267 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.266000000, lastModified=2020-07-06 13:26:25.265173000, delta=827000 ns, racy<=2502500 ns 13:26:25.267 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.267 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.267000000, lastModified=2020-07-06 13:26:25.266173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.267 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.267000000, lastModified=2020-07-06 13:26:25.266173000, delta=827000 ns, racy<=2502500 ns 13:26:25.267 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.268 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.268000000, lastModified=2020-07-06 13:26:25.266173000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.268 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.266173000 to 2020-07-06 13:26:25.267174000 13:26:25.268 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.268000000, lastModified=2020-07-06 13:26:25.267174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.269 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.267174000 to 2020-07-06 13:26:25.268174000 13:26:25.269 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.269000000, lastModified=2020-07-06 13:26:25.268174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.269 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.269000000, lastModified=2020-07-06 13:26:25.268174000, delta=826000 ns, racy<=2502500 ns 13:26:25.269 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.270 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.270000000, lastModified=2020-07-06 13:26:25.269174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.270 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.270000000, lastModified=2020-07-06 13:26:25.269174000, delta=826000 ns, racy<=2502500 ns 13:26:25.270 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.271 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.271000000, lastModified=2020-07-06 13:26:25.270174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.271 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.271000000, lastModified=2020-07-06 13:26:25.270174000, delta=826000 ns, racy<=2502500 ns 13:26:25.271 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.271 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.271000000, lastModified=2020-07-06 13:26:25.270174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.272 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.271000000, lastModified=2020-07-06 13:26:25.270174000, delta=826000 ns, racy<=2502500 ns 13:26:25.272 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.272 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.272000000, lastModified=2020-07-06 13:26:25.271174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.272 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.272000000, lastModified=2020-07-06 13:26:25.271174000, delta=826000 ns, racy<=2502500 ns 13:26:25.272 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.273 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.273000000, lastModified=2020-07-06 13:26:25.271174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.273 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.271174000 to 2020-07-06 13:26:25.272174000 13:26:25.273 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.273000000, lastModified=2020-07-06 13:26:25.272174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.274 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.272174000 to 2020-07-06 13:26:25.273174000 13:26:25.274 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.274000000, lastModified=2020-07-06 13:26:25.273174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.274 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.274000000, lastModified=2020-07-06 13:26:25.273174000, delta=826000 ns, racy<=2502500 ns 13:26:25.274 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.275 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.275000000, lastModified=2020-07-06 13:26:25.274174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.275 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.275000000, lastModified=2020-07-06 13:26:25.274174000, delta=826000 ns, racy<=2502500 ns 13:26:25.275 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.275 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.275000000, lastModified=2020-07-06 13:26:25.274174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.276 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.274174000 to 2020-07-06 13:26:25.275174000 13:26:25.277 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.277000000, lastModified=2020-07-06 13:26:25.275174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.277 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.275174000 to 2020-07-06 13:26:25.276174000 13:26:25.277 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.277000000, lastModified=2020-07-06 13:26:25.276174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.278 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.277000000, lastModified=2020-07-06 13:26:25.276174000, delta=826000 ns, racy<=2502500 ns 13:26:25.278 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.278 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.278000000, lastModified=2020-07-06 13:26:25.277174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.278 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.278000000, lastModified=2020-07-06 13:26:25.277174000, delta=826000 ns, racy<=2502500 ns 13:26:25.278 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.278 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.278000000, lastModified=2020-07-06 13:26:25.277174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.279 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.277174000 to 2020-07-06 13:26:25.278174000 13:26:25.279 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.279000000, lastModified=2020-07-06 13:26:25.278174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.279 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.279000000, lastModified=2020-07-06 13:26:25.278174000, delta=826000 ns, racy<=2502500 ns 13:26:25.279 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.280 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.280000000, lastModified=2020-07-06 13:26:25.278174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.280 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.278174000 to 2020-07-06 13:26:25.279174000 13:26:25.280 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.280000000, lastModified=2020-07-06 13:26:25.279174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.281 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.280000000, lastModified=2020-07-06 13:26:25.279174000, delta=826000 ns, racy<=2502500 ns 13:26:25.281 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.281 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.281000000, lastModified=2020-07-06 13:26:25.280174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.281 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.281000000, lastModified=2020-07-06 13:26:25.280174000, delta=826000 ns, racy<=2502500 ns 13:26:25.281 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.282 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.282000000, lastModified=2020-07-06 13:26:25.280174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.282 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.280174000 to 2020-07-06 13:26:25.281174000 13:26:25.282 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.282000000, lastModified=2020-07-06 13:26:25.281174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.283 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.282000000, lastModified=2020-07-06 13:26:25.281174000, delta=826000 ns, racy<=2502500 ns 13:26:25.283 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.283 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.283000000, lastModified=2020-07-06 13:26:25.282174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.283 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.283000000, lastModified=2020-07-06 13:26:25.282174000, delta=826000 ns, racy<=2502500 ns 13:26:25.283 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.284 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.284000000, lastModified=2020-07-06 13:26:25.282174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.284 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.282174000 to 2020-07-06 13:26:25.283174000 13:26:25.284 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.284000000, lastModified=2020-07-06 13:26:25.283174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.284 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.284000000, lastModified=2020-07-06 13:26:25.283174000, delta=826000 ns, racy<=2502500 ns 13:26:25.284 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.285 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.285000000, lastModified=2020-07-06 13:26:25.284174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.285 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.285000000, lastModified=2020-07-06 13:26:25.284174000, delta=826000 ns, racy<=2502500 ns 13:26:25.285 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.285 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.285000000, lastModified=2020-07-06 13:26:25.284174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.286 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.284174000 to 2020-07-06 13:26:25.285174000 13:26:25.286 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.286000000, lastModified=2020-07-06 13:26:25.285174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.287 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.285174000 to 2020-07-06 13:26:25.286174000 13:26:25.287 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.287000000, lastModified=2020-07-06 13:26:25.286174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.287 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.287000000, lastModified=2020-07-06 13:26:25.286174000, delta=826000 ns, racy<=2502500 ns 13:26:25.287 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.288 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.288000000, lastModified=2020-07-06 13:26:25.287174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.288 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.288000000, lastModified=2020-07-06 13:26:25.287174000, delta=826000 ns, racy<=2502500 ns 13:26:25.288 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.288 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.288000000, lastModified=2020-07-06 13:26:25.287174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.289 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.287174000 to 2020-07-06 13:26:25.288174000 13:26:25.290 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.290000000, lastModified=2020-07-06 13:26:25.288174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.301 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.288174000 to 2020-07-06 13:26:25.300174000 13:26:25.303 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.303000000, lastModified=2020-07-06 13:26:25.302174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.303 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.303000000, lastModified=2020-07-06 13:26:25.302174000, delta=826000 ns, racy<=2502500 ns 13:26:25.303 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.304 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.304000000, lastModified=2020-07-06 13:26:25.302174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.304 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.302174000 to 2020-07-06 13:26:25.303174000 13:26:25.304 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.304000000, lastModified=2020-07-06 13:26:25.303174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.305 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.304000000, lastModified=2020-07-06 13:26:25.303174000, delta=826000 ns, racy<=2502500 ns 13:26:25.305 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.305 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.305000000, lastModified=2020-07-06 13:26:25.304174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.305 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.305000000, lastModified=2020-07-06 13:26:25.304174000, delta=826000 ns, racy<=2502500 ns 13:26:25.305 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.305 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.305000000, lastModified=2020-07-06 13:26:25.304174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.306 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.304174000 to 2020-07-06 13:26:25.305174000 13:26:25.306 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.306000000, lastModified=2020-07-06 13:26:25.305174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.307 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.306000000, lastModified=2020-07-06 13:26:25.305174000, delta=826000 ns, racy<=2502500 ns 13:26:25.307 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.307 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.307000000, lastModified=2020-07-06 13:26:25.306174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.307 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.307000000, lastModified=2020-07-06 13:26:25.306174000, delta=826000 ns, racy<=2502500 ns 13:26:25.307 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.308 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.308000000, lastModified=2020-07-06 13:26:25.306174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.308 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.306174000 to 2020-07-06 13:26:25.307174000 13:26:25.308 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.308000000, lastModified=2020-07-06 13:26:25.307174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.308 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.308000000, lastModified=2020-07-06 13:26:25.307174000, delta=826000 ns, racy<=2502500 ns 13:26:25.308 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.309 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.309000000, lastModified=2020-07-06 13:26:25.308174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.309 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.309000000, lastModified=2020-07-06 13:26:25.308174000, delta=826000 ns, racy<=2502500 ns 13:26:25.309 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.309 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.309000000, lastModified=2020-07-06 13:26:25.308174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.310 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.308174000 to 2020-07-06 13:26:25.309174000 13:26:25.311 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.311000000, lastModified=2020-07-06 13:26:25.309174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.311 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.309174000 to 2020-07-06 13:26:25.310174000 13:26:25.311 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.311000000, lastModified=2020-07-06 13:26:25.310174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.312 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.310174000 to 2020-07-06 13:26:25.311174000 13:26:25.312 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.312000000, lastModified=2020-07-06 13:26:25.311174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.312000000, lastModified=2020-07-06 13:26:25.311174000, delta=826000 ns, racy<=2502500 ns 13:26:25.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.313000000, lastModified=2020-07-06 13:26:25.312174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.313000000, lastModified=2020-07-06 13:26:25.312174000, delta=826000 ns, racy<=2502500 ns 13:26:25.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.314 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.314000000, lastModified=2020-07-06 13:26:25.312174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.314 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.312174000 to 2020-07-06 13:26:25.313174000 13:26:25.315 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.315000000, lastModified=2020-07-06 13:26:25.314174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.315 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.315000000, lastModified=2020-07-06 13:26:25.314174000, delta=826000 ns, racy<=2502500 ns 13:26:25.315 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.315 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.315000000, lastModified=2020-07-06 13:26:25.314174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.316 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.314174000 to 2020-07-06 13:26:25.315174000 13:26:25.316 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.316000000, lastModified=2020-07-06 13:26:25.315174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.317 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.315174000 to 2020-07-06 13:26:25.316174000 13:26:25.317 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.317000000, lastModified=2020-07-06 13:26:25.316174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.318 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.316174000 to 2020-07-06 13:26:25.317174000 13:26:25.318 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.318000000, lastModified=2020-07-06 13:26:25.317174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.319 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.317174000 to 2020-07-06 13:26:25.318174000 13:26:25.319 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.319000000, lastModified=2020-07-06 13:26:25.318174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.320 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.319000000, lastModified=2020-07-06 13:26:25.318174000, delta=826000 ns, racy<=2502500 ns 13:26:25.320 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.320 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.320000000, lastModified=2020-07-06 13:26:25.319174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.320 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.320000000, lastModified=2020-07-06 13:26:25.319174000, delta=826000 ns, racy<=2502500 ns 13:26:25.320 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.320 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.320000000, lastModified=2020-07-06 13:26:25.319174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.321 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.319174000 to 2020-07-06 13:26:25.320174000 13:26:25.322 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.322000000, lastModified=2020-07-06 13:26:25.320174000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.322 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.320174000 to 2020-07-06 13:26:25.321175000 13:26:25.322 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.322000000, lastModified=2020-07-06 13:26:25.321175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.323 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.321175000 to 2020-07-06 13:26:25.322175000 13:26:25.323 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.323000000, lastModified=2020-07-06 13:26:25.322175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.324 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.322175000 to 2020-07-06 13:26:25.323175000 13:26:25.324 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.324000000, lastModified=2020-07-06 13:26:25.323175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.324 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.324000000, lastModified=2020-07-06 13:26:25.323175000, delta=825000 ns, racy<=2502500 ns 13:26:25.324 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.325 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.325000000, lastModified=2020-07-06 13:26:25.323175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.325 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.323175000 to 2020-07-06 13:26:25.324175000 13:26:25.326 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.326000000, lastModified=2020-07-06 13:26:25.325175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.326 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.326000000, lastModified=2020-07-06 13:26:25.325175000, delta=825000 ns, racy<=2502500 ns 13:26:25.326 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.326 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.326000000, lastModified=2020-07-06 13:26:25.325175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.327 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.326000000, lastModified=2020-07-06 13:26:25.325175000, delta=825000 ns, racy<=2502500 ns 13:26:25.327 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.327 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.327000000, lastModified=2020-07-06 13:26:25.326175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.327 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.327000000, lastModified=2020-07-06 13:26:25.326175000, delta=825000 ns, racy<=2502500 ns 13:26:25.327 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.328 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.328000000, lastModified=2020-07-06 13:26:25.326175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.328 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.326175000 to 2020-07-06 13:26:25.327175000 13:26:25.329 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.329000000, lastModified=2020-07-06 13:26:25.328175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.329 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.329000000, lastModified=2020-07-06 13:26:25.328175000, delta=825000 ns, racy<=2502500 ns 13:26:25.329 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.330 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.330000000, lastModified=2020-07-06 13:26:25.328175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.330 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.328175000 to 2020-07-06 13:26:25.329175000 13:26:25.330 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.330000000, lastModified=2020-07-06 13:26:25.329175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.331 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.330000000, lastModified=2020-07-06 13:26:25.329175000, delta=825000 ns, racy<=2502500 ns 13:26:25.331 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.331 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.331000000, lastModified=2020-07-06 13:26:25.330175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.331 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.331000000, lastModified=2020-07-06 13:26:25.330175000, delta=825000 ns, racy<=2502500 ns 13:26:25.331 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.332 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.332000000, lastModified=2020-07-06 13:26:25.331175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.332 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.332000000, lastModified=2020-07-06 13:26:25.331175000, delta=825000 ns, racy<=2502500 ns 13:26:25.332 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.333 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.333000000, lastModified=2020-07-06 13:26:25.332175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.333 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.333000000, lastModified=2020-07-06 13:26:25.332175000, delta=825000 ns, racy<=2502500 ns 13:26:25.333 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.334 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.334000000, lastModified=2020-07-06 13:26:25.332175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.334 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.332175000 to 2020-07-06 13:26:25.333175000 13:26:25.334 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.334000000, lastModified=2020-07-06 13:26:25.333175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.335 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.334000000, lastModified=2020-07-06 13:26:25.333175000, delta=825000 ns, racy<=2502500 ns 13:26:25.335 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.335 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.335000000, lastModified=2020-07-06 13:26:25.334175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.335 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.335000000, lastModified=2020-07-06 13:26:25.334175000, delta=825000 ns, racy<=2502500 ns 13:26:25.335 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.335 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.335000000, lastModified=2020-07-06 13:26:25.334175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.336 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.334175000 to 2020-07-06 13:26:25.335175000 13:26:25.336 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.336000000, lastModified=2020-07-06 13:26:25.335175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.337 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.335175000 to 2020-07-06 13:26:25.336175000 13:26:25.337 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.337000000, lastModified=2020-07-06 13:26:25.336175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.338 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.336175000 to 2020-07-06 13:26:25.337175000 13:26:25.338 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.338000000, lastModified=2020-07-06 13:26:25.337175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.339 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.338000000, lastModified=2020-07-06 13:26:25.337175000, delta=825000 ns, racy<=2502500 ns 13:26:25.339 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.339 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.339000000, lastModified=2020-07-06 13:26:25.338175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.340 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.339000000, lastModified=2020-07-06 13:26:25.338175000, delta=825000 ns, racy<=2502500 ns 13:26:25.340 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.340 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.340000000, lastModified=2020-07-06 13:26:25.339175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.341 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.339175000 to 2020-07-06 13:26:25.340175000 13:26:25.341 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.341000000, lastModified=2020-07-06 13:26:25.340175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.341 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.341000000, lastModified=2020-07-06 13:26:25.340175000, delta=825000 ns, racy<=2502500 ns 13:26:25.341 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.342 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.342000000, lastModified=2020-07-06 13:26:25.341175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.342 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.342000000, lastModified=2020-07-06 13:26:25.341175000, delta=825000 ns, racy<=2502500 ns 13:26:25.342 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.342 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.342000000, lastModified=2020-07-06 13:26:25.341175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.343 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.342000000, lastModified=2020-07-06 13:26:25.341175000, delta=825000 ns, racy<=2502500 ns 13:26:25.343 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.343 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.343000000, lastModified=2020-07-06 13:26:25.342175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.343 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.343000000, lastModified=2020-07-06 13:26:25.342175000, delta=825000 ns, racy<=2502500 ns 13:26:25.343 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.344 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.344000000, lastModified=2020-07-06 13:26:25.343175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.344 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.344000000, lastModified=2020-07-06 13:26:25.343175000, delta=825000 ns, racy<=2502500 ns 13:26:25.344 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.345 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.345000000, lastModified=2020-07-06 13:26:25.344175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.345 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.345000000, lastModified=2020-07-06 13:26:25.344175000, delta=825000 ns, racy<=2502500 ns 13:26:25.345 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.346 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.346000000, lastModified=2020-07-06 13:26:25.345175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.346 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.346000000, lastModified=2020-07-06 13:26:25.345175000, delta=825000 ns, racy<=2502500 ns 13:26:25.346 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.347 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.347000000, lastModified=2020-07-06 13:26:25.345175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.347 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.345175000 to 2020-07-06 13:26:25.346175000 13:26:25.347 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.347000000, lastModified=2020-07-06 13:26:25.346175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.348 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.346175000 to 2020-07-06 13:26:25.347175000 13:26:25.348 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.348000000, lastModified=2020-07-06 13:26:25.347175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.349 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.347175000 to 2020-07-06 13:26:25.348175000 13:26:25.349 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.349000000, lastModified=2020-07-06 13:26:25.348175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.350 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.349000000, lastModified=2020-07-06 13:26:25.348175000, delta=825000 ns, racy<=2502500 ns 13:26:25.350 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.350 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.350000000, lastModified=2020-07-06 13:26:25.349175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.350 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.350000000, lastModified=2020-07-06 13:26:25.349175000, delta=825000 ns, racy<=2502500 ns 13:26:25.350 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.351 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.351000000, lastModified=2020-07-06 13:26:25.350175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.351 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.351000000, lastModified=2020-07-06 13:26:25.350175000, delta=825000 ns, racy<=2502500 ns 13:26:25.351 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.351 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.351000000, lastModified=2020-07-06 13:26:25.350175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.352 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.350175000 to 2020-07-06 13:26:25.351175000 13:26:25.352 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.352000000, lastModified=2020-07-06 13:26:25.351175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.352 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.352000000, lastModified=2020-07-06 13:26:25.351175000, delta=825000 ns, racy<=2502500 ns 13:26:25.352 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.353 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.353000000, lastModified=2020-07-06 13:26:25.352175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.353 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.353000000, lastModified=2020-07-06 13:26:25.352175000, delta=825000 ns, racy<=2502500 ns 13:26:25.353 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.353 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.353000000, lastModified=2020-07-06 13:26:25.352175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.354 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.352175000 to 2020-07-06 13:26:25.353175000 13:26:25.355 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.355000000, lastModified=2020-07-06 13:26:25.353175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.355 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.353175000 to 2020-07-06 13:26:25.354175000 13:26:25.355 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.355000000, lastModified=2020-07-06 13:26:25.354175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.356 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.354175000 to 2020-07-06 13:26:25.355175000 13:26:25.356 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.356000000, lastModified=2020-07-06 13:26:25.355175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.357 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.355175000 to 2020-07-06 13:26:25.356175000 13:26:25.357 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.357000000, lastModified=2020-07-06 13:26:25.356175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.358 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.357000000, lastModified=2020-07-06 13:26:25.356175000, delta=825000 ns, racy<=2502500 ns 13:26:25.358 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.358 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.358000000, lastModified=2020-07-06 13:26:25.357175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.358 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.358000000, lastModified=2020-07-06 13:26:25.357175000, delta=825000 ns, racy<=2502500 ns 13:26:25.358 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.359 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.359000000, lastModified=2020-07-06 13:26:25.358175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.359 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.359000000, lastModified=2020-07-06 13:26:25.358175000, delta=825000 ns, racy<=2502500 ns 13:26:25.359 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.359 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.359000000, lastModified=2020-07-06 13:26:25.358175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.360 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.358175000 to 2020-07-06 13:26:25.359175000 13:26:25.360 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.360000000, lastModified=2020-07-06 13:26:25.359175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.360 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.360000000, lastModified=2020-07-06 13:26:25.359175000, delta=825000 ns, racy<=2502500 ns 13:26:25.360 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.361 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.361000000, lastModified=2020-07-06 13:26:25.360175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.361 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.361000000, lastModified=2020-07-06 13:26:25.360175000, delta=825000 ns, racy<=2502500 ns 13:26:25.361 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.362 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.362000000, lastModified=2020-07-06 13:26:25.360175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.362 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.360175000 to 2020-07-06 13:26:25.361175000 13:26:25.363 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.363000000, lastModified=2020-07-06 13:26:25.361175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.363 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.361175000 to 2020-07-06 13:26:25.362175000 13:26:25.364 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.364000000, lastModified=2020-07-06 13:26:25.362175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.364 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.362175000 to 2020-07-06 13:26:25.363175000 13:26:25.364 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.364000000, lastModified=2020-07-06 13:26:25.363175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.365 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.363175000 to 2020-07-06 13:26:25.364175000 13:26:25.365 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.365000000, lastModified=2020-07-06 13:26:25.364175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.366 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.365000000, lastModified=2020-07-06 13:26:25.364175000, delta=825000 ns, racy<=2502500 ns 13:26:25.366 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.366 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.366000000, lastModified=2020-07-06 13:26:25.365175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.366 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.366000000, lastModified=2020-07-06 13:26:25.365175000, delta=825000 ns, racy<=2502500 ns 13:26:25.366 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.367 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.367000000, lastModified=2020-07-06 13:26:25.366175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.367 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.367000000, lastModified=2020-07-06 13:26:25.366175000, delta=825000 ns, racy<=2502500 ns 13:26:25.367 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.368 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.368000000, lastModified=2020-07-06 13:26:25.366175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.368 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.366175000 to 2020-07-06 13:26:25.367175000 13:26:25.369 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.368000000, lastModified=2020-07-06 13:26:25.367175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.369 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.367175000 to 2020-07-06 13:26:25.368175000 13:26:25.369 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.369000000, lastModified=2020-07-06 13:26:25.368175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.370 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.369000000, lastModified=2020-07-06 13:26:25.368175000, delta=825000 ns, racy<=2502500 ns 13:26:25.370 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.370 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.370000000, lastModified=2020-07-06 13:26:25.369175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.370 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.370000000, lastModified=2020-07-06 13:26:25.369175000, delta=825000 ns, racy<=2502500 ns 13:26:25.370 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.371 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.371000000, lastModified=2020-07-06 13:26:25.370175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.371 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.371000000, lastModified=2020-07-06 13:26:25.370175000, delta=825000 ns, racy<=2502500 ns 13:26:25.371 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.371 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.371000000, lastModified=2020-07-06 13:26:25.370175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.372 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.370175000 to 2020-07-06 13:26:25.371175000 13:26:25.372 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.372000000, lastModified=2020-07-06 13:26:25.371175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.372 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.372000000, lastModified=2020-07-06 13:26:25.371175000, delta=825000 ns, racy<=2502500 ns 13:26:25.372 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.373 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.373000000, lastModified=2020-07-06 13:26:25.372175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.374 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.373000000, lastModified=2020-07-06 13:26:25.372175000, delta=825000 ns, racy<=2502500 ns 13:26:25.374 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.374 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.374000000, lastModified=2020-07-06 13:26:25.373175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.374 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.374000000, lastModified=2020-07-06 13:26:25.373175000, delta=825000 ns, racy<=2502500 ns 13:26:25.374 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.375 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.375000000, lastModified=2020-07-06 13:26:25.373175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.375 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.373175000 to 2020-07-06 13:26:25.374175000 13:26:25.375 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.375000000, lastModified=2020-07-06 13:26:25.374175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.376 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.374175000 to 2020-07-06 13:26:25.375175000 13:26:25.376 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.376000000, lastModified=2020-07-06 13:26:25.375175000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.377 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.375175000 to 2020-07-06 13:26:25.376176000 13:26:25.377 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.377000000, lastModified=2020-07-06 13:26:25.376176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.378 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.377000000, lastModified=2020-07-06 13:26:25.376176000, delta=824000 ns, racy<=2502500 ns 13:26:25.378 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.378 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.378000000, lastModified=2020-07-06 13:26:25.377176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.379 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.377176000 to 2020-07-06 13:26:25.378176000 13:26:25.379 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.379000000, lastModified=2020-07-06 13:26:25.378176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.380 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.379000000, lastModified=2020-07-06 13:26:25.378176000, delta=824000 ns, racy<=2502500 ns 13:26:25.380 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.380 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.380000000, lastModified=2020-07-06 13:26:25.379176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.381 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.379176000 to 2020-07-06 13:26:25.380176000 13:26:25.381 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.381000000, lastModified=2020-07-06 13:26:25.380176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.381 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.381000000, lastModified=2020-07-06 13:26:25.380176000, delta=824000 ns, racy<=2502500 ns 13:26:25.381 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.382 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.382000000, lastModified=2020-07-06 13:26:25.381176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.382 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.382000000, lastModified=2020-07-06 13:26:25.381176000, delta=824000 ns, racy<=2502500 ns 13:26:25.382 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.382 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.382000000, lastModified=2020-07-06 13:26:25.381176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.383 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.382000000, lastModified=2020-07-06 13:26:25.381176000, delta=824000 ns, racy<=2502500 ns 13:26:25.383 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.383 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.383000000, lastModified=2020-07-06 13:26:25.382176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.383 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.383000000, lastModified=2020-07-06 13:26:25.382176000, delta=824000 ns, racy<=2502500 ns 13:26:25.383 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.384 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.384000000, lastModified=2020-07-06 13:26:25.382176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.384 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.382176000 to 2020-07-06 13:26:25.383176000 13:26:25.384 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.384000000, lastModified=2020-07-06 13:26:25.383176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.384 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.384000000, lastModified=2020-07-06 13:26:25.383176000, delta=824000 ns, racy<=2502500 ns 13:26:25.384 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.385 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.385000000, lastModified=2020-07-06 13:26:25.384176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.385 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.385000000, lastModified=2020-07-06 13:26:25.384176000, delta=824000 ns, racy<=2502500 ns 13:26:25.385 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.385 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.385000000, lastModified=2020-07-06 13:26:25.384176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.386 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.384176000 to 2020-07-06 13:26:25.385176000 13:26:25.387 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.387000000, lastModified=2020-07-06 13:26:25.385176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.387 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.385176000 to 2020-07-06 13:26:25.386176000 13:26:25.388 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.388000000, lastModified=2020-07-06 13:26:25.387176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.388 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.388000000, lastModified=2020-07-06 13:26:25.387176000, delta=824000 ns, racy<=2502500 ns 13:26:25.388 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.389 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.388000000, lastModified=2020-07-06 13:26:25.387176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.389 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.387176000 to 2020-07-06 13:26:25.388176000 13:26:25.389 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.389000000, lastModified=2020-07-06 13:26:25.388176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.390 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.389000000, lastModified=2020-07-06 13:26:25.388176000, delta=824000 ns, racy<=2502500 ns 13:26:25.390 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.401 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.401000000, lastModified=2020-07-06 13:26:25.400176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.407 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.400176000 to 2020-07-06 13:26:25.406176000 13:26:25.407 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.407000000, lastModified=2020-07-06 13:26:25.406176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.408 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.406176000 to 2020-07-06 13:26:25.407176000 13:26:25.409 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.409000000, lastModified=2020-07-06 13:26:25.407176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.409 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.407176000 to 2020-07-06 13:26:25.408176000 13:26:25.409 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.409000000, lastModified=2020-07-06 13:26:25.408176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.410 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.408176000 to 2020-07-06 13:26:25.409176000 13:26:25.411 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.411000000, lastModified=2020-07-06 13:26:25.410176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.411 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.411000000, lastModified=2020-07-06 13:26:25.410176000, delta=824000 ns, racy<=2502500 ns 13:26:25.411 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.411 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.411000000, lastModified=2020-07-06 13:26:25.410176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.412 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.410176000 to 2020-07-06 13:26:25.411176000 13:26:25.412 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.412000000, lastModified=2020-07-06 13:26:25.411176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.412 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.412000000, lastModified=2020-07-06 13:26:25.411176000, delta=824000 ns, racy<=2502500 ns 13:26:25.412 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.413 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.413000000, lastModified=2020-07-06 13:26:25.412176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.413 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.413000000, lastModified=2020-07-06 13:26:25.412176000, delta=824000 ns, racy<=2502500 ns 13:26:25.413 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.413 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.413000000, lastModified=2020-07-06 13:26:25.412176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.414 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.412176000 to 2020-07-06 13:26:25.413176000 13:26:25.414 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.414000000, lastModified=2020-07-06 13:26:25.413176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.414 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.414000000, lastModified=2020-07-06 13:26:25.413176000, delta=824000 ns, racy<=2502500 ns 13:26:25.414 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.415 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.415000000, lastModified=2020-07-06 13:26:25.414176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.415 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.415000000, lastModified=2020-07-06 13:26:25.414176000, delta=824000 ns, racy<=2502500 ns 13:26:25.415 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.416 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.416000000, lastModified=2020-07-06 13:26:25.415176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.416 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.416000000, lastModified=2020-07-06 13:26:25.415176000, delta=824000 ns, racy<=2502500 ns 13:26:25.416 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.417 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.417000000, lastModified=2020-07-06 13:26:25.416176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.417 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.417000000, lastModified=2020-07-06 13:26:25.416176000, delta=824000 ns, racy<=2502500 ns 13:26:25.417 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.417 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.417000000, lastModified=2020-07-06 13:26:25.416176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.418 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.416176000 to 2020-07-06 13:26:25.417176000 13:26:25.418 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.418000000, lastModified=2020-07-06 13:26:25.417176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.419 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.418000000, lastModified=2020-07-06 13:26:25.417176000, delta=824000 ns, racy<=2502500 ns 13:26:25.419 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.419 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.419000000, lastModified=2020-07-06 13:26:25.418176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.419 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.419000000, lastModified=2020-07-06 13:26:25.418176000, delta=824000 ns, racy<=2502500 ns 13:26:25.419 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.420 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.420000000, lastModified=2020-07-06 13:26:25.418176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.420 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.418176000 to 2020-07-06 13:26:25.419176000 13:26:25.420 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.420000000, lastModified=2020-07-06 13:26:25.419176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.420 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.420000000, lastModified=2020-07-06 13:26:25.419176000, delta=824000 ns, racy<=2502500 ns 13:26:25.420 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.421 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.421000000, lastModified=2020-07-06 13:26:25.420176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.421 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.421000000, lastModified=2020-07-06 13:26:25.420176000, delta=824000 ns, racy<=2502500 ns 13:26:25.421 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.421 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.421000000, lastModified=2020-07-06 13:26:25.420176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.420176000 to 2020-07-06 13:26:25.421176000 13:26:25.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.422000000, lastModified=2020-07-06 13:26:25.421176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.422000000, lastModified=2020-07-06 13:26:25.421176000, delta=824000 ns, racy<=2502500 ns 13:26:25.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.423 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.423000000, lastModified=2020-07-06 13:26:25.422176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.423 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.423000000, lastModified=2020-07-06 13:26:25.422176000, delta=824000 ns, racy<=2502500 ns 13:26:25.423 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.423 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.423000000, lastModified=2020-07-06 13:26:25.422176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.423000000, lastModified=2020-07-06 13:26:25.422176000, delta=824000 ns, racy<=2502500 ns 13:26:25.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.424000000, lastModified=2020-07-06 13:26:25.423176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.424000000, lastModified=2020-07-06 13:26:25.423176000, delta=824000 ns, racy<=2502500 ns 13:26:25.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.425 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.425000000, lastModified=2020-07-06 13:26:25.423176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.425 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.423176000 to 2020-07-06 13:26:25.424176000 13:26:25.425 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.425000000, lastModified=2020-07-06 13:26:25.424176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.426 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.424176000 to 2020-07-06 13:26:25.425176000 13:26:25.427 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.427000000, lastModified=2020-07-06 13:26:25.425176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.427 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.425176000 to 2020-07-06 13:26:25.426176000 13:26:25.427 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.427000000, lastModified=2020-07-06 13:26:25.426176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.427000000, lastModified=2020-07-06 13:26:25.426176000, delta=824000 ns, racy<=2502500 ns 13:26:25.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.428000000, lastModified=2020-07-06 13:26:25.427176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.428000000, lastModified=2020-07-06 13:26:25.427176000, delta=824000 ns, racy<=2502500 ns 13:26:25.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.429 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.428000000, lastModified=2020-07-06 13:26:25.427176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.429 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.427176000 to 2020-07-06 13:26:25.428176000 13:26:25.430 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.430000000, lastModified=2020-07-06 13:26:25.428176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.430 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.428176000 to 2020-07-06 13:26:25.429176000 13:26:25.430 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.430000000, lastModified=2020-07-06 13:26:25.429176000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.429176000 to 2020-07-06 13:26:25.430177000 13:26:25.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.431000000, lastModified=2020-07-06 13:26:25.430177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.431000000, lastModified=2020-07-06 13:26:25.430177000, delta=823000 ns, racy<=2502500 ns 13:26:25.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.432000000, lastModified=2020-07-06 13:26:25.431177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.431177000 to 2020-07-06 13:26:25.432177000 13:26:25.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.433000000, lastModified=2020-07-06 13:26:25.432177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.433000000, lastModified=2020-07-06 13:26:25.432177000, delta=823000 ns, racy<=2502500 ns 13:26:25.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.434000000, lastModified=2020-07-06 13:26:25.432177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.432177000 to 2020-07-06 13:26:25.433177000 13:26:25.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.434000000, lastModified=2020-07-06 13:26:25.433177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.435 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.434000000, lastModified=2020-07-06 13:26:25.433177000, delta=823000 ns, racy<=2502500 ns 13:26:25.435 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.435 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.435000000, lastModified=2020-07-06 13:26:25.434177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.435 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.435000000, lastModified=2020-07-06 13:26:25.434177000, delta=823000 ns, racy<=2502500 ns 13:26:25.435 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.435 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.435000000, lastModified=2020-07-06 13:26:25.434177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.436 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.434177000 to 2020-07-06 13:26:25.435177000 13:26:25.436 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.436000000, lastModified=2020-07-06 13:26:25.435177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.437 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.435177000 to 2020-07-06 13:26:25.436177000 13:26:25.437 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.437000000, lastModified=2020-07-06 13:26:25.436177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.438 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.436177000 to 2020-07-06 13:26:25.437177000 13:26:25.438 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.438000000, lastModified=2020-07-06 13:26:25.437177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.438 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.438000000, lastModified=2020-07-06 13:26:25.437177000, delta=823000 ns, racy<=2502500 ns 13:26:25.438 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.439 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.439000000, lastModified=2020-07-06 13:26:25.438177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.440 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.439000000, lastModified=2020-07-06 13:26:25.438177000, delta=823000 ns, racy<=2502500 ns 13:26:25.440 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.440 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.440000000, lastModified=2020-07-06 13:26:25.439177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.440 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.440000000, lastModified=2020-07-06 13:26:25.439177000, delta=823000 ns, racy<=2502500 ns 13:26:25.440 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.441 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.441000000, lastModified=2020-07-06 13:26:25.439177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.441 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.439177000 to 2020-07-06 13:26:25.440177000 13:26:25.441 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.441000000, lastModified=2020-07-06 13:26:25.440177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.442 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.440177000 to 2020-07-06 13:26:25.441177000 13:26:25.442 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.442000000, lastModified=2020-07-06 13:26:25.441177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.443 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.441177000 to 2020-07-06 13:26:25.442177000 13:26:25.443 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.443000000, lastModified=2020-07-06 13:26:25.442177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.444 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.442177000 to 2020-07-06 13:26:25.443177000 13:26:25.444 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.444000000, lastModified=2020-07-06 13:26:25.443177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.444 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.444000000, lastModified=2020-07-06 13:26:25.443177000, delta=823000 ns, racy<=2502500 ns 13:26:25.444 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.445000000, lastModified=2020-07-06 13:26:25.444177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.445000000, lastModified=2020-07-06 13:26:25.444177000, delta=823000 ns, racy<=2502500 ns 13:26:25.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.445000000, lastModified=2020-07-06 13:26:25.444177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.446 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.444177000 to 2020-07-06 13:26:25.445177000 13:26:25.446 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.446000000, lastModified=2020-07-06 13:26:25.445177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.447 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.445177000 to 2020-07-06 13:26:25.446177000 13:26:25.448 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.448000000, lastModified=2020-07-06 13:26:25.446177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.448 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.446177000 to 2020-07-06 13:26:25.447177000 13:26:25.448 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.448000000, lastModified=2020-07-06 13:26:25.447177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.448000000, lastModified=2020-07-06 13:26:25.447177000, delta=823000 ns, racy<=2502500 ns 13:26:25.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.449000000, lastModified=2020-07-06 13:26:25.448177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.449000000, lastModified=2020-07-06 13:26:25.448177000, delta=823000 ns, racy<=2502500 ns 13:26:25.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.450000000, lastModified=2020-07-06 13:26:25.449177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.450000000, lastModified=2020-07-06 13:26:25.449177000, delta=823000 ns, racy<=2502500 ns 13:26:25.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.451 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.451000000, lastModified=2020-07-06 13:26:25.450177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.451 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.451000000, lastModified=2020-07-06 13:26:25.450177000, delta=823000 ns, racy<=2502500 ns 13:26:25.451 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.452 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.452000000, lastModified=2020-07-06 13:26:25.451177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.452 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.452000000, lastModified=2020-07-06 13:26:25.451177000, delta=823000 ns, racy<=2502500 ns 13:26:25.452 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.453 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.453000000, lastModified=2020-07-06 13:26:25.451177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.453 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.451177000 to 2020-07-06 13:26:25.452177000 13:26:25.453 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.453000000, lastModified=2020-07-06 13:26:25.452177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.454 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.452177000 to 2020-07-06 13:26:25.453177000 13:26:25.454 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.454000000, lastModified=2020-07-06 13:26:25.453177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.455 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.453177000 to 2020-07-06 13:26:25.454177000 13:26:25.455 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.455000000, lastModified=2020-07-06 13:26:25.454177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.455 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.455000000, lastModified=2020-07-06 13:26:25.454177000, delta=823000 ns, racy<=2502500 ns 13:26:25.455 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.456 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.456000000, lastModified=2020-07-06 13:26:25.455177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.456 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.456000000, lastModified=2020-07-06 13:26:25.455177000, delta=823000 ns, racy<=2502500 ns 13:26:25.456 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.457 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.457000000, lastModified=2020-07-06 13:26:25.456177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.457 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.457000000, lastModified=2020-07-06 13:26:25.456177000, delta=823000 ns, racy<=2502500 ns 13:26:25.457 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.458 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.458000000, lastModified=2020-07-06 13:26:25.456177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.458 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.456177000 to 2020-07-06 13:26:25.457177000 13:26:25.459 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.459000000, lastModified=2020-07-06 13:26:25.458177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.459 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.459000000, lastModified=2020-07-06 13:26:25.458177000, delta=823000 ns, racy<=2502500 ns 13:26:25.459 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.460 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.460000000, lastModified=2020-07-06 13:26:25.458177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.460 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.458177000 to 2020-07-06 13:26:25.459177000 13:26:25.460 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.460000000, lastModified=2020-07-06 13:26:25.459177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.461 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.460000000, lastModified=2020-07-06 13:26:25.459177000, delta=823000 ns, racy<=2502500 ns 13:26:25.461 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.461 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.461000000, lastModified=2020-07-06 13:26:25.460177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.461 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.461000000, lastModified=2020-07-06 13:26:25.460177000, delta=823000 ns, racy<=2502500 ns 13:26:25.461 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.462 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.462000000, lastModified=2020-07-06 13:26:25.461177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.462 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.462000000, lastModified=2020-07-06 13:26:25.461177000, delta=823000 ns, racy<=2502500 ns 13:26:25.462 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.462 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.462000000, lastModified=2020-07-06 13:26:25.461177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.463 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.461177000 to 2020-07-06 13:26:25.462177000 13:26:25.463 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.463000000, lastModified=2020-07-06 13:26:25.462177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.464 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.463000000, lastModified=2020-07-06 13:26:25.462177000, delta=823000 ns, racy<=2502500 ns 13:26:25.464 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.464 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.464000000, lastModified=2020-07-06 13:26:25.463177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.465 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.464000000, lastModified=2020-07-06 13:26:25.463177000, delta=823000 ns, racy<=2502500 ns 13:26:25.465 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.465 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.465000000, lastModified=2020-07-06 13:26:25.464177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.465 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.465000000, lastModified=2020-07-06 13:26:25.464177000, delta=823000 ns, racy<=2502500 ns 13:26:25.465 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.466 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.466000000, lastModified=2020-07-06 13:26:25.464177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.466 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.464177000 to 2020-07-06 13:26:25.465177000 13:26:25.466 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.466000000, lastModified=2020-07-06 13:26:25.465177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.467 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.465177000 to 2020-07-06 13:26:25.466177000 13:26:25.467 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.467000000, lastModified=2020-07-06 13:26:25.466177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.468 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.466177000 to 2020-07-06 13:26:25.467177000 13:26:25.468 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.468000000, lastModified=2020-07-06 13:26:25.467177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.469 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.467177000 to 2020-07-06 13:26:25.468177000 13:26:25.469 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.469000000, lastModified=2020-07-06 13:26:25.468177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.469 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.469000000, lastModified=2020-07-06 13:26:25.468177000, delta=823000 ns, racy<=2502500 ns 13:26:25.469 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.470 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.470000000, lastModified=2020-07-06 13:26:25.469177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.470 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.470000000, lastModified=2020-07-06 13:26:25.469177000, delta=823000 ns, racy<=2502500 ns 13:26:25.470 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.470 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.470000000, lastModified=2020-07-06 13:26:25.469177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.471 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.469177000 to 2020-07-06 13:26:25.470177000 13:26:25.472 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.472000000, lastModified=2020-07-06 13:26:25.470177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.472 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.470177000 to 2020-07-06 13:26:25.471177000 13:26:25.472 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.472000000, lastModified=2020-07-06 13:26:25.471177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.473 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.471177000 to 2020-07-06 13:26:25.472177000 13:26:25.474 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.474000000, lastModified=2020-07-06 13:26:25.472177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.474 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.472177000 to 2020-07-06 13:26:25.473177000 13:26:25.474 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.474000000, lastModified=2020-07-06 13:26:25.473177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.475 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.473177000 to 2020-07-06 13:26:25.474177000 13:26:25.475 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.475000000, lastModified=2020-07-06 13:26:25.474177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.475 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.475000000, lastModified=2020-07-06 13:26:25.474177000, delta=823000 ns, racy<=2502500 ns 13:26:25.475 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.476 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.476000000, lastModified=2020-07-06 13:26:25.475177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.476 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.476000000, lastModified=2020-07-06 13:26:25.475177000, delta=823000 ns, racy<=2502500 ns 13:26:25.476 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.476 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.476000000, lastModified=2020-07-06 13:26:25.475177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.477 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.475177000 to 2020-07-06 13:26:25.476177000 13:26:25.477 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.477000000, lastModified=2020-07-06 13:26:25.476177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.477 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.477000000, lastModified=2020-07-06 13:26:25.476177000, delta=823000 ns, racy<=2502500 ns 13:26:25.477 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.478 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.478000000, lastModified=2020-07-06 13:26:25.476177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.478 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.476177000 to 2020-07-06 13:26:25.477177000 13:26:25.478 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.478000000, lastModified=2020-07-06 13:26:25.477177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.479 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.478000000, lastModified=2020-07-06 13:26:25.477177000, delta=823000 ns, racy<=2502500 ns 13:26:25.479 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.479 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.479000000, lastModified=2020-07-06 13:26:25.478177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.480 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.478177000 to 2020-07-06 13:26:25.479177000 13:26:25.480 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.480000000, lastModified=2020-07-06 13:26:25.479177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.480 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.480000000, lastModified=2020-07-06 13:26:25.479177000, delta=823000 ns, racy<=2502500 ns 13:26:25.480 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.481 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.481000000, lastModified=2020-07-06 13:26:25.480177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.481 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.481000000, lastModified=2020-07-06 13:26:25.480177000, delta=823000 ns, racy<=2502500 ns 13:26:25.481 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.482 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.482000000, lastModified=2020-07-06 13:26:25.480177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.482 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.480177000 to 2020-07-06 13:26:25.481177000 13:26:25.482 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.482000000, lastModified=2020-07-06 13:26:25.481177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.482 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.482000000, lastModified=2020-07-06 13:26:25.481177000, delta=823000 ns, racy<=2502500 ns 13:26:25.483 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.483 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.483000000, lastModified=2020-07-06 13:26:25.482177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.483 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.483000000, lastModified=2020-07-06 13:26:25.482177000, delta=823000 ns, racy<=2502500 ns 13:26:25.483 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.483 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.483000000, lastModified=2020-07-06 13:26:25.482177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.484 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.482177000 to 2020-07-06 13:26:25.483177000 13:26:25.484 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.484000000, lastModified=2020-07-06 13:26:25.483177000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.485 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.484000000, lastModified=2020-07-06 13:26:25.483177000, delta=823000 ns, racy<=2502500 ns 13:26:25.485 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.485 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.485000000, lastModified=2020-07-06 13:26:25.484178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.485 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.485000000, lastModified=2020-07-06 13:26:25.484178000, delta=822000 ns, racy<=2502500 ns 13:26:25.485 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.486 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.486000000, lastModified=2020-07-06 13:26:25.485178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.487 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.486000000, lastModified=2020-07-06 13:26:25.485178000, delta=822000 ns, racy<=2502500 ns 13:26:25.487 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.487 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.487000000, lastModified=2020-07-06 13:26:25.486178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.487 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.487000000, lastModified=2020-07-06 13:26:25.486178000, delta=822000 ns, racy<=2502500 ns 13:26:25.487 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.488 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.488000000, lastModified=2020-07-06 13:26:25.487178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.488 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.488000000, lastModified=2020-07-06 13:26:25.487178000, delta=822000 ns, racy<=2502500 ns 13:26:25.488 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.489 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.489000000, lastModified=2020-07-06 13:26:25.487178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.489 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.487178000 to 2020-07-06 13:26:25.488178000 13:26:25.489 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.489000000, lastModified=2020-07-06 13:26:25.488178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.501 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.488178000 to 2020-07-06 13:26:25.500178000 13:26:25.503 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.503000000, lastModified=2020-07-06 13:26:25.502178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.503 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.503000000, lastModified=2020-07-06 13:26:25.502178000, delta=822000 ns, racy<=2502500 ns 13:26:25.503 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.504 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.504000000, lastModified=2020-07-06 13:26:25.503178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.504 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.504000000, lastModified=2020-07-06 13:26:25.503178000, delta=822000 ns, racy<=2502500 ns 13:26:25.504 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.505 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.505000000, lastModified=2020-07-06 13:26:25.503178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.505 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.503178000 to 2020-07-06 13:26:25.504178000 13:26:25.506 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.506000000, lastModified=2020-07-06 13:26:25.505178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.506 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.506000000, lastModified=2020-07-06 13:26:25.505178000, delta=822000 ns, racy<=2502500 ns 13:26:25.506 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.506 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.506000000, lastModified=2020-07-06 13:26:25.505178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.507 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.505178000 to 2020-07-06 13:26:25.506178000 13:26:25.508 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.508000000, lastModified=2020-07-06 13:26:25.507178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.508 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.508000000, lastModified=2020-07-06 13:26:25.507178000, delta=822000 ns, racy<=2502500 ns 13:26:25.508 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.509 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.509000000, lastModified=2020-07-06 13:26:25.507178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.509 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.507178000 to 2020-07-06 13:26:25.508178000 13:26:25.509 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.509000000, lastModified=2020-07-06 13:26:25.508178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.509000000, lastModified=2020-07-06 13:26:25.508178000, delta=822000 ns, racy<=2502500 ns 13:26:25.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.510000000, lastModified=2020-07-06 13:26:25.509178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.510000000, lastModified=2020-07-06 13:26:25.509178000, delta=822000 ns, racy<=2502500 ns 13:26:25.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.511 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.511000000, lastModified=2020-07-06 13:26:25.510178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.511 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.511000000, lastModified=2020-07-06 13:26:25.510178000, delta=822000 ns, racy<=2502500 ns 13:26:25.511 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.512 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.512000000, lastModified=2020-07-06 13:26:25.511178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.512 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.512000000, lastModified=2020-07-06 13:26:25.511178000, delta=822000 ns, racy<=2502500 ns 13:26:25.512 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.513 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.513000000, lastModified=2020-07-06 13:26:25.511178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.513 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.511178000 to 2020-07-06 13:26:25.512178000 13:26:25.514 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.514000000, lastModified=2020-07-06 13:26:25.512178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.514 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.512178000 to 2020-07-06 13:26:25.513178000 13:26:25.515 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.515000000, lastModified=2020-07-06 13:26:25.514178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.515 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.515000000, lastModified=2020-07-06 13:26:25.514178000, delta=822000 ns, racy<=2502500 ns 13:26:25.515 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.516 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.516000000, lastModified=2020-07-06 13:26:25.514178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.516 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.514178000 to 2020-07-06 13:26:25.515178000 13:26:25.516 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.516000000, lastModified=2020-07-06 13:26:25.515178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.517 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.515178000 to 2020-07-06 13:26:25.516178000 13:26:25.517 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.517000000, lastModified=2020-07-06 13:26:25.516178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.517 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.517000000, lastModified=2020-07-06 13:26:25.516178000, delta=822000 ns, racy<=2502500 ns 13:26:25.517 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.518 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.518000000, lastModified=2020-07-06 13:26:25.517178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.518 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.518000000, lastModified=2020-07-06 13:26:25.517178000, delta=822000 ns, racy<=2502500 ns 13:26:25.518 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.518 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.518000000, lastModified=2020-07-06 13:26:25.517178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.517178000 to 2020-07-06 13:26:25.518178000 13:26:25.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.519000000, lastModified=2020-07-06 13:26:25.518178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.519000000, lastModified=2020-07-06 13:26:25.518178000, delta=822000 ns, racy<=2502500 ns 13:26:25.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.520 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.520000000, lastModified=2020-07-06 13:26:25.518178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.520 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.518178000 to 2020-07-06 13:26:25.519178000 13:26:25.520 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.520000000, lastModified=2020-07-06 13:26:25.519178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.521 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.520000000, lastModified=2020-07-06 13:26:25.519178000, delta=822000 ns, racy<=2502500 ns 13:26:25.521 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.521 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.521000000, lastModified=2020-07-06 13:26:25.520178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.521 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.521000000, lastModified=2020-07-06 13:26:25.520178000, delta=822000 ns, racy<=2502500 ns 13:26:25.521 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.522 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.522000000, lastModified=2020-07-06 13:26:25.520178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.522 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.520178000 to 2020-07-06 13:26:25.521178000 13:26:25.523 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.523000000, lastModified=2020-07-06 13:26:25.522178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.523 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.523000000, lastModified=2020-07-06 13:26:25.522178000, delta=822000 ns, racy<=2502500 ns 13:26:25.523 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.524 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.523000000, lastModified=2020-07-06 13:26:25.522178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.524 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.522178000 to 2020-07-06 13:26:25.523178000 13:26:25.524 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.524000000, lastModified=2020-07-06 13:26:25.523178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.525 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.523178000 to 2020-07-06 13:26:25.524178000 13:26:25.525 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.525000000, lastModified=2020-07-06 13:26:25.524178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.526 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.524178000 to 2020-07-06 13:26:25.525178000 13:26:25.526 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.526000000, lastModified=2020-07-06 13:26:25.525178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.526000000, lastModified=2020-07-06 13:26:25.525178000, delta=822000 ns, racy<=2502500 ns 13:26:25.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.527000000, lastModified=2020-07-06 13:26:25.526178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.527000000, lastModified=2020-07-06 13:26:25.526178000, delta=822000 ns, racy<=2502500 ns 13:26:25.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.528 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.528000000, lastModified=2020-07-06 13:26:25.527178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.528000000, lastModified=2020-07-06 13:26:25.527178000, delta=822000 ns, racy<=2502500 ns 13:26:25.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.529000000, lastModified=2020-07-06 13:26:25.528178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.529000000, lastModified=2020-07-06 13:26:25.528178000, delta=822000 ns, racy<=2502500 ns 13:26:25.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.530000000, lastModified=2020-07-06 13:26:25.529178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.530000000, lastModified=2020-07-06 13:26:25.529178000, delta=822000 ns, racy<=2502500 ns 13:26:25.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.531000000, lastModified=2020-07-06 13:26:25.530178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.531000000, lastModified=2020-07-06 13:26:25.530178000, delta=822000 ns, racy<=2502500 ns 13:26:25.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.532000000, lastModified=2020-07-06 13:26:25.531178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.531178000 to 2020-07-06 13:26:25.532178000 13:26:25.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.533000000, lastModified=2020-07-06 13:26:25.532178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.533000000, lastModified=2020-07-06 13:26:25.532178000, delta=822000 ns, racy<=2502500 ns 13:26:25.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.534000000, lastModified=2020-07-06 13:26:25.532178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.532178000 to 2020-07-06 13:26:25.533178000 13:26:25.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.534000000, lastModified=2020-07-06 13:26:25.533178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.534000000, lastModified=2020-07-06 13:26:25.533178000, delta=822000 ns, racy<=2502500 ns 13:26:25.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.535000000, lastModified=2020-07-06 13:26:25.534178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.535000000, lastModified=2020-07-06 13:26:25.534178000, delta=822000 ns, racy<=2502500 ns 13:26:25.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.536 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.536000000, lastModified=2020-07-06 13:26:25.534178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.536 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.534178000 to 2020-07-06 13:26:25.535178000 13:26:25.536 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.536000000, lastModified=2020-07-06 13:26:25.535178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.536000000, lastModified=2020-07-06 13:26:25.535178000, delta=822000 ns, racy<=2502500 ns 13:26:25.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.537000000, lastModified=2020-07-06 13:26:25.536178000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.537000000, lastModified=2020-07-06 13:26:25.536178000, delta=822000 ns, racy<=2502500 ns 13:26:25.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.546000000, lastModified=2020-07-06 13:26:25.545179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.546000000, lastModified=2020-07-06 13:26:25.545179000, delta=821000 ns, racy<=2502500 ns 13:26:25.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.547000000, lastModified=2020-07-06 13:26:25.546179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.547000000, lastModified=2020-07-06 13:26:25.546179000, delta=821000 ns, racy<=2502500 ns 13:26:25.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.548000000, lastModified=2020-07-06 13:26:25.546179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.546179000 to 2020-07-06 13:26:25.547179000 13:26:25.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.548000000, lastModified=2020-07-06 13:26:25.547179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.548000000, lastModified=2020-07-06 13:26:25.547179000, delta=821000 ns, racy<=2502500 ns 13:26:25.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.549000000, lastModified=2020-07-06 13:26:25.548179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.549000000, lastModified=2020-07-06 13:26:25.548179000, delta=821000 ns, racy<=2502500 ns 13:26:25.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.550000000, lastModified=2020-07-06 13:26:25.548179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.548179000 to 2020-07-06 13:26:25.549179000 13:26:25.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.550000000, lastModified=2020-07-06 13:26:25.549179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.551 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.550000000, lastModified=2020-07-06 13:26:25.549179000, delta=821000 ns, racy<=2502500 ns 13:26:25.551 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.551 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.551000000, lastModified=2020-07-06 13:26:25.550179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.551000000, lastModified=2020-07-06 13:26:25.550179000, delta=821000 ns, racy<=2502500 ns 13:26:25.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.552000000, lastModified=2020-07-06 13:26:25.551179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.553 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.552000000, lastModified=2020-07-06 13:26:25.551179000, delta=821000 ns, racy<=2502500 ns 13:26:25.553 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.553 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.553000000, lastModified=2020-07-06 13:26:25.552179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.554 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.552179000 to 2020-07-06 13:26:25.553179000 13:26:25.554 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.554000000, lastModified=2020-07-06 13:26:25.553179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.555 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.554000000, lastModified=2020-07-06 13:26:25.553179000, delta=821000 ns, racy<=2502500 ns 13:26:25.555 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.555 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.555000000, lastModified=2020-07-06 13:26:25.554179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.555 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.555000000, lastModified=2020-07-06 13:26:25.554179000, delta=821000 ns, racy<=2502500 ns 13:26:25.555 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.556 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.556000000, lastModified=2020-07-06 13:26:25.555179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.556 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.556000000, lastModified=2020-07-06 13:26:25.555179000, delta=821000 ns, racy<=2502500 ns 13:26:25.556 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.556 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.556000000, lastModified=2020-07-06 13:26:25.555179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.557 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.555179000 to 2020-07-06 13:26:25.556179000 13:26:25.558 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.558000000, lastModified=2020-07-06 13:26:25.556179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.558 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.556179000 to 2020-07-06 13:26:25.557179000 13:26:25.558 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.558000000, lastModified=2020-07-06 13:26:25.557179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.559 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.558000000, lastModified=2020-07-06 13:26:25.557179000, delta=821000 ns, racy<=2502500 ns 13:26:25.559 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.559 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.559000000, lastModified=2020-07-06 13:26:25.558179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.559 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.559000000, lastModified=2020-07-06 13:26:25.558179000, delta=821000 ns, racy<=2502500 ns 13:26:25.559 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.560 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.560000000, lastModified=2020-07-06 13:26:25.559179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.560 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.560000000, lastModified=2020-07-06 13:26:25.559179000, delta=821000 ns, racy<=2502500 ns 13:26:25.560 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.561 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.561000000, lastModified=2020-07-06 13:26:25.560179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.561 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.561000000, lastModified=2020-07-06 13:26:25.560179000, delta=821000 ns, racy<=2502500 ns 13:26:25.561 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.562 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.562000000, lastModified=2020-07-06 13:26:25.561179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.562 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.562000000, lastModified=2020-07-06 13:26:25.561179000, delta=821000 ns, racy<=2502500 ns 13:26:25.562 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.563 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.563000000, lastModified=2020-07-06 13:26:25.562179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.563 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.563000000, lastModified=2020-07-06 13:26:25.562179000, delta=821000 ns, racy<=2502500 ns 13:26:25.563 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.563 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.563000000, lastModified=2020-07-06 13:26:25.562179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.564 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.563000000, lastModified=2020-07-06 13:26:25.562179000, delta=821000 ns, racy<=2502500 ns 13:26:25.564 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.564 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.564000000, lastModified=2020-07-06 13:26:25.563179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.564 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.564000000, lastModified=2020-07-06 13:26:25.563179000, delta=821000 ns, racy<=2502500 ns 13:26:25.564 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.565 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.565000000, lastModified=2020-07-06 13:26:25.564179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.565 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.565000000, lastModified=2020-07-06 13:26:25.564179000, delta=821000 ns, racy<=2502500 ns 13:26:25.565 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.566 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.566000000, lastModified=2020-07-06 13:26:25.565179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.566 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.566000000, lastModified=2020-07-06 13:26:25.565179000, delta=821000 ns, racy<=2502500 ns 13:26:25.566 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.566 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.566000000, lastModified=2020-07-06 13:26:25.565179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.567 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.565179000 to 2020-07-06 13:26:25.566179000 13:26:25.567 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.567000000, lastModified=2020-07-06 13:26:25.566179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.567 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.567000000, lastModified=2020-07-06 13:26:25.566179000, delta=821000 ns, racy<=2502500 ns 13:26:25.567 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.568 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.568000000, lastModified=2020-07-06 13:26:25.567179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.568 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.568000000, lastModified=2020-07-06 13:26:25.567179000, delta=821000 ns, racy<=2502500 ns 13:26:25.568 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.569 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.569000000, lastModified=2020-07-06 13:26:25.567179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.569 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.567179000 to 2020-07-06 13:26:25.568179000 13:26:25.570 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.570000000, lastModified=2020-07-06 13:26:25.569179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.570 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.570000000, lastModified=2020-07-06 13:26:25.569179000, delta=821000 ns, racy<=2502500 ns 13:26:25.570 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.571 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.571000000, lastModified=2020-07-06 13:26:25.570179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.571 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.571000000, lastModified=2020-07-06 13:26:25.570179000, delta=821000 ns, racy<=2502500 ns 13:26:25.571 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.572 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.572000000, lastModified=2020-07-06 13:26:25.571179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.572 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.572000000, lastModified=2020-07-06 13:26:25.571179000, delta=821000 ns, racy<=2502500 ns 13:26:25.572 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.572 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.572000000, lastModified=2020-07-06 13:26:25.571179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.573 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.571179000 to 2020-07-06 13:26:25.572179000 13:26:25.573 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.573000000, lastModified=2020-07-06 13:26:25.572179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.574 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.573000000, lastModified=2020-07-06 13:26:25.572179000, delta=821000 ns, racy<=2502500 ns 13:26:25.574 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.574 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.574000000, lastModified=2020-07-06 13:26:25.573179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.574 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.574000000, lastModified=2020-07-06 13:26:25.573179000, delta=821000 ns, racy<=2502500 ns 13:26:25.574 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.575 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.575000000, lastModified=2020-07-06 13:26:25.573179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.575 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.573179000 to 2020-07-06 13:26:25.574179000 13:26:25.575 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.575000000, lastModified=2020-07-06 13:26:25.574179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.576 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.574179000 to 2020-07-06 13:26:25.575179000 13:26:25.576 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.576000000, lastModified=2020-07-06 13:26:25.575179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.577 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.575179000 to 2020-07-06 13:26:25.576179000 13:26:25.577 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.577000000, lastModified=2020-07-06 13:26:25.576179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.578 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.576179000 to 2020-07-06 13:26:25.577179000 13:26:25.578 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.578000000, lastModified=2020-07-06 13:26:25.577179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.579 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.578000000, lastModified=2020-07-06 13:26:25.577179000, delta=821000 ns, racy<=2502500 ns 13:26:25.579 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.579 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.579000000, lastModified=2020-07-06 13:26:25.578179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.580 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.578179000 to 2020-07-06 13:26:25.579179000 13:26:25.580 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.580000000, lastModified=2020-07-06 13:26:25.579179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.581 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.579179000 to 2020-07-06 13:26:25.580179000 13:26:25.581 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.581000000, lastModified=2020-07-06 13:26:25.580179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.582 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.580179000 to 2020-07-06 13:26:25.581179000 13:26:25.582 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.582000000, lastModified=2020-07-06 13:26:25.581179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.582 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.582000000, lastModified=2020-07-06 13:26:25.581179000, delta=821000 ns, racy<=2502500 ns 13:26:25.582 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.583 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.583000000, lastModified=2020-07-06 13:26:25.582179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.583 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.583000000, lastModified=2020-07-06 13:26:25.582179000, delta=821000 ns, racy<=2502500 ns 13:26:25.583 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.584 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.584000000, lastModified=2020-07-06 13:26:25.583179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.584 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.584000000, lastModified=2020-07-06 13:26:25.583179000, delta=821000 ns, racy<=2502500 ns 13:26:25.584 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.585 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.584000000, lastModified=2020-07-06 13:26:25.583179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.585 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.583179000 to 2020-07-06 13:26:25.584179000 13:26:25.586 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.586000000, lastModified=2020-07-06 13:26:25.585179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.586 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.586000000, lastModified=2020-07-06 13:26:25.585179000, delta=821000 ns, racy<=2502500 ns 13:26:25.586 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.587 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.587000000, lastModified=2020-07-06 13:26:25.585179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.587 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.585179000 to 2020-07-06 13:26:25.586179000 13:26:25.587 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.587000000, lastModified=2020-07-06 13:26:25.586179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.588 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.586179000 to 2020-07-06 13:26:25.587179000 13:26:25.588 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.588000000, lastModified=2020-07-06 13:26:25.587179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.589 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.587179000 to 2020-07-06 13:26:25.588179000 13:26:25.589 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.589000000, lastModified=2020-07-06 13:26:25.588179000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.590 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.589000000, lastModified=2020-07-06 13:26:25.588179000, delta=821000 ns, racy<=2502500 ns 13:26:25.590 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.601 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.601000000, lastModified=2020-07-06 13:26:25.600180000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.603 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.600180000 to 2020-07-06 13:26:25.602180000 13:26:25.603 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.603000000, lastModified=2020-07-06 13:26:25.602180000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.604 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.602180000 to 2020-07-06 13:26:25.603180000 13:26:25.604 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.604000000, lastModified=2020-07-06 13:26:25.603180000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.605 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.603180000 to 2020-07-06 13:26:25.604180000 13:26:25.606 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.606000000, lastModified=2020-07-06 13:26:25.604180000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.606 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.604180000 to 2020-07-06 13:26:25.605180000 13:26:25.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.607000000, lastModified=2020-07-06 13:26:25.606180000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.606180000 to 2020-07-06 13:26:25.607180000 13:26:25.610 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.610000000, lastModified=2020-07-06 13:26:25.609180000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.611 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.609180000 to 2020-07-06 13:26:25.610180000 13:26:25.620 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.620000000, lastModified=2020-07-06 13:26:25.619180000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.621 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.620000000, lastModified=2020-07-06 13:26:25.619180000, delta=820000 ns, racy<=2502500 ns 13:26:25.621 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.621 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.621000000, lastModified=2020-07-06 13:26:25.620180000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.622 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.621000000, lastModified=2020-07-06 13:26:25.620180000, delta=820000 ns, racy<=2502500 ns 13:26:25.622 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.622 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.622000000, lastModified=2020-07-06 13:26:25.621180000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.622 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.622000000, lastModified=2020-07-06 13:26:25.621180000, delta=820000 ns, racy<=2502500 ns 13:26:25.622 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.623 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.623000000, lastModified=2020-07-06 13:26:25.622180000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.623 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.623000000, lastModified=2020-07-06 13:26:25.622180000, delta=820000 ns, racy<=2502500 ns 13:26:25.623 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.624 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.624000000, lastModified=2020-07-06 13:26:25.622180000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.624 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.622180000 to 2020-07-06 13:26:25.623180000 13:26:25.625 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.625000000, lastModified=2020-07-06 13:26:25.624180000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.625 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.625000000, lastModified=2020-07-06 13:26:25.624180000, delta=820000 ns, racy<=2502500 ns 13:26:25.625 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.626 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.626000000, lastModified=2020-07-06 13:26:25.624180000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.626 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.624180000 to 2020-07-06 13:26:25.625180000 13:26:25.626 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.626000000, lastModified=2020-07-06 13:26:25.625180000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.627 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.625180000 to 2020-07-06 13:26:25.626180000 13:26:25.627 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.627000000, lastModified=2020-07-06 13:26:25.626180000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.628 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.626180000 to 2020-07-06 13:26:25.627180000 13:26:25.628 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.628000000, lastModified=2020-07-06 13:26:25.627180000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.629 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.628000000, lastModified=2020-07-06 13:26:25.627180000, delta=820000 ns, racy<=2502500 ns 13:26:25.629 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.629 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.629000000, lastModified=2020-07-06 13:26:25.628180000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.630 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.629000000, lastModified=2020-07-06 13:26:25.628180000, delta=820000 ns, racy<=2502500 ns 13:26:25.630 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.630 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.630000000, lastModified=2020-07-06 13:26:25.629180000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.631 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.630000000, lastModified=2020-07-06 13:26:25.629180000, delta=820000 ns, racy<=2502500 ns 13:26:25.631 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.631 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.631000000, lastModified=2020-07-06 13:26:25.630180000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.631 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.631000000, lastModified=2020-07-06 13:26:25.630180000, delta=820000 ns, racy<=2502500 ns 13:26:25.631 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.632 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.632000000, lastModified=2020-07-06 13:26:25.631180000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.632 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.632000000, lastModified=2020-07-06 13:26:25.631180000, delta=820000 ns, racy<=2502500 ns 13:26:25.632 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.633 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.633000000, lastModified=2020-07-06 13:26:25.631180000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.633 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.631180000 to 2020-07-06 13:26:25.632180000 13:26:25.633 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.633000000, lastModified=2020-07-06 13:26:25.632180000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.634 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.633000000, lastModified=2020-07-06 13:26:25.632180000, delta=820000 ns, racy<=2502500 ns 13:26:25.634 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.635 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.635000000, lastModified=2020-07-06 13:26:25.634180000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.636 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.634180000 to 2020-07-06 13:26:25.635180000 13:26:25.636 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.636000000, lastModified=2020-07-06 13:26:25.635180000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.637 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.635180000 to 2020-07-06 13:26:25.636180000 13:26:25.642 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.642000000, lastModified=2020-07-06 13:26:25.641180000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.642 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.642000000, lastModified=2020-07-06 13:26:25.641180000, delta=820000 ns, racy<=2502500 ns 13:26:25.642 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.643 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.643000000, lastModified=2020-07-06 13:26:25.641180000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.643 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.641180000 to 2020-07-06 13:26:25.642180000 13:26:25.643 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.643000000, lastModified=2020-07-06 13:26:25.642180000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.644 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.642180000 to 2020-07-06 13:26:25.643180000 13:26:25.644 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.644000000, lastModified=2020-07-06 13:26:25.643180000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.645 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.643180000 to 2020-07-06 13:26:25.644180000 13:26:25.646 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.646000000, lastModified=2020-07-06 13:26:25.644180000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.646 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.644180000 to 2020-07-06 13:26:25.645180000 13:26:25.646 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.646000000, lastModified=2020-07-06 13:26:25.645180000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.646000000, lastModified=2020-07-06 13:26:25.645180000, delta=820000 ns, racy<=2502500 ns 13:26:25.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.647000000, lastModified=2020-07-06 13:26:25.646180000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.647000000, lastModified=2020-07-06 13:26:25.646180000, delta=820000 ns, racy<=2502500 ns 13:26:25.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.648000000, lastModified=2020-07-06 13:26:25.647181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.648000000, lastModified=2020-07-06 13:26:25.647181000, delta=819000 ns, racy<=2502500 ns 13:26:25.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.649000000, lastModified=2020-07-06 13:26:25.648181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.649000000, lastModified=2020-07-06 13:26:25.648181000, delta=819000 ns, racy<=2502500 ns 13:26:25.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.650000000, lastModified=2020-07-06 13:26:25.649181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.650000000, lastModified=2020-07-06 13:26:25.649181000, delta=819000 ns, racy<=2502500 ns 13:26:25.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.651 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.651000000, lastModified=2020-07-06 13:26:25.650181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.651 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.651000000, lastModified=2020-07-06 13:26:25.650181000, delta=819000 ns, racy<=2502500 ns 13:26:25.651 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.651 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.651000000, lastModified=2020-07-06 13:26:25.650181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.652 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.650181000 to 2020-07-06 13:26:25.651181000 13:26:25.652 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.652000000, lastModified=2020-07-06 13:26:25.651181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.653 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.652000000, lastModified=2020-07-06 13:26:25.651181000, delta=819000 ns, racy<=2502500 ns 13:26:25.653 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.653 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.653000000, lastModified=2020-07-06 13:26:25.652181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.653 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.653000000, lastModified=2020-07-06 13:26:25.652181000, delta=819000 ns, racy<=2502500 ns 13:26:25.653 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.654 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.654000000, lastModified=2020-07-06 13:26:25.652181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.654 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.652181000 to 2020-07-06 13:26:25.653181000 13:26:25.655 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.655000000, lastModified=2020-07-06 13:26:25.654181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.655 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.655000000, lastModified=2020-07-06 13:26:25.654181000, delta=819000 ns, racy<=2502500 ns 13:26:25.655 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.656 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.655000000, lastModified=2020-07-06 13:26:25.654181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.656 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.654181000 to 2020-07-06 13:26:25.655181000 13:26:25.656 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.656000000, lastModified=2020-07-06 13:26:25.655181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.657 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.656000000, lastModified=2020-07-06 13:26:25.655181000, delta=819000 ns, racy<=2502500 ns 13:26:25.657 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.657 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.657000000, lastModified=2020-07-06 13:26:25.656181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.657 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.657000000, lastModified=2020-07-06 13:26:25.656181000, delta=819000 ns, racy<=2502500 ns 13:26:25.657 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.657 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.657000000, lastModified=2020-07-06 13:26:25.656181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.656181000 to 2020-07-06 13:26:25.657181000 13:26:25.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.658000000, lastModified=2020-07-06 13:26:25.657181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.658000000, lastModified=2020-07-06 13:26:25.657181000, delta=819000 ns, racy<=2502500 ns 13:26:25.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.659 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.659000000, lastModified=2020-07-06 13:26:25.657181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.659 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.657181000 to 2020-07-06 13:26:25.658181000 13:26:25.659 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.659000000, lastModified=2020-07-06 13:26:25.658181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.659000000, lastModified=2020-07-06 13:26:25.658181000, delta=819000 ns, racy<=2502500 ns 13:26:25.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.660000000, lastModified=2020-07-06 13:26:25.659181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.661 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.659181000 to 2020-07-06 13:26:25.660181000 13:26:25.661 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.661000000, lastModified=2020-07-06 13:26:25.660181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.661 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.661000000, lastModified=2020-07-06 13:26:25.660181000, delta=819000 ns, racy<=2502500 ns 13:26:25.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.662000000, lastModified=2020-07-06 13:26:25.661181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.662000000, lastModified=2020-07-06 13:26:25.661181000, delta=819000 ns, racy<=2502500 ns 13:26:25.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.663000000, lastModified=2020-07-06 13:26:25.661181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.661181000 to 2020-07-06 13:26:25.662181000 13:26:25.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.663000000, lastModified=2020-07-06 13:26:25.662181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.664 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.663000000, lastModified=2020-07-06 13:26:25.662181000, delta=819000 ns, racy<=2502500 ns 13:26:25.664 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.664 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.664000000, lastModified=2020-07-06 13:26:25.663181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.664 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.664000000, lastModified=2020-07-06 13:26:25.663181000, delta=819000 ns, racy<=2502500 ns 13:26:25.664 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.665 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.665000000, lastModified=2020-07-06 13:26:25.664181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.665 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.665000000, lastModified=2020-07-06 13:26:25.664181000, delta=819000 ns, racy<=2502500 ns 13:26:25.665 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.665 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.665000000, lastModified=2020-07-06 13:26:25.664181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.664181000 to 2020-07-06 13:26:25.665181000 13:26:25.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.666000000, lastModified=2020-07-06 13:26:25.665181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.666000000, lastModified=2020-07-06 13:26:25.665181000, delta=819000 ns, racy<=2502500 ns 13:26:25.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.667 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.667000000, lastModified=2020-07-06 13:26:25.665181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.667 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.665181000 to 2020-07-06 13:26:25.666181000 13:26:25.668 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.668000000, lastModified=2020-07-06 13:26:25.667181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.668 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.668000000, lastModified=2020-07-06 13:26:25.667181000, delta=819000 ns, racy<=2502500 ns 13:26:25.668 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.669 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.669000000, lastModified=2020-07-06 13:26:25.667181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.669 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.667181000 to 2020-07-06 13:26:25.668181000 13:26:25.669 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.669000000, lastModified=2020-07-06 13:26:25.668181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.670 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.668181000 to 2020-07-06 13:26:25.669181000 13:26:25.670 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.670000000, lastModified=2020-07-06 13:26:25.669181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.671 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.669181000 to 2020-07-06 13:26:25.670181000 13:26:25.671 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.671000000, lastModified=2020-07-06 13:26:25.670181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.671 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.671000000, lastModified=2020-07-06 13:26:25.670181000, delta=819000 ns, racy<=2502500 ns 13:26:25.671 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.672 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.672000000, lastModified=2020-07-06 13:26:25.671181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.672 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.672000000, lastModified=2020-07-06 13:26:25.671181000, delta=819000 ns, racy<=2502500 ns 13:26:25.672 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.672 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.672000000, lastModified=2020-07-06 13:26:25.671181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.673 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.671181000 to 2020-07-06 13:26:25.672181000 13:26:25.673 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.673000000, lastModified=2020-07-06 13:26:25.672181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.673 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.673000000, lastModified=2020-07-06 13:26:25.672181000, delta=819000 ns, racy<=2502500 ns 13:26:25.673 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.674 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.674000000, lastModified=2020-07-06 13:26:25.673181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.674 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.674000000, lastModified=2020-07-06 13:26:25.673181000, delta=819000 ns, racy<=2502500 ns 13:26:25.674 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.675 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.675000000, lastModified=2020-07-06 13:26:25.673181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.675 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.673181000 to 2020-07-06 13:26:25.674181000 13:26:25.675 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.675000000, lastModified=2020-07-06 13:26:25.674181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.676 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.675000000, lastModified=2020-07-06 13:26:25.674181000, delta=819000 ns, racy<=2502500 ns 13:26:25.676 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.676 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.676000000, lastModified=2020-07-06 13:26:25.675181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.677 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.676000000, lastModified=2020-07-06 13:26:25.675181000, delta=819000 ns, racy<=2502500 ns 13:26:25.677 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.677 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.677000000, lastModified=2020-07-06 13:26:25.676181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.678 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.676181000 to 2020-07-06 13:26:25.677181000 13:26:25.679 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.679000000, lastModified=2020-07-06 13:26:25.678181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.680 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.679000000, lastModified=2020-07-06 13:26:25.678181000, delta=819000 ns, racy<=2502500 ns 13:26:25.680 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.680 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.680000000, lastModified=2020-07-06 13:26:25.679181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.681 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.679181000 to 2020-07-06 13:26:25.680181000 13:26:25.684 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.684000000, lastModified=2020-07-06 13:26:25.683181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.685 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.684000000, lastModified=2020-07-06 13:26:25.683181000, delta=819000 ns, racy<=2502500 ns 13:26:25.685 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.685 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.685000000, lastModified=2020-07-06 13:26:25.684181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.685 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.685000000, lastModified=2020-07-06 13:26:25.684181000, delta=819000 ns, racy<=2502500 ns 13:26:25.685 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.686 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.686000000, lastModified=2020-07-06 13:26:25.685181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.686 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.686000000, lastModified=2020-07-06 13:26:25.685181000, delta=819000 ns, racy<=2502500 ns 13:26:25.686 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.687 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.687000000, lastModified=2020-07-06 13:26:25.686181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.687 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.687000000, lastModified=2020-07-06 13:26:25.686181000, delta=819000 ns, racy<=2502500 ns 13:26:25.687 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.688 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.688000000, lastModified=2020-07-06 13:26:25.686181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.688 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.686181000 to 2020-07-06 13:26:25.687181000 13:26:25.689 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.689000000, lastModified=2020-07-06 13:26:25.688181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.689 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.689000000, lastModified=2020-07-06 13:26:25.688181000, delta=819000 ns, racy<=2502500 ns 13:26:25.689 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.689 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.689000000, lastModified=2020-07-06 13:26:25.688181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.695 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.688181000 to 2020-07-06 13:26:25.694181000 13:26:25.698 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.697000000, lastModified=2020-07-06 13:26:25.696181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.699 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.696181000 to 2020-07-06 13:26:25.697181000 13:26:25.701 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.701000000, lastModified=2020-07-06 13:26:25.700181000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.702 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.700181000 to 2020-07-06 13:26:25.701181000 13:26:25.703 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.703000000, lastModified=2020-07-06 13:26:25.702182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.704 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.703000000, lastModified=2020-07-06 13:26:25.702182000, delta=818000 ns, racy<=2502500 ns 13:26:25.704 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.704 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.704000000, lastModified=2020-07-06 13:26:25.703182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.705 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.703182000 to 2020-07-06 13:26:25.704182000 13:26:25.705 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.705000000, lastModified=2020-07-06 13:26:25.704182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.706 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.705000000, lastModified=2020-07-06 13:26:25.704182000, delta=818000 ns, racy<=2502500 ns 13:26:25.706 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.706 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.706000000, lastModified=2020-07-06 13:26:25.705182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.706 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.706000000, lastModified=2020-07-06 13:26:25.705182000, delta=818000 ns, racy<=2502500 ns 13:26:25.706 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.707000000, lastModified=2020-07-06 13:26:25.706182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.707000000, lastModified=2020-07-06 13:26:25.706182000, delta=818000 ns, racy<=2502500 ns 13:26:25.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.707000000, lastModified=2020-07-06 13:26:25.706182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.712 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.706182000 to 2020-07-06 13:26:25.711182000 13:26:25.713 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.713000000, lastModified=2020-07-06 13:26:25.712182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.713 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.713000000, lastModified=2020-07-06 13:26:25.712182000, delta=818000 ns, racy<=2502500 ns 13:26:25.713 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.714 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.713000000, lastModified=2020-07-06 13:26:25.712182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.714 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.712182000 to 2020-07-06 13:26:25.713182000 13:26:25.714 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.714000000, lastModified=2020-07-06 13:26:25.713182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.713182000 to 2020-07-06 13:26:25.714182000 13:26:25.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.715000000, lastModified=2020-07-06 13:26:25.714182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.715000000, lastModified=2020-07-06 13:26:25.714182000, delta=818000 ns, racy<=2502500 ns 13:26:25.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.716000000, lastModified=2020-07-06 13:26:25.715182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.716000000, lastModified=2020-07-06 13:26:25.715182000, delta=818000 ns, racy<=2502500 ns 13:26:25.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.717 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.717000000, lastModified=2020-07-06 13:26:25.716182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.717 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.717000000, lastModified=2020-07-06 13:26:25.716182000, delta=818000 ns, racy<=2502500 ns 13:26:25.717 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.718000000, lastModified=2020-07-06 13:26:25.716182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.716182000 to 2020-07-06 13:26:25.717182000 13:26:25.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.718000000, lastModified=2020-07-06 13:26:25.717182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.719 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.717182000 to 2020-07-06 13:26:25.718182000 13:26:25.719 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.719000000, lastModified=2020-07-06 13:26:25.718182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.720 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.719000000, lastModified=2020-07-06 13:26:25.718182000, delta=818000 ns, racy<=2502500 ns 13:26:25.720 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.720 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.720000000, lastModified=2020-07-06 13:26:25.719182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.720 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.720000000, lastModified=2020-07-06 13:26:25.719182000, delta=818000 ns, racy<=2502500 ns 13:26:25.720 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.721000000, lastModified=2020-07-06 13:26:25.720182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.721000000, lastModified=2020-07-06 13:26:25.720182000, delta=818000 ns, racy<=2502500 ns 13:26:25.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.721000000, lastModified=2020-07-06 13:26:25.720182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.722 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.720182000 to 2020-07-06 13:26:25.721182000 13:26:25.722 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.722000000, lastModified=2020-07-06 13:26:25.721182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.722 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.722000000, lastModified=2020-07-06 13:26:25.721182000, delta=818000 ns, racy<=2502500 ns 13:26:25.722 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.723000000, lastModified=2020-07-06 13:26:25.722182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.723000000, lastModified=2020-07-06 13:26:25.722182000, delta=818000 ns, racy<=2502500 ns 13:26:25.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.723000000, lastModified=2020-07-06 13:26:25.722182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.722182000 to 2020-07-06 13:26:25.723182000 13:26:25.725 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.725000000, lastModified=2020-07-06 13:26:25.723182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.725 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.723182000 to 2020-07-06 13:26:25.724182000 13:26:25.725 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.725000000, lastModified=2020-07-06 13:26:25.724182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.724182000 to 2020-07-06 13:26:25.725182000 13:26:25.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.726000000, lastModified=2020-07-06 13:26:25.725182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.726000000, lastModified=2020-07-06 13:26:25.725182000, delta=818000 ns, racy<=2502500 ns 13:26:25.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.727 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.727000000, lastModified=2020-07-06 13:26:25.726182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.728 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.726182000 to 2020-07-06 13:26:25.727182000 13:26:25.728 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.728000000, lastModified=2020-07-06 13:26:25.727182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.729 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.728000000, lastModified=2020-07-06 13:26:25.727182000, delta=818000 ns, racy<=2502500 ns 13:26:25.729 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.729 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.729000000, lastModified=2020-07-06 13:26:25.728182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.729 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.729000000, lastModified=2020-07-06 13:26:25.728182000, delta=818000 ns, racy<=2502500 ns 13:26:25.729 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.730 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.730000000, lastModified=2020-07-06 13:26:25.729182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.730 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.730000000, lastModified=2020-07-06 13:26:25.729182000, delta=818000 ns, racy<=2502500 ns 13:26:25.730 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.730 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.730000000, lastModified=2020-07-06 13:26:25.729182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.729182000 to 2020-07-06 13:26:25.730182000 13:26:25.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.731000000, lastModified=2020-07-06 13:26:25.730182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.731000000, lastModified=2020-07-06 13:26:25.730182000, delta=818000 ns, racy<=2502500 ns 13:26:25.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.732 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.732000000, lastModified=2020-07-06 13:26:25.730182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.732 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.730182000 to 2020-07-06 13:26:25.731182000 13:26:25.732 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.732000000, lastModified=2020-07-06 13:26:25.731182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.733 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.731182000 to 2020-07-06 13:26:25.732182000 13:26:25.733 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.733000000, lastModified=2020-07-06 13:26:25.732182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.734 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.732182000 to 2020-07-06 13:26:25.733182000 13:26:25.734 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.734000000, lastModified=2020-07-06 13:26:25.733182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.734 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.734000000, lastModified=2020-07-06 13:26:25.733182000, delta=818000 ns, racy<=2502500 ns 13:26:25.734 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.735000000, lastModified=2020-07-06 13:26:25.734182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.735000000, lastModified=2020-07-06 13:26:25.734182000, delta=818000 ns, racy<=2502500 ns 13:26:25.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.736000000, lastModified=2020-07-06 13:26:25.734182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.734182000 to 2020-07-06 13:26:25.735182000 13:26:25.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.737000000, lastModified=2020-07-06 13:26:25.735182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.735182000 to 2020-07-06 13:26:25.736182000 13:26:25.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.737000000, lastModified=2020-07-06 13:26:25.736182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.738 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.736182000 to 2020-07-06 13:26:25.737182000 13:26:25.738 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.738000000, lastModified=2020-07-06 13:26:25.737182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.739 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.738000000, lastModified=2020-07-06 13:26:25.737182000, delta=818000 ns, racy<=2502500 ns 13:26:25.739 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.739 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.739000000, lastModified=2020-07-06 13:26:25.738182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.739 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.739000000, lastModified=2020-07-06 13:26:25.738182000, delta=818000 ns, racy<=2502500 ns 13:26:25.739 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.740000000, lastModified=2020-07-06 13:26:25.739182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.740000000, lastModified=2020-07-06 13:26:25.739182000, delta=818000 ns, racy<=2502500 ns 13:26:25.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.741000000, lastModified=2020-07-06 13:26:25.740182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.741000000, lastModified=2020-07-06 13:26:25.740182000, delta=818000 ns, racy<=2502500 ns 13:26:25.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.741000000, lastModified=2020-07-06 13:26:25.740182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.742 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.740182000 to 2020-07-06 13:26:25.741182000 13:26:25.742 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.742000000, lastModified=2020-07-06 13:26:25.741182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.742000000, lastModified=2020-07-06 13:26:25.741182000, delta=818000 ns, racy<=2502500 ns 13:26:25.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.743000000, lastModified=2020-07-06 13:26:25.742182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.743000000, lastModified=2020-07-06 13:26:25.742182000, delta=818000 ns, racy<=2502500 ns 13:26:25.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.744000000, lastModified=2020-07-06 13:26:25.742182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.742182000 to 2020-07-06 13:26:25.743182000 13:26:25.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.744000000, lastModified=2020-07-06 13:26:25.743182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.743182000 to 2020-07-06 13:26:25.744182000 13:26:25.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.745000000, lastModified=2020-07-06 13:26:25.744182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.745000000, lastModified=2020-07-06 13:26:25.744182000, delta=818000 ns, racy<=2502500 ns 13:26:25.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.746000000, lastModified=2020-07-06 13:26:25.745182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.746000000, lastModified=2020-07-06 13:26:25.745182000, delta=818000 ns, racy<=2502500 ns 13:26:25.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.746000000, lastModified=2020-07-06 13:26:25.745182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.745182000 to 2020-07-06 13:26:25.746182000 13:26:25.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.747000000, lastModified=2020-07-06 13:26:25.746182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.747000000, lastModified=2020-07-06 13:26:25.746182000, delta=818000 ns, racy<=2502500 ns 13:26:25.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.748000000, lastModified=2020-07-06 13:26:25.747182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.748000000, lastModified=2020-07-06 13:26:25.747182000, delta=818000 ns, racy<=2502500 ns 13:26:25.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.749000000, lastModified=2020-07-06 13:26:25.747182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.747182000 to 2020-07-06 13:26:25.748182000 13:26:25.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.749000000, lastModified=2020-07-06 13:26:25.748182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.748182000 to 2020-07-06 13:26:25.749182000 13:26:25.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.750000000, lastModified=2020-07-06 13:26:25.749182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.750000000, lastModified=2020-07-06 13:26:25.749182000, delta=818000 ns, racy<=2502500 ns 13:26:25.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.751000000, lastModified=2020-07-06 13:26:25.750182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.751000000, lastModified=2020-07-06 13:26:25.750182000, delta=818000 ns, racy<=2502500 ns 13:26:25.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.751000000, lastModified=2020-07-06 13:26:25.750182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.752 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.750182000 to 2020-07-06 13:26:25.751182000 13:26:25.753 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.753000000, lastModified=2020-07-06 13:26:25.752182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.753 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.753000000, lastModified=2020-07-06 13:26:25.752182000, delta=818000 ns, racy<=2502500 ns 13:26:25.753 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.754000000, lastModified=2020-07-06 13:26:25.753182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.754000000, lastModified=2020-07-06 13:26:25.753182000, delta=818000 ns, racy<=2502500 ns 13:26:25.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.755000000, lastModified=2020-07-06 13:26:25.753182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.753182000 to 2020-07-06 13:26:25.754182000 13:26:25.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.755000000, lastModified=2020-07-06 13:26:25.754182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.756 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.754182000 to 2020-07-06 13:26:25.755182000 13:26:25.756 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.756000000, lastModified=2020-07-06 13:26:25.755182000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.757 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.756000000, lastModified=2020-07-06 13:26:25.755182000, delta=818000 ns, racy<=2502500 ns 13:26:25.757 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.757 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.757000000, lastModified=2020-07-06 13:26:25.756183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.757 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.757000000, lastModified=2020-07-06 13:26:25.756183000, delta=817000 ns, racy<=2502500 ns 13:26:25.757 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.758 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.758000000, lastModified=2020-07-06 13:26:25.757183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.758 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.758000000, lastModified=2020-07-06 13:26:25.757183000, delta=817000 ns, racy<=2502500 ns 13:26:25.758 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.758 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.758000000, lastModified=2020-07-06 13:26:25.757183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.759 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.757183000 to 2020-07-06 13:26:25.758183000 13:26:25.759 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.759000000, lastModified=2020-07-06 13:26:25.758183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.759000000, lastModified=2020-07-06 13:26:25.758183000, delta=817000 ns, racy<=2502500 ns 13:26:25.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.760000000, lastModified=2020-07-06 13:26:25.759183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.760000000, lastModified=2020-07-06 13:26:25.759183000, delta=817000 ns, racy<=2502500 ns 13:26:25.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.761 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.761000000, lastModified=2020-07-06 13:26:25.759183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.761 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.759183000 to 2020-07-06 13:26:25.760183000 13:26:25.761 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.761000000, lastModified=2020-07-06 13:26:25.760183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.762 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.760183000 to 2020-07-06 13:26:25.761183000 13:26:25.762 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.762000000, lastModified=2020-07-06 13:26:25.761183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.763 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.761183000 to 2020-07-06 13:26:25.762183000 13:26:25.763 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.763000000, lastModified=2020-07-06 13:26:25.762183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.764 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.762183000 to 2020-07-06 13:26:25.763183000 13:26:25.764 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.764000000, lastModified=2020-07-06 13:26:25.763183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.765 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.764000000, lastModified=2020-07-06 13:26:25.763183000, delta=817000 ns, racy<=2502500 ns 13:26:25.765 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.765 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.765000000, lastModified=2020-07-06 13:26:25.764183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.765 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.765000000, lastModified=2020-07-06 13:26:25.764183000, delta=817000 ns, racy<=2502500 ns 13:26:25.765 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.766 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.766000000, lastModified=2020-07-06 13:26:25.765183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.766 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.766000000, lastModified=2020-07-06 13:26:25.765183000, delta=817000 ns, racy<=2502500 ns 13:26:25.766 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.766 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.766000000, lastModified=2020-07-06 13:26:25.765183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.767 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.765183000 to 2020-07-06 13:26:25.766183000 13:26:25.767 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.767000000, lastModified=2020-07-06 13:26:25.766183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.767 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.767000000, lastModified=2020-07-06 13:26:25.766183000, delta=817000 ns, racy<=2502500 ns 13:26:25.767 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.768 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.768000000, lastModified=2020-07-06 13:26:25.767183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.768 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.768000000, lastModified=2020-07-06 13:26:25.767183000, delta=817000 ns, racy<=2502500 ns 13:26:25.768 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.769 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.769000000, lastModified=2020-07-06 13:26:25.767183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.769 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.767183000 to 2020-07-06 13:26:25.768183000 13:26:25.770 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.770000000, lastModified=2020-07-06 13:26:25.769183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.770 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.770000000, lastModified=2020-07-06 13:26:25.769183000, delta=817000 ns, racy<=2502500 ns 13:26:25.770 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.771 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.771000000, lastModified=2020-07-06 13:26:25.769183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.771 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.769183000 to 2020-07-06 13:26:25.770183000 13:26:25.771 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.771000000, lastModified=2020-07-06 13:26:25.770183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.772 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.770183000 to 2020-07-06 13:26:25.771183000 13:26:25.772 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.772000000, lastModified=2020-07-06 13:26:25.771183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.772 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.772000000, lastModified=2020-07-06 13:26:25.771183000, delta=817000 ns, racy<=2502500 ns 13:26:25.772 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.773 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.773000000, lastModified=2020-07-06 13:26:25.772183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.773 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.773000000, lastModified=2020-07-06 13:26:25.772183000, delta=817000 ns, racy<=2502500 ns 13:26:25.773 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.774 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.774000000, lastModified=2020-07-06 13:26:25.773183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.774 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.774000000, lastModified=2020-07-06 13:26:25.773183000, delta=817000 ns, racy<=2502500 ns 13:26:25.774 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.775 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.775000000, lastModified=2020-07-06 13:26:25.773183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.775 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.773183000 to 2020-07-06 13:26:25.774183000 13:26:25.776 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.776000000, lastModified=2020-07-06 13:26:25.774183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.776 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.774183000 to 2020-07-06 13:26:25.775183000 13:26:25.776 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.776000000, lastModified=2020-07-06 13:26:25.775183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.777 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.775183000 to 2020-07-06 13:26:25.776183000 13:26:25.777 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.777000000, lastModified=2020-07-06 13:26:25.776183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.777 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.777000000, lastModified=2020-07-06 13:26:25.776183000, delta=817000 ns, racy<=2502500 ns 13:26:25.777 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.778 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.778000000, lastModified=2020-07-06 13:26:25.777183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.778 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.778000000, lastModified=2020-07-06 13:26:25.777183000, delta=817000 ns, racy<=2502500 ns 13:26:25.778 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.779 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.779000000, lastModified=2020-07-06 13:26:25.777183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.779 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.777183000 to 2020-07-06 13:26:25.778183000 13:26:25.779 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.779000000, lastModified=2020-07-06 13:26:25.778183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.780 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.778183000 to 2020-07-06 13:26:25.779183000 13:26:25.780 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.780000000, lastModified=2020-07-06 13:26:25.779183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.781 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.779183000 to 2020-07-06 13:26:25.780183000 13:26:25.781 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.781000000, lastModified=2020-07-06 13:26:25.780183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.782 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.780183000 to 2020-07-06 13:26:25.781183000 13:26:25.782 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.782000000, lastModified=2020-07-06 13:26:25.781183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.783 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.781183000 to 2020-07-06 13:26:25.782183000 13:26:25.783 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.783000000, lastModified=2020-07-06 13:26:25.782183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.783 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.783000000, lastModified=2020-07-06 13:26:25.782183000, delta=817000 ns, racy<=2502500 ns 13:26:25.783 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.784 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.784000000, lastModified=2020-07-06 13:26:25.783183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.784 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.784000000, lastModified=2020-07-06 13:26:25.783183000, delta=817000 ns, racy<=2502500 ns 13:26:25.784 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.784 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.784000000, lastModified=2020-07-06 13:26:25.783183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.785 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.783183000 to 2020-07-06 13:26:25.784183000 13:26:25.785 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.785000000, lastModified=2020-07-06 13:26:25.784183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.786 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.784183000 to 2020-07-06 13:26:25.785183000 13:26:25.786 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.786000000, lastModified=2020-07-06 13:26:25.785183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.787 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.785183000 to 2020-07-06 13:26:25.786183000 13:26:25.787 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.787000000, lastModified=2020-07-06 13:26:25.786183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.788 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.786183000 to 2020-07-06 13:26:25.787183000 13:26:25.788 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.788000000, lastModified=2020-07-06 13:26:25.787183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.789 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.788000000, lastModified=2020-07-06 13:26:25.787183000, delta=817000 ns, racy<=2502500 ns 13:26:25.789 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.789 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.789000000, lastModified=2020-07-06 13:26:25.788183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.789 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.789000000, lastModified=2020-07-06 13:26:25.788183000, delta=817000 ns, racy<=2502500 ns 13:26:25.789 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.790 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.790000000, lastModified=2020-07-06 13:26:25.789183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.790 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.790000000, lastModified=2020-07-06 13:26:25.789183000, delta=817000 ns, racy<=2502500 ns 13:26:25.790 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.790 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.790000000, lastModified=2020-07-06 13:26:25.789183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.791 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.789183000 to 2020-07-06 13:26:25.790183000 13:26:25.791 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.791000000, lastModified=2020-07-06 13:26:25.790183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.792 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.791000000, lastModified=2020-07-06 13:26:25.790183000, delta=817000 ns, racy<=2502500 ns 13:26:25.792 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.792 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.792000000, lastModified=2020-07-06 13:26:25.791183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.793 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.792000000, lastModified=2020-07-06 13:26:25.791183000, delta=817000 ns, racy<=2502500 ns 13:26:25.793 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.794 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.794000000, lastModified=2020-07-06 13:26:25.792183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.794 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.792183000 to 2020-07-06 13:26:25.793183000 13:26:25.795 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.795000000, lastModified=2020-07-06 13:26:25.793183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.795 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.793183000 to 2020-07-06 13:26:25.794183000 13:26:25.796 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.796000000, lastModified=2020-07-06 13:26:25.795183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.797 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.796000000, lastModified=2020-07-06 13:26:25.795183000, delta=817000 ns, racy<=2502500 ns 13:26:25.797 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.797 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.797000000, lastModified=2020-07-06 13:26:25.796183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.798 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.797000000, lastModified=2020-07-06 13:26:25.796183000, delta=817000 ns, racy<=2502500 ns 13:26:25.798 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.799 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.799000000, lastModified=2020-07-06 13:26:25.797183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.799 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.797183000 to 2020-07-06 13:26:25.798183000 13:26:25.800 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.800000000, lastModified=2020-07-06 13:26:25.799183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.802 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.799183000 to 2020-07-06 13:26:25.800183000 13:26:25.803 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.803000000, lastModified=2020-07-06 13:26:25.801183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.803 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.801183000 to 2020-07-06 13:26:25.802183000 13:26:25.804 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.804000000, lastModified=2020-07-06 13:26:25.802183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.804 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.802183000 to 2020-07-06 13:26:25.803183000 13:26:25.805 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.805000000, lastModified=2020-07-06 13:26:25.804183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.805 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.805000000, lastModified=2020-07-06 13:26:25.804183000, delta=817000 ns, racy<=2502500 ns 13:26:25.805 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.806 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.806000000, lastModified=2020-07-06 13:26:25.804183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.806 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.804183000 to 2020-07-06 13:26:25.805183000 13:26:25.806 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.806000000, lastModified=2020-07-06 13:26:25.805183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.807 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.805183000 to 2020-07-06 13:26:25.806183000 13:26:25.807 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.807000000, lastModified=2020-07-06 13:26:25.806183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.808 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.807000000, lastModified=2020-07-06 13:26:25.806183000, delta=817000 ns, racy<=2502500 ns 13:26:25.808 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.808 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.808000000, lastModified=2020-07-06 13:26:25.807183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.809 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.808000000, lastModified=2020-07-06 13:26:25.807183000, delta=817000 ns, racy<=2502500 ns 13:26:25.809 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.809 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.809000000, lastModified=2020-07-06 13:26:25.808183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.810 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.809000000, lastModified=2020-07-06 13:26:25.808183000, delta=817000 ns, racy<=2502500 ns 13:26:25.810 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.810 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.810000000, lastModified=2020-07-06 13:26:25.809183000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.811 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.809183000 to 2020-07-06 13:26:25.810184000 13:26:25.811 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.811000000, lastModified=2020-07-06 13:26:25.810184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.812 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.810184000 to 2020-07-06 13:26:25.811184000 13:26:25.812 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.812000000, lastModified=2020-07-06 13:26:25.811184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.813 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.812000000, lastModified=2020-07-06 13:26:25.811184000, delta=816000 ns, racy<=2502500 ns 13:26:25.813 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.813 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.813000000, lastModified=2020-07-06 13:26:25.812184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.813000000, lastModified=2020-07-06 13:26:25.812184000, delta=816000 ns, racy<=2502500 ns 13:26:25.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.814000000, lastModified=2020-07-06 13:26:25.813184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.814000000, lastModified=2020-07-06 13:26:25.813184000, delta=816000 ns, racy<=2502500 ns 13:26:25.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.815000000, lastModified=2020-07-06 13:26:25.814184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.815000000, lastModified=2020-07-06 13:26:25.814184000, delta=816000 ns, racy<=2502500 ns 13:26:25.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.817000000, lastModified=2020-07-06 13:26:25.815184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.815184000 to 2020-07-06 13:26:25.816184000 13:26:25.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.818000000, lastModified=2020-07-06 13:26:25.817184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.818000000, lastModified=2020-07-06 13:26:25.817184000, delta=816000 ns, racy<=2502500 ns 13:26:25.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.819000000, lastModified=2020-07-06 13:26:25.818184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.819000000, lastModified=2020-07-06 13:26:25.818184000, delta=816000 ns, racy<=2502500 ns 13:26:25.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.820000000, lastModified=2020-07-06 13:26:25.818184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.818184000 to 2020-07-06 13:26:25.819184000 13:26:25.821 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.821000000, lastModified=2020-07-06 13:26:25.819184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.821 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.819184000 to 2020-07-06 13:26:25.820184000 13:26:25.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.822000000, lastModified=2020-07-06 13:26:25.820184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.820184000 to 2020-07-06 13:26:25.821184000 13:26:25.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.822000000, lastModified=2020-07-06 13:26:25.821184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.822000000, lastModified=2020-07-06 13:26:25.821184000, delta=816000 ns, racy<=2502500 ns 13:26:25.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.823000000, lastModified=2020-07-06 13:26:25.822184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.823000000, lastModified=2020-07-06 13:26:25.822184000, delta=816000 ns, racy<=2502500 ns 13:26:25.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.824000000, lastModified=2020-07-06 13:26:25.823184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.824000000, lastModified=2020-07-06 13:26:25.823184000, delta=816000 ns, racy<=2502500 ns 13:26:25.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.824000000, lastModified=2020-07-06 13:26:25.823184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.823184000 to 2020-07-06 13:26:25.824184000 13:26:25.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.825000000, lastModified=2020-07-06 13:26:25.824184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.824184000 to 2020-07-06 13:26:25.825184000 13:26:25.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.826000000, lastModified=2020-07-06 13:26:25.825184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.826000000, lastModified=2020-07-06 13:26:25.825184000, delta=816000 ns, racy<=2502500 ns 13:26:25.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.827000000, lastModified=2020-07-06 13:26:25.826184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.827000000, lastModified=2020-07-06 13:26:25.826184000, delta=816000 ns, racy<=2502500 ns 13:26:25.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.828000000, lastModified=2020-07-06 13:26:25.826184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.826184000 to 2020-07-06 13:26:25.827184000 13:26:25.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.828000000, lastModified=2020-07-06 13:26:25.827184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.828000000, lastModified=2020-07-06 13:26:25.827184000, delta=816000 ns, racy<=2502500 ns 13:26:25.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.829000000, lastModified=2020-07-06 13:26:25.828184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.829000000, lastModified=2020-07-06 13:26:25.828184000, delta=816000 ns, racy<=2502500 ns 13:26:25.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.830000000, lastModified=2020-07-06 13:26:25.829184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.830000000, lastModified=2020-07-06 13:26:25.829184000, delta=816000 ns, racy<=2502500 ns 13:26:25.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.831000000, lastModified=2020-07-06 13:26:25.829184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.829184000 to 2020-07-06 13:26:25.830184000 13:26:25.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.832000000, lastModified=2020-07-06 13:26:25.831184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.832000000, lastModified=2020-07-06 13:26:25.831184000, delta=816000 ns, racy<=2502500 ns 13:26:25.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.833000000, lastModified=2020-07-06 13:26:25.832184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.833000000, lastModified=2020-07-06 13:26:25.832184000, delta=816000 ns, racy<=2502500 ns 13:26:25.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.834000000, lastModified=2020-07-06 13:26:25.832184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.832184000 to 2020-07-06 13:26:25.833184000 13:26:25.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.834000000, lastModified=2020-07-06 13:26:25.833184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.834000000, lastModified=2020-07-06 13:26:25.833184000, delta=816000 ns, racy<=2502500 ns 13:26:25.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.835000000, lastModified=2020-07-06 13:26:25.834184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.835000000, lastModified=2020-07-06 13:26:25.834184000, delta=816000 ns, racy<=2502500 ns 13:26:25.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.836000000, lastModified=2020-07-06 13:26:25.835184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.836000000, lastModified=2020-07-06 13:26:25.835184000, delta=816000 ns, racy<=2502500 ns 13:26:25.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.837000000, lastModified=2020-07-06 13:26:25.835184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.835184000 to 2020-07-06 13:26:25.836184000 13:26:25.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.837000000, lastModified=2020-07-06 13:26:25.836184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.836184000 to 2020-07-06 13:26:25.837184000 13:26:25.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.838000000, lastModified=2020-07-06 13:26:25.837184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.838000000, lastModified=2020-07-06 13:26:25.837184000, delta=816000 ns, racy<=2502500 ns 13:26:25.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.839000000, lastModified=2020-07-06 13:26:25.838184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.839000000, lastModified=2020-07-06 13:26:25.838184000, delta=816000 ns, racy<=2502500 ns 13:26:25.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.840000000, lastModified=2020-07-06 13:26:25.839184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.840000000, lastModified=2020-07-06 13:26:25.839184000, delta=816000 ns, racy<=2502500 ns 13:26:25.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.841000000, lastModified=2020-07-06 13:26:25.839184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.839184000 to 2020-07-06 13:26:25.840184000 13:26:25.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.841000000, lastModified=2020-07-06 13:26:25.840184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.840184000 to 2020-07-06 13:26:25.841184000 13:26:25.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.842000000, lastModified=2020-07-06 13:26:25.841184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.842000000, lastModified=2020-07-06 13:26:25.841184000, delta=816000 ns, racy<=2502500 ns 13:26:25.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.843000000, lastModified=2020-07-06 13:26:25.842184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.843000000, lastModified=2020-07-06 13:26:25.842184000, delta=816000 ns, racy<=2502500 ns 13:26:25.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.844000000, lastModified=2020-07-06 13:26:25.843184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.844000000, lastModified=2020-07-06 13:26:25.843184000, delta=816000 ns, racy<=2502500 ns 13:26:25.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.844000000, lastModified=2020-07-06 13:26:25.843184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.843184000 to 2020-07-06 13:26:25.844184000 13:26:25.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.845000000, lastModified=2020-07-06 13:26:25.844184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.844184000 to 2020-07-06 13:26:25.845184000 13:26:25.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.846000000, lastModified=2020-07-06 13:26:25.845184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.845184000 to 2020-07-06 13:26:25.846184000 13:26:25.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.847000000, lastModified=2020-07-06 13:26:25.846184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.847000000, lastModified=2020-07-06 13:26:25.846184000, delta=816000 ns, racy<=2502500 ns 13:26:25.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.848000000, lastModified=2020-07-06 13:26:25.847184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.847184000 to 2020-07-06 13:26:25.848184000 13:26:25.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.849000000, lastModified=2020-07-06 13:26:25.848184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.849000000, lastModified=2020-07-06 13:26:25.848184000, delta=816000 ns, racy<=2502500 ns 13:26:25.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.850000000, lastModified=2020-07-06 13:26:25.849184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.850000000, lastModified=2020-07-06 13:26:25.849184000, delta=816000 ns, racy<=2502500 ns 13:26:25.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.851000000, lastModified=2020-07-06 13:26:25.850184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.851000000, lastModified=2020-07-06 13:26:25.850184000, delta=816000 ns, racy<=2502500 ns 13:26:25.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.852000000, lastModified=2020-07-06 13:26:25.850184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.850184000 to 2020-07-06 13:26:25.851184000 13:26:25.853 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.853000000, lastModified=2020-07-06 13:26:25.852184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.853 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.853000000, lastModified=2020-07-06 13:26:25.852184000, delta=816000 ns, racy<=2502500 ns 13:26:25.853 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.854 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.854000000, lastModified=2020-07-06 13:26:25.852184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.854 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.852184000 to 2020-07-06 13:26:25.853184000 13:26:25.854 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.854000000, lastModified=2020-07-06 13:26:25.853184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.855 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.853184000 to 2020-07-06 13:26:25.854184000 13:26:25.855 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.855000000, lastModified=2020-07-06 13:26:25.854184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.856 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.855000000, lastModified=2020-07-06 13:26:25.854184000, delta=816000 ns, racy<=2502500 ns 13:26:25.856 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.856 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.856000000, lastModified=2020-07-06 13:26:25.855184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.857 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.856000000, lastModified=2020-07-06 13:26:25.855184000, delta=816000 ns, racy<=2502500 ns 13:26:25.857 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.857 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.857000000, lastModified=2020-07-06 13:26:25.856184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.857 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.857000000, lastModified=2020-07-06 13:26:25.856184000, delta=816000 ns, racy<=2502500 ns 13:26:25.857 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.858 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.858000000, lastModified=2020-07-06 13:26:25.857184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.858 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.858000000, lastModified=2020-07-06 13:26:25.857184000, delta=816000 ns, racy<=2502500 ns 13:26:25.858 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.859 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.859000000, lastModified=2020-07-06 13:26:25.858184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.859 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.859000000, lastModified=2020-07-06 13:26:25.858184000, delta=816000 ns, racy<=2502500 ns 13:26:25.859 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.860 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.860000000, lastModified=2020-07-06 13:26:25.859184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.860 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.860000000, lastModified=2020-07-06 13:26:25.859184000, delta=816000 ns, racy<=2502500 ns 13:26:25.860 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.861 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.861000000, lastModified=2020-07-06 13:26:25.860184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.861 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.861000000, lastModified=2020-07-06 13:26:25.860184000, delta=816000 ns, racy<=2502500 ns 13:26:25.861 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.862 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.862000000, lastModified=2020-07-06 13:26:25.861184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.862 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.862000000, lastModified=2020-07-06 13:26:25.861184000, delta=816000 ns, racy<=2502500 ns 13:26:25.862 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.863 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.863000000, lastModified=2020-07-06 13:26:25.862184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.863 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.863000000, lastModified=2020-07-06 13:26:25.862184000, delta=816000 ns, racy<=2502500 ns 13:26:25.863 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.864 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.864000000, lastModified=2020-07-06 13:26:25.863184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.864 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.864000000, lastModified=2020-07-06 13:26:25.863184000, delta=816000 ns, racy<=2502500 ns 13:26:25.864 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.865 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.865000000, lastModified=2020-07-06 13:26:25.863184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.865 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.863184000 to 2020-07-06 13:26:25.864184000 13:26:25.865 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.865000000, lastModified=2020-07-06 13:26:25.864184000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.866 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.864184000 to 2020-07-06 13:26:25.865185000 13:26:25.866 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.866000000, lastModified=2020-07-06 13:26:25.865185000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.867 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.865185000 to 2020-07-06 13:26:25.866185000 13:26:25.867 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.867000000, lastModified=2020-07-06 13:26:25.866185000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.868 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.867000000, lastModified=2020-07-06 13:26:25.866185000, delta=815000 ns, racy<=2502500 ns 13:26:25.868 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.868 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.868000000, lastModified=2020-07-06 13:26:25.867185000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.869 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.868000000, lastModified=2020-07-06 13:26:25.867185000, delta=815000 ns, racy<=2502500 ns 13:26:25.869 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.869 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.869000000, lastModified=2020-07-06 13:26:25.868185000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.870 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.869000000, lastModified=2020-07-06 13:26:25.868185000, delta=815000 ns, racy<=2502500 ns 13:26:25.870 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.870 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.870000000, lastModified=2020-07-06 13:26:25.869185000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.871 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.869185000 to 2020-07-06 13:26:25.870185000 13:26:25.871 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.871000000, lastModified=2020-07-06 13:26:25.870185000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.872 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.870185000 to 2020-07-06 13:26:25.871185000 13:26:25.873 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.873000000, lastModified=2020-07-06 13:26:25.871185000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.873 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.871185000 to 2020-07-06 13:26:25.872185000 13:26:25.873 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.873000000, lastModified=2020-07-06 13:26:25.872185000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.874 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.872185000 to 2020-07-06 13:26:25.873185000 13:26:25.874 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.874000000, lastModified=2020-07-06 13:26:25.873185000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.875 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.873185000 to 2020-07-06 13:26:25.874185000 13:26:25.875 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.875000000, lastModified=2020-07-06 13:26:25.874185000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.876 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.874185000 to 2020-07-06 13:26:25.875185000 13:26:25.877 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.877000000, lastModified=2020-07-06 13:26:25.875185000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.877 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.875185000 to 2020-07-06 13:26:25.876185000 13:26:25.878 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.878000000, lastModified=2020-07-06 13:26:25.877185000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.878 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.878000000, lastModified=2020-07-06 13:26:25.877185000, delta=815000 ns, racy<=2502500 ns 13:26:25.878 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.879 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.879000000, lastModified=2020-07-06 13:26:25.878185000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.879 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.879000000, lastModified=2020-07-06 13:26:25.878185000, delta=815000 ns, racy<=2502500 ns 13:26:25.879 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.879 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.879000000, lastModified=2020-07-06 13:26:25.878185000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.880 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.878185000 to 2020-07-06 13:26:25.879185000 13:26:25.880 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.880000000, lastModified=2020-07-06 13:26:25.879185000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.881 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.879185000 to 2020-07-06 13:26:25.880185000 13:26:25.881 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.881000000, lastModified=2020-07-06 13:26:25.880185000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.882 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.880185000 to 2020-07-06 13:26:25.881185000 13:26:25.883 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.883000000, lastModified=2020-07-06 13:26:25.881185000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.883 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.881185000 to 2020-07-06 13:26:25.882185000 13:26:25.884 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.884000000, lastModified=2020-07-06 13:26:25.883185000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.885 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.884000000, lastModified=2020-07-06 13:26:25.883185000, delta=815000 ns, racy<=2502500 ns 13:26:25.885 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.885 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.885000000, lastModified=2020-07-06 13:26:25.884185000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.885 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.885000000, lastModified=2020-07-06 13:26:25.884185000, delta=815000 ns, racy<=2502500 ns 13:26:25.885 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.886 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.886000000, lastModified=2020-07-06 13:26:25.884185000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.886 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.884185000 to 2020-07-06 13:26:25.885185000 13:26:25.887 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.887000000, lastModified=2020-07-06 13:26:25.886185000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.887 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.887000000, lastModified=2020-07-06 13:26:25.886185000, delta=815000 ns, racy<=2502500 ns 13:26:25.887 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.888 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.888000000, lastModified=2020-07-06 13:26:25.887185000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.888 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.888000000, lastModified=2020-07-06 13:26:25.887185000, delta=815000 ns, racy<=2502500 ns 13:26:25.888 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.889 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.889000000, lastModified=2020-07-06 13:26:25.887185000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.889 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.887185000 to 2020-07-06 13:26:25.888185000 13:26:25.902 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.902000000, lastModified=2020-07-06 13:26:25.901185000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.912 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.901185000 to 2020-07-06 13:26:25.911185000 13:26:25.915 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.915000000, lastModified=2020-07-06 13:26:25.914185000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.916 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.914185000 to 2020-07-06 13:26:25.915185000 13:26:25.916 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.916000000, lastModified=2020-07-06 13:26:25.915185000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.916 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.916000000, lastModified=2020-07-06 13:26:25.915185000, delta=815000 ns, racy<=2502500 ns 13:26:25.916 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.917 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.917000000, lastModified=2020-07-06 13:26:25.915185000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.918 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.915185000 to 2020-07-06 13:26:25.916185000 13:26:25.918 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.918000000, lastModified=2020-07-06 13:26:25.917185000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.919 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.918000000, lastModified=2020-07-06 13:26:25.917185000, delta=815000 ns, racy<=2502500 ns 13:26:25.919 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.919 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.919000000, lastModified=2020-07-06 13:26:25.918185000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.920 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.919000000, lastModified=2020-07-06 13:26:25.918185000, delta=815000 ns, racy<=2502500 ns 13:26:25.920 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.920 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.920000000, lastModified=2020-07-06 13:26:25.919186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.921 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.919186000 to 2020-07-06 13:26:25.920186000 13:26:25.921 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.921000000, lastModified=2020-07-06 13:26:25.920186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.922 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.920186000 to 2020-07-06 13:26:25.921186000 13:26:25.922 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.922000000, lastModified=2020-07-06 13:26:25.921186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.923 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.921186000 to 2020-07-06 13:26:25.922186000 13:26:25.923 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.923000000, lastModified=2020-07-06 13:26:25.922186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.924 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.923000000, lastModified=2020-07-06 13:26:25.922186000, delta=814000 ns, racy<=2502500 ns 13:26:25.924 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.924 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.924000000, lastModified=2020-07-06 13:26:25.923186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.925 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.924000000, lastModified=2020-07-06 13:26:25.923186000, delta=814000 ns, racy<=2502500 ns 13:26:25.925 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.925 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.925000000, lastModified=2020-07-06 13:26:25.924186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.925 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.925000000, lastModified=2020-07-06 13:26:25.924186000, delta=814000 ns, racy<=2502500 ns 13:26:25.925 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.926 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.926000000, lastModified=2020-07-06 13:26:25.925186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.927 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.926000000, lastModified=2020-07-06 13:26:25.925186000, delta=814000 ns, racy<=2502500 ns 13:26:25.927 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.927 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.927000000, lastModified=2020-07-06 13:26:25.926186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.926186000 to 2020-07-06 13:26:25.927186000 13:26:25.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.928000000, lastModified=2020-07-06 13:26:25.927186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.929 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.927186000 to 2020-07-06 13:26:25.928186000 13:26:25.930 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.930000000, lastModified=2020-07-06 13:26:25.928186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.932 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.928186000 to 2020-07-06 13:26:25.931186000 13:26:25.933 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.933000000, lastModified=2020-07-06 13:26:25.931186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.933 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.931186000 to 2020-07-06 13:26:25.932186000 13:26:25.933 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.933000000, lastModified=2020-07-06 13:26:25.932186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.934 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.932186000 to 2020-07-06 13:26:25.933186000 13:26:25.934 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.934000000, lastModified=2020-07-06 13:26:25.933186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.933186000 to 2020-07-06 13:26:25.935186000 13:26:25.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.937000000, lastModified=2020-07-06 13:26:25.936186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.937000000, lastModified=2020-07-06 13:26:25.936186000, delta=814000 ns, racy<=2502500 ns 13:26:25.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.938000000, lastModified=2020-07-06 13:26:25.937186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.937186000 to 2020-07-06 13:26:25.938186000 13:26:25.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.939000000, lastModified=2020-07-06 13:26:25.938186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.939000000, lastModified=2020-07-06 13:26:25.938186000, delta=814000 ns, racy<=2502500 ns 13:26:25.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.940000000, lastModified=2020-07-06 13:26:25.939186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.940000000, lastModified=2020-07-06 13:26:25.939186000, delta=814000 ns, racy<=2502500 ns 13:26:25.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.941000000, lastModified=2020-07-06 13:26:25.940186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.941000000, lastModified=2020-07-06 13:26:25.940186000, delta=814000 ns, racy<=2502500 ns 13:26:25.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.942000000, lastModified=2020-07-06 13:26:25.941186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.942000000, lastModified=2020-07-06 13:26:25.941186000, delta=814000 ns, racy<=2502500 ns 13:26:25.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.943000000, lastModified=2020-07-06 13:26:25.942186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.943000000, lastModified=2020-07-06 13:26:25.942186000, delta=814000 ns, racy<=2502500 ns 13:26:25.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.944000000, lastModified=2020-07-06 13:26:25.942186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.942186000 to 2020-07-06 13:26:25.943186000 13:26:25.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.944000000, lastModified=2020-07-06 13:26:25.943186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.943186000 to 2020-07-06 13:26:25.944186000 13:26:25.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.945000000, lastModified=2020-07-06 13:26:25.944186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.946 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.944186000 to 2020-07-06 13:26:25.945186000 13:26:25.946 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.946000000, lastModified=2020-07-06 13:26:25.945186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.947 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.946000000, lastModified=2020-07-06 13:26:25.945186000, delta=814000 ns, racy<=2502500 ns 13:26:25.947 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.947 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.947000000, lastModified=2020-07-06 13:26:25.946186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.948 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.947000000, lastModified=2020-07-06 13:26:25.946186000, delta=814000 ns, racy<=2502500 ns 13:26:25.948 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.948 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.948000000, lastModified=2020-07-06 13:26:25.947186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.948 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.948000000, lastModified=2020-07-06 13:26:25.947186000, delta=814000 ns, racy<=2502500 ns 13:26:25.948 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.949 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.949000000, lastModified=2020-07-06 13:26:25.947186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.949 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.947186000 to 2020-07-06 13:26:25.948186000 13:26:25.950 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.950000000, lastModified=2020-07-06 13:26:25.948186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.950 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.948186000 to 2020-07-06 13:26:25.949186000 13:26:25.950 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.950000000, lastModified=2020-07-06 13:26:25.949186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.951 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.950000000, lastModified=2020-07-06 13:26:25.949186000, delta=814000 ns, racy<=2502500 ns 13:26:25.951 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.951 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.951000000, lastModified=2020-07-06 13:26:25.950186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.952 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.951000000, lastModified=2020-07-06 13:26:25.950186000, delta=814000 ns, racy<=2502500 ns 13:26:25.952 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.952 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.952000000, lastModified=2020-07-06 13:26:25.951186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.952 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.952000000, lastModified=2020-07-06 13:26:25.951186000, delta=814000 ns, racy<=2502500 ns 13:26:25.952 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.953 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.953000000, lastModified=2020-07-06 13:26:25.951186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.953 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.951186000 to 2020-07-06 13:26:25.952186000 13:26:25.954 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.954000000, lastModified=2020-07-06 13:26:25.953186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.954 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.954000000, lastModified=2020-07-06 13:26:25.953186000, delta=814000 ns, racy<=2502500 ns 13:26:25.954 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.955 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.955000000, lastModified=2020-07-06 13:26:25.953186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.955 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.953186000 to 2020-07-06 13:26:25.954186000 13:26:25.955 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.955000000, lastModified=2020-07-06 13:26:25.954186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.956 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.954186000 to 2020-07-06 13:26:25.955186000 13:26:25.956 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.956000000, lastModified=2020-07-06 13:26:25.955186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.957 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.956000000, lastModified=2020-07-06 13:26:25.955186000, delta=814000 ns, racy<=2502500 ns 13:26:25.957 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.957 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.957000000, lastModified=2020-07-06 13:26:25.956186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.957 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.957000000, lastModified=2020-07-06 13:26:25.956186000, delta=814000 ns, racy<=2502500 ns 13:26:25.957 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.958 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.958000000, lastModified=2020-07-06 13:26:25.957186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.958 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.958000000, lastModified=2020-07-06 13:26:25.957186000, delta=814000 ns, racy<=2502500 ns 13:26:25.958 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.959 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.959000000, lastModified=2020-07-06 13:26:25.957186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.959 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.957186000 to 2020-07-06 13:26:25.958186000 13:26:25.959 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.959000000, lastModified=2020-07-06 13:26:25.958186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.960 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.958186000 to 2020-07-06 13:26:25.959186000 13:26:25.960 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.960000000, lastModified=2020-07-06 13:26:25.959186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.961 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.960000000, lastModified=2020-07-06 13:26:25.959186000, delta=814000 ns, racy<=2502500 ns 13:26:25.961 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.961 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.961000000, lastModified=2020-07-06 13:26:25.960186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.962 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.961000000, lastModified=2020-07-06 13:26:25.960186000, delta=814000 ns, racy<=2502500 ns 13:26:25.962 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.962 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.962000000, lastModified=2020-07-06 13:26:25.961186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.962 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.962000000, lastModified=2020-07-06 13:26:25.961186000, delta=814000 ns, racy<=2502500 ns 13:26:25.962 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.963 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.963000000, lastModified=2020-07-06 13:26:25.962186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.963 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.963000000, lastModified=2020-07-06 13:26:25.962186000, delta=814000 ns, racy<=2502500 ns 13:26:25.963 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.964 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.964000000, lastModified=2020-07-06 13:26:25.963186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.964 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.964000000, lastModified=2020-07-06 13:26:25.963186000, delta=814000 ns, racy<=2502500 ns 13:26:25.964 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.965 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.965000000, lastModified=2020-07-06 13:26:25.964186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.965 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.965000000, lastModified=2020-07-06 13:26:25.964186000, delta=814000 ns, racy<=2502500 ns 13:26:25.965 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.966 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.966000000, lastModified=2020-07-06 13:26:25.965186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.966 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.966000000, lastModified=2020-07-06 13:26:25.965186000, delta=814000 ns, racy<=2502500 ns 13:26:25.966 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.966 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.966000000, lastModified=2020-07-06 13:26:25.965186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.967 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.965186000 to 2020-07-06 13:26:25.966186000 13:26:25.967 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.967000000, lastModified=2020-07-06 13:26:25.966186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.968 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.967000000, lastModified=2020-07-06 13:26:25.966186000, delta=814000 ns, racy<=2502500 ns 13:26:25.968 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.968 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.968000000, lastModified=2020-07-06 13:26:25.967186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.968 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.968000000, lastModified=2020-07-06 13:26:25.967186000, delta=814000 ns, racy<=2502500 ns 13:26:25.968 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.969 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.969000000, lastModified=2020-07-06 13:26:25.967186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.969 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.967186000 to 2020-07-06 13:26:25.968186000 13:26:25.970 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.970000000, lastModified=2020-07-06 13:26:25.968186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.970 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.968186000 to 2020-07-06 13:26:25.969186000 13:26:25.970 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.970000000, lastModified=2020-07-06 13:26:25.969186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.971 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.969186000 to 2020-07-06 13:26:25.970186000 13:26:25.971 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.971000000, lastModified=2020-07-06 13:26:25.970186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.971 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.971000000, lastModified=2020-07-06 13:26:25.970186000, delta=814000 ns, racy<=2502500 ns 13:26:25.971 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.972 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.972000000, lastModified=2020-07-06 13:26:25.971186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.972 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.972000000, lastModified=2020-07-06 13:26:25.971186000, delta=814000 ns, racy<=2502500 ns 13:26:25.972 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.973 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.973000000, lastModified=2020-07-06 13:26:25.971186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.973 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.971186000 to 2020-07-06 13:26:25.972186000 13:26:25.973 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.973000000, lastModified=2020-07-06 13:26:25.972186000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.974 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.972186000 to 2020-07-06 13:26:25.973187000 13:26:25.974 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.974000000, lastModified=2020-07-06 13:26:25.973187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.975 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.974000000, lastModified=2020-07-06 13:26:25.973187000, delta=813000 ns, racy<=2502500 ns 13:26:25.975 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.975 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.975000000, lastModified=2020-07-06 13:26:25.974187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.975 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.975000000, lastModified=2020-07-06 13:26:25.974187000, delta=813000 ns, racy<=2502500 ns 13:26:25.975 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.976 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.976000000, lastModified=2020-07-06 13:26:25.975187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.976 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.976000000, lastModified=2020-07-06 13:26:25.975187000, delta=813000 ns, racy<=2502500 ns 13:26:25.976 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.976 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.976000000, lastModified=2020-07-06 13:26:25.975187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.977 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.975187000 to 2020-07-06 13:26:25.976187000 13:26:25.977 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.977000000, lastModified=2020-07-06 13:26:25.976187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.978 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.977000000, lastModified=2020-07-06 13:26:25.976187000, delta=813000 ns, racy<=2502500 ns 13:26:25.978 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.978 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.978000000, lastModified=2020-07-06 13:26:25.977187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.979 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.977187000 to 2020-07-06 13:26:25.978187000 13:26:25.980 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.980000000, lastModified=2020-07-06 13:26:25.979187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.980 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.980000000, lastModified=2020-07-06 13:26:25.979187000, delta=813000 ns, racy<=2502500 ns 13:26:25.980 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.981 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.981000000, lastModified=2020-07-06 13:26:25.979187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.981 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.979187000 to 2020-07-06 13:26:25.980187000 13:26:25.982 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.982000000, lastModified=2020-07-06 13:26:25.980187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.982 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.980187000 to 2020-07-06 13:26:25.981187000 13:26:25.983 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.983000000, lastModified=2020-07-06 13:26:25.982187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.984 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.982187000 to 2020-07-06 13:26:25.983187000 13:26:25.984 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.984000000, lastModified=2020-07-06 13:26:25.983187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.985 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.983187000 to 2020-07-06 13:26:25.984187000 13:26:25.985 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.985000000, lastModified=2020-07-06 13:26:25.984187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.986 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:25.984187000 to 2020-07-06 13:26:25.985187000 13:26:25.987 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.987000000, lastModified=2020-07-06 13:26:25.986187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.987 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.987000000, lastModified=2020-07-06 13:26:25.986187000, delta=813000 ns, racy<=2502500 ns 13:26:25.987 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.988 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.988000000, lastModified=2020-07-06 13:26:25.987187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.988 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.988000000, lastModified=2020-07-06 13:26:25.987187000, delta=813000 ns, racy<=2502500 ns 13:26:25.988 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.989 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.989000000, lastModified=2020-07-06 13:26:25.988187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.990 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.989000000, lastModified=2020-07-06 13:26:25.988187000, delta=813000 ns, racy<=2502500 ns 13:26:25.990 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:25.999 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:25.999000000, lastModified=2020-07-06 13:26:25.998187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:25.999 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:25.999000000, lastModified=2020-07-06 13:26:25.998187000, delta=813000 ns, racy<=2502500 ns 13:26:25.999 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:26.000 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.000000000, lastModified=2020-07-06 13:26:25.999187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.000 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:26.000000000, lastModified=2020-07-06 13:26:25.999187000, delta=813000 ns, racy<=2502500 ns 13:26:26.000 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:26.001 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.001000000, lastModified=2020-07-06 13:26:26.000187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.001 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:26.001000000, lastModified=2020-07-06 13:26:26.000187000, delta=813000 ns, racy<=2502500 ns 13:26:26.001 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:26.002 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.002000000, lastModified=2020-07-06 13:26:26.001187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.003 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:26.002000000, lastModified=2020-07-06 13:26:26.001187000, delta=813000 ns, racy<=2502500 ns 13:26:26.003 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:26.003 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.003000000, lastModified=2020-07-06 13:26:26.002187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.005 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:26.002187000 to 2020-07-06 13:26:26.004187000 13:26:26.005 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.005000000, lastModified=2020-07-06 13:26:26.004187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.006 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:26.005000000, lastModified=2020-07-06 13:26:26.004187000, delta=813000 ns, racy<=2502500 ns 13:26:26.006 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:26.006 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.006000000, lastModified=2020-07-06 13:26:26.005187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.006 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:26.006000000, lastModified=2020-07-06 13:26:26.005187000, delta=813000 ns, racy<=2502500 ns 13:26:26.006 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:26.008 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.008000000, lastModified=2020-07-06 13:26:26.006187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.008 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:26.006187000 to 2020-07-06 13:26:26.007187000 13:26:26.009 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.009000000, lastModified=2020-07-06 13:26:26.007187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.009 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:26.007187000 to 2020-07-06 13:26:26.008187000 13:26:26.009 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.009000000, lastModified=2020-07-06 13:26:26.008187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.010 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:26.008187000 to 2020-07-06 13:26:26.009187000 13:26:26.010 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.010000000, lastModified=2020-07-06 13:26:26.009187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:26.010000000, lastModified=2020-07-06 13:26:26.009187000, delta=813000 ns, racy<=2502500 ns 13:26:26.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:26.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.011000000, lastModified=2020-07-06 13:26:26.010187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:26.011000000, lastModified=2020-07-06 13:26:26.010187000, delta=813000 ns, racy<=2502500 ns 13:26:26.012 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:26.012 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.012000000, lastModified=2020-07-06 13:26:26.011187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.012 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:26.012000000, lastModified=2020-07-06 13:26:26.011187000, delta=813000 ns, racy<=2502500 ns 13:26:26.012 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:26.013 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.013000000, lastModified=2020-07-06 13:26:26.011187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.013 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:26.011187000 to 2020-07-06 13:26:26.012187000 13:26:26.013 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.013000000, lastModified=2020-07-06 13:26:26.012187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.014 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:26.012187000 to 2020-07-06 13:26:26.013187000 13:26:26.014 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.014000000, lastModified=2020-07-06 13:26:26.013187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.015 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:26.013187000 to 2020-07-06 13:26:26.014187000 13:26:26.015 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.015000000, lastModified=2020-07-06 13:26:26.014187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.016 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:26.014187000 to 2020-07-06 13:26:26.015187000 13:26:26.016 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.016000000, lastModified=2020-07-06 13:26:26.015187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.017 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:26.016000000, lastModified=2020-07-06 13:26:26.015187000, delta=813000 ns, racy<=2502500 ns 13:26:26.017 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:26.017 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.017000000, lastModified=2020-07-06 13:26:26.016187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.017 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:26.017000000, lastModified=2020-07-06 13:26:26.016187000, delta=813000 ns, racy<=2502500 ns 13:26:26.017 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:26.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.018000000, lastModified=2020-07-06 13:26:26.017187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.019 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:26.018000000, lastModified=2020-07-06 13:26:26.017187000, delta=813000 ns, racy<=2502500 ns 13:26:26.019 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:26.019 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.019000000, lastModified=2020-07-06 13:26:26.018187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.019 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:26.019000000, lastModified=2020-07-06 13:26:26.018187000, delta=813000 ns, racy<=2502500 ns 13:26:26.019 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:26.020 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.020000000, lastModified=2020-07-06 13:26:26.019187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.020 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:26.020000000, lastModified=2020-07-06 13:26:26.019187000, delta=813000 ns, racy<=2502500 ns 13:26:26.020 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:26.020 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.020000000, lastModified=2020-07-06 13:26:26.019187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.021 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:26.019187000 to 2020-07-06 13:26:26.020187000 13:26:26.022 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.022000000, lastModified=2020-07-06 13:26:26.020187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.022 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:26.020187000 to 2020-07-06 13:26:26.021187000 13:26:26.022 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.022000000, lastModified=2020-07-06 13:26:26.021187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.023 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:26.022000000, lastModified=2020-07-06 13:26:26.021187000, delta=813000 ns, racy<=2502500 ns 13:26:26.023 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:26.023 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.023000000, lastModified=2020-07-06 13:26:26.022187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.023 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:26.023000000, lastModified=2020-07-06 13:26:26.022187000, delta=813000 ns, racy<=2502500 ns 13:26:26.023 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:26.024 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.024000000, lastModified=2020-07-06 13:26:26.022187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.024 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:26.022187000 to 2020-07-06 13:26:26.023187000 13:26:26.024 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.024000000, lastModified=2020-07-06 13:26:26.023187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.025 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:26.023187000 to 2020-07-06 13:26:26.024187000 13:26:26.025 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.025000000, lastModified=2020-07-06 13:26:26.024187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.026 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:26.025000000, lastModified=2020-07-06 13:26:26.024187000, delta=813000 ns, racy<=2502500 ns 13:26:26.026 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:26.026 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.026000000, lastModified=2020-07-06 13:26:26.025187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.027 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:26.026000000, lastModified=2020-07-06 13:26:26.025187000, delta=813000 ns, racy<=2502500 ns 13:26:26.027 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:26.027 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.027000000, lastModified=2020-07-06 13:26:26.026187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.028 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:26.026187000 to 2020-07-06 13:26:26.027187000 13:26:26.029 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.029000000, lastModified=2020-07-06 13:26:26.027187000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.029 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:26.027187000 to 2020-07-06 13:26:26.028188000 13:26:26.030 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.030000000, lastModified=2020-07-06 13:26:26.029188000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.031 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:26.029188000 to 2020-07-06 13:26:26.030188000 13:26:26.032 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.032000000, lastModified=2020-07-06 13:26:26.030188000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.032 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:26.030188000 to 2020-07-06 13:26:26.031188000 13:26:26.033 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.033000000, lastModified=2020-07-06 13:26:26.031188000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.033 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:26.031188000 to 2020-07-06 13:26:26.032188000 13:26:26.033 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.033000000, lastModified=2020-07-06 13:26:26.032188000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.034 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:26.032188000 to 2020-07-06 13:26:26.033188000 13:26:26.034 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.034000000, lastModified=2020-07-06 13:26:26.033188000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.035 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, lastModified changed from 2020-07-06 13:26:26.033188000 to 2020-07-06 13:26:26.034188000 13:26:26.036 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, create new FileSnapshot: lastRead=2020-07-06 13:26:26.036000000, lastModified=2020-07-06 13:26:26.035188000, size=1, fileKey=(dev=3d,ino=582022057) 13:26:26.036 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, isRacyClean=true, read=2020-07-06 13:26:26.036000000, lastModified=2020-07-06 13:26:26.035188000, delta=812000 ns, racy<=2502500 ns 13:26:26.036 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.probe-6116ffdf-b0a9-426f-a73a-1ebc14d98150, is racily clean 13:26:26.036 [FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[FileStoreAttributeReader-1,5,main]: no failures when measuring minimal racy interval 13:26:26.037 [FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - FileStoreAttributes[fsTimestampResolution=1,001 µs, minimalRacyInterval=0 µs] 13:26:26.037 [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-06 13:26:23.002000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983002000000 ns, racy<=2500000000 ns 13:26:26.037 [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 13:26:26.041 [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-06 13:26:23.002000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983002000000 ns, racy<=2500000000 ns 13:26:26.041 [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 13:26:26.041 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:26.041 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:26.041 [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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:26.041 [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 13:26:26.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/config, isRacyClean=false, read=2020-07-06 13:26:23.002000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983002000000 ns, racy<=2500000000 ns 13:26:26.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/config, is unmodified 13:26:26.042 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:26.042 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:26.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/?/.gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:26.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/?/.gitconfig, is unmodified 13:26:26.042 [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 13:26:26.052 [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 13:26:26.052 [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 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.052000000, lastModified=2020-07-06 13:26:26.051188000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.052000000, lastModified=2020-07-06 13:26:26.051188000, delta=812000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.053000000, lastModified=2020-07-06 13:26:26.052188000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.053000000, lastModified=2020-07-06 13:26:26.052188000, delta=812000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.054000000, lastModified=2020-07-06 13:26:26.053188000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.054000000, lastModified=2020-07-06 13:26:26.053188000, delta=812000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.054000000, lastModified=2020-07-06 13:26:26.053188000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.054000000, lastModified=2020-07-06 13:26:26.053188000, delta=812000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.055000000, lastModified=2020-07-06 13:26:26.054188000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.055000000, lastModified=2020-07-06 13:26:26.054188000, delta=812000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.055000000, lastModified=2020-07-06 13:26:26.054188000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.055000000, lastModified=2020-07-06 13:26:26.054188000, delta=812000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.056000000, lastModified=2020-07-06 13:26:26.055188000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.056000000, lastModified=2020-07-06 13:26:26.055188000, delta=812000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.057000000, lastModified=2020-07-06 13:26:26.056188000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.057000000, lastModified=2020-07-06 13:26:26.056188000, delta=812000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.057000000, lastModified=2020-07-06 13:26:26.056188000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.057000000, lastModified=2020-07-06 13:26:26.056188000, delta=812000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.057000000, lastModified=2020-07-06 13:26:26.056188000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.056188000 to 2020-07-06 13:26:26.057188000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.058000000, lastModified=2020-07-06 13:26:26.057188000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.058000000, lastModified=2020-07-06 13:26:26.057188000, delta=812000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.059000000, lastModified=2020-07-06 13:26:26.058188000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.059000000, lastModified=2020-07-06 13:26:26.058188000, delta=812000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.059000000, lastModified=2020-07-06 13:26:26.058188000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.059000000, lastModified=2020-07-06 13:26:26.058188000, delta=812000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.059000000, lastModified=2020-07-06 13:26:26.058188000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.058188000 to 2020-07-06 13:26:26.059188000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.060000000, lastModified=2020-07-06 13:26:26.059188000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.060000000, lastModified=2020-07-06 13:26:26.059188000, delta=812000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.060000000, lastModified=2020-07-06 13:26:26.059188000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.060000000, lastModified=2020-07-06 13:26:26.059188000, delta=812000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.061000000, lastModified=2020-07-06 13:26:26.060188000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.061000000, lastModified=2020-07-06 13:26:26.060188000, delta=812000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.062000000, lastModified=2020-07-06 13:26:26.061188000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.062000000, lastModified=2020-07-06 13:26:26.061188000, delta=812000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.062000000, lastModified=2020-07-06 13:26:26.061188000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.062000000, lastModified=2020-07-06 13:26:26.061188000, delta=812000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.063000000, lastModified=2020-07-06 13:26:26.062188000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.063000000, lastModified=2020-07-06 13:26:26.062188000, delta=812000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.064000000, lastModified=2020-07-06 13:26:26.063188000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.064000000, lastModified=2020-07-06 13:26:26.063188000, delta=812000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.064000000, lastModified=2020-07-06 13:26:26.063188000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.063188000 to 2020-07-06 13:26:26.064188000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.065000000, lastModified=2020-07-06 13:26:26.064188000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.064188000 to 2020-07-06 13:26:26.065188000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.067000000, lastModified=2020-07-06 13:26:26.066188000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.067000000, lastModified=2020-07-06 13:26:26.066188000, delta=812000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.067000000, lastModified=2020-07-06 13:26:26.066188000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.067000000, lastModified=2020-07-06 13:26:26.066188000, delta=812000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.067000000, lastModified=2020-07-06 13:26:26.066188000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.066188000 to 2020-07-06 13:26:26.067188000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.068000000, lastModified=2020-07-06 13:26:26.067188000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.068000000, lastModified=2020-07-06 13:26:26.067188000, delta=812000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.068000000, lastModified=2020-07-06 13:26:26.067188000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.068000000, lastModified=2020-07-06 13:26:26.067188000, delta=812000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.069000000, lastModified=2020-07-06 13:26:26.068188000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.069000000, lastModified=2020-07-06 13:26:26.068188000, delta=812000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.069000000, lastModified=2020-07-06 13:26:26.068188000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.069000000, lastModified=2020-07-06 13:26:26.068188000, delta=812000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.069000000, lastModified=2020-07-06 13:26:26.068188000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.068188000 to 2020-07-06 13:26:26.069188000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.070000000, lastModified=2020-07-06 13:26:26.069188000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.069188000 to 2020-07-06 13:26:26.070188000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.071000000, lastModified=2020-07-06 13:26:26.070188000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.071000000, lastModified=2020-07-06 13:26:26.070188000, delta=812000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.072000000, lastModified=2020-07-06 13:26:26.071188000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.071188000 to 2020-07-06 13:26:26.090189000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.092000000, lastModified=2020-07-06 13:26:26.091189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.092000000, lastModified=2020-07-06 13:26:26.091189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.092000000, lastModified=2020-07-06 13:26:26.091189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.091189000 to 2020-07-06 13:26:26.092189000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.093000000, lastModified=2020-07-06 13:26:26.092189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.092189000 to 2020-07-06 13:26:26.093189000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.097000000, lastModified=2020-07-06 13:26:26.096189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.096189000 to 2020-07-06 13:26:26.097189000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.098000000, lastModified=2020-07-06 13:26:26.097189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.097189000 to 2020-07-06 13:26:26.098189000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.099000000, lastModified=2020-07-06 13:26:26.098189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.099000000, lastModified=2020-07-06 13:26:26.098189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.107000000, lastModified=2020-07-06 13:26:26.106189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.107000000, lastModified=2020-07-06 13:26:26.106189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.108000000, lastModified=2020-07-06 13:26:26.107189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.108000000, lastModified=2020-07-06 13:26:26.107189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.108000000, lastModified=2020-07-06 13:26:26.107189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.107189000 to 2020-07-06 13:26:26.108189000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.109000000, lastModified=2020-07-06 13:26:26.108189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.109000000, lastModified=2020-07-06 13:26:26.108189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.109000000, lastModified=2020-07-06 13:26:26.108189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.108189000 to 2020-07-06 13:26:26.109189000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.110000000, lastModified=2020-07-06 13:26:26.109189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.110000000, lastModified=2020-07-06 13:26:26.109189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.110000000, lastModified=2020-07-06 13:26:26.109189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.110000000, lastModified=2020-07-06 13:26:26.109189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.111000000, lastModified=2020-07-06 13:26:26.110189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.111000000, lastModified=2020-07-06 13:26:26.110189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.111000000, lastModified=2020-07-06 13:26:26.110189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.110189000 to 2020-07-06 13:26:26.111189000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.112000000, lastModified=2020-07-06 13:26:26.111189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.111189000 to 2020-07-06 13:26:26.112189000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.113000000, lastModified=2020-07-06 13:26:26.112189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.112189000 to 2020-07-06 13:26:26.113189000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.114000000, lastModified=2020-07-06 13:26:26.113189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.114000000, lastModified=2020-07-06 13:26:26.113189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.115000000, lastModified=2020-07-06 13:26:26.114189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.115000000, lastModified=2020-07-06 13:26:26.114189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.115000000, lastModified=2020-07-06 13:26:26.114189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.115000000, lastModified=2020-07-06 13:26:26.114189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.116000000, lastModified=2020-07-06 13:26:26.115189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.116000000, lastModified=2020-07-06 13:26:26.115189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.116000000, lastModified=2020-07-06 13:26:26.115189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.115189000 to 2020-07-06 13:26:26.116189000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.117000000, lastModified=2020-07-06 13:26:26.116189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.117000000, lastModified=2020-07-06 13:26:26.116189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.119000000, lastModified=2020-07-06 13:26:26.118189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.119000000, lastModified=2020-07-06 13:26:26.118189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.119000000, lastModified=2020-07-06 13:26:26.118189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.118189000 to 2020-07-06 13:26:26.119189000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.120000000, lastModified=2020-07-06 13:26:26.119189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.120000000, lastModified=2020-07-06 13:26:26.119189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.121000000, lastModified=2020-07-06 13:26:26.120189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.121000000, lastModified=2020-07-06 13:26:26.120189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.121000000, lastModified=2020-07-06 13:26:26.120189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.121000000, lastModified=2020-07-06 13:26:26.120189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.122000000, lastModified=2020-07-06 13:26:26.121189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.122000000, lastModified=2020-07-06 13:26:26.121189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.122000000, lastModified=2020-07-06 13:26:26.121189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.122000000, lastModified=2020-07-06 13:26:26.121189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.123000000, lastModified=2020-07-06 13:26:26.122189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.123000000, lastModified=2020-07-06 13:26:26.122189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.124000000, lastModified=2020-07-06 13:26:26.123189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.124000000, lastModified=2020-07-06 13:26:26.123189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.124000000, lastModified=2020-07-06 13:26:26.123189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.123189000 to 2020-07-06 13:26:26.124189000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.125000000, lastModified=2020-07-06 13:26:26.124189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.125000000, lastModified=2020-07-06 13:26:26.124189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.126000000, lastModified=2020-07-06 13:26:26.125189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.126000000, lastModified=2020-07-06 13:26:26.125189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.126000000, lastModified=2020-07-06 13:26:26.125189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.126000000, lastModified=2020-07-06 13:26:26.125189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.127000000, lastModified=2020-07-06 13:26:26.126189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.127000000, lastModified=2020-07-06 13:26:26.126189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.128000000, lastModified=2020-07-06 13:26:26.127189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.128000000, lastModified=2020-07-06 13:26:26.127189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.128000000, lastModified=2020-07-06 13:26:26.127189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.128000000, lastModified=2020-07-06 13:26:26.127189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.128000000, lastModified=2020-07-06 13:26:26.127189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.127189000 to 2020-07-06 13:26:26.128189000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.129000000, lastModified=2020-07-06 13:26:26.128189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.129000000, lastModified=2020-07-06 13:26:26.128189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.129000000, lastModified=2020-07-06 13:26:26.128189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.129000000, lastModified=2020-07-06 13:26:26.128189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.130000000, lastModified=2020-07-06 13:26:26.129189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.130000000, lastModified=2020-07-06 13:26:26.129189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.130000000, lastModified=2020-07-06 13:26:26.129189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.129189000 to 2020-07-06 13:26:26.130189000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.131000000, lastModified=2020-07-06 13:26:26.130189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.131000000, lastModified=2020-07-06 13:26:26.130189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.131000000, lastModified=2020-07-06 13:26:26.130189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.131000000, lastModified=2020-07-06 13:26:26.130189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.132000000, lastModified=2020-07-06 13:26:26.130189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.130189000 to 2020-07-06 13:26:26.131189000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.132000000, lastModified=2020-07-06 13:26:26.131189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.132000000, lastModified=2020-07-06 13:26:26.131189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.132000000, lastModified=2020-07-06 13:26:26.131189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.132000000, lastModified=2020-07-06 13:26:26.131189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.133000000, lastModified=2020-07-06 13:26:26.132189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.133000000, lastModified=2020-07-06 13:26:26.132189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.133000000, lastModified=2020-07-06 13:26:26.132189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.133000000, lastModified=2020-07-06 13:26:26.132189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.134000000, lastModified=2020-07-06 13:26:26.133189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.134000000, lastModified=2020-07-06 13:26:26.133189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.134000000, lastModified=2020-07-06 13:26:26.133189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.134000000, lastModified=2020-07-06 13:26:26.133189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.135000000, lastModified=2020-07-06 13:26:26.134189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.135000000, lastModified=2020-07-06 13:26:26.134189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.135000000, lastModified=2020-07-06 13:26:26.134189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.135000000, lastModified=2020-07-06 13:26:26.134189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.136000000, lastModified=2020-07-06 13:26:26.135189000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.136000000, lastModified=2020-07-06 13:26:26.135189000, delta=811000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.137000000, lastModified=2020-07-06 13:26:26.136190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.137000000, lastModified=2020-07-06 13:26:26.136190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.137000000, lastModified=2020-07-06 13:26:26.136190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.137000000, lastModified=2020-07-06 13:26:26.136190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.137000000, lastModified=2020-07-06 13:26:26.136190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.136190000 to 2020-07-06 13:26:26.137190000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.138000000, lastModified=2020-07-06 13:26:26.137190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.138000000, lastModified=2020-07-06 13:26:26.137190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.138000000, lastModified=2020-07-06 13:26:26.137190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.137190000 to 2020-07-06 13:26:26.138190000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.139000000, lastModified=2020-07-06 13:26:26.138190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.138190000 to 2020-07-06 13:26:26.139190000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.140000000, lastModified=2020-07-06 13:26:26.139190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.140000000, lastModified=2020-07-06 13:26:26.139190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.140000000, lastModified=2020-07-06 13:26:26.139190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.139190000 to 2020-07-06 13:26:26.140190000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.141000000, lastModified=2020-07-06 13:26:26.140190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.140190000 to 2020-07-06 13:26:26.141190000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.142000000, lastModified=2020-07-06 13:26:26.141190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.142000000, lastModified=2020-07-06 13:26:26.141190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.142000000, lastModified=2020-07-06 13:26:26.141190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.142000000, lastModified=2020-07-06 13:26:26.141190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.143000000, lastModified=2020-07-06 13:26:26.142190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.143000000, lastModified=2020-07-06 13:26:26.142190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.143000000, lastModified=2020-07-06 13:26:26.142190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.143000000, lastModified=2020-07-06 13:26:26.142190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.143000000, lastModified=2020-07-06 13:26:26.142190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.142190000 to 2020-07-06 13:26:26.143190000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.144000000, lastModified=2020-07-06 13:26:26.143190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.144000000, lastModified=2020-07-06 13:26:26.143190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.145000000, lastModified=2020-07-06 13:26:26.144190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.145000000, lastModified=2020-07-06 13:26:26.144190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.145000000, lastModified=2020-07-06 13:26:26.144190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.145000000, lastModified=2020-07-06 13:26:26.144190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.145000000, lastModified=2020-07-06 13:26:26.144190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.145000000, lastModified=2020-07-06 13:26:26.144190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.146000000, lastModified=2020-07-06 13:26:26.145190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.146000000, lastModified=2020-07-06 13:26:26.145190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.147000000, lastModified=2020-07-06 13:26:26.146190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.147000000, lastModified=2020-07-06 13:26:26.146190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.147000000, lastModified=2020-07-06 13:26:26.146190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.146190000 to 2020-07-06 13:26:26.147190000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.148000000, lastModified=2020-07-06 13:26:26.147190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.148000000, lastModified=2020-07-06 13:26:26.147190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.149000000, lastModified=2020-07-06 13:26:26.147190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.147190000 to 2020-07-06 13:26:26.148190000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.149000000, lastModified=2020-07-06 13:26:26.148190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.149000000, lastModified=2020-07-06 13:26:26.148190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.150000000, lastModified=2020-07-06 13:26:26.149190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.150000000, lastModified=2020-07-06 13:26:26.149190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.150000000, lastModified=2020-07-06 13:26:26.149190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.149190000 to 2020-07-06 13:26:26.150190000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.151000000, lastModified=2020-07-06 13:26:26.150190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.151000000, lastModified=2020-07-06 13:26:26.150190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.151000000, lastModified=2020-07-06 13:26:26.150190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.150190000 to 2020-07-06 13:26:26.151190000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.152000000, lastModified=2020-07-06 13:26:26.151190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.152000000, lastModified=2020-07-06 13:26:26.151190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.152000000, lastModified=2020-07-06 13:26:26.151190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.151190000 to 2020-07-06 13:26:26.152190000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.153000000, lastModified=2020-07-06 13:26:26.152190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.152190000 to 2020-07-06 13:26:26.153190000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.154000000, lastModified=2020-07-06 13:26:26.153190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.154000000, lastModified=2020-07-06 13:26:26.153190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.154000000, lastModified=2020-07-06 13:26:26.153190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.153190000 to 2020-07-06 13:26:26.154190000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.155000000, lastModified=2020-07-06 13:26:26.154190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.155000000, lastModified=2020-07-06 13:26:26.154190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.155000000, lastModified=2020-07-06 13:26:26.154190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.154190000 to 2020-07-06 13:26:26.155190000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.156000000, lastModified=2020-07-06 13:26:26.155190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.156000000, lastModified=2020-07-06 13:26:26.155190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.156000000, lastModified=2020-07-06 13:26:26.155190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.155190000 to 2020-07-06 13:26:26.156190000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.158000000, lastModified=2020-07-06 13:26:26.157190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.158000000, lastModified=2020-07-06 13:26:26.157190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.158000000, lastModified=2020-07-06 13:26:26.157190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.158000000, lastModified=2020-07-06 13:26:26.157190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.159000000, lastModified=2020-07-06 13:26:26.158190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.159000000, lastModified=2020-07-06 13:26:26.158190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.159000000, lastModified=2020-07-06 13:26:26.158190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.159000000, lastModified=2020-07-06 13:26:26.158190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.159000000, lastModified=2020-07-06 13:26:26.158190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.158190000 to 2020-07-06 13:26:26.159190000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.160000000, lastModified=2020-07-06 13:26:26.159190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.160000000, lastModified=2020-07-06 13:26:26.159190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.161000000, lastModified=2020-07-06 13:26:26.160190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.161000000, lastModified=2020-07-06 13:26:26.160190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.161000000, lastModified=2020-07-06 13:26:26.160190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.161000000, lastModified=2020-07-06 13:26:26.160190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.162000000, lastModified=2020-07-06 13:26:26.161190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.162000000, lastModified=2020-07-06 13:26:26.161190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.163000000, lastModified=2020-07-06 13:26:26.162190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.163000000, lastModified=2020-07-06 13:26:26.162190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.163000000, lastModified=2020-07-06 13:26:26.162190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.163000000, lastModified=2020-07-06 13:26:26.162190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.166000000, lastModified=2020-07-06 13:26:26.165190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.166000000, lastModified=2020-07-06 13:26:26.165190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.166000000, lastModified=2020-07-06 13:26:26.165190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.165190000 to 2020-07-06 13:26:26.166190000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.167000000, lastModified=2020-07-06 13:26:26.166190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.167000000, lastModified=2020-07-06 13:26:26.166190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.167000000, lastModified=2020-07-06 13:26:26.166190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.166190000 to 2020-07-06 13:26:26.167190000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.168000000, lastModified=2020-07-06 13:26:26.167190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.167190000 to 2020-07-06 13:26:26.168190000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.169000000, lastModified=2020-07-06 13:26:26.168190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.168190000 to 2020-07-06 13:26:26.171190000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.172000000, lastModified=2020-07-06 13:26:26.171190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.172000000, lastModified=2020-07-06 13:26:26.171190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.172000000, lastModified=2020-07-06 13:26:26.171190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.171190000 to 2020-07-06 13:26:26.172190000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.173000000, lastModified=2020-07-06 13:26:26.172190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.172190000 to 2020-07-06 13:26:26.173190000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.174000000, lastModified=2020-07-06 13:26:26.173190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.174000000, lastModified=2020-07-06 13:26:26.173190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.178000000, lastModified=2020-07-06 13:26:26.177190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.177190000 to 2020-07-06 13:26:26.178190000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.179000000, lastModified=2020-07-06 13:26:26.178190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.179000000, lastModified=2020-07-06 13:26:26.178190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.180000000, lastModified=2020-07-06 13:26:26.178190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.178190000 to 2020-07-06 13:26:26.179190000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.180000000, lastModified=2020-07-06 13:26:26.179190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.180000000, lastModified=2020-07-06 13:26:26.179190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.180000000, lastModified=2020-07-06 13:26:26.179190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.179190000 to 2020-07-06 13:26:26.180190000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.181000000, lastModified=2020-07-06 13:26:26.180190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.180190000 to 2020-07-06 13:26:26.181190000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.182000000, lastModified=2020-07-06 13:26:26.181190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.182000000, lastModified=2020-07-06 13:26:26.181190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.182000000, lastModified=2020-07-06 13:26:26.181190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.182000000, lastModified=2020-07-06 13:26:26.181190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.183000000, lastModified=2020-07-06 13:26:26.182190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.183000000, lastModified=2020-07-06 13:26:26.182190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.184000000, lastModified=2020-07-06 13:26:26.183190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.184000000, lastModified=2020-07-06 13:26:26.183190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.184000000, lastModified=2020-07-06 13:26:26.183190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.183190000 to 2020-07-06 13:26:26.184190000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.185000000, lastModified=2020-07-06 13:26:26.184190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.184190000 to 2020-07-06 13:26:26.185190000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.186000000, lastModified=2020-07-06 13:26:26.185190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.186000000, lastModified=2020-07-06 13:26:26.185190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.186000000, lastModified=2020-07-06 13:26:26.185190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.185190000 to 2020-07-06 13:26:26.186190000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.188000000, lastModified=2020-07-06 13:26:26.187190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.188000000, lastModified=2020-07-06 13:26:26.187190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.188000000, lastModified=2020-07-06 13:26:26.187190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.188000000, lastModified=2020-07-06 13:26:26.187190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.189000000, lastModified=2020-07-06 13:26:26.188190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.189000000, lastModified=2020-07-06 13:26:26.188190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.189000000, lastModified=2020-07-06 13:26:26.188190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.189000000, lastModified=2020-07-06 13:26:26.188190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.191000000, lastModified=2020-07-06 13:26:26.190190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.191000000, lastModified=2020-07-06 13:26:26.190190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.191000000, lastModified=2020-07-06 13:26:26.190190000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.191000000, lastModified=2020-07-06 13:26:26.190190000, delta=810000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.192000000, lastModified=2020-07-06 13:26:26.191191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.192000000, lastModified=2020-07-06 13:26:26.191191000, delta=809000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.192000000, lastModified=2020-07-06 13:26:26.191191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.191191000 to 2020-07-06 13:26:26.192191000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.195000000, lastModified=2020-07-06 13:26:26.194191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.194191000 to 2020-07-06 13:26:26.195191000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.196000000, lastModified=2020-07-06 13:26:26.195191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.195191000 to 2020-07-06 13:26:26.196191000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.197000000, lastModified=2020-07-06 13:26:26.196191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.196191000 to 2020-07-06 13:26:26.197191000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.199000000, lastModified=2020-07-06 13:26:26.197191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.197191000 to 2020-07-06 13:26:26.198191000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.199000000, lastModified=2020-07-06 13:26:26.198191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.199000000, lastModified=2020-07-06 13:26:26.198191000, delta=809000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.199000000, lastModified=2020-07-06 13:26:26.198191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.198191000 to 2020-07-06 13:26:26.199191000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.200000000, lastModified=2020-07-06 13:26:26.199191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.200000000, lastModified=2020-07-06 13:26:26.199191000, delta=809000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.200000000, lastModified=2020-07-06 13:26:26.199191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.199191000 to 2020-07-06 13:26:26.200191000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.201000000, lastModified=2020-07-06 13:26:26.200191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.201000000, lastModified=2020-07-06 13:26:26.200191000, delta=809000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.202000000, lastModified=2020-07-06 13:26:26.201191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.202000000, lastModified=2020-07-06 13:26:26.201191000, delta=809000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.202000000, lastModified=2020-07-06 13:26:26.201191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.202000000, lastModified=2020-07-06 13:26:26.201191000, delta=809000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.203000000, lastModified=2020-07-06 13:26:26.202191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.203000000, lastModified=2020-07-06 13:26:26.202191000, delta=809000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.203000000, lastModified=2020-07-06 13:26:26.202191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.203000000, lastModified=2020-07-06 13:26:26.202191000, delta=809000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.204000000, lastModified=2020-07-06 13:26:26.203191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.204000000, lastModified=2020-07-06 13:26:26.203191000, delta=809000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.205000000, lastModified=2020-07-06 13:26:26.204191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.205000000, lastModified=2020-07-06 13:26:26.204191000, delta=809000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.205000000, lastModified=2020-07-06 13:26:26.204191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.205000000, lastModified=2020-07-06 13:26:26.204191000, delta=809000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.206000000, lastModified=2020-07-06 13:26:26.204191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.204191000 to 2020-07-06 13:26:26.205191000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.206000000, lastModified=2020-07-06 13:26:26.205191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.206000000, lastModified=2020-07-06 13:26:26.205191000, delta=809000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.206000000, lastModified=2020-07-06 13:26:26.205191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.205191000 to 2020-07-06 13:26:26.206191000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.207000000, lastModified=2020-07-06 13:26:26.206191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.206191000 to 2020-07-06 13:26:26.207191000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.208000000, lastModified=2020-07-06 13:26:26.207191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.208000000, lastModified=2020-07-06 13:26:26.207191000, delta=809000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.209000000, lastModified=2020-07-06 13:26:26.208191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.209000000, lastModified=2020-07-06 13:26:26.208191000, delta=809000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.210000000, lastModified=2020-07-06 13:26:26.209191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.210000000, lastModified=2020-07-06 13:26:26.209191000, delta=809000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.210000000, lastModified=2020-07-06 13:26:26.209191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.210000000, lastModified=2020-07-06 13:26:26.209191000, delta=809000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.211000000, lastModified=2020-07-06 13:26:26.210191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.211000000, lastModified=2020-07-06 13:26:26.210191000, delta=809000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.212000000, lastModified=2020-07-06 13:26:26.211191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.212000000, lastModified=2020-07-06 13:26:26.211191000, delta=809000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.212000000, lastModified=2020-07-06 13:26:26.211191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.212000000, lastModified=2020-07-06 13:26:26.211191000, delta=809000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.212000000, lastModified=2020-07-06 13:26:26.211191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.211191000 to 2020-07-06 13:26:26.212191000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.213000000, lastModified=2020-07-06 13:26:26.212191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.212191000 to 2020-07-06 13:26:26.213191000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.214000000, lastModified=2020-07-06 13:26:26.213191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.214000000, lastModified=2020-07-06 13:26:26.213191000, delta=809000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.214000000, lastModified=2020-07-06 13:26:26.213191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.213191000 to 2020-07-06 13:26:26.214191000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.215000000, lastModified=2020-07-06 13:26:26.214191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.215000000, lastModified=2020-07-06 13:26:26.214191000, delta=809000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.215000000, lastModified=2020-07-06 13:26:26.214191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.214191000 to 2020-07-06 13:26:26.215191000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.216000000, lastModified=2020-07-06 13:26:26.215191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.216000000, lastModified=2020-07-06 13:26:26.215191000, delta=809000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.216000000, lastModified=2020-07-06 13:26:26.215191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.215191000 to 2020-07-06 13:26:26.216191000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.225000000, lastModified=2020-07-06 13:26:26.224191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.224191000 to 2020-07-06 13:26:26.225191000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.226000000, lastModified=2020-07-06 13:26:26.225191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.225191000 to 2020-07-06 13:26:26.226191000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.227000000, lastModified=2020-07-06 13:26:26.226191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.227000000, lastModified=2020-07-06 13:26:26.226191000, delta=809000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.228000000, lastModified=2020-07-06 13:26:26.226191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.226191000 to 2020-07-06 13:26:26.227191000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.228000000, lastModified=2020-07-06 13:26:26.227191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.228000000, lastModified=2020-07-06 13:26:26.227191000, delta=809000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.229000000, lastModified=2020-07-06 13:26:26.227191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.227191000 to 2020-07-06 13:26:26.228191000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.229000000, lastModified=2020-07-06 13:26:26.228191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.229000000, lastModified=2020-07-06 13:26:26.228191000, delta=809000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.230000000, lastModified=2020-07-06 13:26:26.228191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.228191000 to 2020-07-06 13:26:26.229191000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.231000000, lastModified=2020-07-06 13:26:26.230191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.231000000, lastModified=2020-07-06 13:26:26.230191000, delta=809000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.231000000, lastModified=2020-07-06 13:26:26.230191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.231000000, lastModified=2020-07-06 13:26:26.230191000, delta=809000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.232000000, lastModified=2020-07-06 13:26:26.231191000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.231191000 to 2020-07-06 13:26:26.241191000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.248000000, lastModified=2020-07-06 13:26:26.247192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.247192000 to 2020-07-06 13:26:26.248192000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.250000000, lastModified=2020-07-06 13:26:26.249192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.250000000, lastModified=2020-07-06 13:26:26.249192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.251000000, lastModified=2020-07-06 13:26:26.249192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.249192000 to 2020-07-06 13:26:26.250192000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.251000000, lastModified=2020-07-06 13:26:26.250192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.251000000, lastModified=2020-07-06 13:26:26.250192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.252000000, lastModified=2020-07-06 13:26:26.251192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.252000000, lastModified=2020-07-06 13:26:26.251192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.252000000, lastModified=2020-07-06 13:26:26.251192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.252000000, lastModified=2020-07-06 13:26:26.251192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.252000000, lastModified=2020-07-06 13:26:26.251192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.252000000, lastModified=2020-07-06 13:26:26.251192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.253000000, lastModified=2020-07-06 13:26:26.252192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.253000000, lastModified=2020-07-06 13:26:26.252192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.253000000, lastModified=2020-07-06 13:26:26.252192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.253000000, lastModified=2020-07-06 13:26:26.252192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.254000000, lastModified=2020-07-06 13:26:26.253192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.254000000, lastModified=2020-07-06 13:26:26.253192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.254000000, lastModified=2020-07-06 13:26:26.253192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.254000000, lastModified=2020-07-06 13:26:26.253192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.254000000, lastModified=2020-07-06 13:26:26.253192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.253192000 to 2020-07-06 13:26:26.254192000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.255000000, lastModified=2020-07-06 13:26:26.254192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.255000000, lastModified=2020-07-06 13:26:26.254192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.255000000, lastModified=2020-07-06 13:26:26.254192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.254192000 to 2020-07-06 13:26:26.255192000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.257000000, lastModified=2020-07-06 13:26:26.256192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.257000000, lastModified=2020-07-06 13:26:26.256192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.257000000, lastModified=2020-07-06 13:26:26.256192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.256192000 to 2020-07-06 13:26:26.257192000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.258000000, lastModified=2020-07-06 13:26:26.257192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.257192000 to 2020-07-06 13:26:26.258192000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.259000000, lastModified=2020-07-06 13:26:26.258192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.259000000, lastModified=2020-07-06 13:26:26.258192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.259000000, lastModified=2020-07-06 13:26:26.258192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.258192000 to 2020-07-06 13:26:26.259192000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.260000000, lastModified=2020-07-06 13:26:26.259192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.260000000, lastModified=2020-07-06 13:26:26.259192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.260000000, lastModified=2020-07-06 13:26:26.259192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.260000000, lastModified=2020-07-06 13:26:26.259192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.261000000, lastModified=2020-07-06 13:26:26.260192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.261000000, lastModified=2020-07-06 13:26:26.260192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.261000000, lastModified=2020-07-06 13:26:26.260192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.261000000, lastModified=2020-07-06 13:26:26.260192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.262000000, lastModified=2020-07-06 13:26:26.260192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.260192000 to 2020-07-06 13:26:26.261192000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.264000000, lastModified=2020-07-06 13:26:26.263192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.263192000 to 2020-07-06 13:26:26.264192000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.266000000, lastModified=2020-07-06 13:26:26.265192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.266000000, lastModified=2020-07-06 13:26:26.265192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.266000000, lastModified=2020-07-06 13:26:26.265192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.266000000, lastModified=2020-07-06 13:26:26.265192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.267000000, lastModified=2020-07-06 13:26:26.265192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.265192000 to 2020-07-06 13:26:26.266192000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.267000000, lastModified=2020-07-06 13:26:26.266192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.267000000, lastModified=2020-07-06 13:26:26.266192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.267000000, lastModified=2020-07-06 13:26:26.266192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.266192000 to 2020-07-06 13:26:26.267192000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.268000000, lastModified=2020-07-06 13:26:26.267192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.268000000, lastModified=2020-07-06 13:26:26.267192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.268000000, lastModified=2020-07-06 13:26:26.267192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.267192000 to 2020-07-06 13:26:26.268192000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.269000000, lastModified=2020-07-06 13:26:26.268192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.269000000, lastModified=2020-07-06 13:26:26.268192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.269000000, lastModified=2020-07-06 13:26:26.268192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.268192000 to 2020-07-06 13:26:26.269192000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.270000000, lastModified=2020-07-06 13:26:26.269192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.270000000, lastModified=2020-07-06 13:26:26.269192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.270000000, lastModified=2020-07-06 13:26:26.269192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.269192000 to 2020-07-06 13:26:26.270192000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.271000000, lastModified=2020-07-06 13:26:26.270192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.271000000, lastModified=2020-07-06 13:26:26.270192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.271000000, lastModified=2020-07-06 13:26:26.270192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.270192000 to 2020-07-06 13:26:26.271192000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.273000000, lastModified=2020-07-06 13:26:26.272192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.273000000, lastModified=2020-07-06 13:26:26.272192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.273000000, lastModified=2020-07-06 13:26:26.272192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.273000000, lastModified=2020-07-06 13:26:26.272192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.274000000, lastModified=2020-07-06 13:26:26.273192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.274000000, lastModified=2020-07-06 13:26:26.273192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.274000000, lastModified=2020-07-06 13:26:26.273192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.273192000 to 2020-07-06 13:26:26.274192000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.275000000, lastModified=2020-07-06 13:26:26.274192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.275000000, lastModified=2020-07-06 13:26:26.274192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.276000000, lastModified=2020-07-06 13:26:26.275192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.276000000, lastModified=2020-07-06 13:26:26.275192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.276000000, lastModified=2020-07-06 13:26:26.275192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.276000000, lastModified=2020-07-06 13:26:26.275192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.277000000, lastModified=2020-07-06 13:26:26.276192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.277000000, lastModified=2020-07-06 13:26:26.276192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.278000000, lastModified=2020-07-06 13:26:26.277192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.278000000, lastModified=2020-07-06 13:26:26.277192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.279000000, lastModified=2020-07-06 13:26:26.278192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.279000000, lastModified=2020-07-06 13:26:26.278192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.279000000, lastModified=2020-07-06 13:26:26.278192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.279000000, lastModified=2020-07-06 13:26:26.278192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.280000000, lastModified=2020-07-06 13:26:26.279192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.279192000 to 2020-07-06 13:26:26.280192000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.281000000, lastModified=2020-07-06 13:26:26.280192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.281000000, lastModified=2020-07-06 13:26:26.280192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.282000000, lastModified=2020-07-06 13:26:26.281192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.282000000, lastModified=2020-07-06 13:26:26.281192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.283000000, lastModified=2020-07-06 13:26:26.282192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.283000000, lastModified=2020-07-06 13:26:26.282192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.284000000, lastModified=2020-07-06 13:26:26.283192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.284000000, lastModified=2020-07-06 13:26:26.283192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.284000000, lastModified=2020-07-06 13:26:26.283192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.284000000, lastModified=2020-07-06 13:26:26.283192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.285000000, lastModified=2020-07-06 13:26:26.284192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.285000000, lastModified=2020-07-06 13:26:26.284192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.285000000, lastModified=2020-07-06 13:26:26.284192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.285000000, lastModified=2020-07-06 13:26:26.284192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.286000000, lastModified=2020-07-06 13:26:26.285192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.286000000, lastModified=2020-07-06 13:26:26.285192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.286000000, lastModified=2020-07-06 13:26:26.285192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.286000000, lastModified=2020-07-06 13:26:26.285192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.286000000, lastModified=2020-07-06 13:26:26.285192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.285192000 to 2020-07-06 13:26:26.286192000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.287000000, lastModified=2020-07-06 13:26:26.286192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.287000000, lastModified=2020-07-06 13:26:26.286192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.287000000, lastModified=2020-07-06 13:26:26.286192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.286192000 to 2020-07-06 13:26:26.287192000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.288000000, lastModified=2020-07-06 13:26:26.287192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.288000000, lastModified=2020-07-06 13:26:26.287192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.288000000, lastModified=2020-07-06 13:26:26.287192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.287192000 to 2020-07-06 13:26:26.288192000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.289000000, lastModified=2020-07-06 13:26:26.288192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.289000000, lastModified=2020-07-06 13:26:26.288192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.289000000, lastModified=2020-07-06 13:26:26.288192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.289000000, lastModified=2020-07-06 13:26:26.288192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.290000000, lastModified=2020-07-06 13:26:26.289192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.290000000, lastModified=2020-07-06 13:26:26.289192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.290000000, lastModified=2020-07-06 13:26:26.289192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.290000000, lastModified=2020-07-06 13:26:26.289192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.292000000, lastModified=2020-07-06 13:26:26.291192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.292000000, lastModified=2020-07-06 13:26:26.291192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.292000000, lastModified=2020-07-06 13:26:26.291192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.291192000 to 2020-07-06 13:26:26.292192000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.293000000, lastModified=2020-07-06 13:26:26.292192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.293000000, lastModified=2020-07-06 13:26:26.292192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.294000000, lastModified=2020-07-06 13:26:26.293192000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.294000000, lastModified=2020-07-06 13:26:26.293192000, delta=808000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.301000000, lastModified=2020-07-06 13:26:26.300193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.300193000 to 2020-07-06 13:26:26.301193000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.302000000, lastModified=2020-07-06 13:26:26.301193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.302000000, lastModified=2020-07-06 13:26:26.301193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.302000000, lastModified=2020-07-06 13:26:26.301193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.302000000, lastModified=2020-07-06 13:26:26.301193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.303000000, lastModified=2020-07-06 13:26:26.302193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.302193000 to 2020-07-06 13:26:26.303193000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.305000000, lastModified=2020-07-06 13:26:26.304193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.304193000 to 2020-07-06 13:26:26.314193000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.316000000, lastModified=2020-07-06 13:26:26.314193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.314193000 to 2020-07-06 13:26:26.316193000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.318000000, lastModified=2020-07-06 13:26:26.317193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.318000000, lastModified=2020-07-06 13:26:26.317193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.323000000, lastModified=2020-07-06 13:26:26.322193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.322193000 to 2020-07-06 13:26:26.323193000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.325000000, lastModified=2020-07-06 13:26:26.324193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.325000000, lastModified=2020-07-06 13:26:26.324193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.326000000, lastModified=2020-07-06 13:26:26.325193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.326000000, lastModified=2020-07-06 13:26:26.325193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.326000000, lastModified=2020-07-06 13:26:26.325193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.326000000, lastModified=2020-07-06 13:26:26.325193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.326000000, lastModified=2020-07-06 13:26:26.325193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.325193000 to 2020-07-06 13:26:26.326193000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.327000000, lastModified=2020-07-06 13:26:26.326193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.327000000, lastModified=2020-07-06 13:26:26.326193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.327000000, lastModified=2020-07-06 13:26:26.326193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.326193000 to 2020-07-06 13:26:26.327193000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.328000000, lastModified=2020-07-06 13:26:26.327193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.328000000, lastModified=2020-07-06 13:26:26.327193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.328000000, lastModified=2020-07-06 13:26:26.327193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.328000000, lastModified=2020-07-06 13:26:26.327193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.329000000, lastModified=2020-07-06 13:26:26.328193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.329000000, lastModified=2020-07-06 13:26:26.328193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.329000000, lastModified=2020-07-06 13:26:26.328193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.329000000, lastModified=2020-07-06 13:26:26.328193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.330000000, lastModified=2020-07-06 13:26:26.328193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.328193000 to 2020-07-06 13:26:26.329193000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.330000000, lastModified=2020-07-06 13:26:26.329193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.329193000 to 2020-07-06 13:26:26.330193000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.331000000, lastModified=2020-07-06 13:26:26.330193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.331000000, lastModified=2020-07-06 13:26:26.330193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.332000000, lastModified=2020-07-06 13:26:26.331193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.332000000, lastModified=2020-07-06 13:26:26.331193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.332000000, lastModified=2020-07-06 13:26:26.331193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.331193000 to 2020-07-06 13:26:26.332193000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.333000000, lastModified=2020-07-06 13:26:26.332193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.333000000, lastModified=2020-07-06 13:26:26.332193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.333000000, lastModified=2020-07-06 13:26:26.332193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.332193000 to 2020-07-06 13:26:26.333193000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.335000000, lastModified=2020-07-06 13:26:26.334193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.335000000, lastModified=2020-07-06 13:26:26.334193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.336000000, lastModified=2020-07-06 13:26:26.335193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.336000000, lastModified=2020-07-06 13:26:26.335193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.336000000, lastModified=2020-07-06 13:26:26.335193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.336000000, lastModified=2020-07-06 13:26:26.335193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.336000000, lastModified=2020-07-06 13:26:26.335193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.335193000 to 2020-07-06 13:26:26.336193000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.337000000, lastModified=2020-07-06 13:26:26.336193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.337000000, lastModified=2020-07-06 13:26:26.336193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.337000000, lastModified=2020-07-06 13:26:26.336193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.337000000, lastModified=2020-07-06 13:26:26.336193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.338000000, lastModified=2020-07-06 13:26:26.337193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.338000000, lastModified=2020-07-06 13:26:26.337193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.338000000, lastModified=2020-07-06 13:26:26.337193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.338000000, lastModified=2020-07-06 13:26:26.337193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.339000000, lastModified=2020-07-06 13:26:26.338193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.339000000, lastModified=2020-07-06 13:26:26.338193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.339000000, lastModified=2020-07-06 13:26:26.338193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.339000000, lastModified=2020-07-06 13:26:26.338193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.339000000, lastModified=2020-07-06 13:26:26.338193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.338193000 to 2020-07-06 13:26:26.339193000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.340000000, lastModified=2020-07-06 13:26:26.339193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.340000000, lastModified=2020-07-06 13:26:26.339193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.340000000, lastModified=2020-07-06 13:26:26.339193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.340000000, lastModified=2020-07-06 13:26:26.339193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.341000000, lastModified=2020-07-06 13:26:26.340193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.341000000, lastModified=2020-07-06 13:26:26.340193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.341000000, lastModified=2020-07-06 13:26:26.340193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.341000000, lastModified=2020-07-06 13:26:26.340193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.341000000, lastModified=2020-07-06 13:26:26.340193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.340193000 to 2020-07-06 13:26:26.341193000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.342000000, lastModified=2020-07-06 13:26:26.341193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.342000000, lastModified=2020-07-06 13:26:26.341193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.342000000, lastModified=2020-07-06 13:26:26.341193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.341193000 to 2020-07-06 13:26:26.342193000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.343000000, lastModified=2020-07-06 13:26:26.342193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.343000000, lastModified=2020-07-06 13:26:26.342193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.343000000, lastModified=2020-07-06 13:26:26.342193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.343000000, lastModified=2020-07-06 13:26:26.342193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.344000000, lastModified=2020-07-06 13:26:26.343193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.344000000, lastModified=2020-07-06 13:26:26.343193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.344000000, lastModified=2020-07-06 13:26:26.343193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.344000000, lastModified=2020-07-06 13:26:26.343193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.344000000, lastModified=2020-07-06 13:26:26.343193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.343193000 to 2020-07-06 13:26:26.344193000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.345000000, lastModified=2020-07-06 13:26:26.344193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.345000000, lastModified=2020-07-06 13:26:26.344193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.345000000, lastModified=2020-07-06 13:26:26.344193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.344193000 to 2020-07-06 13:26:26.345193000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.346000000, lastModified=2020-07-06 13:26:26.345193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.346000000, lastModified=2020-07-06 13:26:26.345193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.346000000, lastModified=2020-07-06 13:26:26.345193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.345193000 to 2020-07-06 13:26:26.346193000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.347000000, lastModified=2020-07-06 13:26:26.346193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.347000000, lastModified=2020-07-06 13:26:26.346193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.347000000, lastModified=2020-07-06 13:26:26.346193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.347000000, lastModified=2020-07-06 13:26:26.346193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.348000000, lastModified=2020-07-06 13:26:26.347193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.348000000, lastModified=2020-07-06 13:26:26.347193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.348000000, lastModified=2020-07-06 13:26:26.347193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.348000000, lastModified=2020-07-06 13:26:26.347193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.348000000, lastModified=2020-07-06 13:26:26.347193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.347193000 to 2020-07-06 13:26:26.348193000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.349000000, lastModified=2020-07-06 13:26:26.348193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.349000000, lastModified=2020-07-06 13:26:26.348193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.349000000, lastModified=2020-07-06 13:26:26.348193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.348193000 to 2020-07-06 13:26:26.349193000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.350000000, lastModified=2020-07-06 13:26:26.349193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.349193000 to 2020-07-06 13:26:26.350193000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.352000000, lastModified=2020-07-06 13:26:26.351193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.352000000, lastModified=2020-07-06 13:26:26.351193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.352000000, lastModified=2020-07-06 13:26:26.351193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.352000000, lastModified=2020-07-06 13:26:26.351193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.353000000, lastModified=2020-07-06 13:26:26.352193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.352193000 to 2020-07-06 13:26:26.353193000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.354000000, lastModified=2020-07-06 13:26:26.353193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.354000000, lastModified=2020-07-06 13:26:26.353193000, delta=807000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.354000000, lastModified=2020-07-06 13:26:26.353193000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.353193000 to 2020-07-06 13:26:26.354194000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.356000000, lastModified=2020-07-06 13:26:26.355194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.356000000, lastModified=2020-07-06 13:26:26.355194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.356000000, lastModified=2020-07-06 13:26:26.355194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.355194000 to 2020-07-06 13:26:26.356194000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.357000000, lastModified=2020-07-06 13:26:26.356194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.356194000 to 2020-07-06 13:26:26.357194000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.358000000, lastModified=2020-07-06 13:26:26.357194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.358000000, lastModified=2020-07-06 13:26:26.357194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.359000000, lastModified=2020-07-06 13:26:26.358194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.359000000, lastModified=2020-07-06 13:26:26.358194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.360000000, lastModified=2020-07-06 13:26:26.359194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.360000000, lastModified=2020-07-06 13:26:26.359194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.360000000, lastModified=2020-07-06 13:26:26.359194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.360000000, lastModified=2020-07-06 13:26:26.359194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.360000000, lastModified=2020-07-06 13:26:26.359194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.359194000 to 2020-07-06 13:26:26.360194000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.361000000, lastModified=2020-07-06 13:26:26.360194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.361000000, lastModified=2020-07-06 13:26:26.360194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.362000000, lastModified=2020-07-06 13:26:26.361194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.362000000, lastModified=2020-07-06 13:26:26.361194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.363000000, lastModified=2020-07-06 13:26:26.362194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.363000000, lastModified=2020-07-06 13:26:26.362194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.364000000, lastModified=2020-07-06 13:26:26.363194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.364000000, lastModified=2020-07-06 13:26:26.363194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.365000000, lastModified=2020-07-06 13:26:26.364194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.365000000, lastModified=2020-07-06 13:26:26.364194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.366000000, lastModified=2020-07-06 13:26:26.365194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.366000000, lastModified=2020-07-06 13:26:26.365194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.366000000, lastModified=2020-07-06 13:26:26.365194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.365194000 to 2020-07-06 13:26:26.366194000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.368000000, lastModified=2020-07-06 13:26:26.366194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.366194000 to 2020-07-06 13:26:26.367194000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.369000000, lastModified=2020-07-06 13:26:26.368194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.369000000, lastModified=2020-07-06 13:26:26.368194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.369000000, lastModified=2020-07-06 13:26:26.368194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.368194000 to 2020-07-06 13:26:26.369194000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.370000000, lastModified=2020-07-06 13:26:26.369194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.370000000, lastModified=2020-07-06 13:26:26.369194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.371000000, lastModified=2020-07-06 13:26:26.370194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.371000000, lastModified=2020-07-06 13:26:26.370194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.371000000, lastModified=2020-07-06 13:26:26.370194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.371000000, lastModified=2020-07-06 13:26:26.370194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.371000000, lastModified=2020-07-06 13:26:26.370194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.370194000 to 2020-07-06 13:26:26.371194000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.372000000, lastModified=2020-07-06 13:26:26.371194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.372000000, lastModified=2020-07-06 13:26:26.371194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.373000000, lastModified=2020-07-06 13:26:26.372194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.373000000, lastModified=2020-07-06 13:26:26.372194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.374000000, lastModified=2020-07-06 13:26:26.373194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.374000000, lastModified=2020-07-06 13:26:26.373194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.375000000, lastModified=2020-07-06 13:26:26.374194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.375000000, lastModified=2020-07-06 13:26:26.374194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.375000000, lastModified=2020-07-06 13:26:26.374194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.375000000, lastModified=2020-07-06 13:26:26.374194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.376000000, lastModified=2020-07-06 13:26:26.375194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.376000000, lastModified=2020-07-06 13:26:26.375194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.377000000, lastModified=2020-07-06 13:26:26.376194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.377000000, lastModified=2020-07-06 13:26:26.376194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.378000000, lastModified=2020-07-06 13:26:26.377194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.378000000, lastModified=2020-07-06 13:26:26.377194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.378000000, lastModified=2020-07-06 13:26:26.377194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.377194000 to 2020-07-06 13:26:26.378194000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.379000000, lastModified=2020-07-06 13:26:26.378194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.379000000, lastModified=2020-07-06 13:26:26.378194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.379000000, lastModified=2020-07-06 13:26:26.378194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.378194000 to 2020-07-06 13:26:26.379194000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.380000000, lastModified=2020-07-06 13:26:26.379194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.379194000 to 2020-07-06 13:26:26.380194000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.381000000, lastModified=2020-07-06 13:26:26.380194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.381000000, lastModified=2020-07-06 13:26:26.380194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.382000000, lastModified=2020-07-06 13:26:26.381194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.382000000, lastModified=2020-07-06 13:26:26.381194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.382000000, lastModified=2020-07-06 13:26:26.381194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.381194000 to 2020-07-06 13:26:26.382194000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.383000000, lastModified=2020-07-06 13:26:26.382194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.382194000 to 2020-07-06 13:26:26.383194000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.384000000, lastModified=2020-07-06 13:26:26.383194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.384000000, lastModified=2020-07-06 13:26:26.383194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.384000000, lastModified=2020-07-06 13:26:26.383194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.383194000 to 2020-07-06 13:26:26.384194000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.385000000, lastModified=2020-07-06 13:26:26.384194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.385000000, lastModified=2020-07-06 13:26:26.384194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.386000000, lastModified=2020-07-06 13:26:26.385194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.386000000, lastModified=2020-07-06 13:26:26.385194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.387000000, lastModified=2020-07-06 13:26:26.386194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.387000000, lastModified=2020-07-06 13:26:26.386194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.387000000, lastModified=2020-07-06 13:26:26.386194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.386194000 to 2020-07-06 13:26:26.387194000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.389000000, lastModified=2020-07-06 13:26:26.387194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.387194000 to 2020-07-06 13:26:26.388194000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.389000000, lastModified=2020-07-06 13:26:26.388194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.389000000, lastModified=2020-07-06 13:26:26.388194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.390000000, lastModified=2020-07-06 13:26:26.389194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.390000000, lastModified=2020-07-06 13:26:26.389194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.390000000, lastModified=2020-07-06 13:26:26.389194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.389194000 to 2020-07-06 13:26:26.390194000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.391000000, lastModified=2020-07-06 13:26:26.390194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.390194000 to 2020-07-06 13:26:26.391194000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.393000000, lastModified=2020-07-06 13:26:26.392194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.393000000, lastModified=2020-07-06 13:26:26.392194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.393000000, lastModified=2020-07-06 13:26:26.392194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.393000000, lastModified=2020-07-06 13:26:26.392194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.394000000, lastModified=2020-07-06 13:26:26.393194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.394000000, lastModified=2020-07-06 13:26:26.393194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.395000000, lastModified=2020-07-06 13:26:26.394194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.395000000, lastModified=2020-07-06 13:26:26.394194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.395000000, lastModified=2020-07-06 13:26:26.394194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.394194000 to 2020-07-06 13:26:26.395194000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.396000000, lastModified=2020-07-06 13:26:26.395194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.396000000, lastModified=2020-07-06 13:26:26.395194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.396000000, lastModified=2020-07-06 13:26:26.395194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.395194000 to 2020-07-06 13:26:26.396194000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.398000000, lastModified=2020-07-06 13:26:26.396194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.396194000 to 2020-07-06 13:26:26.397194000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.398000000, lastModified=2020-07-06 13:26:26.397194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.398000000, lastModified=2020-07-06 13:26:26.397194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.399000000, lastModified=2020-07-06 13:26:26.398194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.399000000, lastModified=2020-07-06 13:26:26.398194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.400000000, lastModified=2020-07-06 13:26:26.399194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.400000000, lastModified=2020-07-06 13:26:26.399194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.401000000, lastModified=2020-07-06 13:26:26.399194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.399194000 to 2020-07-06 13:26:26.400194000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.401000000, lastModified=2020-07-06 13:26:26.400194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.401000000, lastModified=2020-07-06 13:26:26.400194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.402000000, lastModified=2020-07-06 13:26:26.400194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.400194000 to 2020-07-06 13:26:26.401194000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.402000000, lastModified=2020-07-06 13:26:26.401194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.401194000 to 2020-07-06 13:26:26.402194000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.403000000, lastModified=2020-07-06 13:26:26.402194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.403000000, lastModified=2020-07-06 13:26:26.402194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.403000000, lastModified=2020-07-06 13:26:26.402194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.402194000 to 2020-07-06 13:26:26.403194000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.405000000, lastModified=2020-07-06 13:26:26.404194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.405000000, lastModified=2020-07-06 13:26:26.404194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.405000000, lastModified=2020-07-06 13:26:26.404194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.404194000 to 2020-07-06 13:26:26.405194000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.406000000, lastModified=2020-07-06 13:26:26.405194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.406000000, lastModified=2020-07-06 13:26:26.405194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.406000000, lastModified=2020-07-06 13:26:26.405194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.405194000 to 2020-07-06 13:26:26.406194000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.407000000, lastModified=2020-07-06 13:26:26.406194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.407000000, lastModified=2020-07-06 13:26:26.406194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.407000000, lastModified=2020-07-06 13:26:26.406194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.406194000 to 2020-07-06 13:26:26.407194000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.408000000, lastModified=2020-07-06 13:26:26.407194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.408000000, lastModified=2020-07-06 13:26:26.407194000, delta=806000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.409000000, lastModified=2020-07-06 13:26:26.407194000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.407194000 to 2020-07-06 13:26:26.408195000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.409000000, lastModified=2020-07-06 13:26:26.408195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.409000000, lastModified=2020-07-06 13:26:26.408195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.410000000, lastModified=2020-07-06 13:26:26.409195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.410000000, lastModified=2020-07-06 13:26:26.409195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.411000000, lastModified=2020-07-06 13:26:26.410195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.411000000, lastModified=2020-07-06 13:26:26.410195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.411000000, lastModified=2020-07-06 13:26:26.410195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.410195000 to 2020-07-06 13:26:26.411195000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.412000000, lastModified=2020-07-06 13:26:26.411195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.411195000 to 2020-07-06 13:26:26.412195000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.413000000, lastModified=2020-07-06 13:26:26.412195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.413000000, lastModified=2020-07-06 13:26:26.412195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.413000000, lastModified=2020-07-06 13:26:26.412195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.412195000 to 2020-07-06 13:26:26.413195000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.414000000, lastModified=2020-07-06 13:26:26.413195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.413195000 to 2020-07-06 13:26:26.414195000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.415000000, lastModified=2020-07-06 13:26:26.414195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.415000000, lastModified=2020-07-06 13:26:26.414195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.415000000, lastModified=2020-07-06 13:26:26.414195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.414195000 to 2020-07-06 13:26:26.415195000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.416000000, lastModified=2020-07-06 13:26:26.415195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.416000000, lastModified=2020-07-06 13:26:26.415195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.417000000, lastModified=2020-07-06 13:26:26.416195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.416195000 to 2020-07-06 13:26:26.419195000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.421000000, lastModified=2020-07-06 13:26:26.420195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.421000000, lastModified=2020-07-06 13:26:26.420195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.421000000, lastModified=2020-07-06 13:26:26.420195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.420195000 to 2020-07-06 13:26:26.421195000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.422000000, lastModified=2020-07-06 13:26:26.421195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.422000000, lastModified=2020-07-06 13:26:26.421195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.423000000, lastModified=2020-07-06 13:26:26.422195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.423000000, lastModified=2020-07-06 13:26:26.422195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.423000000, lastModified=2020-07-06 13:26:26.422195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.422195000 to 2020-07-06 13:26:26.423195000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.425000000, lastModified=2020-07-06 13:26:26.423195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.423195000 to 2020-07-06 13:26:26.424195000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.425000000, lastModified=2020-07-06 13:26:26.424195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.425000000, lastModified=2020-07-06 13:26:26.424195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.426000000, lastModified=2020-07-06 13:26:26.425195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.426000000, lastModified=2020-07-06 13:26:26.425195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.427000000, lastModified=2020-07-06 13:26:26.426195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.427000000, lastModified=2020-07-06 13:26:26.426195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.427000000, lastModified=2020-07-06 13:26:26.426195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.426195000 to 2020-07-06 13:26:26.427195000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.428000000, lastModified=2020-07-06 13:26:26.427195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.427195000 to 2020-07-06 13:26:26.428195000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.429000000, lastModified=2020-07-06 13:26:26.428195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.428195000 to 2020-07-06 13:26:26.429195000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.430000000, lastModified=2020-07-06 13:26:26.429195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.429195000 to 2020-07-06 13:26:26.430195000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.431000000, lastModified=2020-07-06 13:26:26.430195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.430195000 to 2020-07-06 13:26:26.431195000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.433000000, lastModified=2020-07-06 13:26:26.432195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.433000000, lastModified=2020-07-06 13:26:26.432195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.433000000, lastModified=2020-07-06 13:26:26.432195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.432195000 to 2020-07-06 13:26:26.433195000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.434000000, lastModified=2020-07-06 13:26:26.433195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.434000000, lastModified=2020-07-06 13:26:26.433195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.435000000, lastModified=2020-07-06 13:26:26.433195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.433195000 to 2020-07-06 13:26:26.434195000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.435000000, lastModified=2020-07-06 13:26:26.434195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.435000000, lastModified=2020-07-06 13:26:26.434195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.436000000, lastModified=2020-07-06 13:26:26.435195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.436000000, lastModified=2020-07-06 13:26:26.435195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.436000000, lastModified=2020-07-06 13:26:26.435195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.436000000, lastModified=2020-07-06 13:26:26.435195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.437000000, lastModified=2020-07-06 13:26:26.436195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.437000000, lastModified=2020-07-06 13:26:26.436195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.437000000, lastModified=2020-07-06 13:26:26.436195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.436195000 to 2020-07-06 13:26:26.437195000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.438000000, lastModified=2020-07-06 13:26:26.437195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.438000000, lastModified=2020-07-06 13:26:26.437195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.438000000, lastModified=2020-07-06 13:26:26.437195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.437195000 to 2020-07-06 13:26:26.438195000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.439000000, lastModified=2020-07-06 13:26:26.438195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.439000000, lastModified=2020-07-06 13:26:26.438195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.440000000, lastModified=2020-07-06 13:26:26.439195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.440000000, lastModified=2020-07-06 13:26:26.439195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.440000000, lastModified=2020-07-06 13:26:26.439195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.440000000, lastModified=2020-07-06 13:26:26.439195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.441000000, lastModified=2020-07-06 13:26:26.440195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.441000000, lastModified=2020-07-06 13:26:26.440195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.442000000, lastModified=2020-07-06 13:26:26.441195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.442000000, lastModified=2020-07-06 13:26:26.441195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.442000000, lastModified=2020-07-06 13:26:26.441195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.441195000 to 2020-07-06 13:26:26.442195000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.443000000, lastModified=2020-07-06 13:26:26.442195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.442195000 to 2020-07-06 13:26:26.443195000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.444000000, lastModified=2020-07-06 13:26:26.443195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.444000000, lastModified=2020-07-06 13:26:26.443195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.445000000, lastModified=2020-07-06 13:26:26.444195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.444195000 to 2020-07-06 13:26:26.445195000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.446000000, lastModified=2020-07-06 13:26:26.445195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.446000000, lastModified=2020-07-06 13:26:26.445195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.447000000, lastModified=2020-07-06 13:26:26.446195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.446195000 to 2020-07-06 13:26:26.447195000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.448000000, lastModified=2020-07-06 13:26:26.447195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.448000000, lastModified=2020-07-06 13:26:26.447195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.448000000, lastModified=2020-07-06 13:26:26.447195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.447195000 to 2020-07-06 13:26:26.448195000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.450000000, lastModified=2020-07-06 13:26:26.448195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.448195000 to 2020-07-06 13:26:26.449195000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.451000000, lastModified=2020-07-06 13:26:26.450195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.451000000, lastModified=2020-07-06 13:26:26.450195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.451000000, lastModified=2020-07-06 13:26:26.450195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.450195000 to 2020-07-06 13:26:26.451195000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.452000000, lastModified=2020-07-06 13:26:26.451195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.452000000, lastModified=2020-07-06 13:26:26.451195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.453000000, lastModified=2020-07-06 13:26:26.452195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.453000000, lastModified=2020-07-06 13:26:26.452195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.453000000, lastModified=2020-07-06 13:26:26.452195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.453000000, lastModified=2020-07-06 13:26:26.452195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.454000000, lastModified=2020-07-06 13:26:26.453195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.454000000, lastModified=2020-07-06 13:26:26.453195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.454000000, lastModified=2020-07-06 13:26:26.453195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.454000000, lastModified=2020-07-06 13:26:26.453195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.455000000, lastModified=2020-07-06 13:26:26.454195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.455000000, lastModified=2020-07-06 13:26:26.454195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.455000000, lastModified=2020-07-06 13:26:26.454195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.455000000, lastModified=2020-07-06 13:26:26.454195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.456000000, lastModified=2020-07-06 13:26:26.455195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.456000000, lastModified=2020-07-06 13:26:26.455195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.457000000, lastModified=2020-07-06 13:26:26.456195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.457000000, lastModified=2020-07-06 13:26:26.456195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.457000000, lastModified=2020-07-06 13:26:26.456195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.456195000 to 2020-07-06 13:26:26.457195000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.458000000, lastModified=2020-07-06 13:26:26.457195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.457195000 to 2020-07-06 13:26:26.458195000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.459000000, lastModified=2020-07-06 13:26:26.458195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.459000000, lastModified=2020-07-06 13:26:26.458195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.460000000, lastModified=2020-07-06 13:26:26.459195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.459195000 to 2020-07-06 13:26:26.460195000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.461000000, lastModified=2020-07-06 13:26:26.460195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.461000000, lastModified=2020-07-06 13:26:26.460195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.461000000, lastModified=2020-07-06 13:26:26.460195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.460195000 to 2020-07-06 13:26:26.461195000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.462000000, lastModified=2020-07-06 13:26:26.461195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.462000000, lastModified=2020-07-06 13:26:26.461195000, delta=805000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.463000000, lastModified=2020-07-06 13:26:26.461195000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.461195000 to 2020-07-06 13:26:26.462196000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.463000000, lastModified=2020-07-06 13:26:26.462196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.463000000, lastModified=2020-07-06 13:26:26.462196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.463000000, lastModified=2020-07-06 13:26:26.462196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.462196000 to 2020-07-06 13:26:26.463196000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.464000000, lastModified=2020-07-06 13:26:26.463196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.464000000, lastModified=2020-07-06 13:26:26.463196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.464000000, lastModified=2020-07-06 13:26:26.463196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.463196000 to 2020-07-06 13:26:26.464196000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.465000000, lastModified=2020-07-06 13:26:26.464196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.465000000, lastModified=2020-07-06 13:26:26.464196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.466000000, lastModified=2020-07-06 13:26:26.464196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.464196000 to 2020-07-06 13:26:26.465196000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.467000000, lastModified=2020-07-06 13:26:26.466196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.467000000, lastModified=2020-07-06 13:26:26.466196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.467000000, lastModified=2020-07-06 13:26:26.466196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.466196000 to 2020-07-06 13:26:26.467196000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.468000000, lastModified=2020-07-06 13:26:26.467196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.467196000 to 2020-07-06 13:26:26.468196000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.469000000, lastModified=2020-07-06 13:26:26.468196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.469000000, lastModified=2020-07-06 13:26:26.468196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.470000000, lastModified=2020-07-06 13:26:26.468196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.468196000 to 2020-07-06 13:26:26.469196000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.470000000, lastModified=2020-07-06 13:26:26.469196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.470000000, lastModified=2020-07-06 13:26:26.469196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.471000000, lastModified=2020-07-06 13:26:26.470196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.471000000, lastModified=2020-07-06 13:26:26.470196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.471000000, lastModified=2020-07-06 13:26:26.470196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.471000000, lastModified=2020-07-06 13:26:26.470196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.472000000, lastModified=2020-07-06 13:26:26.471196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.472000000, lastModified=2020-07-06 13:26:26.471196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.473000000, lastModified=2020-07-06 13:26:26.472196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.473000000, lastModified=2020-07-06 13:26:26.472196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.474000000, lastModified=2020-07-06 13:26:26.473196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.474000000, lastModified=2020-07-06 13:26:26.473196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.474000000, lastModified=2020-07-06 13:26:26.473196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.473196000 to 2020-07-06 13:26:26.474196000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.475000000, lastModified=2020-07-06 13:26:26.474196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.474196000 to 2020-07-06 13:26:26.475196000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.476000000, lastModified=2020-07-06 13:26:26.475196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.476000000, lastModified=2020-07-06 13:26:26.475196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.476000000, lastModified=2020-07-06 13:26:26.475196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.475196000 to 2020-07-06 13:26:26.476196000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.478000000, lastModified=2020-07-06 13:26:26.477196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.478000000, lastModified=2020-07-06 13:26:26.477196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.478000000, lastModified=2020-07-06 13:26:26.477196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.477196000 to 2020-07-06 13:26:26.478196000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.479000000, lastModified=2020-07-06 13:26:26.478196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.479000000, lastModified=2020-07-06 13:26:26.478196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.480000000, lastModified=2020-07-06 13:26:26.479196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.480000000, lastModified=2020-07-06 13:26:26.479196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.481000000, lastModified=2020-07-06 13:26:26.480196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.481000000, lastModified=2020-07-06 13:26:26.480196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.481000000, lastModified=2020-07-06 13:26:26.480196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.480196000 to 2020-07-06 13:26:26.481196000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.482000000, lastModified=2020-07-06 13:26:26.481196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.481196000 to 2020-07-06 13:26:26.482196000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.483000000, lastModified=2020-07-06 13:26:26.482196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.483000000, lastModified=2020-07-06 13:26:26.482196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.484000000, lastModified=2020-07-06 13:26:26.482196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.482196000 to 2020-07-06 13:26:26.483196000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.484000000, lastModified=2020-07-06 13:26:26.483196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.484000000, lastModified=2020-07-06 13:26:26.483196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.485000000, lastModified=2020-07-06 13:26:26.483196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.483196000 to 2020-07-06 13:26:26.484196000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.485000000, lastModified=2020-07-06 13:26:26.484196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.485000000, lastModified=2020-07-06 13:26:26.484196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.485000000, lastModified=2020-07-06 13:26:26.484196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.484196000 to 2020-07-06 13:26:26.485196000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.486000000, lastModified=2020-07-06 13:26:26.485196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.486000000, lastModified=2020-07-06 13:26:26.485196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.486000000, lastModified=2020-07-06 13:26:26.485196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.485196000 to 2020-07-06 13:26:26.486196000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.487000000, lastModified=2020-07-06 13:26:26.486196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.487000000, lastModified=2020-07-06 13:26:26.486196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.488000000, lastModified=2020-07-06 13:26:26.487196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.488000000, lastModified=2020-07-06 13:26:26.487196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.488000000, lastModified=2020-07-06 13:26:26.487196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.488000000, lastModified=2020-07-06 13:26:26.487196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.489000000, lastModified=2020-07-06 13:26:26.488196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.489000000, lastModified=2020-07-06 13:26:26.488196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.489000000, lastModified=2020-07-06 13:26:26.488196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.489000000, lastModified=2020-07-06 13:26:26.488196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.490000000, lastModified=2020-07-06 13:26:26.489196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.490000000, lastModified=2020-07-06 13:26:26.489196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.492000000, lastModified=2020-07-06 13:26:26.490196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.490196000 to 2020-07-06 13:26:26.491196000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.493000000, lastModified=2020-07-06 13:26:26.492196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.493000000, lastModified=2020-07-06 13:26:26.492196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.494000000, lastModified=2020-07-06 13:26:26.493196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.494000000, lastModified=2020-07-06 13:26:26.493196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.494000000, lastModified=2020-07-06 13:26:26.493196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.494000000, lastModified=2020-07-06 13:26:26.493196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.495000000, lastModified=2020-07-06 13:26:26.494196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.495000000, lastModified=2020-07-06 13:26:26.494196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.495000000, lastModified=2020-07-06 13:26:26.494196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.494196000 to 2020-07-06 13:26:26.495196000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.497000000, lastModified=2020-07-06 13:26:26.496196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.497000000, lastModified=2020-07-06 13:26:26.496196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.498000000, lastModified=2020-07-06 13:26:26.497196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.498000000, lastModified=2020-07-06 13:26:26.497196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.499000000, lastModified=2020-07-06 13:26:26.497196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.497196000 to 2020-07-06 13:26:26.498196000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.499000000, lastModified=2020-07-06 13:26:26.498196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.499000000, lastModified=2020-07-06 13:26:26.498196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.500000000, lastModified=2020-07-06 13:26:26.499196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.500000000, lastModified=2020-07-06 13:26:26.499196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.500000000, lastModified=2020-07-06 13:26:26.499196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.500000000, lastModified=2020-07-06 13:26:26.499196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.501000000, lastModified=2020-07-06 13:26:26.500196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.501000000, lastModified=2020-07-06 13:26:26.500196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.501000000, lastModified=2020-07-06 13:26:26.500196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.500196000 to 2020-07-06 13:26:26.501196000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.502000000, lastModified=2020-07-06 13:26:26.501196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.502000000, lastModified=2020-07-06 13:26:26.501196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.502000000, lastModified=2020-07-06 13:26:26.501196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.501196000 to 2020-07-06 13:26:26.502196000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.503000000, lastModified=2020-07-06 13:26:26.502196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.503000000, lastModified=2020-07-06 13:26:26.502196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.503000000, lastModified=2020-07-06 13:26:26.502196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.502196000 to 2020-07-06 13:26:26.503196000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.504000000, lastModified=2020-07-06 13:26:26.503196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.504000000, lastModified=2020-07-06 13:26:26.503196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.504000000, lastModified=2020-07-06 13:26:26.503196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.503196000 to 2020-07-06 13:26:26.504196000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.505000000, lastModified=2020-07-06 13:26:26.504196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.505000000, lastModified=2020-07-06 13:26:26.504196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.505000000, lastModified=2020-07-06 13:26:26.504196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.504196000 to 2020-07-06 13:26:26.505196000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.506000000, lastModified=2020-07-06 13:26:26.505196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.506000000, lastModified=2020-07-06 13:26:26.505196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.507000000, lastModified=2020-07-06 13:26:26.505196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.505196000 to 2020-07-06 13:26:26.506196000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.507000000, lastModified=2020-07-06 13:26:26.506196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.507000000, lastModified=2020-07-06 13:26:26.506196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.508000000, lastModified=2020-07-06 13:26:26.507196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.508000000, lastModified=2020-07-06 13:26:26.507196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.508000000, lastModified=2020-07-06 13:26:26.507196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.508000000, lastModified=2020-07-06 13:26:26.507196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.509000000, lastModified=2020-07-06 13:26:26.508196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.508196000 to 2020-07-06 13:26:26.509196000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.510000000, lastModified=2020-07-06 13:26:26.509196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.510000000, lastModified=2020-07-06 13:26:26.509196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.511000000, lastModified=2020-07-06 13:26:26.510196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.511000000, lastModified=2020-07-06 13:26:26.510196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.511000000, lastModified=2020-07-06 13:26:26.510196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.511000000, lastModified=2020-07-06 13:26:26.510196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.512000000, lastModified=2020-07-06 13:26:26.511196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.512000000, lastModified=2020-07-06 13:26:26.511196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.512000000, lastModified=2020-07-06 13:26:26.511196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.511196000 to 2020-07-06 13:26:26.512196000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.513000000, lastModified=2020-07-06 13:26:26.512196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.513000000, lastModified=2020-07-06 13:26:26.512196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.513000000, lastModified=2020-07-06 13:26:26.512196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.512196000 to 2020-07-06 13:26:26.513196000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.514000000, lastModified=2020-07-06 13:26:26.513196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.514000000, lastModified=2020-07-06 13:26:26.513196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.514000000, lastModified=2020-07-06 13:26:26.513196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.513196000 to 2020-07-06 13:26:26.514196000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.515000000, lastModified=2020-07-06 13:26:26.514196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.514196000 to 2020-07-06 13:26:26.515196000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.516000000, lastModified=2020-07-06 13:26:26.515196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.516000000, lastModified=2020-07-06 13:26:26.515196000, delta=804000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.516000000, lastModified=2020-07-06 13:26:26.515196000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.515196000 to 2020-07-06 13:26:26.516197000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.517000000, lastModified=2020-07-06 13:26:26.516197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.517000000, lastModified=2020-07-06 13:26:26.516197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.518000000, lastModified=2020-07-06 13:26:26.516197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.516197000 to 2020-07-06 13:26:26.517197000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.518000000, lastModified=2020-07-06 13:26:26.517197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.518000000, lastModified=2020-07-06 13:26:26.517197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.519000000, lastModified=2020-07-06 13:26:26.518197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.519000000, lastModified=2020-07-06 13:26:26.518197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.519000000, lastModified=2020-07-06 13:26:26.518197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.519000000, lastModified=2020-07-06 13:26:26.518197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.519000000, lastModified=2020-07-06 13:26:26.518197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.518197000 to 2020-07-06 13:26:26.519197000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.520000000, lastModified=2020-07-06 13:26:26.519197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.520000000, lastModified=2020-07-06 13:26:26.519197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.520000000, lastModified=2020-07-06 13:26:26.519197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.519197000 to 2020-07-06 13:26:26.520197000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.521000000, lastModified=2020-07-06 13:26:26.520197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.521000000, lastModified=2020-07-06 13:26:26.520197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.521000000, lastModified=2020-07-06 13:26:26.520197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.520197000 to 2020-07-06 13:26:26.521197000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.522000000, lastModified=2020-07-06 13:26:26.521197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.522000000, lastModified=2020-07-06 13:26:26.521197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.523000000, lastModified=2020-07-06 13:26:26.522197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.523000000, lastModified=2020-07-06 13:26:26.522197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.524000000, lastModified=2020-07-06 13:26:26.523197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.524000000, lastModified=2020-07-06 13:26:26.523197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.524000000, lastModified=2020-07-06 13:26:26.523197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.524000000, lastModified=2020-07-06 13:26:26.523197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.525000000, lastModified=2020-07-06 13:26:26.524197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.525000000, lastModified=2020-07-06 13:26:26.524197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.525000000, lastModified=2020-07-06 13:26:26.524197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.525000000, lastModified=2020-07-06 13:26:26.524197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.526000000, lastModified=2020-07-06 13:26:26.525197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.526000000, lastModified=2020-07-06 13:26:26.525197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.526000000, lastModified=2020-07-06 13:26:26.525197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.526000000, lastModified=2020-07-06 13:26:26.525197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.527000000, lastModified=2020-07-06 13:26:26.526197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.527000000, lastModified=2020-07-06 13:26:26.526197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.527000000, lastModified=2020-07-06 13:26:26.526197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.527000000, lastModified=2020-07-06 13:26:26.526197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.528000000, lastModified=2020-07-06 13:26:26.527197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.528000000, lastModified=2020-07-06 13:26:26.527197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.528000000, lastModified=2020-07-06 13:26:26.527197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.528000000, lastModified=2020-07-06 13:26:26.527197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.529000000, lastModified=2020-07-06 13:26:26.528197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.529000000, lastModified=2020-07-06 13:26:26.528197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.529000000, lastModified=2020-07-06 13:26:26.528197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.529000000, lastModified=2020-07-06 13:26:26.528197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.530000000, lastModified=2020-07-06 13:26:26.529197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.530000000, lastModified=2020-07-06 13:26:26.529197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.530000000, lastModified=2020-07-06 13:26:26.529197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.530000000, lastModified=2020-07-06 13:26:26.529197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.531000000, lastModified=2020-07-06 13:26:26.530197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.531000000, lastModified=2020-07-06 13:26:26.530197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.531000000, lastModified=2020-07-06 13:26:26.530197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.530197000 to 2020-07-06 13:26:26.531197000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.533000000, lastModified=2020-07-06 13:26:26.532197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.533000000, lastModified=2020-07-06 13:26:26.532197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.533000000, lastModified=2020-07-06 13:26:26.532197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.532197000 to 2020-07-06 13:26:26.533197000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.534000000, lastModified=2020-07-06 13:26:26.533197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.533197000 to 2020-07-06 13:26:26.534197000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.535000000, lastModified=2020-07-06 13:26:26.534197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.534197000 to 2020-07-06 13:26:26.535197000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.536000000, lastModified=2020-07-06 13:26:26.535197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.535197000 to 2020-07-06 13:26:26.536197000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.537000000, lastModified=2020-07-06 13:26:26.536197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.537000000, lastModified=2020-07-06 13:26:26.536197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.538000000, lastModified=2020-07-06 13:26:26.537197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.538000000, lastModified=2020-07-06 13:26:26.537197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.539000000, lastModified=2020-07-06 13:26:26.538197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.538197000 to 2020-07-06 13:26:26.539197000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.540000000, lastModified=2020-07-06 13:26:26.539197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.540000000, lastModified=2020-07-06 13:26:26.539197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.541000000, lastModified=2020-07-06 13:26:26.540197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.541000000, lastModified=2020-07-06 13:26:26.540197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.542000000, lastModified=2020-07-06 13:26:26.540197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.540197000 to 2020-07-06 13:26:26.541197000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.542000000, lastModified=2020-07-06 13:26:26.541197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.542000000, lastModified=2020-07-06 13:26:26.541197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.543000000, lastModified=2020-07-06 13:26:26.542197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.543000000, lastModified=2020-07-06 13:26:26.542197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.543000000, lastModified=2020-07-06 13:26:26.542197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.542197000 to 2020-07-06 13:26:26.543197000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.544000000, lastModified=2020-07-06 13:26:26.543197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.543197000 to 2020-07-06 13:26:26.544197000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.546000000, lastModified=2020-07-06 13:26:26.545197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.546000000, lastModified=2020-07-06 13:26:26.545197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.547000000, lastModified=2020-07-06 13:26:26.546197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.547000000, lastModified=2020-07-06 13:26:26.546197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.548000000, lastModified=2020-07-06 13:26:26.547197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.548000000, lastModified=2020-07-06 13:26:26.547197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.549000000, lastModified=2020-07-06 13:26:26.548197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.549000000, lastModified=2020-07-06 13:26:26.548197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.550000000, lastModified=2020-07-06 13:26:26.549197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.550000000, lastModified=2020-07-06 13:26:26.549197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.552000000, lastModified=2020-07-06 13:26:26.550197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.550197000 to 2020-07-06 13:26:26.551197000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.552000000, lastModified=2020-07-06 13:26:26.551197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.552000000, lastModified=2020-07-06 13:26:26.551197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.553000000, lastModified=2020-07-06 13:26:26.552197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.553000000, lastModified=2020-07-06 13:26:26.552197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.553000000, lastModified=2020-07-06 13:26:26.552197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.553000000, lastModified=2020-07-06 13:26:26.552197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.554000000, lastModified=2020-07-06 13:26:26.553197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.554000000, lastModified=2020-07-06 13:26:26.553197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.554000000, lastModified=2020-07-06 13:26:26.553197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.554000000, lastModified=2020-07-06 13:26:26.553197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.555000000, lastModified=2020-07-06 13:26:26.554197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.554197000 to 2020-07-06 13:26:26.555197000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.556000000, lastModified=2020-07-06 13:26:26.555197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.556000000, lastModified=2020-07-06 13:26:26.555197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.557000000, lastModified=2020-07-06 13:26:26.556197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.557000000, lastModified=2020-07-06 13:26:26.556197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.557000000, lastModified=2020-07-06 13:26:26.556197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.557000000, lastModified=2020-07-06 13:26:26.556197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.558000000, lastModified=2020-07-06 13:26:26.557197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.558000000, lastModified=2020-07-06 13:26:26.557197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.558000000, lastModified=2020-07-06 13:26:26.557197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.558000000, lastModified=2020-07-06 13:26:26.557197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.559000000, lastModified=2020-07-06 13:26:26.558197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.559000000, lastModified=2020-07-06 13:26:26.558197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.560000000, lastModified=2020-07-06 13:26:26.559197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.560000000, lastModified=2020-07-06 13:26:26.559197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.560000000, lastModified=2020-07-06 13:26:26.559197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.560000000, lastModified=2020-07-06 13:26:26.559197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.561000000, lastModified=2020-07-06 13:26:26.560197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.561000000, lastModified=2020-07-06 13:26:26.560197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.561000000, lastModified=2020-07-06 13:26:26.560197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.560197000 to 2020-07-06 13:26:26.561197000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.562000000, lastModified=2020-07-06 13:26:26.561197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.561197000 to 2020-07-06 13:26:26.562197000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.563000000, lastModified=2020-07-06 13:26:26.562197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.563000000, lastModified=2020-07-06 13:26:26.562197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.564000000, lastModified=2020-07-06 13:26:26.563197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.564000000, lastModified=2020-07-06 13:26:26.563197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.564000000, lastModified=2020-07-06 13:26:26.563197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.564000000, lastModified=2020-07-06 13:26:26.563197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.565000000, lastModified=2020-07-06 13:26:26.564197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.565000000, lastModified=2020-07-06 13:26:26.564197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.565000000, lastModified=2020-07-06 13:26:26.564197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.565000000, lastModified=2020-07-06 13:26:26.564197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.566000000, lastModified=2020-07-06 13:26:26.565197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.565197000 to 2020-07-06 13:26:26.566197000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.567000000, lastModified=2020-07-06 13:26:26.566197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.566197000 to 2020-07-06 13:26:26.567197000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.568000000, lastModified=2020-07-06 13:26:26.567197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.568000000, lastModified=2020-07-06 13:26:26.567197000, delta=803000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.569000000, lastModified=2020-07-06 13:26:26.568197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.568197000 to 2020-07-06 13:26:26.569197000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.570000000, lastModified=2020-07-06 13:26:26.569197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.569197000 to 2020-07-06 13:26:26.570197000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.571000000, lastModified=2020-07-06 13:26:26.570197000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.570197000 to 2020-07-06 13:26:26.571198000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.572000000, lastModified=2020-07-06 13:26:26.571198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.572000000, lastModified=2020-07-06 13:26:26.571198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.572000000, lastModified=2020-07-06 13:26:26.571198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.571198000 to 2020-07-06 13:26:26.572198000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.573000000, lastModified=2020-07-06 13:26:26.572198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.573000000, lastModified=2020-07-06 13:26:26.572198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.573000000, lastModified=2020-07-06 13:26:26.572198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.572198000 to 2020-07-06 13:26:26.573198000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.574000000, lastModified=2020-07-06 13:26:26.573198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.574000000, lastModified=2020-07-06 13:26:26.573198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.574000000, lastModified=2020-07-06 13:26:26.573198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.574000000, lastModified=2020-07-06 13:26:26.573198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.575000000, lastModified=2020-07-06 13:26:26.574198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.575000000, lastModified=2020-07-06 13:26:26.574198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.575000000, lastModified=2020-07-06 13:26:26.574198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.575000000, lastModified=2020-07-06 13:26:26.574198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.576000000, lastModified=2020-07-06 13:26:26.575198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.576000000, lastModified=2020-07-06 13:26:26.575198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.576000000, lastModified=2020-07-06 13:26:26.575198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.576000000, lastModified=2020-07-06 13:26:26.575198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.577000000, lastModified=2020-07-06 13:26:26.576198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.577000000, lastModified=2020-07-06 13:26:26.576198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.577000000, lastModified=2020-07-06 13:26:26.576198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.577000000, lastModified=2020-07-06 13:26:26.576198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.578000000, lastModified=2020-07-06 13:26:26.577198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.578000000, lastModified=2020-07-06 13:26:26.577198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.579000000, lastModified=2020-07-06 13:26:26.578198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.579000000, lastModified=2020-07-06 13:26:26.578198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.580000000, lastModified=2020-07-06 13:26:26.579198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.580000000, lastModified=2020-07-06 13:26:26.579198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.581000000, lastModified=2020-07-06 13:26:26.579198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.579198000 to 2020-07-06 13:26:26.580198000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.581000000, lastModified=2020-07-06 13:26:26.580198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.580198000 to 2020-07-06 13:26:26.581198000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.582000000, lastModified=2020-07-06 13:26:26.581198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.582000000, lastModified=2020-07-06 13:26:26.581198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.582000000, lastModified=2020-07-06 13:26:26.581198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.581198000 to 2020-07-06 13:26:26.582198000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.583000000, lastModified=2020-07-06 13:26:26.582198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.583000000, lastModified=2020-07-06 13:26:26.582198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.584000000, lastModified=2020-07-06 13:26:26.583198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.584000000, lastModified=2020-07-06 13:26:26.583198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.585000000, lastModified=2020-07-06 13:26:26.584198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.585000000, lastModified=2020-07-06 13:26:26.584198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.585000000, lastModified=2020-07-06 13:26:26.584198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.584198000 to 2020-07-06 13:26:26.585198000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.586000000, lastModified=2020-07-06 13:26:26.585198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.585198000 to 2020-07-06 13:26:26.586198000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.587000000, lastModified=2020-07-06 13:26:26.586198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.587000000, lastModified=2020-07-06 13:26:26.586198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.588000000, lastModified=2020-07-06 13:26:26.587198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.588000000, lastModified=2020-07-06 13:26:26.587198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.589000000, lastModified=2020-07-06 13:26:26.588198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.589000000, lastModified=2020-07-06 13:26:26.588198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.589000000, lastModified=2020-07-06 13:26:26.588198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.588198000 to 2020-07-06 13:26:26.589198000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.591000000, lastModified=2020-07-06 13:26:26.590198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.591000000, lastModified=2020-07-06 13:26:26.590198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.592000000, lastModified=2020-07-06 13:26:26.591198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.592000000, lastModified=2020-07-06 13:26:26.591198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.593000000, lastModified=2020-07-06 13:26:26.592198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.592198000 to 2020-07-06 13:26:26.593198000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.594000000, lastModified=2020-07-06 13:26:26.593198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.593198000 to 2020-07-06 13:26:26.594198000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.595000000, lastModified=2020-07-06 13:26:26.594198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.594198000 to 2020-07-06 13:26:26.595198000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.597000000, lastModified=2020-07-06 13:26:26.595198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.595198000 to 2020-07-06 13:26:26.596198000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.597000000, lastModified=2020-07-06 13:26:26.596198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.596198000 to 2020-07-06 13:26:26.597198000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.598000000, lastModified=2020-07-06 13:26:26.597198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.598000000, lastModified=2020-07-06 13:26:26.597198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.599000000, lastModified=2020-07-06 13:26:26.598198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.599000000, lastModified=2020-07-06 13:26:26.598198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.600000000, lastModified=2020-07-06 13:26:26.599198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.600000000, lastModified=2020-07-06 13:26:26.599198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.601000000, lastModified=2020-07-06 13:26:26.600198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.601000000, lastModified=2020-07-06 13:26:26.600198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.602000000, lastModified=2020-07-06 13:26:26.600198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.600198000 to 2020-07-06 13:26:26.601198000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.603000000, lastModified=2020-07-06 13:26:26.602198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.603000000, lastModified=2020-07-06 13:26:26.602198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.603000000, lastModified=2020-07-06 13:26:26.602198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.602198000 to 2020-07-06 13:26:26.603198000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.605000000, lastModified=2020-07-06 13:26:26.604198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.605000000, lastModified=2020-07-06 13:26:26.604198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.606000000, lastModified=2020-07-06 13:26:26.605198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.606000000, lastModified=2020-07-06 13:26:26.605198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.607000000, lastModified=2020-07-06 13:26:26.606198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.607000000, lastModified=2020-07-06 13:26:26.606198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.608000000, lastModified=2020-07-06 13:26:26.606198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.606198000 to 2020-07-06 13:26:26.607198000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.608000000, lastModified=2020-07-06 13:26:26.607198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.608000000, lastModified=2020-07-06 13:26:26.607198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.609000000, lastModified=2020-07-06 13:26:26.608198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.609000000, lastModified=2020-07-06 13:26:26.608198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.609000000, lastModified=2020-07-06 13:26:26.608198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.608198000 to 2020-07-06 13:26:26.609198000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.610000000, lastModified=2020-07-06 13:26:26.609198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.610000000, lastModified=2020-07-06 13:26:26.609198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.611000000, lastModified=2020-07-06 13:26:26.610198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.611000000, lastModified=2020-07-06 13:26:26.610198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.611000000, lastModified=2020-07-06 13:26:26.610198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.611000000, lastModified=2020-07-06 13:26:26.610198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.612000000, lastModified=2020-07-06 13:26:26.611198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.612000000, lastModified=2020-07-06 13:26:26.611198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.613000000, lastModified=2020-07-06 13:26:26.612198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.613000000, lastModified=2020-07-06 13:26:26.612198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.613000000, lastModified=2020-07-06 13:26:26.612198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.612198000 to 2020-07-06 13:26:26.613198000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.615000000, lastModified=2020-07-06 13:26:26.614198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.615000000, lastModified=2020-07-06 13:26:26.614198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.615000000, lastModified=2020-07-06 13:26:26.614198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.614198000 to 2020-07-06 13:26:26.615198000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.617000000, lastModified=2020-07-06 13:26:26.616198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.617000000, lastModified=2020-07-06 13:26:26.616198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.618000000, lastModified=2020-07-06 13:26:26.617198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.618000000, lastModified=2020-07-06 13:26:26.617198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.619000000, lastModified=2020-07-06 13:26:26.618198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.618198000 to 2020-07-06 13:26:26.619198000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.620000000, lastModified=2020-07-06 13:26:26.619198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.620000000, lastModified=2020-07-06 13:26:26.619198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.621000000, lastModified=2020-07-06 13:26:26.620198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.621000000, lastModified=2020-07-06 13:26:26.620198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.622000000, lastModified=2020-07-06 13:26:26.621198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.622000000, lastModified=2020-07-06 13:26:26.621198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.623000000, lastModified=2020-07-06 13:26:26.622198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.623000000, lastModified=2020-07-06 13:26:26.622198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.624000000, lastModified=2020-07-06 13:26:26.623198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.624000000, lastModified=2020-07-06 13:26:26.623198000, delta=802000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.625000000, lastModified=2020-07-06 13:26:26.623198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.623198000 to 2020-07-06 13:26:26.624198000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.625000000, lastModified=2020-07-06 13:26:26.624198000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.624198000 to 2020-07-06 13:26:26.625199000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.626000000, lastModified=2020-07-06 13:26:26.625199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.626000000, lastModified=2020-07-06 13:26:26.625199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.627000000, lastModified=2020-07-06 13:26:26.626199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.627000000, lastModified=2020-07-06 13:26:26.626199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.628000000, lastModified=2020-07-06 13:26:26.627199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.627199000 to 2020-07-06 13:26:26.628199000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.629000000, lastModified=2020-07-06 13:26:26.628199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.628199000 to 2020-07-06 13:26:26.629199000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.630000000, lastModified=2020-07-06 13:26:26.629199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.630000000, lastModified=2020-07-06 13:26:26.629199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.631000000, lastModified=2020-07-06 13:26:26.630199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.631000000, lastModified=2020-07-06 13:26:26.630199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.632000000, lastModified=2020-07-06 13:26:26.631199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.631199000 to 2020-07-06 13:26:26.632199000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.633000000, lastModified=2020-07-06 13:26:26.632199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.633000000, lastModified=2020-07-06 13:26:26.632199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.634000000, lastModified=2020-07-06 13:26:26.633199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.634000000, lastModified=2020-07-06 13:26:26.633199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.635000000, lastModified=2020-07-06 13:26:26.634199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.635000000, lastModified=2020-07-06 13:26:26.634199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.636000000, lastModified=2020-07-06 13:26:26.635199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.636000000, lastModified=2020-07-06 13:26:26.635199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.637000000, lastModified=2020-07-06 13:26:26.636199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.637000000, lastModified=2020-07-06 13:26:26.636199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.638000000, lastModified=2020-07-06 13:26:26.637199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.638000000, lastModified=2020-07-06 13:26:26.637199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.639000000, lastModified=2020-07-06 13:26:26.638199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.639000000, lastModified=2020-07-06 13:26:26.638199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.639000000, lastModified=2020-07-06 13:26:26.638199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.638199000 to 2020-07-06 13:26:26.639199000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.640000000, lastModified=2020-07-06 13:26:26.639199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.640000000, lastModified=2020-07-06 13:26:26.639199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.641000000, lastModified=2020-07-06 13:26:26.639199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.639199000 to 2020-07-06 13:26:26.640199000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.642000000, lastModified=2020-07-06 13:26:26.641199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.642000000, lastModified=2020-07-06 13:26:26.641199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.643000000, lastModified=2020-07-06 13:26:26.642199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.643000000, lastModified=2020-07-06 13:26:26.642199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.644000000, lastModified=2020-07-06 13:26:26.643199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.643199000 to 2020-07-06 13:26:26.644199000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.645000000, lastModified=2020-07-06 13:26:26.644199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.645000000, lastModified=2020-07-06 13:26:26.644199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.646000000, lastModified=2020-07-06 13:26:26.644199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.644199000 to 2020-07-06 13:26:26.645199000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.646000000, lastModified=2020-07-06 13:26:26.645199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.646000000, lastModified=2020-07-06 13:26:26.645199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.647000000, lastModified=2020-07-06 13:26:26.646199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.647000000, lastModified=2020-07-06 13:26:26.646199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.647000000, lastModified=2020-07-06 13:26:26.646199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.647000000, lastModified=2020-07-06 13:26:26.646199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.648000000, lastModified=2020-07-06 13:26:26.647199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.648000000, lastModified=2020-07-06 13:26:26.647199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.648000000, lastModified=2020-07-06 13:26:26.647199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.647199000 to 2020-07-06 13:26:26.648199000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.649000000, lastModified=2020-07-06 13:26:26.648199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.649000000, lastModified=2020-07-06 13:26:26.648199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.649000000, lastModified=2020-07-06 13:26:26.648199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.648199000 to 2020-07-06 13:26:26.649199000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.650000000, lastModified=2020-07-06 13:26:26.649199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.649199000 to 2020-07-06 13:26:26.650199000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.652000000, lastModified=2020-07-06 13:26:26.650199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.650199000 to 2020-07-06 13:26:26.651199000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.652000000, lastModified=2020-07-06 13:26:26.651199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.651199000 to 2020-07-06 13:26:26.652199000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.653000000, lastModified=2020-07-06 13:26:26.652199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.653000000, lastModified=2020-07-06 13:26:26.652199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.654000000, lastModified=2020-07-06 13:26:26.653199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.654000000, lastModified=2020-07-06 13:26:26.653199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.654000000, lastModified=2020-07-06 13:26:26.653199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.653199000 to 2020-07-06 13:26:26.654199000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.655000000, lastModified=2020-07-06 13:26:26.654199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.655000000, lastModified=2020-07-06 13:26:26.654199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.655000000, lastModified=2020-07-06 13:26:26.654199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.654199000 to 2020-07-06 13:26:26.655199000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.656000000, lastModified=2020-07-06 13:26:26.655199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.656000000, lastModified=2020-07-06 13:26:26.655199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.656000000, lastModified=2020-07-06 13:26:26.655199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.655199000 to 2020-07-06 13:26:26.656199000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.657000000, lastModified=2020-07-06 13:26:26.656199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.657000000, lastModified=2020-07-06 13:26:26.656199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.658000000, lastModified=2020-07-06 13:26:26.656199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.656199000 to 2020-07-06 13:26:26.657199000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.658000000, lastModified=2020-07-06 13:26:26.657199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.658000000, lastModified=2020-07-06 13:26:26.657199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.659000000, lastModified=2020-07-06 13:26:26.658199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.659000000, lastModified=2020-07-06 13:26:26.658199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.660000000, lastModified=2020-07-06 13:26:26.659199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.660000000, lastModified=2020-07-06 13:26:26.659199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.660000000, lastModified=2020-07-06 13:26:26.659199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.659199000 to 2020-07-06 13:26:26.660199000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.661000000, lastModified=2020-07-06 13:26:26.660199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.660199000 to 2020-07-06 13:26:26.661199000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.662000000, lastModified=2020-07-06 13:26:26.661199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.662000000, lastModified=2020-07-06 13:26:26.661199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.663000000, lastModified=2020-07-06 13:26:26.662199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.662199000 to 2020-07-06 13:26:26.663199000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.664000000, lastModified=2020-07-06 13:26:26.663199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.664000000, lastModified=2020-07-06 13:26:26.663199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.665000000, lastModified=2020-07-06 13:26:26.664199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.665000000, lastModified=2020-07-06 13:26:26.664199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.665000000, lastModified=2020-07-06 13:26:26.664199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.665000000, lastModified=2020-07-06 13:26:26.664199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.666000000, lastModified=2020-07-06 13:26:26.665199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.666000000, lastModified=2020-07-06 13:26:26.665199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.666000000, lastModified=2020-07-06 13:26:26.665199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.666000000, lastModified=2020-07-06 13:26:26.665199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.667000000, lastModified=2020-07-06 13:26:26.666199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.667000000, lastModified=2020-07-06 13:26:26.666199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.668000000, lastModified=2020-07-06 13:26:26.667199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.668000000, lastModified=2020-07-06 13:26:26.667199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.669000000, lastModified=2020-07-06 13:26:26.668199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.669000000, lastModified=2020-07-06 13:26:26.668199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.670000000, lastModified=2020-07-06 13:26:26.669199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.670000000, lastModified=2020-07-06 13:26:26.669199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.670000000, lastModified=2020-07-06 13:26:26.669199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.670000000, lastModified=2020-07-06 13:26:26.669199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.671000000, lastModified=2020-07-06 13:26:26.670199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.671000000, lastModified=2020-07-06 13:26:26.670199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.671000000, lastModified=2020-07-06 13:26:26.670199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.670199000 to 2020-07-06 13:26:26.671199000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.672000000, lastModified=2020-07-06 13:26:26.671199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.672000000, lastModified=2020-07-06 13:26:26.671199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.673000000, lastModified=2020-07-06 13:26:26.672199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.673000000, lastModified=2020-07-06 13:26:26.672199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.673000000, lastModified=2020-07-06 13:26:26.672199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.673000000, lastModified=2020-07-06 13:26:26.672199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.674000000, lastModified=2020-07-06 13:26:26.673199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.674000000, lastModified=2020-07-06 13:26:26.673199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.674000000, lastModified=2020-07-06 13:26:26.673199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.674000000, lastModified=2020-07-06 13:26:26.673199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.676000000, lastModified=2020-07-06 13:26:26.674199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.674199000 to 2020-07-06 13:26:26.675199000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.676000000, lastModified=2020-07-06 13:26:26.675199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.676000000, lastModified=2020-07-06 13:26:26.675199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.677000000, lastModified=2020-07-06 13:26:26.676199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.676199000 to 2020-07-06 13:26:26.677199000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.678000000, lastModified=2020-07-06 13:26:26.677199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.678000000, lastModified=2020-07-06 13:26:26.677199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.679000000, lastModified=2020-07-06 13:26:26.677199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.677199000 to 2020-07-06 13:26:26.678199000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.679000000, lastModified=2020-07-06 13:26:26.678199000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.679000000, lastModified=2020-07-06 13:26:26.678199000, delta=801000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.680000000, lastModified=2020-07-06 13:26:26.679200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.680000000, lastModified=2020-07-06 13:26:26.679200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.680000000, lastModified=2020-07-06 13:26:26.679200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.680000000, lastModified=2020-07-06 13:26:26.679200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.681000000, lastModified=2020-07-06 13:26:26.680200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.681000000, lastModified=2020-07-06 13:26:26.680200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.681000000, lastModified=2020-07-06 13:26:26.680200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.680200000 to 2020-07-06 13:26:26.681200000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.682000000, lastModified=2020-07-06 13:26:26.681200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.682000000, lastModified=2020-07-06 13:26:26.681200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.683000000, lastModified=2020-07-06 13:26:26.681200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.681200000 to 2020-07-06 13:26:26.682200000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.683000000, lastModified=2020-07-06 13:26:26.682200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.683000000, lastModified=2020-07-06 13:26:26.682200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.684000000, lastModified=2020-07-06 13:26:26.683200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.684000000, lastModified=2020-07-06 13:26:26.683200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.684000000, lastModified=2020-07-06 13:26:26.683200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.684000000, lastModified=2020-07-06 13:26:26.683200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.685000000, lastModified=2020-07-06 13:26:26.684200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.684200000 to 2020-07-06 13:26:26.685200000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.686000000, lastModified=2020-07-06 13:26:26.685200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.685200000 to 2020-07-06 13:26:26.686200000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.687000000, lastModified=2020-07-06 13:26:26.686200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.687000000, lastModified=2020-07-06 13:26:26.686200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.688000000, lastModified=2020-07-06 13:26:26.687200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.687200000 to 2020-07-06 13:26:26.688200000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.689000000, lastModified=2020-07-06 13:26:26.688200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.689000000, lastModified=2020-07-06 13:26:26.688200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.690000000, lastModified=2020-07-06 13:26:26.689200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.690000000, lastModified=2020-07-06 13:26:26.689200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.691000000, lastModified=2020-07-06 13:26:26.690200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.690200000 to 2020-07-06 13:26:26.691200000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.696000000, lastModified=2020-07-06 13:26:26.695200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.696000000, lastModified=2020-07-06 13:26:26.695200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.697000000, lastModified=2020-07-06 13:26:26.696200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.697000000, lastModified=2020-07-06 13:26:26.696200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.697000000, lastModified=2020-07-06 13:26:26.696200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.696200000 to 2020-07-06 13:26:26.697200000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.698000000, lastModified=2020-07-06 13:26:26.697200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.698000000, lastModified=2020-07-06 13:26:26.697200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.699000000, lastModified=2020-07-06 13:26:26.697200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.697200000 to 2020-07-06 13:26:26.698200000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.699000000, lastModified=2020-07-06 13:26:26.698200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.699000000, lastModified=2020-07-06 13:26:26.698200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.700000000, lastModified=2020-07-06 13:26:26.699200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.700000000, lastModified=2020-07-06 13:26:26.699200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.700000000, lastModified=2020-07-06 13:26:26.699200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.700000000, lastModified=2020-07-06 13:26:26.699200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.701000000, lastModified=2020-07-06 13:26:26.700200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.701000000, lastModified=2020-07-06 13:26:26.700200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.701000000, lastModified=2020-07-06 13:26:26.700200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.701000000, lastModified=2020-07-06 13:26:26.700200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.702000000, lastModified=2020-07-06 13:26:26.701200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.702000000, lastModified=2020-07-06 13:26:26.701200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.702000000, lastModified=2020-07-06 13:26:26.701200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.701200000 to 2020-07-06 13:26:26.702200000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.704000000, lastModified=2020-07-06 13:26:26.703200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.704000000, lastModified=2020-07-06 13:26:26.703200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.704000000, lastModified=2020-07-06 13:26:26.703200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.703200000 to 2020-07-06 13:26:26.704200000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.705000000, lastModified=2020-07-06 13:26:26.704200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.704200000 to 2020-07-06 13:26:26.705200000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.706000000, lastModified=2020-07-06 13:26:26.705200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.705200000 to 2020-07-06 13:26:26.706200000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.708000000, lastModified=2020-07-06 13:26:26.707200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.708000000, lastModified=2020-07-06 13:26:26.707200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.709000000, lastModified=2020-07-06 13:26:26.708200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.708200000 to 2020-07-06 13:26:26.709200000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.710000000, lastModified=2020-07-06 13:26:26.709200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.710000000, lastModified=2020-07-06 13:26:26.709200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.710000000, lastModified=2020-07-06 13:26:26.709200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.709200000 to 2020-07-06 13:26:26.710200000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.711000000, lastModified=2020-07-06 13:26:26.710200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.711000000, lastModified=2020-07-06 13:26:26.710200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.712000000, lastModified=2020-07-06 13:26:26.710200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.710200000 to 2020-07-06 13:26:26.711200000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.712000000, lastModified=2020-07-06 13:26:26.711200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.712000000, lastModified=2020-07-06 13:26:26.711200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.713000000, lastModified=2020-07-06 13:26:26.712200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.713000000, lastModified=2020-07-06 13:26:26.712200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.713000000, lastModified=2020-07-06 13:26:26.712200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.712200000 to 2020-07-06 13:26:26.713200000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.715000000, lastModified=2020-07-06 13:26:26.714200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.715000000, lastModified=2020-07-06 13:26:26.714200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.715000000, lastModified=2020-07-06 13:26:26.714200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.714200000 to 2020-07-06 13:26:26.715200000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.716000000, lastModified=2020-07-06 13:26:26.715200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.715200000 to 2020-07-06 13:26:26.716200000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.718000000, lastModified=2020-07-06 13:26:26.717200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.718000000, lastModified=2020-07-06 13:26:26.717200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.718000000, lastModified=2020-07-06 13:26:26.717200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.717200000 to 2020-07-06 13:26:26.718200000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.720000000, lastModified=2020-07-06 13:26:26.719200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.720000000, lastModified=2020-07-06 13:26:26.719200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.721000000, lastModified=2020-07-06 13:26:26.720200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.721000000, lastModified=2020-07-06 13:26:26.720200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.721000000, lastModified=2020-07-06 13:26:26.720200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.720200000 to 2020-07-06 13:26:26.721200000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.723000000, lastModified=2020-07-06 13:26:26.722200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.723000000, lastModified=2020-07-06 13:26:26.722200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.723000000, lastModified=2020-07-06 13:26:26.722200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.722200000 to 2020-07-06 13:26:26.723200000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.725000000, lastModified=2020-07-06 13:26:26.723200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.723200000 to 2020-07-06 13:26:26.724200000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.726000000, lastModified=2020-07-06 13:26:26.725200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.726000000, lastModified=2020-07-06 13:26:26.725200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.727000000, lastModified=2020-07-06 13:26:26.725200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.725200000 to 2020-07-06 13:26:26.726200000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.728000000, lastModified=2020-07-06 13:26:26.727200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.728000000, lastModified=2020-07-06 13:26:26.727200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.728000000, lastModified=2020-07-06 13:26:26.727200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.727200000 to 2020-07-06 13:26:26.728200000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.729000000, lastModified=2020-07-06 13:26:26.728200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.729000000, lastModified=2020-07-06 13:26:26.728200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.730000000, lastModified=2020-07-06 13:26:26.729200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.730000000, lastModified=2020-07-06 13:26:26.729200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.731000000, lastModified=2020-07-06 13:26:26.730200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.731000000, lastModified=2020-07-06 13:26:26.730200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.732000000, lastModified=2020-07-06 13:26:26.731200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.732000000, lastModified=2020-07-06 13:26:26.731200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.733000000, lastModified=2020-07-06 13:26:26.732200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.733000000, lastModified=2020-07-06 13:26:26.732200000, delta=800000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.734000000, lastModified=2020-07-06 13:26:26.733200000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.733200000 to 2020-07-06 13:26:26.734201000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.735000000, lastModified=2020-07-06 13:26:26.734201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.735000000, lastModified=2020-07-06 13:26:26.734201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.736000000, lastModified=2020-07-06 13:26:26.735201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.736000000, lastModified=2020-07-06 13:26:26.735201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.736000000, lastModified=2020-07-06 13:26:26.735201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.735201000 to 2020-07-06 13:26:26.736201000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.738000000, lastModified=2020-07-06 13:26:26.737201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.737201000 to 2020-07-06 13:26:26.738201000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.739000000, lastModified=2020-07-06 13:26:26.738201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.738201000 to 2020-07-06 13:26:26.739201000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.740000000, lastModified=2020-07-06 13:26:26.739201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.739201000 to 2020-07-06 13:26:26.740201000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.741000000, lastModified=2020-07-06 13:26:26.740201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.741000000, lastModified=2020-07-06 13:26:26.740201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.742000000, lastModified=2020-07-06 13:26:26.740201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.740201000 to 2020-07-06 13:26:26.741201000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.742000000, lastModified=2020-07-06 13:26:26.741201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.742000000, lastModified=2020-07-06 13:26:26.741201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.743000000, lastModified=2020-07-06 13:26:26.742201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.743000000, lastModified=2020-07-06 13:26:26.742201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.743000000, lastModified=2020-07-06 13:26:26.742201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.743000000, lastModified=2020-07-06 13:26:26.742201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.744000000, lastModified=2020-07-06 13:26:26.743201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.744000000, lastModified=2020-07-06 13:26:26.743201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.744000000, lastModified=2020-07-06 13:26:26.743201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.743201000 to 2020-07-06 13:26:26.744201000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.745000000, lastModified=2020-07-06 13:26:26.744201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.745000000, lastModified=2020-07-06 13:26:26.744201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.745000000, lastModified=2020-07-06 13:26:26.744201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.744201000 to 2020-07-06 13:26:26.745201000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.747000000, lastModified=2020-07-06 13:26:26.746201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.747000000, lastModified=2020-07-06 13:26:26.746201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.747000000, lastModified=2020-07-06 13:26:26.746201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.747000000, lastModified=2020-07-06 13:26:26.746201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.748000000, lastModified=2020-07-06 13:26:26.747201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.747201000 to 2020-07-06 13:26:26.748201000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.749000000, lastModified=2020-07-06 13:26:26.748201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.749000000, lastModified=2020-07-06 13:26:26.748201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.750000000, lastModified=2020-07-06 13:26:26.749201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.750000000, lastModified=2020-07-06 13:26:26.749201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.751000000, lastModified=2020-07-06 13:26:26.750201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.751000000, lastModified=2020-07-06 13:26:26.750201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.753000000, lastModified=2020-07-06 13:26:26.752201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.753000000, lastModified=2020-07-06 13:26:26.752201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.754000000, lastModified=2020-07-06 13:26:26.753201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.754000000, lastModified=2020-07-06 13:26:26.753201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.754000000, lastModified=2020-07-06 13:26:26.753201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.753201000 to 2020-07-06 13:26:26.754201000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.756000000, lastModified=2020-07-06 13:26:26.755201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.756000000, lastModified=2020-07-06 13:26:26.755201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.756000000, lastModified=2020-07-06 13:26:26.755201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.755201000 to 2020-07-06 13:26:26.756201000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.758000000, lastModified=2020-07-06 13:26:26.757201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.758000000, lastModified=2020-07-06 13:26:26.757201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.759000000, lastModified=2020-07-06 13:26:26.758201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.759000000, lastModified=2020-07-06 13:26:26.758201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.760000000, lastModified=2020-07-06 13:26:26.759201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.760000000, lastModified=2020-07-06 13:26:26.759201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.761000000, lastModified=2020-07-06 13:26:26.760201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.761000000, lastModified=2020-07-06 13:26:26.760201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.761000000, lastModified=2020-07-06 13:26:26.760201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.760201000 to 2020-07-06 13:26:26.761201000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.762000000, lastModified=2020-07-06 13:26:26.761201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.762000000, lastModified=2020-07-06 13:26:26.761201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.762000000, lastModified=2020-07-06 13:26:26.761201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.761201000 to 2020-07-06 13:26:26.762201000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.763000000, lastModified=2020-07-06 13:26:26.762201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.763000000, lastModified=2020-07-06 13:26:26.762201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.763000000, lastModified=2020-07-06 13:26:26.762201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.762201000 to 2020-07-06 13:26:26.763201000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.764000000, lastModified=2020-07-06 13:26:26.763201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.764000000, lastModified=2020-07-06 13:26:26.763201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.765000000, lastModified=2020-07-06 13:26:26.764201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.765000000, lastModified=2020-07-06 13:26:26.764201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.766000000, lastModified=2020-07-06 13:26:26.765201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.766000000, lastModified=2020-07-06 13:26:26.765201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.766000000, lastModified=2020-07-06 13:26:26.765201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.765201000 to 2020-07-06 13:26:26.766201000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.767000000, lastModified=2020-07-06 13:26:26.766201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.766201000 to 2020-07-06 13:26:26.767201000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.768000000, lastModified=2020-07-06 13:26:26.767201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.767201000 to 2020-07-06 13:26:26.768201000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.769000000, lastModified=2020-07-06 13:26:26.768201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.768201000 to 2020-07-06 13:26:26.769201000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.771000000, lastModified=2020-07-06 13:26:26.769201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.769201000 to 2020-07-06 13:26:26.771201000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.773000000, lastModified=2020-07-06 13:26:26.772201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.773000000, lastModified=2020-07-06 13:26:26.772201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.773000000, lastModified=2020-07-06 13:26:26.772201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.772201000 to 2020-07-06 13:26:26.773201000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.775000000, lastModified=2020-07-06 13:26:26.773201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.773201000 to 2020-07-06 13:26:26.774201000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.775000000, lastModified=2020-07-06 13:26:26.774201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.775000000, lastModified=2020-07-06 13:26:26.774201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.776000000, lastModified=2020-07-06 13:26:26.775201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.775201000 to 2020-07-06 13:26:26.776201000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.777000000, lastModified=2020-07-06 13:26:26.776201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.777000000, lastModified=2020-07-06 13:26:26.776201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.778000000, lastModified=2020-07-06 13:26:26.777201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.778000000, lastModified=2020-07-06 13:26:26.777201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.779000000, lastModified=2020-07-06 13:26:26.778201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.779000000, lastModified=2020-07-06 13:26:26.778201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.780000000, lastModified=2020-07-06 13:26:26.779201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.780000000, lastModified=2020-07-06 13:26:26.779201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.780000000, lastModified=2020-07-06 13:26:26.779201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.779201000 to 2020-07-06 13:26:26.780201000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.782000000, lastModified=2020-07-06 13:26:26.781201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.782000000, lastModified=2020-07-06 13:26:26.781201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.782000000, lastModified=2020-07-06 13:26:26.781201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.781201000 to 2020-07-06 13:26:26.782201000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.783000000, lastModified=2020-07-06 13:26:26.782201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.782201000 to 2020-07-06 13:26:26.783201000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.784000000, lastModified=2020-07-06 13:26:26.783201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.784000000, lastModified=2020-07-06 13:26:26.783201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.785000000, lastModified=2020-07-06 13:26:26.784201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.785000000, lastModified=2020-07-06 13:26:26.784201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.786000000, lastModified=2020-07-06 13:26:26.785201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.786000000, lastModified=2020-07-06 13:26:26.785201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.787000000, lastModified=2020-07-06 13:26:26.786201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.787000000, lastModified=2020-07-06 13:26:26.786201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.788000000, lastModified=2020-07-06 13:26:26.787201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.788000000, lastModified=2020-07-06 13:26:26.787201000, delta=799000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.789000000, lastModified=2020-07-06 13:26:26.787201000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.787201000 to 2020-07-06 13:26:26.788202000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.789000000, lastModified=2020-07-06 13:26:26.788202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.789000000, lastModified=2020-07-06 13:26:26.788202000, delta=798000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.791000000, lastModified=2020-07-06 13:26:26.789202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.789202000 to 2020-07-06 13:26:26.792202000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.793000000, lastModified=2020-07-06 13:26:26.792202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.793000000, lastModified=2020-07-06 13:26:26.792202000, delta=798000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.794000000, lastModified=2020-07-06 13:26:26.793202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.794000000, lastModified=2020-07-06 13:26:26.793202000, delta=798000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.795000000, lastModified=2020-07-06 13:26:26.794202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.795000000, lastModified=2020-07-06 13:26:26.794202000, delta=798000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.796000000, lastModified=2020-07-06 13:26:26.795202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.796000000, lastModified=2020-07-06 13:26:26.795202000, delta=798000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.797000000, lastModified=2020-07-06 13:26:26.795202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.795202000 to 2020-07-06 13:26:26.797202000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.798000000, lastModified=2020-07-06 13:26:26.797202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.797202000 to 2020-07-06 13:26:26.798202000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.800000000, lastModified=2020-07-06 13:26:26.799202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.800000000, lastModified=2020-07-06 13:26:26.799202000, delta=798000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.801000000, lastModified=2020-07-06 13:26:26.800202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.800202000 to 2020-07-06 13:26:26.801202000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.802000000, lastModified=2020-07-06 13:26:26.801202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.802000000, lastModified=2020-07-06 13:26:26.801202000, delta=798000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.803000000, lastModified=2020-07-06 13:26:26.802202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.803000000, lastModified=2020-07-06 13:26:26.802202000, delta=798000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.804000000, lastModified=2020-07-06 13:26:26.803202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.804000000, lastModified=2020-07-06 13:26:26.803202000, delta=798000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.805000000, lastModified=2020-07-06 13:26:26.804202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.805000000, lastModified=2020-07-06 13:26:26.804202000, delta=798000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.805000000, lastModified=2020-07-06 13:26:26.804202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.804202000 to 2020-07-06 13:26:26.805202000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.806000000, lastModified=2020-07-06 13:26:26.805202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.805202000 to 2020-07-06 13:26:26.806202000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.808000000, lastModified=2020-07-06 13:26:26.806202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.806202000 to 2020-07-06 13:26:26.807202000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.808000000, lastModified=2020-07-06 13:26:26.807202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.807202000 to 2020-07-06 13:26:26.808202000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.809000000, lastModified=2020-07-06 13:26:26.808202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.808202000 to 2020-07-06 13:26:26.809202000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.810000000, lastModified=2020-07-06 13:26:26.809202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.810000000, lastModified=2020-07-06 13:26:26.809202000, delta=798000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.811000000, lastModified=2020-07-06 13:26:26.810202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.810202000 to 2020-07-06 13:26:26.811202000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.812000000, lastModified=2020-07-06 13:26:26.811202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.812000000, lastModified=2020-07-06 13:26:26.811202000, delta=798000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.813000000, lastModified=2020-07-06 13:26:26.811202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.811202000 to 2020-07-06 13:26:26.812202000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.813000000, lastModified=2020-07-06 13:26:26.812202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.813000000, lastModified=2020-07-06 13:26:26.812202000, delta=798000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.814000000, lastModified=2020-07-06 13:26:26.813202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.814000000, lastModified=2020-07-06 13:26:26.813202000, delta=798000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.818000000, lastModified=2020-07-06 13:26:26.817202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.818000000, lastModified=2020-07-06 13:26:26.817202000, delta=798000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.819000000, lastModified=2020-07-06 13:26:26.818202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.819000000, lastModified=2020-07-06 13:26:26.818202000, delta=798000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.820000000, lastModified=2020-07-06 13:26:26.819202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.820000000, lastModified=2020-07-06 13:26:26.819202000, delta=798000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.821000000, lastModified=2020-07-06 13:26:26.820202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.820202000 to 2020-07-06 13:26:26.821202000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.822000000, lastModified=2020-07-06 13:26:26.821202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.822000000, lastModified=2020-07-06 13:26:26.821202000, delta=798000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.822000000, lastModified=2020-07-06 13:26:26.821202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.821202000 to 2020-07-06 13:26:26.822202000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.823000000, lastModified=2020-07-06 13:26:26.822202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.823000000, lastModified=2020-07-06 13:26:26.822202000, delta=798000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.824000000, lastModified=2020-07-06 13:26:26.822202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.822202000 to 2020-07-06 13:26:26.823202000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.824000000, lastModified=2020-07-06 13:26:26.823202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.824000000, lastModified=2020-07-06 13:26:26.823202000, delta=798000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.825000000, lastModified=2020-07-06 13:26:26.824202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.824202000 to 2020-07-06 13:26:26.825202000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.826000000, lastModified=2020-07-06 13:26:26.825202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.826000000, lastModified=2020-07-06 13:26:26.825202000, delta=798000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.827000000, lastModified=2020-07-06 13:26:26.826202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.827000000, lastModified=2020-07-06 13:26:26.826202000, delta=798000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.828000000, lastModified=2020-07-06 13:26:26.827202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.828000000, lastModified=2020-07-06 13:26:26.827202000, delta=798000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.828000000, lastModified=2020-07-06 13:26:26.827202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.827202000 to 2020-07-06 13:26:26.828202000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.829000000, lastModified=2020-07-06 13:26:26.828202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.829000000, lastModified=2020-07-06 13:26:26.828202000, delta=798000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.829000000, lastModified=2020-07-06 13:26:26.828202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.828202000 to 2020-07-06 13:26:26.829202000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.830000000, lastModified=2020-07-06 13:26:26.829202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.829202000 to 2020-07-06 13:26:26.830202000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.832000000, lastModified=2020-07-06 13:26:26.831202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.832000000, lastModified=2020-07-06 13:26:26.831202000, delta=798000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.832000000, lastModified=2020-07-06 13:26:26.831202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.832000000, lastModified=2020-07-06 13:26:26.831202000, delta=798000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.833000000, lastModified=2020-07-06 13:26:26.832202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.832202000 to 2020-07-06 13:26:26.833202000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.834000000, lastModified=2020-07-06 13:26:26.833202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.834000000, lastModified=2020-07-06 13:26:26.833202000, delta=798000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.835000000, lastModified=2020-07-06 13:26:26.834202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.835000000, lastModified=2020-07-06 13:26:26.834202000, delta=798000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.836000000, lastModified=2020-07-06 13:26:26.835202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.836000000, lastModified=2020-07-06 13:26:26.835202000, delta=798000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.837000000, lastModified=2020-07-06 13:26:26.835202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.835202000 to 2020-07-06 13:26:26.836202000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.838000000, lastModified=2020-07-06 13:26:26.837202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.838000000, lastModified=2020-07-06 13:26:26.837202000, delta=798000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.839000000, lastModified=2020-07-06 13:26:26.838202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.839000000, lastModified=2020-07-06 13:26:26.838202000, delta=798000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.839000000, lastModified=2020-07-06 13:26:26.838202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.838202000 to 2020-07-06 13:26:26.839202000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.840000000, lastModified=2020-07-06 13:26:26.839202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.840000000, lastModified=2020-07-06 13:26:26.839202000, delta=798000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.841000000, lastModified=2020-07-06 13:26:26.840202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.841000000, lastModified=2020-07-06 13:26:26.840202000, delta=798000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.841000000, lastModified=2020-07-06 13:26:26.840202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.841000000, lastModified=2020-07-06 13:26:26.840202000, delta=798000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.842000000, lastModified=2020-07-06 13:26:26.841202000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.841202000 to 2020-07-06 13:26:26.842203000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.843000000, lastModified=2020-07-06 13:26:26.842203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.843000000, lastModified=2020-07-06 13:26:26.842203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.844000000, lastModified=2020-07-06 13:26:26.843203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.844000000, lastModified=2020-07-06 13:26:26.843203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.844000000, lastModified=2020-07-06 13:26:26.843203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.844000000, lastModified=2020-07-06 13:26:26.843203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.845000000, lastModified=2020-07-06 13:26:26.844203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.844203000 to 2020-07-06 13:26:26.845203000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.847000000, lastModified=2020-07-06 13:26:26.846203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.847000000, lastModified=2020-07-06 13:26:26.846203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.848000000, lastModified=2020-07-06 13:26:26.847203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.848000000, lastModified=2020-07-06 13:26:26.847203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.849000000, lastModified=2020-07-06 13:26:26.848203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.848203000 to 2020-07-06 13:26:26.849203000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.851000000, lastModified=2020-07-06 13:26:26.850203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.851000000, lastModified=2020-07-06 13:26:26.850203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.852000000, lastModified=2020-07-06 13:26:26.851203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.852000000, lastModified=2020-07-06 13:26:26.851203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.852000000, lastModified=2020-07-06 13:26:26.851203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.851203000 to 2020-07-06 13:26:26.852203000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.853000000, lastModified=2020-07-06 13:26:26.852203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.853000000, lastModified=2020-07-06 13:26:26.852203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.854000000, lastModified=2020-07-06 13:26:26.853203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.853203000 to 2020-07-06 13:26:26.854203000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.855000000, lastModified=2020-07-06 13:26:26.854203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.855000000, lastModified=2020-07-06 13:26:26.854203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.856000000, lastModified=2020-07-06 13:26:26.855203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.856000000, lastModified=2020-07-06 13:26:26.855203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.856000000, lastModified=2020-07-06 13:26:26.855203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.855203000 to 2020-07-06 13:26:26.856203000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.857000000, lastModified=2020-07-06 13:26:26.856203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.857000000, lastModified=2020-07-06 13:26:26.856203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.858000000, lastModified=2020-07-06 13:26:26.856203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.856203000 to 2020-07-06 13:26:26.857203000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.858000000, lastModified=2020-07-06 13:26:26.857203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.858000000, lastModified=2020-07-06 13:26:26.857203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.859000000, lastModified=2020-07-06 13:26:26.858203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.859000000, lastModified=2020-07-06 13:26:26.858203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.860000000, lastModified=2020-07-06 13:26:26.858203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.858203000 to 2020-07-06 13:26:26.859203000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.860000000, lastModified=2020-07-06 13:26:26.859203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.860000000, lastModified=2020-07-06 13:26:26.859203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.861000000, lastModified=2020-07-06 13:26:26.860203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.861000000, lastModified=2020-07-06 13:26:26.860203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.861000000, lastModified=2020-07-06 13:26:26.860203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.860203000 to 2020-07-06 13:26:26.861203000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.863000000, lastModified=2020-07-06 13:26:26.862203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.863000000, lastModified=2020-07-06 13:26:26.862203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.863000000, lastModified=2020-07-06 13:26:26.862203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.863000000, lastModified=2020-07-06 13:26:26.862203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.864000000, lastModified=2020-07-06 13:26:26.863203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.864000000, lastModified=2020-07-06 13:26:26.863203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.865000000, lastModified=2020-07-06 13:26:26.863203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.863203000 to 2020-07-06 13:26:26.864203000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.865000000, lastModified=2020-07-06 13:26:26.864203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.865000000, lastModified=2020-07-06 13:26:26.864203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.866000000, lastModified=2020-07-06 13:26:26.865203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.866000000, lastModified=2020-07-06 13:26:26.865203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.866000000, lastModified=2020-07-06 13:26:26.865203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.865203000 to 2020-07-06 13:26:26.866203000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.867000000, lastModified=2020-07-06 13:26:26.866203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.867000000, lastModified=2020-07-06 13:26:26.866203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.868000000, lastModified=2020-07-06 13:26:26.867203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.868000000, lastModified=2020-07-06 13:26:26.867203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.868000000, lastModified=2020-07-06 13:26:26.867203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.868000000, lastModified=2020-07-06 13:26:26.867203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.869000000, lastModified=2020-07-06 13:26:26.868203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.869000000, lastModified=2020-07-06 13:26:26.868203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.869000000, lastModified=2020-07-06 13:26:26.868203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.868203000 to 2020-07-06 13:26:26.869203000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.871000000, lastModified=2020-07-06 13:26:26.870203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.871000000, lastModified=2020-07-06 13:26:26.870203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.871000000, lastModified=2020-07-06 13:26:26.870203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.870203000 to 2020-07-06 13:26:26.871203000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.872000000, lastModified=2020-07-06 13:26:26.871203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.872000000, lastModified=2020-07-06 13:26:26.871203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.873000000, lastModified=2020-07-06 13:26:26.872203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.873000000, lastModified=2020-07-06 13:26:26.872203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.873000000, lastModified=2020-07-06 13:26:26.872203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.873000000, lastModified=2020-07-06 13:26:26.872203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.874000000, lastModified=2020-07-06 13:26:26.873203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.874000000, lastModified=2020-07-06 13:26:26.873203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.874000000, lastModified=2020-07-06 13:26:26.873203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.873203000 to 2020-07-06 13:26:26.874203000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.875000000, lastModified=2020-07-06 13:26:26.874203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.875000000, lastModified=2020-07-06 13:26:26.874203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.876000000, lastModified=2020-07-06 13:26:26.875203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.876000000, lastModified=2020-07-06 13:26:26.875203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.876000000, lastModified=2020-07-06 13:26:26.875203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.876000000, lastModified=2020-07-06 13:26:26.875203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.877000000, lastModified=2020-07-06 13:26:26.876203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.877000000, lastModified=2020-07-06 13:26:26.876203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.877000000, lastModified=2020-07-06 13:26:26.876203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.876203000 to 2020-07-06 13:26:26.877203000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.878000000, lastModified=2020-07-06 13:26:26.877203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.878000000, lastModified=2020-07-06 13:26:26.877203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.878000000, lastModified=2020-07-06 13:26:26.877203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.877203000 to 2020-07-06 13:26:26.878203000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.879000000, lastModified=2020-07-06 13:26:26.878203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.879000000, lastModified=2020-07-06 13:26:26.878203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.880000000, lastModified=2020-07-06 13:26:26.878203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.878203000 to 2020-07-06 13:26:26.879203000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.880000000, lastModified=2020-07-06 13:26:26.879203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.880000000, lastModified=2020-07-06 13:26:26.879203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.881000000, lastModified=2020-07-06 13:26:26.880203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.880203000 to 2020-07-06 13:26:26.881203000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.882000000, lastModified=2020-07-06 13:26:26.881203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.882000000, lastModified=2020-07-06 13:26:26.881203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.883000000, lastModified=2020-07-06 13:26:26.882203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.883000000, lastModified=2020-07-06 13:26:26.882203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.883000000, lastModified=2020-07-06 13:26:26.882203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.882203000 to 2020-07-06 13:26:26.883203000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.884000000, lastModified=2020-07-06 13:26:26.883203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.884000000, lastModified=2020-07-06 13:26:26.883203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.884000000, lastModified=2020-07-06 13:26:26.883203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.883203000 to 2020-07-06 13:26:26.884203000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.885000000, lastModified=2020-07-06 13:26:26.884203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.885000000, lastModified=2020-07-06 13:26:26.884203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.886000000, lastModified=2020-07-06 13:26:26.884203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.884203000 to 2020-07-06 13:26:26.885203000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.886000000, lastModified=2020-07-06 13:26:26.885203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.886000000, lastModified=2020-07-06 13:26:26.885203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.887000000, lastModified=2020-07-06 13:26:26.886203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.886203000 to 2020-07-06 13:26:26.887203000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.888000000, lastModified=2020-07-06 13:26:26.887203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.888000000, lastModified=2020-07-06 13:26:26.887203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.889000000, lastModified=2020-07-06 13:26:26.888203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.888203000 to 2020-07-06 13:26:26.889203000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.890000000, lastModified=2020-07-06 13:26:26.889203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.889203000 to 2020-07-06 13:26:26.890203000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.892000000, lastModified=2020-07-06 13:26:26.891203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.892000000, lastModified=2020-07-06 13:26:26.891203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.893000000, lastModified=2020-07-06 13:26:26.892203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.893000000, lastModified=2020-07-06 13:26:26.892203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.893000000, lastModified=2020-07-06 13:26:26.892203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.893000000, lastModified=2020-07-06 13:26:26.892203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.894000000, lastModified=2020-07-06 13:26:26.893203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.894000000, lastModified=2020-07-06 13:26:26.893203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.895000000, lastModified=2020-07-06 13:26:26.893203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.893203000 to 2020-07-06 13:26:26.895203000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.896000000, lastModified=2020-07-06 13:26:26.895203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.896000000, lastModified=2020-07-06 13:26:26.895203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.897000000, lastModified=2020-07-06 13:26:26.896203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.897000000, lastModified=2020-07-06 13:26:26.896203000, delta=797000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.897000000, lastModified=2020-07-06 13:26:26.896203000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.896203000 to 2020-07-06 13:26:26.897204000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.898000000, lastModified=2020-07-06 13:26:26.897204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.897204000 to 2020-07-06 13:26:26.898204000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.899000000, lastModified=2020-07-06 13:26:26.898204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.898204000 to 2020-07-06 13:26:26.899204000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.900000000, lastModified=2020-07-06 13:26:26.899204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.899204000 to 2020-07-06 13:26:26.900204000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.901000000, lastModified=2020-07-06 13:26:26.900204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.901000000, lastModified=2020-07-06 13:26:26.900204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.902000000, lastModified=2020-07-06 13:26:26.901204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.901204000 to 2020-07-06 13:26:26.902204000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.903000000, lastModified=2020-07-06 13:26:26.902204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.903000000, lastModified=2020-07-06 13:26:26.902204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.904000000, lastModified=2020-07-06 13:26:26.903204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.904000000, lastModified=2020-07-06 13:26:26.903204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.904000000, lastModified=2020-07-06 13:26:26.903204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.903204000 to 2020-07-06 13:26:26.904204000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.905000000, lastModified=2020-07-06 13:26:26.904204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.905000000, lastModified=2020-07-06 13:26:26.904204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.906000000, lastModified=2020-07-06 13:26:26.904204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.904204000 to 2020-07-06 13:26:26.905204000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.906000000, lastModified=2020-07-06 13:26:26.905204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.906000000, lastModified=2020-07-06 13:26:26.905204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.907000000, lastModified=2020-07-06 13:26:26.906204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.907000000, lastModified=2020-07-06 13:26:26.906204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.907000000, lastModified=2020-07-06 13:26:26.906204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.907000000, lastModified=2020-07-06 13:26:26.906204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.908000000, lastModified=2020-07-06 13:26:26.907204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.908000000, lastModified=2020-07-06 13:26:26.907204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.908000000, lastModified=2020-07-06 13:26:26.907204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.908000000, lastModified=2020-07-06 13:26:26.907204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.909000000, lastModified=2020-07-06 13:26:26.908204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.909000000, lastModified=2020-07-06 13:26:26.908204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.909000000, lastModified=2020-07-06 13:26:26.908204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.908204000 to 2020-07-06 13:26:26.909204000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.910000000, lastModified=2020-07-06 13:26:26.909204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.910000000, lastModified=2020-07-06 13:26:26.909204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.910000000, lastModified=2020-07-06 13:26:26.909204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.909204000 to 2020-07-06 13:26:26.910204000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.911000000, lastModified=2020-07-06 13:26:26.910204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.911000000, lastModified=2020-07-06 13:26:26.910204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.912000000, lastModified=2020-07-06 13:26:26.911204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.911204000 to 2020-07-06 13:26:26.912204000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.913000000, lastModified=2020-07-06 13:26:26.912204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.913000000, lastModified=2020-07-06 13:26:26.912204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.914000000, lastModified=2020-07-06 13:26:26.913204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.914000000, lastModified=2020-07-06 13:26:26.913204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.914000000, lastModified=2020-07-06 13:26:26.913204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.914000000, lastModified=2020-07-06 13:26:26.913204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.915000000, lastModified=2020-07-06 13:26:26.914204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.915000000, lastModified=2020-07-06 13:26:26.914204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.916000000, lastModified=2020-07-06 13:26:26.915204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.915204000 to 2020-07-06 13:26:26.916204000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.918000000, lastModified=2020-07-06 13:26:26.916204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.916204000 to 2020-07-06 13:26:26.917204000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.918000000, lastModified=2020-07-06 13:26:26.917204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.918000000, lastModified=2020-07-06 13:26:26.917204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.919000000, lastModified=2020-07-06 13:26:26.918204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.918204000 to 2020-07-06 13:26:26.919204000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.920000000, lastModified=2020-07-06 13:26:26.919204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.920000000, lastModified=2020-07-06 13:26:26.919204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.920000000, lastModified=2020-07-06 13:26:26.919204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.919204000 to 2020-07-06 13:26:26.920204000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.921000000, lastModified=2020-07-06 13:26:26.920204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.921000000, lastModified=2020-07-06 13:26:26.920204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.922000000, lastModified=2020-07-06 13:26:26.920204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.920204000 to 2020-07-06 13:26:26.921204000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.922000000, lastModified=2020-07-06 13:26:26.921204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.921204000 to 2020-07-06 13:26:26.922204000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.924000000, lastModified=2020-07-06 13:26:26.922204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.922204000 to 2020-07-06 13:26:26.923204000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.924000000, lastModified=2020-07-06 13:26:26.923204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.924000000, lastModified=2020-07-06 13:26:26.923204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.925000000, lastModified=2020-07-06 13:26:26.924204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.924204000 to 2020-07-06 13:26:26.925204000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.926000000, lastModified=2020-07-06 13:26:26.925204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.926000000, lastModified=2020-07-06 13:26:26.925204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.927000000, lastModified=2020-07-06 13:26:26.926204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.927000000, lastModified=2020-07-06 13:26:26.926204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.927000000, lastModified=2020-07-06 13:26:26.926204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.927000000, lastModified=2020-07-06 13:26:26.926204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.928000000, lastModified=2020-07-06 13:26:26.927204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.928000000, lastModified=2020-07-06 13:26:26.927204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.928000000, lastModified=2020-07-06 13:26:26.927204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.928000000, lastModified=2020-07-06 13:26:26.927204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.929000000, lastModified=2020-07-06 13:26:26.928204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.929000000, lastModified=2020-07-06 13:26:26.928204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.929000000, lastModified=2020-07-06 13:26:26.928204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.928204000 to 2020-07-06 13:26:26.929204000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.930000000, lastModified=2020-07-06 13:26:26.929204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.930000000, lastModified=2020-07-06 13:26:26.929204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.931000000, lastModified=2020-07-06 13:26:26.929204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.929204000 to 2020-07-06 13:26:26.930204000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.932000000, lastModified=2020-07-06 13:26:26.931204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.932000000, lastModified=2020-07-06 13:26:26.931204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.933000000, lastModified=2020-07-06 13:26:26.931204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.931204000 to 2020-07-06 13:26:26.932204000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.933000000, lastModified=2020-07-06 13:26:26.932204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.933000000, lastModified=2020-07-06 13:26:26.932204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.934000000, lastModified=2020-07-06 13:26:26.933204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.934000000, lastModified=2020-07-06 13:26:26.933204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.934000000, lastModified=2020-07-06 13:26:26.933204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.933204000 to 2020-07-06 13:26:26.934204000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.935000000, lastModified=2020-07-06 13:26:26.934204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.935000000, lastModified=2020-07-06 13:26:26.934204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.936000000, lastModified=2020-07-06 13:26:26.935204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.936000000, lastModified=2020-07-06 13:26:26.935204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.937000000, lastModified=2020-07-06 13:26:26.936204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.937000000, lastModified=2020-07-06 13:26:26.936204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.938000000, lastModified=2020-07-06 13:26:26.937204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.938000000, lastModified=2020-07-06 13:26:26.937204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.938000000, lastModified=2020-07-06 13:26:26.937204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.938000000, lastModified=2020-07-06 13:26:26.937204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.939000000, lastModified=2020-07-06 13:26:26.938204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.939000000, lastModified=2020-07-06 13:26:26.938204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.939000000, lastModified=2020-07-06 13:26:26.938204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.938204000 to 2020-07-06 13:26:26.939204000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.940000000, lastModified=2020-07-06 13:26:26.939204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.940000000, lastModified=2020-07-06 13:26:26.939204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.941000000, lastModified=2020-07-06 13:26:26.940204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.940204000 to 2020-07-06 13:26:26.941204000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.943000000, lastModified=2020-07-06 13:26:26.942204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.943000000, lastModified=2020-07-06 13:26:26.942204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.943000000, lastModified=2020-07-06 13:26:26.942204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.942204000 to 2020-07-06 13:26:26.943204000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.944000000, lastModified=2020-07-06 13:26:26.943204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.943204000 to 2020-07-06 13:26:26.944204000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.945000000, lastModified=2020-07-06 13:26:26.944204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.944204000 to 2020-07-06 13:26:26.945204000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.946000000, lastModified=2020-07-06 13:26:26.945204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.945204000 to 2020-07-06 13:26:26.946204000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.947000000, lastModified=2020-07-06 13:26:26.946204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.947000000, lastModified=2020-07-06 13:26:26.946204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.948000000, lastModified=2020-07-06 13:26:26.947204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.947204000 to 2020-07-06 13:26:26.948204000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.949000000, lastModified=2020-07-06 13:26:26.948204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.949000000, lastModified=2020-07-06 13:26:26.948204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.950000000, lastModified=2020-07-06 13:26:26.949204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.950000000, lastModified=2020-07-06 13:26:26.949204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.950000000, lastModified=2020-07-06 13:26:26.949204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.950000000, lastModified=2020-07-06 13:26:26.949204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.951000000, lastModified=2020-07-06 13:26:26.950204000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.951000000, lastModified=2020-07-06 13:26:26.950204000, delta=796000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.952000000, lastModified=2020-07-06 13:26:26.951205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.952000000, lastModified=2020-07-06 13:26:26.951205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.953000000, lastModified=2020-07-06 13:26:26.952205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.953000000, lastModified=2020-07-06 13:26:26.952205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.954000000, lastModified=2020-07-06 13:26:26.953205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.954000000, lastModified=2020-07-06 13:26:26.953205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.955000000, lastModified=2020-07-06 13:26:26.954205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.955000000, lastModified=2020-07-06 13:26:26.954205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.955000000, lastModified=2020-07-06 13:26:26.954205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.954205000 to 2020-07-06 13:26:26.955205000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.956000000, lastModified=2020-07-06 13:26:26.955205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.956000000, lastModified=2020-07-06 13:26:26.955205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.957000000, lastModified=2020-07-06 13:26:26.956205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.957000000, lastModified=2020-07-06 13:26:26.956205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.957000000, lastModified=2020-07-06 13:26:26.956205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.957000000, lastModified=2020-07-06 13:26:26.956205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.958000000, lastModified=2020-07-06 13:26:26.957205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.958000000, lastModified=2020-07-06 13:26:26.957205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.959000000, lastModified=2020-07-06 13:26:26.958205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.959000000, lastModified=2020-07-06 13:26:26.958205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.959000000, lastModified=2020-07-06 13:26:26.958205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.958205000 to 2020-07-06 13:26:26.959205000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.960000000, lastModified=2020-07-06 13:26:26.959205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.960000000, lastModified=2020-07-06 13:26:26.959205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.961000000, lastModified=2020-07-06 13:26:26.959205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.959205000 to 2020-07-06 13:26:26.960205000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.961000000, lastModified=2020-07-06 13:26:26.960205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.961000000, lastModified=2020-07-06 13:26:26.960205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.962000000, lastModified=2020-07-06 13:26:26.961205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.962000000, lastModified=2020-07-06 13:26:26.961205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.962000000, lastModified=2020-07-06 13:26:26.961205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.962000000, lastModified=2020-07-06 13:26:26.961205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.963000000, lastModified=2020-07-06 13:26:26.962205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.963000000, lastModified=2020-07-06 13:26:26.962205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.963000000, lastModified=2020-07-06 13:26:26.962205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.963000000, lastModified=2020-07-06 13:26:26.962205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.964000000, lastModified=2020-07-06 13:26:26.963205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.964000000, lastModified=2020-07-06 13:26:26.963205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.965000000, lastModified=2020-07-06 13:26:26.964205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.965000000, lastModified=2020-07-06 13:26:26.964205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.966000000, lastModified=2020-07-06 13:26:26.965205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.966000000, lastModified=2020-07-06 13:26:26.965205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.967000000, lastModified=2020-07-06 13:26:26.966205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.967000000, lastModified=2020-07-06 13:26:26.966205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.967000000, lastModified=2020-07-06 13:26:26.966205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.966205000 to 2020-07-06 13:26:26.967205000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.969000000, lastModified=2020-07-06 13:26:26.968205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.969000000, lastModified=2020-07-06 13:26:26.968205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.969000000, lastModified=2020-07-06 13:26:26.968205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.969000000, lastModified=2020-07-06 13:26:26.968205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.970000000, lastModified=2020-07-06 13:26:26.969205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.970000000, lastModified=2020-07-06 13:26:26.969205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.970000000, lastModified=2020-07-06 13:26:26.969205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.969205000 to 2020-07-06 13:26:26.970205000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.971000000, lastModified=2020-07-06 13:26:26.970205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.970205000 to 2020-07-06 13:26:26.971205000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.972000000, lastModified=2020-07-06 13:26:26.971205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.972000000, lastModified=2020-07-06 13:26:26.971205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.973000000, lastModified=2020-07-06 13:26:26.972205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.972205000 to 2020-07-06 13:26:26.973205000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.974000000, lastModified=2020-07-06 13:26:26.973205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.974000000, lastModified=2020-07-06 13:26:26.973205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.974000000, lastModified=2020-07-06 13:26:26.973205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.973205000 to 2020-07-06 13:26:26.974205000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.975000000, lastModified=2020-07-06 13:26:26.974205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.975000000, lastModified=2020-07-06 13:26:26.974205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.976000000, lastModified=2020-07-06 13:26:26.975205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.976000000, lastModified=2020-07-06 13:26:26.975205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.976000000, lastModified=2020-07-06 13:26:26.975205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.975205000 to 2020-07-06 13:26:26.976205000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.977000000, lastModified=2020-07-06 13:26:26.976205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.977000000, lastModified=2020-07-06 13:26:26.976205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.977000000, lastModified=2020-07-06 13:26:26.976205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.976205000 to 2020-07-06 13:26:26.977205000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.978000000, lastModified=2020-07-06 13:26:26.977205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.978000000, lastModified=2020-07-06 13:26:26.977205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.979000000, lastModified=2020-07-06 13:26:26.978205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.979000000, lastModified=2020-07-06 13:26:26.978205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.980000000, lastModified=2020-07-06 13:26:26.979205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.980000000, lastModified=2020-07-06 13:26:26.979205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.980000000, lastModified=2020-07-06 13:26:26.979205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.979205000 to 2020-07-06 13:26:26.980205000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.981000000, lastModified=2020-07-06 13:26:26.980205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.980205000 to 2020-07-06 13:26:26.981205000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.983000000, lastModified=2020-07-06 13:26:26.981205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.981205000 to 2020-07-06 13:26:26.982205000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.983000000, lastModified=2020-07-06 13:26:26.982205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.983000000, lastModified=2020-07-06 13:26:26.982205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.984000000, lastModified=2020-07-06 13:26:26.983205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.983205000 to 2020-07-06 13:26:26.984205000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.985000000, lastModified=2020-07-06 13:26:26.984205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.985000000, lastModified=2020-07-06 13:26:26.984205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.986000000, lastModified=2020-07-06 13:26:26.985205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.986000000, lastModified=2020-07-06 13:26:26.985205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.986000000, lastModified=2020-07-06 13:26:26.985205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.986000000, lastModified=2020-07-06 13:26:26.985205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.987000000, lastModified=2020-07-06 13:26:26.986205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.986205000 to 2020-07-06 13:26:26.987205000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.988000000, lastModified=2020-07-06 13:26:26.987205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.987205000 to 2020-07-06 13:26:26.988205000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.989000000, lastModified=2020-07-06 13:26:26.988205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.988205000 to 2020-07-06 13:26:26.989205000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.990000000, lastModified=2020-07-06 13:26:26.989205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.990000000, lastModified=2020-07-06 13:26:26.989205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.991000000, lastModified=2020-07-06 13:26:26.990205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.991000000, lastModified=2020-07-06 13:26:26.990205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.991000000, lastModified=2020-07-06 13:26:26.990205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.990205000 to 2020-07-06 13:26:26.991205000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.993000000, lastModified=2020-07-06 13:26:26.992205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.993000000, lastModified=2020-07-06 13:26:26.992205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.994000000, lastModified=2020-07-06 13:26:26.993205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.993205000 to 2020-07-06 13:26:26.994205000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.995000000, lastModified=2020-07-06 13:26:26.994205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.995000000, lastModified=2020-07-06 13:26:26.994205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.996000000, lastModified=2020-07-06 13:26:26.995205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.996000000, lastModified=2020-07-06 13:26:26.995205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.997000000, lastModified=2020-07-06 13:26:26.995205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.995205000 to 2020-07-06 13:26:26.996205000 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.997000000, lastModified=2020-07-06 13:26:26.996205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.997000000, lastModified=2020-07-06 13:26:26.996205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.998000000, lastModified=2020-07-06 13:26:26.997205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:26.998000000, lastModified=2020-07-06 13:26:26.997205000, delta=795000 ns, racy<=2502500 ns 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:26.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:26.999000000, lastModified=2020-07-06 13:26:26.998205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.998205000 to 2020-07-06 13:26:26.999205000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.001000000, lastModified=2020-07-06 13:26:26.999205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:26.999205000 to 2020-07-06 13:26:27.001205000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.002000000, lastModified=2020-07-06 13:26:27.001205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.002000000, lastModified=2020-07-06 13:26:27.001205000, delta=795000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.003000000, lastModified=2020-07-06 13:26:27.002205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.003000000, lastModified=2020-07-06 13:26:27.002205000, delta=795000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.003000000, lastModified=2020-07-06 13:26:27.002205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.003000000, lastModified=2020-07-06 13:26:27.002205000, delta=795000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.004000000, lastModified=2020-07-06 13:26:27.003205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.004000000, lastModified=2020-07-06 13:26:27.003205000, delta=795000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.004000000, lastModified=2020-07-06 13:26:27.003205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.003205000 to 2020-07-06 13:26:27.004205000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.005000000, lastModified=2020-07-06 13:26:27.004205000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.005000000, lastModified=2020-07-06 13:26:27.004205000, delta=795000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.006000000, lastModified=2020-07-06 13:26:27.005206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.005206000 to 2020-07-06 13:26:27.006206000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.007000000, lastModified=2020-07-06 13:26:27.006206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.006206000 to 2020-07-06 13:26:27.007206000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.008000000, lastModified=2020-07-06 13:26:27.007206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.008000000, lastModified=2020-07-06 13:26:27.007206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.009000000, lastModified=2020-07-06 13:26:27.008206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.008206000 to 2020-07-06 13:26:27.009206000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.010000000, lastModified=2020-07-06 13:26:27.009206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.010000000, lastModified=2020-07-06 13:26:27.009206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.011000000, lastModified=2020-07-06 13:26:27.010206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.011000000, lastModified=2020-07-06 13:26:27.010206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.012000000, lastModified=2020-07-06 13:26:27.010206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.010206000 to 2020-07-06 13:26:27.011206000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.013000000, lastModified=2020-07-06 13:26:27.012206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.013000000, lastModified=2020-07-06 13:26:27.012206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.014000000, lastModified=2020-07-06 13:26:27.013206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.013206000 to 2020-07-06 13:26:27.014206000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.016000000, lastModified=2020-07-06 13:26:27.014206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.014206000 to 2020-07-06 13:26:27.015206000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.016000000, lastModified=2020-07-06 13:26:27.015206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.016000000, lastModified=2020-07-06 13:26:27.015206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.017000000, lastModified=2020-07-06 13:26:27.016206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.016206000 to 2020-07-06 13:26:27.017206000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.018000000, lastModified=2020-07-06 13:26:27.017206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.018000000, lastModified=2020-07-06 13:26:27.017206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.019 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.019000000, lastModified=2020-07-06 13:26:27.018206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.019 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.019000000, lastModified=2020-07-06 13:26:27.018206000, delta=794000 ns, racy<=2502500 ns 13:26:27.019 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.020000000, lastModified=2020-07-06 13:26:27.019206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.020000000, lastModified=2020-07-06 13:26:27.019206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.020000000, lastModified=2020-07-06 13:26:27.019206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.019206000 to 2020-07-06 13:26:27.020206000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.022000000, lastModified=2020-07-06 13:26:27.021206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.022000000, lastModified=2020-07-06 13:26:27.021206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.023000000, lastModified=2020-07-06 13:26:27.022206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.022206000 to 2020-07-06 13:26:27.023206000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.024000000, lastModified=2020-07-06 13:26:27.023206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.024000000, lastModified=2020-07-06 13:26:27.023206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.025000000, lastModified=2020-07-06 13:26:27.024206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.025000000, lastModified=2020-07-06 13:26:27.024206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.026000000, lastModified=2020-07-06 13:26:27.024206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.024206000 to 2020-07-06 13:26:27.025206000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.026000000, lastModified=2020-07-06 13:26:27.025206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.025206000 to 2020-07-06 13:26:27.026206000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.027000000, lastModified=2020-07-06 13:26:27.026206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.026206000 to 2020-07-06 13:26:27.027206000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.029000000, lastModified=2020-07-06 13:26:27.028206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.029000000, lastModified=2020-07-06 13:26:27.028206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.030000000, lastModified=2020-07-06 13:26:27.029206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.030000000, lastModified=2020-07-06 13:26:27.029206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.031000000, lastModified=2020-07-06 13:26:27.030206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.031000000, lastModified=2020-07-06 13:26:27.030206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.031000000, lastModified=2020-07-06 13:26:27.030206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.030206000 to 2020-07-06 13:26:27.031206000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.032000000, lastModified=2020-07-06 13:26:27.031206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.032000000, lastModified=2020-07-06 13:26:27.031206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.033000000, lastModified=2020-07-06 13:26:27.032206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.033000000, lastModified=2020-07-06 13:26:27.032206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.034000000, lastModified=2020-07-06 13:26:27.032206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.032206000 to 2020-07-06 13:26:27.033206000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.035000000, lastModified=2020-07-06 13:26:27.034206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.035000000, lastModified=2020-07-06 13:26:27.034206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.035000000, lastModified=2020-07-06 13:26:27.034206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.034206000 to 2020-07-06 13:26:27.035206000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.036000000, lastModified=2020-07-06 13:26:27.035206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.035206000 to 2020-07-06 13:26:27.036206000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.037000000, lastModified=2020-07-06 13:26:27.036206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.036206000 to 2020-07-06 13:26:27.037206000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.038000000, lastModified=2020-07-06 13:26:27.037206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.037206000 to 2020-07-06 13:26:27.038206000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.039000000, lastModified=2020-07-06 13:26:27.038206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.039000000, lastModified=2020-07-06 13:26:27.038206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.040000000, lastModified=2020-07-06 13:26:27.039206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.040000000, lastModified=2020-07-06 13:26:27.039206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.040000000, lastModified=2020-07-06 13:26:27.039206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.039206000 to 2020-07-06 13:26:27.040206000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.042000000, lastModified=2020-07-06 13:26:27.041206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.042000000, lastModified=2020-07-06 13:26:27.041206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.043000000, lastModified=2020-07-06 13:26:27.042206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.043000000, lastModified=2020-07-06 13:26:27.042206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.044000000, lastModified=2020-07-06 13:26:27.043206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.044000000, lastModified=2020-07-06 13:26:27.043206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.045000000, lastModified=2020-07-06 13:26:27.044206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.045000000, lastModified=2020-07-06 13:26:27.044206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.045000000, lastModified=2020-07-06 13:26:27.044206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.044206000 to 2020-07-06 13:26:27.045206000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.046000000, lastModified=2020-07-06 13:26:27.045206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.046000000, lastModified=2020-07-06 13:26:27.045206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.047000000, lastModified=2020-07-06 13:26:27.045206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.045206000 to 2020-07-06 13:26:27.046206000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.047000000, lastModified=2020-07-06 13:26:27.046206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.047000000, lastModified=2020-07-06 13:26:27.046206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.048000000, lastModified=2020-07-06 13:26:27.046206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.046206000 to 2020-07-06 13:26:27.047206000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.048000000, lastModified=2020-07-06 13:26:27.047206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.048000000, lastModified=2020-07-06 13:26:27.047206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.049000000, lastModified=2020-07-06 13:26:27.047206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.047206000 to 2020-07-06 13:26:27.048206000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.049000000, lastModified=2020-07-06 13:26:27.048206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.049000000, lastModified=2020-07-06 13:26:27.048206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.050000000, lastModified=2020-07-06 13:26:27.048206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.048206000 to 2020-07-06 13:26:27.049206000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.051000000, lastModified=2020-07-06 13:26:27.050206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.051000000, lastModified=2020-07-06 13:26:27.050206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.052000000, lastModified=2020-07-06 13:26:27.050206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.050206000 to 2020-07-06 13:26:27.051206000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.053000000, lastModified=2020-07-06 13:26:27.052206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.053000000, lastModified=2020-07-06 13:26:27.052206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.053000000, lastModified=2020-07-06 13:26:27.052206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.052206000 to 2020-07-06 13:26:27.053206000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.054000000, lastModified=2020-07-06 13:26:27.053206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.054000000, lastModified=2020-07-06 13:26:27.053206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.054000000, lastModified=2020-07-06 13:26:27.053206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.053206000 to 2020-07-06 13:26:27.054206000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.055000000, lastModified=2020-07-06 13:26:27.054206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.055000000, lastModified=2020-07-06 13:26:27.054206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.056000000, lastModified=2020-07-06 13:26:27.055206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.056000000, lastModified=2020-07-06 13:26:27.055206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.056000000, lastModified=2020-07-06 13:26:27.055206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.056000000, lastModified=2020-07-06 13:26:27.055206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.057000000, lastModified=2020-07-06 13:26:27.056206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.057000000, lastModified=2020-07-06 13:26:27.056206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.057000000, lastModified=2020-07-06 13:26:27.056206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.057000000, lastModified=2020-07-06 13:26:27.056206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.058000000, lastModified=2020-07-06 13:26:27.057206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.058000000, lastModified=2020-07-06 13:26:27.057206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.058000000, lastModified=2020-07-06 13:26:27.057206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.057206000 to 2020-07-06 13:26:27.058206000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.060000000, lastModified=2020-07-06 13:26:27.059206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.060000000, lastModified=2020-07-06 13:26:27.059206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.060000000, lastModified=2020-07-06 13:26:27.059206000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.060000000, lastModified=2020-07-06 13:26:27.059206000, delta=794000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.061000000, lastModified=2020-07-06 13:26:27.060207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.061000000, lastModified=2020-07-06 13:26:27.060207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.061000000, lastModified=2020-07-06 13:26:27.060207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.060207000 to 2020-07-06 13:26:27.061207000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.062000000, lastModified=2020-07-06 13:26:27.061207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.062000000, lastModified=2020-07-06 13:26:27.061207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.062000000, lastModified=2020-07-06 13:26:27.061207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.061207000 to 2020-07-06 13:26:27.062207000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.063000000, lastModified=2020-07-06 13:26:27.062207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.063000000, lastModified=2020-07-06 13:26:27.062207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.064000000, lastModified=2020-07-06 13:26:27.063207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.064000000, lastModified=2020-07-06 13:26:27.063207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.064000000, lastModified=2020-07-06 13:26:27.063207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.064000000, lastModified=2020-07-06 13:26:27.063207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.065000000, lastModified=2020-07-06 13:26:27.064207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.065000000, lastModified=2020-07-06 13:26:27.064207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.065000000, lastModified=2020-07-06 13:26:27.064207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.064207000 to 2020-07-06 13:26:27.065207000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.066000000, lastModified=2020-07-06 13:26:27.065207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.065207000 to 2020-07-06 13:26:27.066207000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.067000000, lastModified=2020-07-06 13:26:27.066207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.067000000, lastModified=2020-07-06 13:26:27.066207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.068000000, lastModified=2020-07-06 13:26:27.067207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.067207000 to 2020-07-06 13:26:27.068207000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.069000000, lastModified=2020-07-06 13:26:27.068207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.069000000, lastModified=2020-07-06 13:26:27.068207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.070000000, lastModified=2020-07-06 13:26:27.069207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.070000000, lastModified=2020-07-06 13:26:27.069207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.071000000, lastModified=2020-07-06 13:26:27.070207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.071000000, lastModified=2020-07-06 13:26:27.070207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.072000000, lastModified=2020-07-06 13:26:27.071207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.072000000, lastModified=2020-07-06 13:26:27.071207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.073000000, lastModified=2020-07-06 13:26:27.072207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.073000000, lastModified=2020-07-06 13:26:27.072207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.074000000, lastModified=2020-07-06 13:26:27.073207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.074000000, lastModified=2020-07-06 13:26:27.073207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.074000000, lastModified=2020-07-06 13:26:27.073207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.074000000, lastModified=2020-07-06 13:26:27.073207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.075000000, lastModified=2020-07-06 13:26:27.074207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.075000000, lastModified=2020-07-06 13:26:27.074207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.075000000, lastModified=2020-07-06 13:26:27.074207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.074207000 to 2020-07-06 13:26:27.075207000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.077000000, lastModified=2020-07-06 13:26:27.076207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.077000000, lastModified=2020-07-06 13:26:27.076207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.077000000, lastModified=2020-07-06 13:26:27.076207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.076207000 to 2020-07-06 13:26:27.077207000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.078000000, lastModified=2020-07-06 13:26:27.077207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.078000000, lastModified=2020-07-06 13:26:27.077207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.078000000, lastModified=2020-07-06 13:26:27.077207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.077207000 to 2020-07-06 13:26:27.078207000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.079000000, lastModified=2020-07-06 13:26:27.078207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.079000000, lastModified=2020-07-06 13:26:27.078207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.079000000, lastModified=2020-07-06 13:26:27.078207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.078207000 to 2020-07-06 13:26:27.079207000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.080000000, lastModified=2020-07-06 13:26:27.079207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.080000000, lastModified=2020-07-06 13:26:27.079207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.081000000, lastModified=2020-07-06 13:26:27.080207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.081000000, lastModified=2020-07-06 13:26:27.080207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.081000000, lastModified=2020-07-06 13:26:27.080207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.081000000, lastModified=2020-07-06 13:26:27.080207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.082000000, lastModified=2020-07-06 13:26:27.081207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.082000000, lastModified=2020-07-06 13:26:27.081207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.083000000, lastModified=2020-07-06 13:26:27.081207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.081207000 to 2020-07-06 13:26:27.082207000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.083000000, lastModified=2020-07-06 13:26:27.082207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.083000000, lastModified=2020-07-06 13:26:27.082207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.084000000, lastModified=2020-07-06 13:26:27.083207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.084000000, lastModified=2020-07-06 13:26:27.083207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.085000000, lastModified=2020-07-06 13:26:27.084207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.085000000, lastModified=2020-07-06 13:26:27.084207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.086000000, lastModified=2020-07-06 13:26:27.085207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.086000000, lastModified=2020-07-06 13:26:27.085207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.086000000, lastModified=2020-07-06 13:26:27.085207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.085207000 to 2020-07-06 13:26:27.086207000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.087000000, lastModified=2020-07-06 13:26:27.086207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.087000000, lastModified=2020-07-06 13:26:27.086207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.088000000, lastModified=2020-07-06 13:26:27.086207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.086207000 to 2020-07-06 13:26:27.087207000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.088000000, lastModified=2020-07-06 13:26:27.087207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.088000000, lastModified=2020-07-06 13:26:27.087207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.089000000, lastModified=2020-07-06 13:26:27.087207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.087207000 to 2020-07-06 13:26:27.088207000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.089000000, lastModified=2020-07-06 13:26:27.088207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.089000000, lastModified=2020-07-06 13:26:27.088207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.090000000, lastModified=2020-07-06 13:26:27.089207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.090000000, lastModified=2020-07-06 13:26:27.089207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.090000000, lastModified=2020-07-06 13:26:27.089207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.089207000 to 2020-07-06 13:26:27.090207000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.091000000, lastModified=2020-07-06 13:26:27.090207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.091000000, lastModified=2020-07-06 13:26:27.090207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.092000000, lastModified=2020-07-06 13:26:27.091207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.092000000, lastModified=2020-07-06 13:26:27.091207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.092000000, lastModified=2020-07-06 13:26:27.091207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.091207000 to 2020-07-06 13:26:27.092207000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.094000000, lastModified=2020-07-06 13:26:27.093207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.094000000, lastModified=2020-07-06 13:26:27.093207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.095000000, lastModified=2020-07-06 13:26:27.093207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.093207000 to 2020-07-06 13:26:27.095207000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.096000000, lastModified=2020-07-06 13:26:27.095207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.096000000, lastModified=2020-07-06 13:26:27.095207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.097000000, lastModified=2020-07-06 13:26:27.096207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.097000000, lastModified=2020-07-06 13:26:27.096207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.098000000, lastModified=2020-07-06 13:26:27.097207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.098000000, lastModified=2020-07-06 13:26:27.097207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.099000000, lastModified=2020-07-06 13:26:27.097207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.097207000 to 2020-07-06 13:26:27.098207000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.099000000, lastModified=2020-07-06 13:26:27.098207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.098207000 to 2020-07-06 13:26:27.100207000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.101000000, lastModified=2020-07-06 13:26:27.100207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.100207000 to 2020-07-06 13:26:27.101207000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.103000000, lastModified=2020-07-06 13:26:27.102207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.103000000, lastModified=2020-07-06 13:26:27.102207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.105000000, lastModified=2020-07-06 13:26:27.103207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.103207000 to 2020-07-06 13:26:27.104207000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.105000000, lastModified=2020-07-06 13:26:27.104207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.104207000 to 2020-07-06 13:26:27.105207000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.106000000, lastModified=2020-07-06 13:26:27.105207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.106000000, lastModified=2020-07-06 13:26:27.105207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.107000000, lastModified=2020-07-06 13:26:27.105207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.105207000 to 2020-07-06 13:26:27.106207000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.107000000, lastModified=2020-07-06 13:26:27.106207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.106207000 to 2020-07-06 13:26:27.107207000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.108000000, lastModified=2020-07-06 13:26:27.107207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.108000000, lastModified=2020-07-06 13:26:27.107207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.109000000, lastModified=2020-07-06 13:26:27.108207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.109000000, lastModified=2020-07-06 13:26:27.108207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.110000000, lastModified=2020-07-06 13:26:27.109207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.110000000, lastModified=2020-07-06 13:26:27.109207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.111000000, lastModified=2020-07-06 13:26:27.110207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.111000000, lastModified=2020-07-06 13:26:27.110207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.111000000, lastModified=2020-07-06 13:26:27.110207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.110207000 to 2020-07-06 13:26:27.111207000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.112000000, lastModified=2020-07-06 13:26:27.111207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.111207000 to 2020-07-06 13:26:27.112207000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.113000000, lastModified=2020-07-06 13:26:27.112207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.113000000, lastModified=2020-07-06 13:26:27.112207000, delta=793000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.114000000, lastModified=2020-07-06 13:26:27.113207000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.113207000 to 2020-07-06 13:26:27.114208000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.115000000, lastModified=2020-07-06 13:26:27.114208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.115000000, lastModified=2020-07-06 13:26:27.114208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.116000000, lastModified=2020-07-06 13:26:27.115208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.115208000 to 2020-07-06 13:26:27.116208000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.117000000, lastModified=2020-07-06 13:26:27.116208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.116208000 to 2020-07-06 13:26:27.117208000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.118000000, lastModified=2020-07-06 13:26:27.117208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.117208000 to 2020-07-06 13:26:27.118208000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.119000000, lastModified=2020-07-06 13:26:27.118208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.119000000, lastModified=2020-07-06 13:26:27.118208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.120000000, lastModified=2020-07-06 13:26:27.119208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.120000000, lastModified=2020-07-06 13:26:27.119208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.120000000, lastModified=2020-07-06 13:26:27.119208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.119208000 to 2020-07-06 13:26:27.120208000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.121000000, lastModified=2020-07-06 13:26:27.120208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.121000000, lastModified=2020-07-06 13:26:27.120208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.122000000, lastModified=2020-07-06 13:26:27.120208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.120208000 to 2020-07-06 13:26:27.121208000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.122000000, lastModified=2020-07-06 13:26:27.121208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.121208000 to 2020-07-06 13:26:27.122208000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.123000000, lastModified=2020-07-06 13:26:27.122208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.123000000, lastModified=2020-07-06 13:26:27.122208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.124000000, lastModified=2020-07-06 13:26:27.123208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.124000000, lastModified=2020-07-06 13:26:27.123208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.124000000, lastModified=2020-07-06 13:26:27.123208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.124000000, lastModified=2020-07-06 13:26:27.123208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.125000000, lastModified=2020-07-06 13:26:27.124208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.125000000, lastModified=2020-07-06 13:26:27.124208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.125000000, lastModified=2020-07-06 13:26:27.124208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.125000000, lastModified=2020-07-06 13:26:27.124208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.126000000, lastModified=2020-07-06 13:26:27.125208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.125208000 to 2020-07-06 13:26:27.126208000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.127000000, lastModified=2020-07-06 13:26:27.126208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.127000000, lastModified=2020-07-06 13:26:27.126208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.128000000, lastModified=2020-07-06 13:26:27.127208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.128000000, lastModified=2020-07-06 13:26:27.127208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.129000000, lastModified=2020-07-06 13:26:27.128208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.129000000, lastModified=2020-07-06 13:26:27.128208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.129000000, lastModified=2020-07-06 13:26:27.128208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.128208000 to 2020-07-06 13:26:27.129208000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.131000000, lastModified=2020-07-06 13:26:27.129208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.129208000 to 2020-07-06 13:26:27.130208000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.132000000, lastModified=2020-07-06 13:26:27.131208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.132000000, lastModified=2020-07-06 13:26:27.131208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.133000000, lastModified=2020-07-06 13:26:27.131208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.131208000 to 2020-07-06 13:26:27.132208000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.133000000, lastModified=2020-07-06 13:26:27.132208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.133000000, lastModified=2020-07-06 13:26:27.132208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.134000000, lastModified=2020-07-06 13:26:27.133208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.134000000, lastModified=2020-07-06 13:26:27.133208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.134000000, lastModified=2020-07-06 13:26:27.133208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.134000000, lastModified=2020-07-06 13:26:27.133208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.135000000, lastModified=2020-07-06 13:26:27.134208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.135000000, lastModified=2020-07-06 13:26:27.134208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.135000000, lastModified=2020-07-06 13:26:27.134208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.135000000, lastModified=2020-07-06 13:26:27.134208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.136000000, lastModified=2020-07-06 13:26:27.135208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.136000000, lastModified=2020-07-06 13:26:27.135208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.136000000, lastModified=2020-07-06 13:26:27.135208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.136000000, lastModified=2020-07-06 13:26:27.135208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.137000000, lastModified=2020-07-06 13:26:27.136208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.137000000, lastModified=2020-07-06 13:26:27.136208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.137000000, lastModified=2020-07-06 13:26:27.136208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.137000000, lastModified=2020-07-06 13:26:27.136208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.138000000, lastModified=2020-07-06 13:26:27.137208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.138000000, lastModified=2020-07-06 13:26:27.137208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.139000000, lastModified=2020-07-06 13:26:27.138208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.139000000, lastModified=2020-07-06 13:26:27.138208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.140000000, lastModified=2020-07-06 13:26:27.139208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.140000000, lastModified=2020-07-06 13:26:27.139208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.140000000, lastModified=2020-07-06 13:26:27.139208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.139208000 to 2020-07-06 13:26:27.140208000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.141000000, lastModified=2020-07-06 13:26:27.140208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.141000000, lastModified=2020-07-06 13:26:27.140208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.142000000, lastModified=2020-07-06 13:26:27.141208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.142000000, lastModified=2020-07-06 13:26:27.141208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.143000000, lastModified=2020-07-06 13:26:27.142208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.143000000, lastModified=2020-07-06 13:26:27.142208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.143000000, lastModified=2020-07-06 13:26:27.142208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.142208000 to 2020-07-06 13:26:27.143208000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.144000000, lastModified=2020-07-06 13:26:27.143208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.143208000 to 2020-07-06 13:26:27.144208000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.146000000, lastModified=2020-07-06 13:26:27.144208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.144208000 to 2020-07-06 13:26:27.145208000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.147000000, lastModified=2020-07-06 13:26:27.146208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.147000000, lastModified=2020-07-06 13:26:27.146208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.148000000, lastModified=2020-07-06 13:26:27.146208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.146208000 to 2020-07-06 13:26:27.147208000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.148000000, lastModified=2020-07-06 13:26:27.147208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.148000000, lastModified=2020-07-06 13:26:27.147208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.149000000, lastModified=2020-07-06 13:26:27.148208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.149000000, lastModified=2020-07-06 13:26:27.148208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.150000000, lastModified=2020-07-06 13:26:27.148208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.148208000 to 2020-07-06 13:26:27.149208000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.151000000, lastModified=2020-07-06 13:26:27.150208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.151000000, lastModified=2020-07-06 13:26:27.150208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.151000000, lastModified=2020-07-06 13:26:27.150208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.150208000 to 2020-07-06 13:26:27.151208000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.152000000, lastModified=2020-07-06 13:26:27.151208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.152000000, lastModified=2020-07-06 13:26:27.151208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.153000000, lastModified=2020-07-06 13:26:27.152208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.153000000, lastModified=2020-07-06 13:26:27.152208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.154000000, lastModified=2020-07-06 13:26:27.153208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.154000000, lastModified=2020-07-06 13:26:27.153208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.154000000, lastModified=2020-07-06 13:26:27.153208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.154000000, lastModified=2020-07-06 13:26:27.153208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.155000000, lastModified=2020-07-06 13:26:27.154208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.155000000, lastModified=2020-07-06 13:26:27.154208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.155000000, lastModified=2020-07-06 13:26:27.154208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.155000000, lastModified=2020-07-06 13:26:27.154208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.156000000, lastModified=2020-07-06 13:26:27.155208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.156000000, lastModified=2020-07-06 13:26:27.155208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.156000000, lastModified=2020-07-06 13:26:27.155208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.156000000, lastModified=2020-07-06 13:26:27.155208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.157000000, lastModified=2020-07-06 13:26:27.156208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.156208000 to 2020-07-06 13:26:27.157208000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.158000000, lastModified=2020-07-06 13:26:27.157208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.157208000 to 2020-07-06 13:26:27.158208000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.159000000, lastModified=2020-07-06 13:26:27.158208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.159000000, lastModified=2020-07-06 13:26:27.158208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.160000000, lastModified=2020-07-06 13:26:27.158208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.158208000 to 2020-07-06 13:26:27.159208000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.160000000, lastModified=2020-07-06 13:26:27.159208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.160000000, lastModified=2020-07-06 13:26:27.159208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.161000000, lastModified=2020-07-06 13:26:27.160208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.161000000, lastModified=2020-07-06 13:26:27.160208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.161000000, lastModified=2020-07-06 13:26:27.160208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.161000000, lastModified=2020-07-06 13:26:27.160208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.162000000, lastModified=2020-07-06 13:26:27.161208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.162000000, lastModified=2020-07-06 13:26:27.161208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.162000000, lastModified=2020-07-06 13:26:27.161208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.162000000, lastModified=2020-07-06 13:26:27.161208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.163000000, lastModified=2020-07-06 13:26:27.162208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.163000000, lastModified=2020-07-06 13:26:27.162208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.163000000, lastModified=2020-07-06 13:26:27.162208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.163000000, lastModified=2020-07-06 13:26:27.162208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.164000000, lastModified=2020-07-06 13:26:27.163208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.164000000, lastModified=2020-07-06 13:26:27.163208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.164000000, lastModified=2020-07-06 13:26:27.163208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.164000000, lastModified=2020-07-06 13:26:27.163208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.165000000, lastModified=2020-07-06 13:26:27.164208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.165000000, lastModified=2020-07-06 13:26:27.164208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.165000000, lastModified=2020-07-06 13:26:27.164208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.165000000, lastModified=2020-07-06 13:26:27.164208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.166000000, lastModified=2020-07-06 13:26:27.165208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.166000000, lastModified=2020-07-06 13:26:27.165208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.166000000, lastModified=2020-07-06 13:26:27.165208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.165208000 to 2020-07-06 13:26:27.166208000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.167000000, lastModified=2020-07-06 13:26:27.166208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.167000000, lastModified=2020-07-06 13:26:27.166208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.168000000, lastModified=2020-07-06 13:26:27.167208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.168000000, lastModified=2020-07-06 13:26:27.167208000, delta=792000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.168000000, lastModified=2020-07-06 13:26:27.167208000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.167208000 to 2020-07-06 13:26:27.168209000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.169000000, lastModified=2020-07-06 13:26:27.168209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.168209000 to 2020-07-06 13:26:27.169209000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.170000000, lastModified=2020-07-06 13:26:27.169209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.170000000, lastModified=2020-07-06 13:26:27.169209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.171000000, lastModified=2020-07-06 13:26:27.170209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.171000000, lastModified=2020-07-06 13:26:27.170209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.171000000, lastModified=2020-07-06 13:26:27.170209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.171000000, lastModified=2020-07-06 13:26:27.170209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.172000000, lastModified=2020-07-06 13:26:27.171209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.172000000, lastModified=2020-07-06 13:26:27.171209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.172000000, lastModified=2020-07-06 13:26:27.171209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.171209000 to 2020-07-06 13:26:27.172209000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.173000000, lastModified=2020-07-06 13:26:27.172209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.173000000, lastModified=2020-07-06 13:26:27.172209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.174000000, lastModified=2020-07-06 13:26:27.172209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.172209000 to 2020-07-06 13:26:27.173209000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.174000000, lastModified=2020-07-06 13:26:27.173209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.174000000, lastModified=2020-07-06 13:26:27.173209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.175000000, lastModified=2020-07-06 13:26:27.174209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.175000000, lastModified=2020-07-06 13:26:27.174209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.175000000, lastModified=2020-07-06 13:26:27.174209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.175000000, lastModified=2020-07-06 13:26:27.174209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.176000000, lastModified=2020-07-06 13:26:27.175209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.176000000, lastModified=2020-07-06 13:26:27.175209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.177000000, lastModified=2020-07-06 13:26:27.176209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.177000000, lastModified=2020-07-06 13:26:27.176209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.178000000, lastModified=2020-07-06 13:26:27.176209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.176209000 to 2020-07-06 13:26:27.177209000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.178000000, lastModified=2020-07-06 13:26:27.177209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.178000000, lastModified=2020-07-06 13:26:27.177209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.179000000, lastModified=2020-07-06 13:26:27.177209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.177209000 to 2020-07-06 13:26:27.178209000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.179000000, lastModified=2020-07-06 13:26:27.178209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.179000000, lastModified=2020-07-06 13:26:27.178209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.180000000, lastModified=2020-07-06 13:26:27.179209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.180000000, lastModified=2020-07-06 13:26:27.179209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.180000000, lastModified=2020-07-06 13:26:27.179209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.180000000, lastModified=2020-07-06 13:26:27.179209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.181000000, lastModified=2020-07-06 13:26:27.180209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.181000000, lastModified=2020-07-06 13:26:27.180209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.181000000, lastModified=2020-07-06 13:26:27.180209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.181000000, lastModified=2020-07-06 13:26:27.180209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.182000000, lastModified=2020-07-06 13:26:27.181209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.182000000, lastModified=2020-07-06 13:26:27.181209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.182000000, lastModified=2020-07-06 13:26:27.181209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.181209000 to 2020-07-06 13:26:27.182209000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.183000000, lastModified=2020-07-06 13:26:27.182209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.183000000, lastModified=2020-07-06 13:26:27.182209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.183000000, lastModified=2020-07-06 13:26:27.182209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.182209000 to 2020-07-06 13:26:27.183209000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.184000000, lastModified=2020-07-06 13:26:27.183209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.184000000, lastModified=2020-07-06 13:26:27.183209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.185000000, lastModified=2020-07-06 13:26:27.183209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.183209000 to 2020-07-06 13:26:27.184209000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.185000000, lastModified=2020-07-06 13:26:27.184209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.184209000 to 2020-07-06 13:26:27.185209000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.186000000, lastModified=2020-07-06 13:26:27.185209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.186000000, lastModified=2020-07-06 13:26:27.185209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.187000000, lastModified=2020-07-06 13:26:27.186209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.187000000, lastModified=2020-07-06 13:26:27.186209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.187000000, lastModified=2020-07-06 13:26:27.186209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.187000000, lastModified=2020-07-06 13:26:27.186209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.188000000, lastModified=2020-07-06 13:26:27.187209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.188000000, lastModified=2020-07-06 13:26:27.187209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.188000000, lastModified=2020-07-06 13:26:27.187209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.187209000 to 2020-07-06 13:26:27.188209000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.189000000, lastModified=2020-07-06 13:26:27.188209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.189000000, lastModified=2020-07-06 13:26:27.188209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.189000000, lastModified=2020-07-06 13:26:27.188209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.188209000 to 2020-07-06 13:26:27.189209000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.190000000, lastModified=2020-07-06 13:26:27.189209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.190000000, lastModified=2020-07-06 13:26:27.189209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.191000000, lastModified=2020-07-06 13:26:27.190209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.190209000 to 2020-07-06 13:26:27.191209000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.192000000, lastModified=2020-07-06 13:26:27.191209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.192000000, lastModified=2020-07-06 13:26:27.191209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.193000000, lastModified=2020-07-06 13:26:27.192209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.193000000, lastModified=2020-07-06 13:26:27.192209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.194000000, lastModified=2020-07-06 13:26:27.192209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.192209000 to 2020-07-06 13:26:27.193209000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.194000000, lastModified=2020-07-06 13:26:27.193209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.194000000, lastModified=2020-07-06 13:26:27.193209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.195000000, lastModified=2020-07-06 13:26:27.194209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.195000000, lastModified=2020-07-06 13:26:27.194209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.196000000, lastModified=2020-07-06 13:26:27.195209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.196000000, lastModified=2020-07-06 13:26:27.195209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.197000000, lastModified=2020-07-06 13:26:27.196209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.197000000, lastModified=2020-07-06 13:26:27.196209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.197000000, lastModified=2020-07-06 13:26:27.196209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.196209000 to 2020-07-06 13:26:27.197209000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.198000000, lastModified=2020-07-06 13:26:27.197209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.198000000, lastModified=2020-07-06 13:26:27.197209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.199000000, lastModified=2020-07-06 13:26:27.197209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.197209000 to 2020-07-06 13:26:27.198209000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.199000000, lastModified=2020-07-06 13:26:27.198209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.199000000, lastModified=2020-07-06 13:26:27.198209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.200000000, lastModified=2020-07-06 13:26:27.199209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.200000000, lastModified=2020-07-06 13:26:27.199209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.200000000, lastModified=2020-07-06 13:26:27.199209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.199209000 to 2020-07-06 13:26:27.200209000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.201000000, lastModified=2020-07-06 13:26:27.200209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.201000000, lastModified=2020-07-06 13:26:27.200209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.202000000, lastModified=2020-07-06 13:26:27.200209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.200209000 to 2020-07-06 13:26:27.201209000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.202000000, lastModified=2020-07-06 13:26:27.201209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.201209000 to 2020-07-06 13:26:27.202209000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.203000000, lastModified=2020-07-06 13:26:27.202209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.203000000, lastModified=2020-07-06 13:26:27.202209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.204000000, lastModified=2020-07-06 13:26:27.203209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.204000000, lastModified=2020-07-06 13:26:27.203209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.205000000, lastModified=2020-07-06 13:26:27.204209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.205000000, lastModified=2020-07-06 13:26:27.204209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.206000000, lastModified=2020-07-06 13:26:27.205209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.206000000, lastModified=2020-07-06 13:26:27.205209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.206000000, lastModified=2020-07-06 13:26:27.205209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.205209000 to 2020-07-06 13:26:27.206209000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.207000000, lastModified=2020-07-06 13:26:27.206209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.207000000, lastModified=2020-07-06 13:26:27.206209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.208000000, lastModified=2020-07-06 13:26:27.206209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.206209000 to 2020-07-06 13:26:27.207209000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.209000000, lastModified=2020-07-06 13:26:27.208209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.209000000, lastModified=2020-07-06 13:26:27.208209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.209000000, lastModified=2020-07-06 13:26:27.208209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.208209000 to 2020-07-06 13:26:27.209209000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.210000000, lastModified=2020-07-06 13:26:27.209209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.210000000, lastModified=2020-07-06 13:26:27.209209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.211000000, lastModified=2020-07-06 13:26:27.210209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.211000000, lastModified=2020-07-06 13:26:27.210209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.211000000, lastModified=2020-07-06 13:26:27.210209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.210209000 to 2020-07-06 13:26:27.211209000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.212000000, lastModified=2020-07-06 13:26:27.211209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.212000000, lastModified=2020-07-06 13:26:27.211209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.213000000, lastModified=2020-07-06 13:26:27.211209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.211209000 to 2020-07-06 13:26:27.212209000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.214000000, lastModified=2020-07-06 13:26:27.213209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.214000000, lastModified=2020-07-06 13:26:27.213209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.214000000, lastModified=2020-07-06 13:26:27.213209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.213209000 to 2020-07-06 13:26:27.214209000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.215000000, lastModified=2020-07-06 13:26:27.214209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.214209000 to 2020-07-06 13:26:27.215209000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.216000000, lastModified=2020-07-06 13:26:27.215209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.216000000, lastModified=2020-07-06 13:26:27.215209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.217000000, lastModified=2020-07-06 13:26:27.216209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.216209000 to 2020-07-06 13:26:27.217209000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.218000000, lastModified=2020-07-06 13:26:27.217209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.217209000 to 2020-07-06 13:26:27.219209000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.221000000, lastModified=2020-07-06 13:26:27.220209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.221000000, lastModified=2020-07-06 13:26:27.220209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.222000000, lastModified=2020-07-06 13:26:27.221209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.222000000, lastModified=2020-07-06 13:26:27.221209000, delta=791000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.223000000, lastModified=2020-07-06 13:26:27.221209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.221209000 to 2020-07-06 13:26:27.222209000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.223000000, lastModified=2020-07-06 13:26:27.222209000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.222209000 to 2020-07-06 13:26:27.223210000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.224000000, lastModified=2020-07-06 13:26:27.223210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.223210000 to 2020-07-06 13:26:27.224210000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.225000000, lastModified=2020-07-06 13:26:27.224210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.225000000, lastModified=2020-07-06 13:26:27.224210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.226000000, lastModified=2020-07-06 13:26:27.225210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.226000000, lastModified=2020-07-06 13:26:27.225210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.226000000, lastModified=2020-07-06 13:26:27.225210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.226000000, lastModified=2020-07-06 13:26:27.225210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.227000000, lastModified=2020-07-06 13:26:27.226210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.227000000, lastModified=2020-07-06 13:26:27.226210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.227000000, lastModified=2020-07-06 13:26:27.226210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.226210000 to 2020-07-06 13:26:27.227210000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.228000000, lastModified=2020-07-06 13:26:27.227210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.228000000, lastModified=2020-07-06 13:26:27.227210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.229000000, lastModified=2020-07-06 13:26:27.227210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.227210000 to 2020-07-06 13:26:27.228210000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.229000000, lastModified=2020-07-06 13:26:27.228210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.229000000, lastModified=2020-07-06 13:26:27.228210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.230000000, lastModified=2020-07-06 13:26:27.229210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.230000000, lastModified=2020-07-06 13:26:27.229210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.231000000, lastModified=2020-07-06 13:26:27.230210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.231000000, lastModified=2020-07-06 13:26:27.230210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.231000000, lastModified=2020-07-06 13:26:27.230210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.230210000 to 2020-07-06 13:26:27.231210000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.233000000, lastModified=2020-07-06 13:26:27.232210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.233000000, lastModified=2020-07-06 13:26:27.232210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.234000000, lastModified=2020-07-06 13:26:27.232210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.232210000 to 2020-07-06 13:26:27.233210000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.234000000, lastModified=2020-07-06 13:26:27.233210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.234000000, lastModified=2020-07-06 13:26:27.233210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.235000000, lastModified=2020-07-06 13:26:27.234210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.235000000, lastModified=2020-07-06 13:26:27.234210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.235000000, lastModified=2020-07-06 13:26:27.234210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.235000000, lastModified=2020-07-06 13:26:27.234210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.236000000, lastModified=2020-07-06 13:26:27.235210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.236000000, lastModified=2020-07-06 13:26:27.235210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.236000000, lastModified=2020-07-06 13:26:27.235210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.236000000, lastModified=2020-07-06 13:26:27.235210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.237000000, lastModified=2020-07-06 13:26:27.236210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.237000000, lastModified=2020-07-06 13:26:27.236210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.237000000, lastModified=2020-07-06 13:26:27.236210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.236210000 to 2020-07-06 13:26:27.237210000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.238000000, lastModified=2020-07-06 13:26:27.237210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.238000000, lastModified=2020-07-06 13:26:27.237210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.239000000, lastModified=2020-07-06 13:26:27.238210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.239000000, lastModified=2020-07-06 13:26:27.238210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.239000000, lastModified=2020-07-06 13:26:27.238210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.239000000, lastModified=2020-07-06 13:26:27.238210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.240000000, lastModified=2020-07-06 13:26:27.239210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.240000000, lastModified=2020-07-06 13:26:27.239210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.241000000, lastModified=2020-07-06 13:26:27.239210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.239210000 to 2020-07-06 13:26:27.240210000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.241000000, lastModified=2020-07-06 13:26:27.240210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.241000000, lastModified=2020-07-06 13:26:27.240210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.242000000, lastModified=2020-07-06 13:26:27.241210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.242000000, lastModified=2020-07-06 13:26:27.241210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.242000000, lastModified=2020-07-06 13:26:27.241210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.242000000, lastModified=2020-07-06 13:26:27.241210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.243000000, lastModified=2020-07-06 13:26:27.242210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.243000000, lastModified=2020-07-06 13:26:27.242210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.243000000, lastModified=2020-07-06 13:26:27.242210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.242210000 to 2020-07-06 13:26:27.243210000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.244000000, lastModified=2020-07-06 13:26:27.243210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.244000000, lastModified=2020-07-06 13:26:27.243210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.245000000, lastModified=2020-07-06 13:26:27.244210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.245000000, lastModified=2020-07-06 13:26:27.244210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.245000000, lastModified=2020-07-06 13:26:27.244210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.245000000, lastModified=2020-07-06 13:26:27.244210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.246000000, lastModified=2020-07-06 13:26:27.245210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.246000000, lastModified=2020-07-06 13:26:27.245210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.247000000, lastModified=2020-07-06 13:26:27.246210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.247000000, lastModified=2020-07-06 13:26:27.246210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.248000000, lastModified=2020-07-06 13:26:27.247210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.248000000, lastModified=2020-07-06 13:26:27.247210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.249000000, lastModified=2020-07-06 13:26:27.248210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.249000000, lastModified=2020-07-06 13:26:27.248210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.250000000, lastModified=2020-07-06 13:26:27.249210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.250000000, lastModified=2020-07-06 13:26:27.249210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.250000000, lastModified=2020-07-06 13:26:27.249210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.249210000 to 2020-07-06 13:26:27.250210000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.251000000, lastModified=2020-07-06 13:26:27.250210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.251000000, lastModified=2020-07-06 13:26:27.250210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.252000000, lastModified=2020-07-06 13:26:27.251210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.252000000, lastModified=2020-07-06 13:26:27.251210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.252000000, lastModified=2020-07-06 13:26:27.251210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.251210000 to 2020-07-06 13:26:27.252210000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.253000000, lastModified=2020-07-06 13:26:27.252210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.253000000, lastModified=2020-07-06 13:26:27.252210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.254000000, lastModified=2020-07-06 13:26:27.252210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.252210000 to 2020-07-06 13:26:27.253210000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.254000000, lastModified=2020-07-06 13:26:27.253210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.254000000, lastModified=2020-07-06 13:26:27.253210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.255000000, lastModified=2020-07-06 13:26:27.254210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.255000000, lastModified=2020-07-06 13:26:27.254210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.255000000, lastModified=2020-07-06 13:26:27.254210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.254210000 to 2020-07-06 13:26:27.255210000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.256000000, lastModified=2020-07-06 13:26:27.255210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.256000000, lastModified=2020-07-06 13:26:27.255210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.257000000, lastModified=2020-07-06 13:26:27.256210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.256210000 to 2020-07-06 13:26:27.257210000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.258000000, lastModified=2020-07-06 13:26:27.257210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.258000000, lastModified=2020-07-06 13:26:27.257210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.259000000, lastModified=2020-07-06 13:26:27.258210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.259000000, lastModified=2020-07-06 13:26:27.258210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.259000000, lastModified=2020-07-06 13:26:27.258210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.258210000 to 2020-07-06 13:26:27.259210000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.260000000, lastModified=2020-07-06 13:26:27.259210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.259210000 to 2020-07-06 13:26:27.260210000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.262000000, lastModified=2020-07-06 13:26:27.261210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.262000000, lastModified=2020-07-06 13:26:27.261210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.263000000, lastModified=2020-07-06 13:26:27.262210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.262210000 to 2020-07-06 13:26:27.263210000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.264000000, lastModified=2020-07-06 13:26:27.263210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.264000000, lastModified=2020-07-06 13:26:27.263210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.265000000, lastModified=2020-07-06 13:26:27.264210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.265000000, lastModified=2020-07-06 13:26:27.264210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.265000000, lastModified=2020-07-06 13:26:27.264210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.264210000 to 2020-07-06 13:26:27.265210000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.266000000, lastModified=2020-07-06 13:26:27.265210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.266000000, lastModified=2020-07-06 13:26:27.265210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.267000000, lastModified=2020-07-06 13:26:27.266210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.267000000, lastModified=2020-07-06 13:26:27.266210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.267000000, lastModified=2020-07-06 13:26:27.266210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.266210000 to 2020-07-06 13:26:27.267210000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.268000000, lastModified=2020-07-06 13:26:27.267210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.268000000, lastModified=2020-07-06 13:26:27.267210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.269000000, lastModified=2020-07-06 13:26:27.268210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.269000000, lastModified=2020-07-06 13:26:27.268210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.269000000, lastModified=2020-07-06 13:26:27.268210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.268210000 to 2020-07-06 13:26:27.269210000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.270000000, lastModified=2020-07-06 13:26:27.269210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.270000000, lastModified=2020-07-06 13:26:27.269210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.271000000, lastModified=2020-07-06 13:26:27.269210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.269210000 to 2020-07-06 13:26:27.270210000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.271000000, lastModified=2020-07-06 13:26:27.270210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.271000000, lastModified=2020-07-06 13:26:27.270210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.272000000, lastModified=2020-07-06 13:26:27.270210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.270210000 to 2020-07-06 13:26:27.271210000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.272000000, lastModified=2020-07-06 13:26:27.271210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.272000000, lastModified=2020-07-06 13:26:27.271210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.274000000, lastModified=2020-07-06 13:26:27.273210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.274000000, lastModified=2020-07-06 13:26:27.273210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.274000000, lastModified=2020-07-06 13:26:27.273210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.273210000 to 2020-07-06 13:26:27.274210000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.275000000, lastModified=2020-07-06 13:26:27.274210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.274210000 to 2020-07-06 13:26:27.275210000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.277000000, lastModified=2020-07-06 13:26:27.276210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.277000000, lastModified=2020-07-06 13:26:27.276210000, delta=790000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.277000000, lastModified=2020-07-06 13:26:27.276210000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.276210000 to 2020-07-06 13:26:27.277211000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.278000000, lastModified=2020-07-06 13:26:27.277211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.278000000, lastModified=2020-07-06 13:26:27.277211000, delta=789000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.279000000, lastModified=2020-07-06 13:26:27.277211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.277211000 to 2020-07-06 13:26:27.278211000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.279000000, lastModified=2020-07-06 13:26:27.278211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.279000000, lastModified=2020-07-06 13:26:27.278211000, delta=789000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.280000000, lastModified=2020-07-06 13:26:27.279211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.280000000, lastModified=2020-07-06 13:26:27.279211000, delta=789000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.281000000, lastModified=2020-07-06 13:26:27.279211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.279211000 to 2020-07-06 13:26:27.280211000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.281000000, lastModified=2020-07-06 13:26:27.280211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.281000000, lastModified=2020-07-06 13:26:27.280211000, delta=789000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.282000000, lastModified=2020-07-06 13:26:27.281211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.282000000, lastModified=2020-07-06 13:26:27.281211000, delta=789000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.283000000, lastModified=2020-07-06 13:26:27.281211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.281211000 to 2020-07-06 13:26:27.282211000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.283000000, lastModified=2020-07-06 13:26:27.282211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.283000000, lastModified=2020-07-06 13:26:27.282211000, delta=789000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.284000000, lastModified=2020-07-06 13:26:27.283211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.283211000 to 2020-07-06 13:26:27.284211000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.286000000, lastModified=2020-07-06 13:26:27.285211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.286000000, lastModified=2020-07-06 13:26:27.285211000, delta=789000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.286000000, lastModified=2020-07-06 13:26:27.285211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.285211000 to 2020-07-06 13:26:27.286211000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.287000000, lastModified=2020-07-06 13:26:27.286211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.287000000, lastModified=2020-07-06 13:26:27.286211000, delta=789000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.288000000, lastModified=2020-07-06 13:26:27.286211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.286211000 to 2020-07-06 13:26:27.287211000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.288000000, lastModified=2020-07-06 13:26:27.287211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.288000000, lastModified=2020-07-06 13:26:27.287211000, delta=789000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.289000000, lastModified=2020-07-06 13:26:27.288211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.289000000, lastModified=2020-07-06 13:26:27.288211000, delta=789000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.291000000, lastModified=2020-07-06 13:26:27.290211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.290211000 to 2020-07-06 13:26:27.291211000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.293000000, lastModified=2020-07-06 13:26:27.292211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.293000000, lastModified=2020-07-06 13:26:27.292211000, delta=789000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.294000000, lastModified=2020-07-06 13:26:27.293211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.293211000 to 2020-07-06 13:26:27.294211000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.295000000, lastModified=2020-07-06 13:26:27.294211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.295000000, lastModified=2020-07-06 13:26:27.294211000, delta=789000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.296000000, lastModified=2020-07-06 13:26:27.295211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.295211000 to 2020-07-06 13:26:27.296211000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.297000000, lastModified=2020-07-06 13:26:27.296211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.296211000 to 2020-07-06 13:26:27.297211000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.299000000, lastModified=2020-07-06 13:26:27.297211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.297211000 to 2020-07-06 13:26:27.298211000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.300000000, lastModified=2020-07-06 13:26:27.299211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.300000000, lastModified=2020-07-06 13:26:27.299211000, delta=789000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.301000000, lastModified=2020-07-06 13:26:27.300211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.301000000, lastModified=2020-07-06 13:26:27.300211000, delta=789000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.301000000, lastModified=2020-07-06 13:26:27.300211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.300211000 to 2020-07-06 13:26:27.301211000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.302000000, lastModified=2020-07-06 13:26:27.301211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.302000000, lastModified=2020-07-06 13:26:27.301211000, delta=789000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.303000000, lastModified=2020-07-06 13:26:27.302211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.303000000, lastModified=2020-07-06 13:26:27.302211000, delta=789000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.303000000, lastModified=2020-07-06 13:26:27.302211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.303000000, lastModified=2020-07-06 13:26:27.302211000, delta=789000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.304000000, lastModified=2020-07-06 13:26:27.303211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.304000000, lastModified=2020-07-06 13:26:27.303211000, delta=789000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.304000000, lastModified=2020-07-06 13:26:27.303211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.303211000 to 2020-07-06 13:26:27.304211000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.305000000, lastModified=2020-07-06 13:26:27.304211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.305000000, lastModified=2020-07-06 13:26:27.304211000, delta=789000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.306000000, lastModified=2020-07-06 13:26:27.304211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.304211000 to 2020-07-06 13:26:27.305211000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.306000000, lastModified=2020-07-06 13:26:27.305211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.306000000, lastModified=2020-07-06 13:26:27.305211000, delta=789000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.307000000, lastModified=2020-07-06 13:26:27.306211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.307000000, lastModified=2020-07-06 13:26:27.306211000, delta=789000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.307000000, lastModified=2020-07-06 13:26:27.306211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.306211000 to 2020-07-06 13:26:27.307211000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.308000000, lastModified=2020-07-06 13:26:27.307211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.308000000, lastModified=2020-07-06 13:26:27.307211000, delta=789000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.309000000, lastModified=2020-07-06 13:26:27.308211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.308211000 to 2020-07-06 13:26:27.325211000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.327000000, lastModified=2020-07-06 13:26:27.326211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.327000000, lastModified=2020-07-06 13:26:27.326211000, delta=789000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.328000000, lastModified=2020-07-06 13:26:27.327211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.327211000 to 2020-07-06 13:26:27.328211000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.329000000, lastModified=2020-07-06 13:26:27.328211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.328211000 to 2020-07-06 13:26:27.329211000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.330000000, lastModified=2020-07-06 13:26:27.329211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.330000000, lastModified=2020-07-06 13:26:27.329211000, delta=789000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.331000000, lastModified=2020-07-06 13:26:27.330211000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.330211000 to 2020-07-06 13:26:27.331212000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.334000000, lastModified=2020-07-06 13:26:27.333212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.334000000, lastModified=2020-07-06 13:26:27.333212000, delta=788000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.336000000, lastModified=2020-07-06 13:26:27.334212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.334212000 to 2020-07-06 13:26:27.335212000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.336000000, lastModified=2020-07-06 13:26:27.335212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.336000000, lastModified=2020-07-06 13:26:27.335212000, delta=788000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.337000000, lastModified=2020-07-06 13:26:27.336212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.337000000, lastModified=2020-07-06 13:26:27.336212000, delta=788000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.337000000, lastModified=2020-07-06 13:26:27.336212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.336212000 to 2020-07-06 13:26:27.337212000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.338000000, lastModified=2020-07-06 13:26:27.337212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.338000000, lastModified=2020-07-06 13:26:27.337212000, delta=788000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.339000000, lastModified=2020-07-06 13:26:27.337212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.337212000 to 2020-07-06 13:26:27.338212000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.339000000, lastModified=2020-07-06 13:26:27.338212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.338212000 to 2020-07-06 13:26:27.340212000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.341000000, lastModified=2020-07-06 13:26:27.340212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.341000000, lastModified=2020-07-06 13:26:27.340212000, delta=788000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.342000000, lastModified=2020-07-06 13:26:27.340212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.340212000 to 2020-07-06 13:26:27.341212000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.342000000, lastModified=2020-07-06 13:26:27.341212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.341212000 to 2020-07-06 13:26:27.342212000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.344000000, lastModified=2020-07-06 13:26:27.342212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.342212000 to 2020-07-06 13:26:27.343212000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.345000000, lastModified=2020-07-06 13:26:27.344212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.345000000, lastModified=2020-07-06 13:26:27.344212000, delta=788000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.346000000, lastModified=2020-07-06 13:26:27.344212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.344212000 to 2020-07-06 13:26:27.345212000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.346000000, lastModified=2020-07-06 13:26:27.345212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.345212000 to 2020-07-06 13:26:27.346212000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.348000000, lastModified=2020-07-06 13:26:27.347212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.348000000, lastModified=2020-07-06 13:26:27.347212000, delta=788000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.349000000, lastModified=2020-07-06 13:26:27.347212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.347212000 to 2020-07-06 13:26:27.348212000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.349000000, lastModified=2020-07-06 13:26:27.348212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.348212000 to 2020-07-06 13:26:27.349212000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.351000000, lastModified=2020-07-06 13:26:27.349212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.349212000 to 2020-07-06 13:26:27.350212000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.351000000, lastModified=2020-07-06 13:26:27.350212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.350212000 to 2020-07-06 13:26:27.351212000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.352000000, lastModified=2020-07-06 13:26:27.351212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.352000000, lastModified=2020-07-06 13:26:27.351212000, delta=788000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.353000000, lastModified=2020-07-06 13:26:27.352212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.353000000, lastModified=2020-07-06 13:26:27.352212000, delta=788000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.354000000, lastModified=2020-07-06 13:26:27.353212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.353212000 to 2020-07-06 13:26:27.354212000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.355000000, lastModified=2020-07-06 13:26:27.354212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.354212000 to 2020-07-06 13:26:27.355212000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.357000000, lastModified=2020-07-06 13:26:27.356212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.357000000, lastModified=2020-07-06 13:26:27.356212000, delta=788000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.358000000, lastModified=2020-07-06 13:26:27.356212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.356212000 to 2020-07-06 13:26:27.357212000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.358000000, lastModified=2020-07-06 13:26:27.357212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.357212000 to 2020-07-06 13:26:27.358212000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.360000000, lastModified=2020-07-06 13:26:27.359212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.360000000, lastModified=2020-07-06 13:26:27.359212000, delta=788000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.361000000, lastModified=2020-07-06 13:26:27.359212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.359212000 to 2020-07-06 13:26:27.360212000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.361000000, lastModified=2020-07-06 13:26:27.360212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.361000000, lastModified=2020-07-06 13:26:27.360212000, delta=788000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.362000000, lastModified=2020-07-06 13:26:27.361212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.362000000, lastModified=2020-07-06 13:26:27.361212000, delta=788000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.362000000, lastModified=2020-07-06 13:26:27.361212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.361212000 to 2020-07-06 13:26:27.362212000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.363000000, lastModified=2020-07-06 13:26:27.362212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.363000000, lastModified=2020-07-06 13:26:27.362212000, delta=788000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.364000000, lastModified=2020-07-06 13:26:27.363212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.364000000, lastModified=2020-07-06 13:26:27.363212000, delta=788000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.365000000, lastModified=2020-07-06 13:26:27.364212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.365000000, lastModified=2020-07-06 13:26:27.364212000, delta=788000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.366000000, lastModified=2020-07-06 13:26:27.365212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.366000000, lastModified=2020-07-06 13:26:27.365212000, delta=788000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.367000000, lastModified=2020-07-06 13:26:27.365212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.365212000 to 2020-07-06 13:26:27.366212000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.367000000, lastModified=2020-07-06 13:26:27.366212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.367000000, lastModified=2020-07-06 13:26:27.366212000, delta=788000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.368000000, lastModified=2020-07-06 13:26:27.367212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.368000000, lastModified=2020-07-06 13:26:27.367212000, delta=788000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.369000000, lastModified=2020-07-06 13:26:27.368212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.369000000, lastModified=2020-07-06 13:26:27.368212000, delta=788000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.369000000, lastModified=2020-07-06 13:26:27.368212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.368212000 to 2020-07-06 13:26:27.369212000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.370000000, lastModified=2020-07-06 13:26:27.369212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.370000000, lastModified=2020-07-06 13:26:27.369212000, delta=788000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.371000000, lastModified=2020-07-06 13:26:27.370212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.370212000 to 2020-07-06 13:26:27.371212000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.372000000, lastModified=2020-07-06 13:26:27.371212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.372000000, lastModified=2020-07-06 13:26:27.371212000, delta=788000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.373000000, lastModified=2020-07-06 13:26:27.372212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.373000000, lastModified=2020-07-06 13:26:27.372212000, delta=788000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.374000000, lastModified=2020-07-06 13:26:27.373212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.374000000, lastModified=2020-07-06 13:26:27.373212000, delta=788000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.374000000, lastModified=2020-07-06 13:26:27.373212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.373212000 to 2020-07-06 13:26:27.374212000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.375000000, lastModified=2020-07-06 13:26:27.374212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.374212000 to 2020-07-06 13:26:27.375212000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.376000000, lastModified=2020-07-06 13:26:27.375212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.375212000 to 2020-07-06 13:26:27.376212000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.378000000, lastModified=2020-07-06 13:26:27.377212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.378000000, lastModified=2020-07-06 13:26:27.377212000, delta=788000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.378000000, lastModified=2020-07-06 13:26:27.377212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.377212000 to 2020-07-06 13:26:27.378212000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.379000000, lastModified=2020-07-06 13:26:27.378212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.379000000, lastModified=2020-07-06 13:26:27.378212000, delta=788000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.380000000, lastModified=2020-07-06 13:26:27.379212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.380000000, lastModified=2020-07-06 13:26:27.379212000, delta=788000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.381000000, lastModified=2020-07-06 13:26:27.379212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.379212000 to 2020-07-06 13:26:27.380212000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.381000000, lastModified=2020-07-06 13:26:27.380212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.380212000 to 2020-07-06 13:26:27.381212000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.383000000, lastModified=2020-07-06 13:26:27.382212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.383000000, lastModified=2020-07-06 13:26:27.382212000, delta=788000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.383000000, lastModified=2020-07-06 13:26:27.382212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.382212000 to 2020-07-06 13:26:27.383212000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.385000000, lastModified=2020-07-06 13:26:27.384212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.384212000 to 2020-07-06 13:26:27.385212000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.386000000, lastModified=2020-07-06 13:26:27.385212000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.385212000 to 2020-07-06 13:26:27.386213000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.387000000, lastModified=2020-07-06 13:26:27.386213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.386213000 to 2020-07-06 13:26:27.387213000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.388000000, lastModified=2020-07-06 13:26:27.387213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.388000000, lastModified=2020-07-06 13:26:27.387213000, delta=787000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.389000000, lastModified=2020-07-06 13:26:27.388213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.388213000 to 2020-07-06 13:26:27.389213000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.390000000, lastModified=2020-07-06 13:26:27.389213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.389213000 to 2020-07-06 13:26:27.390213000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.392000000, lastModified=2020-07-06 13:26:27.390213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.390213000 to 2020-07-06 13:26:27.391213000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.393000000, lastModified=2020-07-06 13:26:27.392213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.393000000, lastModified=2020-07-06 13:26:27.392213000, delta=787000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.394000000, lastModified=2020-07-06 13:26:27.393213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.394000000, lastModified=2020-07-06 13:26:27.393213000, delta=787000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.394000000, lastModified=2020-07-06 13:26:27.393213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.393213000 to 2020-07-06 13:26:27.394213000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.396000000, lastModified=2020-07-06 13:26:27.395213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.396000000, lastModified=2020-07-06 13:26:27.395213000, delta=787000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.397000000, lastModified=2020-07-06 13:26:27.395213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.395213000 to 2020-07-06 13:26:27.396213000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.397000000, lastModified=2020-07-06 13:26:27.396213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.396213000 to 2020-07-06 13:26:27.397213000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.398000000, lastModified=2020-07-06 13:26:27.397213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.397213000 to 2020-07-06 13:26:27.398213000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.399000000, lastModified=2020-07-06 13:26:27.398213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.399000000, lastModified=2020-07-06 13:26:27.398213000, delta=787000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.400000000, lastModified=2020-07-06 13:26:27.399213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.400000000, lastModified=2020-07-06 13:26:27.399213000, delta=787000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.401000000, lastModified=2020-07-06 13:26:27.399213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.399213000 to 2020-07-06 13:26:27.400213000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.402000000, lastModified=2020-07-06 13:26:27.401213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.402000000, lastModified=2020-07-06 13:26:27.401213000, delta=787000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.403000000, lastModified=2020-07-06 13:26:27.402213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.402213000 to 2020-07-06 13:26:27.403213000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.404000000, lastModified=2020-07-06 13:26:27.403213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.404000000, lastModified=2020-07-06 13:26:27.403213000, delta=787000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.405000000, lastModified=2020-07-06 13:26:27.404213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.405000000, lastModified=2020-07-06 13:26:27.404213000, delta=787000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.405000000, lastModified=2020-07-06 13:26:27.404213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.404213000 to 2020-07-06 13:26:27.405213000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.407000000, lastModified=2020-07-06 13:26:27.406213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.407000000, lastModified=2020-07-06 13:26:27.406213000, delta=787000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.407000000, lastModified=2020-07-06 13:26:27.406213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.406213000 to 2020-07-06 13:26:27.407213000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.408000000, lastModified=2020-07-06 13:26:27.407213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.408000000, lastModified=2020-07-06 13:26:27.407213000, delta=787000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.409000000, lastModified=2020-07-06 13:26:27.408213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.408213000 to 2020-07-06 13:26:27.419213000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.426000000, lastModified=2020-07-06 13:26:27.425213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.426000000, lastModified=2020-07-06 13:26:27.425213000, delta=787000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.427000000, lastModified=2020-07-06 13:26:27.426213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.427000000, lastModified=2020-07-06 13:26:27.426213000, delta=787000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.428000000, lastModified=2020-07-06 13:26:27.426213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.426213000 to 2020-07-06 13:26:27.427213000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.429000000, lastModified=2020-07-06 13:26:27.428213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.429000000, lastModified=2020-07-06 13:26:27.428213000, delta=787000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.429000000, lastModified=2020-07-06 13:26:27.428213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.428213000 to 2020-07-06 13:26:27.429213000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.430000000, lastModified=2020-07-06 13:26:27.429213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.430000000, lastModified=2020-07-06 13:26:27.429213000, delta=787000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.431000000, lastModified=2020-07-06 13:26:27.430213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.431000000, lastModified=2020-07-06 13:26:27.430213000, delta=787000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.431000000, lastModified=2020-07-06 13:26:27.430213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.430213000 to 2020-07-06 13:26:27.431213000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.432000000, lastModified=2020-07-06 13:26:27.431213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.432000000, lastModified=2020-07-06 13:26:27.431213000, delta=787000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.433000000, lastModified=2020-07-06 13:26:27.432213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.433000000, lastModified=2020-07-06 13:26:27.432213000, delta=787000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.433000000, lastModified=2020-07-06 13:26:27.432213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.432213000 to 2020-07-06 13:26:27.433213000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.434000000, lastModified=2020-07-06 13:26:27.433213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.434000000, lastModified=2020-07-06 13:26:27.433213000, delta=787000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.435000000, lastModified=2020-07-06 13:26:27.433213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.433213000 to 2020-07-06 13:26:27.434213000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.435000000, lastModified=2020-07-06 13:26:27.434213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.435000000, lastModified=2020-07-06 13:26:27.434213000, delta=787000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.436000000, lastModified=2020-07-06 13:26:27.435213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.436000000, lastModified=2020-07-06 13:26:27.435213000, delta=787000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.436000000, lastModified=2020-07-06 13:26:27.435213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.435213000 to 2020-07-06 13:26:27.436213000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.437000000, lastModified=2020-07-06 13:26:27.436213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.437000000, lastModified=2020-07-06 13:26:27.436213000, delta=787000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.438000000, lastModified=2020-07-06 13:26:27.436213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.436213000 to 2020-07-06 13:26:27.437213000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.438000000, lastModified=2020-07-06 13:26:27.437213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.438000000, lastModified=2020-07-06 13:26:27.437213000, delta=787000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.439000000, lastModified=2020-07-06 13:26:27.438213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.439000000, lastModified=2020-07-06 13:26:27.438213000, delta=787000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.439000000, lastModified=2020-07-06 13:26:27.438213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.438213000 to 2020-07-06 13:26:27.439213000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.440000000, lastModified=2020-07-06 13:26:27.439213000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.440000000, lastModified=2020-07-06 13:26:27.439213000, delta=787000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.441000000, lastModified=2020-07-06 13:26:27.440214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.441000000, lastModified=2020-07-06 13:26:27.440214000, delta=786000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.441000000, lastModified=2020-07-06 13:26:27.440214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.441000000, lastModified=2020-07-06 13:26:27.440214000, delta=786000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.442000000, lastModified=2020-07-06 13:26:27.441214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.442000000, lastModified=2020-07-06 13:26:27.441214000, delta=786000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.443000000, lastModified=2020-07-06 13:26:27.441214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.441214000 to 2020-07-06 13:26:27.442214000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.443000000, lastModified=2020-07-06 13:26:27.442214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.443000000, lastModified=2020-07-06 13:26:27.442214000, delta=786000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.445000000, lastModified=2020-07-06 13:26:27.443214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.443214000 to 2020-07-06 13:26:27.444214000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.445000000, lastModified=2020-07-06 13:26:27.444214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.444214000 to 2020-07-06 13:26:27.445214000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.446000000, lastModified=2020-07-06 13:26:27.445214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.446000000, lastModified=2020-07-06 13:26:27.445214000, delta=786000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.447000000, lastModified=2020-07-06 13:26:27.446214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.447000000, lastModified=2020-07-06 13:26:27.446214000, delta=786000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.447000000, lastModified=2020-07-06 13:26:27.446214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.446214000 to 2020-07-06 13:26:27.447214000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.448000000, lastModified=2020-07-06 13:26:27.447214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.447214000 to 2020-07-06 13:26:27.449214000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.451000000, lastModified=2020-07-06 13:26:27.450214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.451000000, lastModified=2020-07-06 13:26:27.450214000, delta=786000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.452000000, lastModified=2020-07-06 13:26:27.451214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.451214000 to 2020-07-06 13:26:27.452214000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.453000000, lastModified=2020-07-06 13:26:27.452214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.453000000, lastModified=2020-07-06 13:26:27.452214000, delta=786000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.454000000, lastModified=2020-07-06 13:26:27.453214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.454000000, lastModified=2020-07-06 13:26:27.453214000, delta=786000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.455000000, lastModified=2020-07-06 13:26:27.453214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.453214000 to 2020-07-06 13:26:27.454214000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.455000000, lastModified=2020-07-06 13:26:27.454214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.454214000 to 2020-07-06 13:26:27.455214000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.456000000, lastModified=2020-07-06 13:26:27.455214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.456000000, lastModified=2020-07-06 13:26:27.455214000, delta=786000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.457000000, lastModified=2020-07-06 13:26:27.456214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.457000000, lastModified=2020-07-06 13:26:27.456214000, delta=786000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.458000000, lastModified=2020-07-06 13:26:27.456214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.456214000 to 2020-07-06 13:26:27.457214000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.458000000, lastModified=2020-07-06 13:26:27.457214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.458000000, lastModified=2020-07-06 13:26:27.457214000, delta=786000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.459000000, lastModified=2020-07-06 13:26:27.458214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.459000000, lastModified=2020-07-06 13:26:27.458214000, delta=786000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.459000000, lastModified=2020-07-06 13:26:27.458214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.458214000 to 2020-07-06 13:26:27.459214000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.460000000, lastModified=2020-07-06 13:26:27.459214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.460000000, lastModified=2020-07-06 13:26:27.459214000, delta=786000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.461000000, lastModified=2020-07-06 13:26:27.460214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.461000000, lastModified=2020-07-06 13:26:27.460214000, delta=786000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.462000000, lastModified=2020-07-06 13:26:27.460214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.460214000 to 2020-07-06 13:26:27.461214000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.462000000, lastModified=2020-07-06 13:26:27.461214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.461214000 to 2020-07-06 13:26:27.462214000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.463000000, lastModified=2020-07-06 13:26:27.462214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.463000000, lastModified=2020-07-06 13:26:27.462214000, delta=786000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.464000000, lastModified=2020-07-06 13:26:27.463214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.464000000, lastModified=2020-07-06 13:26:27.463214000, delta=786000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.464000000, lastModified=2020-07-06 13:26:27.463214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.463214000 to 2020-07-06 13:26:27.464214000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.465000000, lastModified=2020-07-06 13:26:27.464214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.465000000, lastModified=2020-07-06 13:26:27.464214000, delta=786000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.466000000, lastModified=2020-07-06 13:26:27.465214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.466000000, lastModified=2020-07-06 13:26:27.465214000, delta=786000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.467000000, lastModified=2020-07-06 13:26:27.466214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.467000000, lastModified=2020-07-06 13:26:27.466214000, delta=786000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.467000000, lastModified=2020-07-06 13:26:27.466214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.466214000 to 2020-07-06 13:26:27.467214000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.468000000, lastModified=2020-07-06 13:26:27.467214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.468000000, lastModified=2020-07-06 13:26:27.467214000, delta=786000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.469000000, lastModified=2020-07-06 13:26:27.468214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.469000000, lastModified=2020-07-06 13:26:27.468214000, delta=786000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.469000000, lastModified=2020-07-06 13:26:27.468214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.468214000 to 2020-07-06 13:26:27.469214000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.470000000, lastModified=2020-07-06 13:26:27.469214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.469214000 to 2020-07-06 13:26:27.470214000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.472000000, lastModified=2020-07-06 13:26:27.471214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.472000000, lastModified=2020-07-06 13:26:27.471214000, delta=786000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.472000000, lastModified=2020-07-06 13:26:27.471214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.471214000 to 2020-07-06 13:26:27.472214000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.473000000, lastModified=2020-07-06 13:26:27.472214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.473000000, lastModified=2020-07-06 13:26:27.472214000, delta=786000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.474000000, lastModified=2020-07-06 13:26:27.473214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.474000000, lastModified=2020-07-06 13:26:27.473214000, delta=786000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.475000000, lastModified=2020-07-06 13:26:27.473214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.473214000 to 2020-07-06 13:26:27.474214000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.475000000, lastModified=2020-07-06 13:26:27.474214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.474214000 to 2020-07-06 13:26:27.475214000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.476000000, lastModified=2020-07-06 13:26:27.475214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.476000000, lastModified=2020-07-06 13:26:27.475214000, delta=786000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.477000000, lastModified=2020-07-06 13:26:27.476214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.477000000, lastModified=2020-07-06 13:26:27.476214000, delta=786000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.477000000, lastModified=2020-07-06 13:26:27.476214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.476214000 to 2020-07-06 13:26:27.477214000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.478000000, lastModified=2020-07-06 13:26:27.477214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.477214000 to 2020-07-06 13:26:27.478214000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.480000000, lastModified=2020-07-06 13:26:27.478214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.478214000 to 2020-07-06 13:26:27.479214000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.481000000, lastModified=2020-07-06 13:26:27.480214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.481000000, lastModified=2020-07-06 13:26:27.480214000, delta=786000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.482000000, lastModified=2020-07-06 13:26:27.481214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.482000000, lastModified=2020-07-06 13:26:27.481214000, delta=786000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.483000000, lastModified=2020-07-06 13:26:27.481214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.481214000 to 2020-07-06 13:26:27.482214000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.483000000, lastModified=2020-07-06 13:26:27.482214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.482214000 to 2020-07-06 13:26:27.483214000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.484000000, lastModified=2020-07-06 13:26:27.483214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.483214000 to 2020-07-06 13:26:27.484214000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.486000000, lastModified=2020-07-06 13:26:27.484214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.484214000 to 2020-07-06 13:26:27.485214000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.487000000, lastModified=2020-07-06 13:26:27.486214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.487000000, lastModified=2020-07-06 13:26:27.486214000, delta=786000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.488000000, lastModified=2020-07-06 13:26:27.487214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.488000000, lastModified=2020-07-06 13:26:27.487214000, delta=786000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.489000000, lastModified=2020-07-06 13:26:27.488214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.489000000, lastModified=2020-07-06 13:26:27.488214000, delta=786000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.490000000, lastModified=2020-07-06 13:26:27.489214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.489214000 to 2020-07-06 13:26:27.490214000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.492000000, lastModified=2020-07-06 13:26:27.490214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.490214000 to 2020-07-06 13:26:27.491214000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.493000000, lastModified=2020-07-06 13:26:27.492214000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.492214000 to 2020-07-06 13:26:27.493214000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.495000000, lastModified=2020-07-06 13:26:27.494215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.494215000 to 2020-07-06 13:26:27.495215000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.497000000, lastModified=2020-07-06 13:26:27.495215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.495215000 to 2020-07-06 13:26:27.496215000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.498000000, lastModified=2020-07-06 13:26:27.497215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.498000000, lastModified=2020-07-06 13:26:27.497215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.500000000, lastModified=2020-07-06 13:26:27.498215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.498215000 to 2020-07-06 13:26:27.499215000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.501000000, lastModified=2020-07-06 13:26:27.499215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.499215000 to 2020-07-06 13:26:27.500215000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.501000000, lastModified=2020-07-06 13:26:27.500215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.500215000 to 2020-07-06 13:26:27.501215000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.502000000, lastModified=2020-07-06 13:26:27.501215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.502000000, lastModified=2020-07-06 13:26:27.501215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.503000000, lastModified=2020-07-06 13:26:27.502215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.503000000, lastModified=2020-07-06 13:26:27.502215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.503000000, lastModified=2020-07-06 13:26:27.502215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.503000000, lastModified=2020-07-06 13:26:27.502215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.504000000, lastModified=2020-07-06 13:26:27.503215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.504000000, lastModified=2020-07-06 13:26:27.503215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.504000000, lastModified=2020-07-06 13:26:27.503215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.503215000 to 2020-07-06 13:26:27.504215000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.505000000, lastModified=2020-07-06 13:26:27.504215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.505000000, lastModified=2020-07-06 13:26:27.504215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.506000000, lastModified=2020-07-06 13:26:27.505215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.506000000, lastModified=2020-07-06 13:26:27.505215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.506000000, lastModified=2020-07-06 13:26:27.505215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.506000000, lastModified=2020-07-06 13:26:27.505215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.507000000, lastModified=2020-07-06 13:26:27.506215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.507000000, lastModified=2020-07-06 13:26:27.506215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.508000000, lastModified=2020-07-06 13:26:27.507215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.508000000, lastModified=2020-07-06 13:26:27.507215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.509000000, lastModified=2020-07-06 13:26:27.508215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.509000000, lastModified=2020-07-06 13:26:27.508215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.510000000, lastModified=2020-07-06 13:26:27.509215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.510000000, lastModified=2020-07-06 13:26:27.509215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.510000000, lastModified=2020-07-06 13:26:27.509215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.509215000 to 2020-07-06 13:26:27.510215000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.511000000, lastModified=2020-07-06 13:26:27.510215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.511000000, lastModified=2020-07-06 13:26:27.510215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.512000000, lastModified=2020-07-06 13:26:27.511215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.512000000, lastModified=2020-07-06 13:26:27.511215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.512000000, lastModified=2020-07-06 13:26:27.511215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.511215000 to 2020-07-06 13:26:27.512215000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.513000000, lastModified=2020-07-06 13:26:27.512215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.513000000, lastModified=2020-07-06 13:26:27.512215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.514000000, lastModified=2020-07-06 13:26:27.512215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.512215000 to 2020-07-06 13:26:27.513215000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.514000000, lastModified=2020-07-06 13:26:27.513215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.514000000, lastModified=2020-07-06 13:26:27.513215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.515000000, lastModified=2020-07-06 13:26:27.514215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.515000000, lastModified=2020-07-06 13:26:27.514215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.515000000, lastModified=2020-07-06 13:26:27.514215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.514215000 to 2020-07-06 13:26:27.515215000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.516000000, lastModified=2020-07-06 13:26:27.515215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.516000000, lastModified=2020-07-06 13:26:27.515215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.517000000, lastModified=2020-07-06 13:26:27.516215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.517000000, lastModified=2020-07-06 13:26:27.516215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.517000000, lastModified=2020-07-06 13:26:27.516215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.516215000 to 2020-07-06 13:26:27.517215000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.519000000, lastModified=2020-07-06 13:26:27.518215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.519000000, lastModified=2020-07-06 13:26:27.518215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.520000000, lastModified=2020-07-06 13:26:27.518215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.518215000 to 2020-07-06 13:26:27.519215000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.521000000, lastModified=2020-07-06 13:26:27.520215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.521000000, lastModified=2020-07-06 13:26:27.520215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.522000000, lastModified=2020-07-06 13:26:27.521215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.522000000, lastModified=2020-07-06 13:26:27.521215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.522000000, lastModified=2020-07-06 13:26:27.521215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.521215000 to 2020-07-06 13:26:27.522215000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.523000000, lastModified=2020-07-06 13:26:27.522215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.523000000, lastModified=2020-07-06 13:26:27.522215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.524000000, lastModified=2020-07-06 13:26:27.523215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.524000000, lastModified=2020-07-06 13:26:27.523215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.525000000, lastModified=2020-07-06 13:26:27.524215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.524215000 to 2020-07-06 13:26:27.525215000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.527000000, lastModified=2020-07-06 13:26:27.525215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.525215000 to 2020-07-06 13:26:27.526215000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.527000000, lastModified=2020-07-06 13:26:27.526215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.526215000 to 2020-07-06 13:26:27.527215000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.528000000, lastModified=2020-07-06 13:26:27.527215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.528000000, lastModified=2020-07-06 13:26:27.527215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.529000000, lastModified=2020-07-06 13:26:27.528215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.529000000, lastModified=2020-07-06 13:26:27.528215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.529000000, lastModified=2020-07-06 13:26:27.528215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.528215000 to 2020-07-06 13:26:27.529215000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.530000000, lastModified=2020-07-06 13:26:27.529215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.530000000, lastModified=2020-07-06 13:26:27.529215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.531000000, lastModified=2020-07-06 13:26:27.530215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.531000000, lastModified=2020-07-06 13:26:27.530215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.531000000, lastModified=2020-07-06 13:26:27.530215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.530215000 to 2020-07-06 13:26:27.531215000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.532000000, lastModified=2020-07-06 13:26:27.531215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.532000000, lastModified=2020-07-06 13:26:27.531215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.533000000, lastModified=2020-07-06 13:26:27.532215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.533000000, lastModified=2020-07-06 13:26:27.532215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.534000000, lastModified=2020-07-06 13:26:27.533215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.534000000, lastModified=2020-07-06 13:26:27.533215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.536000000, lastModified=2020-07-06 13:26:27.535215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.536000000, lastModified=2020-07-06 13:26:27.535215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.537000000, lastModified=2020-07-06 13:26:27.536215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.537000000, lastModified=2020-07-06 13:26:27.536215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.537000000, lastModified=2020-07-06 13:26:27.536215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.536215000 to 2020-07-06 13:26:27.537215000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.538000000, lastModified=2020-07-06 13:26:27.537215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.537215000 to 2020-07-06 13:26:27.538215000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.539000000, lastModified=2020-07-06 13:26:27.538215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.539000000, lastModified=2020-07-06 13:26:27.538215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.540000000, lastModified=2020-07-06 13:26:27.539215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.540000000, lastModified=2020-07-06 13:26:27.539215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.540000000, lastModified=2020-07-06 13:26:27.539215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.539215000 to 2020-07-06 13:26:27.540215000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.541000000, lastModified=2020-07-06 13:26:27.540215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.541000000, lastModified=2020-07-06 13:26:27.540215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.542000000, lastModified=2020-07-06 13:26:27.541215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.542000000, lastModified=2020-07-06 13:26:27.541215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.542000000, lastModified=2020-07-06 13:26:27.541215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.541215000 to 2020-07-06 13:26:27.542215000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.543000000, lastModified=2020-07-06 13:26:27.542215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.543000000, lastModified=2020-07-06 13:26:27.542215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.544000000, lastModified=2020-07-06 13:26:27.542215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.542215000 to 2020-07-06 13:26:27.543215000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.544000000, lastModified=2020-07-06 13:26:27.543215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.543215000 to 2020-07-06 13:26:27.544215000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.545000000, lastModified=2020-07-06 13:26:27.544215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.545000000, lastModified=2020-07-06 13:26:27.544215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.546000000, lastModified=2020-07-06 13:26:27.545215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.546000000, lastModified=2020-07-06 13:26:27.545215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.547000000, lastModified=2020-07-06 13:26:27.546215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.546215000 to 2020-07-06 13:26:27.547215000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.548000000, lastModified=2020-07-06 13:26:27.547215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.548000000, lastModified=2020-07-06 13:26:27.547215000, delta=785000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.549000000, lastModified=2020-07-06 13:26:27.548215000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.548215000 to 2020-07-06 13:26:27.549216000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.551000000, lastModified=2020-07-06 13:26:27.549216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.549216000 to 2020-07-06 13:26:27.550216000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.551000000, lastModified=2020-07-06 13:26:27.550216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.550216000 to 2020-07-06 13:26:27.551216000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.552000000, lastModified=2020-07-06 13:26:27.551216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.551216000 to 2020-07-06 13:26:27.552216000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.553000000, lastModified=2020-07-06 13:26:27.552216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.552216000 to 2020-07-06 13:26:27.553216000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.554000000, lastModified=2020-07-06 13:26:27.553216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.554000000, lastModified=2020-07-06 13:26:27.553216000, delta=784000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.555000000, lastModified=2020-07-06 13:26:27.554216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.555000000, lastModified=2020-07-06 13:26:27.554216000, delta=784000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.556000000, lastModified=2020-07-06 13:26:27.555216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.556000000, lastModified=2020-07-06 13:26:27.555216000, delta=784000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.557000000, lastModified=2020-07-06 13:26:27.555216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.555216000 to 2020-07-06 13:26:27.556216000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.558000000, lastModified=2020-07-06 13:26:27.557216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.558000000, lastModified=2020-07-06 13:26:27.557216000, delta=784000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.559000000, lastModified=2020-07-06 13:26:27.558216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.559000000, lastModified=2020-07-06 13:26:27.558216000, delta=784000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.560000000, lastModified=2020-07-06 13:26:27.559216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.559216000 to 2020-07-06 13:26:27.560216000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.561000000, lastModified=2020-07-06 13:26:27.560216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.561000000, lastModified=2020-07-06 13:26:27.560216000, delta=784000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.562000000, lastModified=2020-07-06 13:26:27.561216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.561216000 to 2020-07-06 13:26:27.562216000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.563000000, lastModified=2020-07-06 13:26:27.562216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.562216000 to 2020-07-06 13:26:27.563216000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.565000000, lastModified=2020-07-06 13:26:27.563216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.563216000 to 2020-07-06 13:26:27.564216000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.565000000, lastModified=2020-07-06 13:26:27.564216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.564216000 to 2020-07-06 13:26:27.565216000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.567000000, lastModified=2020-07-06 13:26:27.566216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.567000000, lastModified=2020-07-06 13:26:27.566216000, delta=784000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.567000000, lastModified=2020-07-06 13:26:27.566216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.566216000 to 2020-07-06 13:26:27.567216000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.569000000, lastModified=2020-07-06 13:26:27.568216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.569000000, lastModified=2020-07-06 13:26:27.568216000, delta=784000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.570000000, lastModified=2020-07-06 13:26:27.568216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.568216000 to 2020-07-06 13:26:27.569216000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.570000000, lastModified=2020-07-06 13:26:27.569216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.570000000, lastModified=2020-07-06 13:26:27.569216000, delta=784000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.571000000, lastModified=2020-07-06 13:26:27.570216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.570216000 to 2020-07-06 13:26:27.571216000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.572000000, lastModified=2020-07-06 13:26:27.571216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.572000000, lastModified=2020-07-06 13:26:27.571216000, delta=784000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.573000000, lastModified=2020-07-06 13:26:27.572216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.572216000 to 2020-07-06 13:26:27.573216000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.574000000, lastModified=2020-07-06 13:26:27.573216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.573216000 to 2020-07-06 13:26:27.574216000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.576000000, lastModified=2020-07-06 13:26:27.575216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.576000000, lastModified=2020-07-06 13:26:27.575216000, delta=784000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.577000000, lastModified=2020-07-06 13:26:27.575216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.575216000 to 2020-07-06 13:26:27.576216000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.577000000, lastModified=2020-07-06 13:26:27.576216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.576216000 to 2020-07-06 13:26:27.577216000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.579000000, lastModified=2020-07-06 13:26:27.578216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.579000000, lastModified=2020-07-06 13:26:27.578216000, delta=784000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.579000000, lastModified=2020-07-06 13:26:27.578216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.578216000 to 2020-07-06 13:26:27.579216000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.581000000, lastModified=2020-07-06 13:26:27.580216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.581000000, lastModified=2020-07-06 13:26:27.580216000, delta=784000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.582000000, lastModified=2020-07-06 13:26:27.580216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.580216000 to 2020-07-06 13:26:27.581216000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.582000000, lastModified=2020-07-06 13:26:27.581216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.582000000, lastModified=2020-07-06 13:26:27.581216000, delta=784000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.583000000, lastModified=2020-07-06 13:26:27.582216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.583000000, lastModified=2020-07-06 13:26:27.582216000, delta=784000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.584000000, lastModified=2020-07-06 13:26:27.582216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.582216000 to 2020-07-06 13:26:27.583216000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.584000000, lastModified=2020-07-06 13:26:27.583216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.583216000 to 2020-07-06 13:26:27.584216000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.585000000, lastModified=2020-07-06 13:26:27.584216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.584216000 to 2020-07-06 13:26:27.585216000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.586000000, lastModified=2020-07-06 13:26:27.585216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.586000000, lastModified=2020-07-06 13:26:27.585216000, delta=784000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.587000000, lastModified=2020-07-06 13:26:27.586216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.587000000, lastModified=2020-07-06 13:26:27.586216000, delta=784000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.588000000, lastModified=2020-07-06 13:26:27.587216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.587216000 to 2020-07-06 13:26:27.588216000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.589000000, lastModified=2020-07-06 13:26:27.588216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.589000000, lastModified=2020-07-06 13:26:27.588216000, delta=784000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.590000000, lastModified=2020-07-06 13:26:27.589216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.590000000, lastModified=2020-07-06 13:26:27.589216000, delta=784000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.591000000, lastModified=2020-07-06 13:26:27.589216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.589216000 to 2020-07-06 13:26:27.590216000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.592000000, lastModified=2020-07-06 13:26:27.591216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.592000000, lastModified=2020-07-06 13:26:27.591216000, delta=784000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.593000000, lastModified=2020-07-06 13:26:27.592216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.593000000, lastModified=2020-07-06 13:26:27.592216000, delta=784000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.594000000, lastModified=2020-07-06 13:26:27.592216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.592216000 to 2020-07-06 13:26:27.593216000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.594000000, lastModified=2020-07-06 13:26:27.593216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.593216000 to 2020-07-06 13:26:27.594216000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.595000000, lastModified=2020-07-06 13:26:27.594216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.595000000, lastModified=2020-07-06 13:26:27.594216000, delta=784000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.596000000, lastModified=2020-07-06 13:26:27.595216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.596000000, lastModified=2020-07-06 13:26:27.595216000, delta=784000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.597000000, lastModified=2020-07-06 13:26:27.596216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.597000000, lastModified=2020-07-06 13:26:27.596216000, delta=784000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.598000000, lastModified=2020-07-06 13:26:27.597216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.598000000, lastModified=2020-07-06 13:26:27.597216000, delta=784000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.599000000, lastModified=2020-07-06 13:26:27.598216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.599000000, lastModified=2020-07-06 13:26:27.598216000, delta=784000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.600000000, lastModified=2020-07-06 13:26:27.599216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.599216000 to 2020-07-06 13:26:27.600216000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.601000000, lastModified=2020-07-06 13:26:27.600216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.600216000 to 2020-07-06 13:26:27.601216000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.602000000, lastModified=2020-07-06 13:26:27.601216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.602000000, lastModified=2020-07-06 13:26:27.601216000, delta=784000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.603000000, lastModified=2020-07-06 13:26:27.602216000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.603000000, lastModified=2020-07-06 13:26:27.602216000, delta=784000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.604000000, lastModified=2020-07-06 13:26:27.603217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.604000000, lastModified=2020-07-06 13:26:27.603217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.605000000, lastModified=2020-07-06 13:26:27.603217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.603217000 to 2020-07-06 13:26:27.604217000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.605000000, lastModified=2020-07-06 13:26:27.604217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.604217000 to 2020-07-06 13:26:27.605217000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.606000000, lastModified=2020-07-06 13:26:27.605217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.606000000, lastModified=2020-07-06 13:26:27.605217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.607000000, lastModified=2020-07-06 13:26:27.606217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.607000000, lastModified=2020-07-06 13:26:27.606217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.609000000, lastModified=2020-07-06 13:26:27.607217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.607217000 to 2020-07-06 13:26:27.608217000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.610000000, lastModified=2020-07-06 13:26:27.609217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.610000000, lastModified=2020-07-06 13:26:27.609217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.611000000, lastModified=2020-07-06 13:26:27.610217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.611000000, lastModified=2020-07-06 13:26:27.610217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.612000000, lastModified=2020-07-06 13:26:27.611217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.611217000 to 2020-07-06 13:26:27.612217000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.614000000, lastModified=2020-07-06 13:26:27.612217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.612217000 to 2020-07-06 13:26:27.614217000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.616000000, lastModified=2020-07-06 13:26:27.614217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.614217000 to 2020-07-06 13:26:27.615217000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.617000000, lastModified=2020-07-06 13:26:27.616217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.617000000, lastModified=2020-07-06 13:26:27.616217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.618000000, lastModified=2020-07-06 13:26:27.617217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.617217000 to 2020-07-06 13:26:27.618217000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.619000000, lastModified=2020-07-06 13:26:27.618217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.618217000 to 2020-07-06 13:26:27.619217000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.620000000, lastModified=2020-07-06 13:26:27.619217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.620000000, lastModified=2020-07-06 13:26:27.619217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.621000000, lastModified=2020-07-06 13:26:27.620217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.620217000 to 2020-07-06 13:26:27.621217000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.622000000, lastModified=2020-07-06 13:26:27.621217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.622000000, lastModified=2020-07-06 13:26:27.621217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.623000000, lastModified=2020-07-06 13:26:27.622217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.623000000, lastModified=2020-07-06 13:26:27.622217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.623000000, lastModified=2020-07-06 13:26:27.622217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.622217000 to 2020-07-06 13:26:27.623217000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.625000000, lastModified=2020-07-06 13:26:27.624217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.625000000, lastModified=2020-07-06 13:26:27.624217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.626000000, lastModified=2020-07-06 13:26:27.625217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.626000000, lastModified=2020-07-06 13:26:27.625217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.627000000, lastModified=2020-07-06 13:26:27.626217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.626217000 to 2020-07-06 13:26:27.627217000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.628000000, lastModified=2020-07-06 13:26:27.627217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.628000000, lastModified=2020-07-06 13:26:27.627217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.629000000, lastModified=2020-07-06 13:26:27.628217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.629000000, lastModified=2020-07-06 13:26:27.628217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.629000000, lastModified=2020-07-06 13:26:27.628217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.629000000, lastModified=2020-07-06 13:26:27.628217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.630000000, lastModified=2020-07-06 13:26:27.629217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.630000000, lastModified=2020-07-06 13:26:27.629217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.630000000, lastModified=2020-07-06 13:26:27.629217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.629217000 to 2020-07-06 13:26:27.630217000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.631000000, lastModified=2020-07-06 13:26:27.630217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.631000000, lastModified=2020-07-06 13:26:27.630217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.632000000, lastModified=2020-07-06 13:26:27.631217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.632000000, lastModified=2020-07-06 13:26:27.631217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.632000000, lastModified=2020-07-06 13:26:27.631217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.631217000 to 2020-07-06 13:26:27.632217000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.633000000, lastModified=2020-07-06 13:26:27.632217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.633000000, lastModified=2020-07-06 13:26:27.632217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.634000000, lastModified=2020-07-06 13:26:27.633217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.634000000, lastModified=2020-07-06 13:26:27.633217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.635000000, lastModified=2020-07-06 13:26:27.634217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.635000000, lastModified=2020-07-06 13:26:27.634217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.636000000, lastModified=2020-07-06 13:26:27.635217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.636000000, lastModified=2020-07-06 13:26:27.635217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.636000000, lastModified=2020-07-06 13:26:27.635217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.635217000 to 2020-07-06 13:26:27.636217000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.638000000, lastModified=2020-07-06 13:26:27.637217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.638000000, lastModified=2020-07-06 13:26:27.637217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.639000000, lastModified=2020-07-06 13:26:27.637217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.637217000 to 2020-07-06 13:26:27.638217000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.639000000, lastModified=2020-07-06 13:26:27.638217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.638217000 to 2020-07-06 13:26:27.639217000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.641000000, lastModified=2020-07-06 13:26:27.640217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.641000000, lastModified=2020-07-06 13:26:27.640217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.642000000, lastModified=2020-07-06 13:26:27.640217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.640217000 to 2020-07-06 13:26:27.641217000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.643000000, lastModified=2020-07-06 13:26:27.642217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.643000000, lastModified=2020-07-06 13:26:27.642217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.644000000, lastModified=2020-07-06 13:26:27.643217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.644000000, lastModified=2020-07-06 13:26:27.643217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.645000000, lastModified=2020-07-06 13:26:27.644217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.645000000, lastModified=2020-07-06 13:26:27.644217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.646000000, lastModified=2020-07-06 13:26:27.644217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.644217000 to 2020-07-06 13:26:27.645217000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.647000000, lastModified=2020-07-06 13:26:27.646217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.647000000, lastModified=2020-07-06 13:26:27.646217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.648000000, lastModified=2020-07-06 13:26:27.647217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.648000000, lastModified=2020-07-06 13:26:27.647217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.648000000, lastModified=2020-07-06 13:26:27.647217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.647217000 to 2020-07-06 13:26:27.648217000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.649000000, lastModified=2020-07-06 13:26:27.648217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.649000000, lastModified=2020-07-06 13:26:27.648217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.650000000, lastModified=2020-07-06 13:26:27.649217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.650000000, lastModified=2020-07-06 13:26:27.649217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.650000000, lastModified=2020-07-06 13:26:27.649217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.649217000 to 2020-07-06 13:26:27.650217000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.651000000, lastModified=2020-07-06 13:26:27.650217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.651000000, lastModified=2020-07-06 13:26:27.650217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.652000000, lastModified=2020-07-06 13:26:27.651217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.652000000, lastModified=2020-07-06 13:26:27.651217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.652000000, lastModified=2020-07-06 13:26:27.651217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.651217000 to 2020-07-06 13:26:27.652217000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.654000000, lastModified=2020-07-06 13:26:27.653217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.654000000, lastModified=2020-07-06 13:26:27.653217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.655000000, lastModified=2020-07-06 13:26:27.654217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.654217000 to 2020-07-06 13:26:27.655217000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.656000000, lastModified=2020-07-06 13:26:27.655217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.656000000, lastModified=2020-07-06 13:26:27.655217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.657000000, lastModified=2020-07-06 13:26:27.656217000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.657000000, lastModified=2020-07-06 13:26:27.656217000, delta=783000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.658000000, lastModified=2020-07-06 13:26:27.657218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.658000000, lastModified=2020-07-06 13:26:27.657218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.659000000, lastModified=2020-07-06 13:26:27.657218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.657218000 to 2020-07-06 13:26:27.658218000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.659000000, lastModified=2020-07-06 13:26:27.658218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.659000000, lastModified=2020-07-06 13:26:27.658218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.660000000, lastModified=2020-07-06 13:26:27.659218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.660000000, lastModified=2020-07-06 13:26:27.659218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.661000000, lastModified=2020-07-06 13:26:27.660218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.661000000, lastModified=2020-07-06 13:26:27.660218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.662000000, lastModified=2020-07-06 13:26:27.661218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.662000000, lastModified=2020-07-06 13:26:27.661218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.662000000, lastModified=2020-07-06 13:26:27.661218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.661218000 to 2020-07-06 13:26:27.662218000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.663000000, lastModified=2020-07-06 13:26:27.662218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.663000000, lastModified=2020-07-06 13:26:27.662218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.665000000, lastModified=2020-07-06 13:26:27.664218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.665000000, lastModified=2020-07-06 13:26:27.664218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.666000000, lastModified=2020-07-06 13:26:27.664218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.664218000 to 2020-07-06 13:26:27.665218000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.666000000, lastModified=2020-07-06 13:26:27.665218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.666000000, lastModified=2020-07-06 13:26:27.665218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.667000000, lastModified=2020-07-06 13:26:27.666218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.667000000, lastModified=2020-07-06 13:26:27.666218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.668000000, lastModified=2020-07-06 13:26:27.667218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.668000000, lastModified=2020-07-06 13:26:27.667218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.668000000, lastModified=2020-07-06 13:26:27.667218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.668000000, lastModified=2020-07-06 13:26:27.667218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.669000000, lastModified=2020-07-06 13:26:27.668218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.669000000, lastModified=2020-07-06 13:26:27.668218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.670000000, lastModified=2020-07-06 13:26:27.668218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.668218000 to 2020-07-06 13:26:27.669218000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.670000000, lastModified=2020-07-06 13:26:27.669218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.670000000, lastModified=2020-07-06 13:26:27.669218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.671000000, lastModified=2020-07-06 13:26:27.670218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.670218000 to 2020-07-06 13:26:27.671218000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.673000000, lastModified=2020-07-06 13:26:27.671218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.671218000 to 2020-07-06 13:26:27.672218000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.673000000, lastModified=2020-07-06 13:26:27.672218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.672218000 to 2020-07-06 13:26:27.673218000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.674000000, lastModified=2020-07-06 13:26:27.673218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.674000000, lastModified=2020-07-06 13:26:27.673218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.675000000, lastModified=2020-07-06 13:26:27.674218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.675000000, lastModified=2020-07-06 13:26:27.674218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.676000000, lastModified=2020-07-06 13:26:27.675218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.675218000 to 2020-07-06 13:26:27.676218000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.677000000, lastModified=2020-07-06 13:26:27.676218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.677000000, lastModified=2020-07-06 13:26:27.676218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.678000000, lastModified=2020-07-06 13:26:27.677218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.678000000, lastModified=2020-07-06 13:26:27.677218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.678000000, lastModified=2020-07-06 13:26:27.677218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.678000000, lastModified=2020-07-06 13:26:27.677218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.679000000, lastModified=2020-07-06 13:26:27.678218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.679000000, lastModified=2020-07-06 13:26:27.678218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.680000000, lastModified=2020-07-06 13:26:27.679218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.680000000, lastModified=2020-07-06 13:26:27.679218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.681000000, lastModified=2020-07-06 13:26:27.680218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.681000000, lastModified=2020-07-06 13:26:27.680218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.682000000, lastModified=2020-07-06 13:26:27.680218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.680218000 to 2020-07-06 13:26:27.681218000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.682000000, lastModified=2020-07-06 13:26:27.681218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.682000000, lastModified=2020-07-06 13:26:27.681218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.683000000, lastModified=2020-07-06 13:26:27.682218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.683000000, lastModified=2020-07-06 13:26:27.682218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.684000000, lastModified=2020-07-06 13:26:27.682218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.682218000 to 2020-07-06 13:26:27.683218000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.684000000, lastModified=2020-07-06 13:26:27.683218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.684000000, lastModified=2020-07-06 13:26:27.683218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.685000000, lastModified=2020-07-06 13:26:27.684218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.685000000, lastModified=2020-07-06 13:26:27.684218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.686000000, lastModified=2020-07-06 13:26:27.685218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.686000000, lastModified=2020-07-06 13:26:27.685218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.686000000, lastModified=2020-07-06 13:26:27.685218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.686000000, lastModified=2020-07-06 13:26:27.685218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.687000000, lastModified=2020-07-06 13:26:27.686218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.687000000, lastModified=2020-07-06 13:26:27.686218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.688000000, lastModified=2020-07-06 13:26:27.686218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.686218000 to 2020-07-06 13:26:27.687218000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.688000000, lastModified=2020-07-06 13:26:27.687218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.688000000, lastModified=2020-07-06 13:26:27.687218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.689000000, lastModified=2020-07-06 13:26:27.688218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.689000000, lastModified=2020-07-06 13:26:27.688218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.690000000, lastModified=2020-07-06 13:26:27.689218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.689218000 to 2020-07-06 13:26:27.690218000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.691000000, lastModified=2020-07-06 13:26:27.690218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.691000000, lastModified=2020-07-06 13:26:27.690218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.692000000, lastModified=2020-07-06 13:26:27.691218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.692000000, lastModified=2020-07-06 13:26:27.691218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.693000000, lastModified=2020-07-06 13:26:27.691218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.691218000 to 2020-07-06 13:26:27.692218000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.694000000, lastModified=2020-07-06 13:26:27.692218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.692218000 to 2020-07-06 13:26:27.693218000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.695000000, lastModified=2020-07-06 13:26:27.694218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.695000000, lastModified=2020-07-06 13:26:27.694218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.696000000, lastModified=2020-07-06 13:26:27.695218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.696000000, lastModified=2020-07-06 13:26:27.695218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.697000000, lastModified=2020-07-06 13:26:27.695218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.695218000 to 2020-07-06 13:26:27.696218000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.697000000, lastModified=2020-07-06 13:26:27.696218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.696218000 to 2020-07-06 13:26:27.697218000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.698000000, lastModified=2020-07-06 13:26:27.697218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.698000000, lastModified=2020-07-06 13:26:27.697218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.699000000, lastModified=2020-07-06 13:26:27.698218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.699000000, lastModified=2020-07-06 13:26:27.698218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.700000000, lastModified=2020-07-06 13:26:27.698218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.698218000 to 2020-07-06 13:26:27.699218000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.700000000, lastModified=2020-07-06 13:26:27.699218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.699218000 to 2020-07-06 13:26:27.700218000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.702000000, lastModified=2020-07-06 13:26:27.700218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.700218000 to 2020-07-06 13:26:27.701218000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.702000000, lastModified=2020-07-06 13:26:27.701218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.702000000, lastModified=2020-07-06 13:26:27.701218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.703000000, lastModified=2020-07-06 13:26:27.702218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.703000000, lastModified=2020-07-06 13:26:27.702218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.704000000, lastModified=2020-07-06 13:26:27.703218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.704000000, lastModified=2020-07-06 13:26:27.703218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.704000000, lastModified=2020-07-06 13:26:27.703218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.703218000 to 2020-07-06 13:26:27.704218000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.705000000, lastModified=2020-07-06 13:26:27.704218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.705000000, lastModified=2020-07-06 13:26:27.704218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.706000000, lastModified=2020-07-06 13:26:27.705218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.706000000, lastModified=2020-07-06 13:26:27.705218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.707000000, lastModified=2020-07-06 13:26:27.705218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.705218000 to 2020-07-06 13:26:27.706218000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.707000000, lastModified=2020-07-06 13:26:27.706218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.707000000, lastModified=2020-07-06 13:26:27.706218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.708000000, lastModified=2020-07-06 13:26:27.707218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.708000000, lastModified=2020-07-06 13:26:27.707218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.709000000, lastModified=2020-07-06 13:26:27.707218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.707218000 to 2020-07-06 13:26:27.708218000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.709000000, lastModified=2020-07-06 13:26:27.708218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.708218000 to 2020-07-06 13:26:27.709218000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.710000000, lastModified=2020-07-06 13:26:27.709218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.710000000, lastModified=2020-07-06 13:26:27.709218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.711000000, lastModified=2020-07-06 13:26:27.710218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.711000000, lastModified=2020-07-06 13:26:27.710218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.711000000, lastModified=2020-07-06 13:26:27.710218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.710218000 to 2020-07-06 13:26:27.711218000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.712000000, lastModified=2020-07-06 13:26:27.711218000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.712000000, lastModified=2020-07-06 13:26:27.711218000, delta=782000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.713000000, lastModified=2020-07-06 13:26:27.712219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.713000000, lastModified=2020-07-06 13:26:27.712219000, delta=781000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.713000000, lastModified=2020-07-06 13:26:27.712219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.712219000 to 2020-07-06 13:26:27.713219000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.714000000, lastModified=2020-07-06 13:26:27.713219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.713219000 to 2020-07-06 13:26:27.733219000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.735000000, lastModified=2020-07-06 13:26:27.733219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.733219000 to 2020-07-06 13:26:27.734219000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.736000000, lastModified=2020-07-06 13:26:27.735219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.736000000, lastModified=2020-07-06 13:26:27.735219000, delta=781000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.743000000, lastModified=2020-07-06 13:26:27.742219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.743000000, lastModified=2020-07-06 13:26:27.742219000, delta=781000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.744000000, lastModified=2020-07-06 13:26:27.743219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.744000000, lastModified=2020-07-06 13:26:27.743219000, delta=781000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.744000000, lastModified=2020-07-06 13:26:27.743219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.743219000 to 2020-07-06 13:26:27.744219000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.745000000, lastModified=2020-07-06 13:26:27.744219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.745000000, lastModified=2020-07-06 13:26:27.744219000, delta=781000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.746000000, lastModified=2020-07-06 13:26:27.745219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.746000000, lastModified=2020-07-06 13:26:27.745219000, delta=781000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.746000000, lastModified=2020-07-06 13:26:27.745219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.745219000 to 2020-07-06 13:26:27.746219000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.747000000, lastModified=2020-07-06 13:26:27.746219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.747000000, lastModified=2020-07-06 13:26:27.746219000, delta=781000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.748000000, lastModified=2020-07-06 13:26:27.747219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.748000000, lastModified=2020-07-06 13:26:27.747219000, delta=781000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.748000000, lastModified=2020-07-06 13:26:27.747219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.747219000 to 2020-07-06 13:26:27.748219000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.749000000, lastModified=2020-07-06 13:26:27.748219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.749000000, lastModified=2020-07-06 13:26:27.748219000, delta=781000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.750000000, lastModified=2020-07-06 13:26:27.749219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.750000000, lastModified=2020-07-06 13:26:27.749219000, delta=781000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.750000000, lastModified=2020-07-06 13:26:27.749219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.750000000, lastModified=2020-07-06 13:26:27.749219000, delta=781000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.751000000, lastModified=2020-07-06 13:26:27.750219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.751000000, lastModified=2020-07-06 13:26:27.750219000, delta=781000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.752000000, lastModified=2020-07-06 13:26:27.750219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.750219000 to 2020-07-06 13:26:27.751219000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.753000000, lastModified=2020-07-06 13:26:27.752219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.752219000 to 2020-07-06 13:26:27.753219000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.754000000, lastModified=2020-07-06 13:26:27.753219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.754000000, lastModified=2020-07-06 13:26:27.753219000, delta=781000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.755000000, lastModified=2020-07-06 13:26:27.754219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.755000000, lastModified=2020-07-06 13:26:27.754219000, delta=781000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.756000000, lastModified=2020-07-06 13:26:27.754219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.754219000 to 2020-07-06 13:26:27.755219000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.757000000, lastModified=2020-07-06 13:26:27.756219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.757000000, lastModified=2020-07-06 13:26:27.756219000, delta=781000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.758000000, lastModified=2020-07-06 13:26:27.756219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.756219000 to 2020-07-06 13:26:27.757219000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.758000000, lastModified=2020-07-06 13:26:27.757219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.758000000, lastModified=2020-07-06 13:26:27.757219000, delta=781000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.759000000, lastModified=2020-07-06 13:26:27.758219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.758219000 to 2020-07-06 13:26:27.759219000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.760000000, lastModified=2020-07-06 13:26:27.759219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.759219000 to 2020-07-06 13:26:27.760219000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.761000000, lastModified=2020-07-06 13:26:27.760219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.761000000, lastModified=2020-07-06 13:26:27.760219000, delta=781000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.762000000, lastModified=2020-07-06 13:26:27.761219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.761219000 to 2020-07-06 13:26:27.762219000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.763000000, lastModified=2020-07-06 13:26:27.762219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.763000000, lastModified=2020-07-06 13:26:27.762219000, delta=781000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.764000000, lastModified=2020-07-06 13:26:27.763219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.764000000, lastModified=2020-07-06 13:26:27.763219000, delta=781000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.764000000, lastModified=2020-07-06 13:26:27.763219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.763219000 to 2020-07-06 13:26:27.764219000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.766000000, lastModified=2020-07-06 13:26:27.765219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.766000000, lastModified=2020-07-06 13:26:27.765219000, delta=781000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.766000000, lastModified=2020-07-06 13:26:27.765219000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.765219000 to 2020-07-06 13:26:27.766220000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.767000000, lastModified=2020-07-06 13:26:27.766220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.767000000, lastModified=2020-07-06 13:26:27.766220000, delta=780000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.768000000, lastModified=2020-07-06 13:26:27.767220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.768000000, lastModified=2020-07-06 13:26:27.767220000, delta=780000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.768000000, lastModified=2020-07-06 13:26:27.767220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.767220000 to 2020-07-06 13:26:27.768220000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.769000000, lastModified=2020-07-06 13:26:27.768220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.769000000, lastModified=2020-07-06 13:26:27.768220000, delta=780000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.771000000, lastModified=2020-07-06 13:26:27.770220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.771000000, lastModified=2020-07-06 13:26:27.770220000, delta=780000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.772000000, lastModified=2020-07-06 13:26:27.771220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.771220000 to 2020-07-06 13:26:27.772220000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.773000000, lastModified=2020-07-06 13:26:27.772220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.773000000, lastModified=2020-07-06 13:26:27.772220000, delta=780000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.774000000, lastModified=2020-07-06 13:26:27.773220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.774000000, lastModified=2020-07-06 13:26:27.773220000, delta=780000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.775000000, lastModified=2020-07-06 13:26:27.773220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.773220000 to 2020-07-06 13:26:27.774220000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.775000000, lastModified=2020-07-06 13:26:27.774220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.774220000 to 2020-07-06 13:26:27.775220000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.777000000, lastModified=2020-07-06 13:26:27.776220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.777000000, lastModified=2020-07-06 13:26:27.776220000, delta=780000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.777000000, lastModified=2020-07-06 13:26:27.776220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.776220000 to 2020-07-06 13:26:27.777220000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.778000000, lastModified=2020-07-06 13:26:27.777220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.778000000, lastModified=2020-07-06 13:26:27.777220000, delta=780000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.779000000, lastModified=2020-07-06 13:26:27.778220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.779000000, lastModified=2020-07-06 13:26:27.778220000, delta=780000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.779000000, lastModified=2020-07-06 13:26:27.778220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.778220000 to 2020-07-06 13:26:27.779220000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.780000000, lastModified=2020-07-06 13:26:27.779220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.780000000, lastModified=2020-07-06 13:26:27.779220000, delta=780000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.781000000, lastModified=2020-07-06 13:26:27.779220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.779220000 to 2020-07-06 13:26:27.780220000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.781000000, lastModified=2020-07-06 13:26:27.780220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.780220000 to 2020-07-06 13:26:27.781220000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.783000000, lastModified=2020-07-06 13:26:27.781220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.781220000 to 2020-07-06 13:26:27.782220000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.783000000, lastModified=2020-07-06 13:26:27.782220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.783000000, lastModified=2020-07-06 13:26:27.782220000, delta=780000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.784000000, lastModified=2020-07-06 13:26:27.783220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.784000000, lastModified=2020-07-06 13:26:27.783220000, delta=780000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.784000000, lastModified=2020-07-06 13:26:27.783220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.783220000 to 2020-07-06 13:26:27.784220000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.785000000, lastModified=2020-07-06 13:26:27.784220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.784220000 to 2020-07-06 13:26:27.785220000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.786000000, lastModified=2020-07-06 13:26:27.785220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.785220000 to 2020-07-06 13:26:27.786220000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.787000000, lastModified=2020-07-06 13:26:27.786220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.787000000, lastModified=2020-07-06 13:26:27.786220000, delta=780000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.788000000, lastModified=2020-07-06 13:26:27.787220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.788000000, lastModified=2020-07-06 13:26:27.787220000, delta=780000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.789000000, lastModified=2020-07-06 13:26:27.788220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.788220000 to 2020-07-06 13:26:27.789220000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.792000000, lastModified=2020-07-06 13:26:27.791220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.792000000, lastModified=2020-07-06 13:26:27.791220000, delta=780000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.793000000, lastModified=2020-07-06 13:26:27.792220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.793000000, lastModified=2020-07-06 13:26:27.792220000, delta=780000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.794000000, lastModified=2020-07-06 13:26:27.793220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.794000000, lastModified=2020-07-06 13:26:27.793220000, delta=780000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.795000000, lastModified=2020-07-06 13:26:27.793220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.793220000 to 2020-07-06 13:26:27.794220000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.795000000, lastModified=2020-07-06 13:26:27.794220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.794220000 to 2020-07-06 13:26:27.795220000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.796000000, lastModified=2020-07-06 13:26:27.795220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.796000000, lastModified=2020-07-06 13:26:27.795220000, delta=780000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.797000000, lastModified=2020-07-06 13:26:27.796220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.797000000, lastModified=2020-07-06 13:26:27.796220000, delta=780000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.798000000, lastModified=2020-07-06 13:26:27.797220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.798000000, lastModified=2020-07-06 13:26:27.797220000, delta=780000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.799000000, lastModified=2020-07-06 13:26:27.797220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.797220000 to 2020-07-06 13:26:27.798220000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.799000000, lastModified=2020-07-06 13:26:27.798220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.798220000 to 2020-07-06 13:26:27.799220000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.801000000, lastModified=2020-07-06 13:26:27.800220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.801000000, lastModified=2020-07-06 13:26:27.800220000, delta=780000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.802000000, lastModified=2020-07-06 13:26:27.801220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.802000000, lastModified=2020-07-06 13:26:27.801220000, delta=780000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.803000000, lastModified=2020-07-06 13:26:27.802220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.803000000, lastModified=2020-07-06 13:26:27.802220000, delta=780000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.804000000, lastModified=2020-07-06 13:26:27.802220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.802220000 to 2020-07-06 13:26:27.803220000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.804000000, lastModified=2020-07-06 13:26:27.803220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.804000000, lastModified=2020-07-06 13:26:27.803220000, delta=780000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.805000000, lastModified=2020-07-06 13:26:27.804220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.805000000, lastModified=2020-07-06 13:26:27.804220000, delta=780000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.807000000, lastModified=2020-07-06 13:26:27.805220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.805220000 to 2020-07-06 13:26:27.806220000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.808000000, lastModified=2020-07-06 13:26:27.806220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.806220000 to 2020-07-06 13:26:27.807220000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.809000000, lastModified=2020-07-06 13:26:27.808220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.809000000, lastModified=2020-07-06 13:26:27.808220000, delta=780000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.810000000, lastModified=2020-07-06 13:26:27.809220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.809220000 to 2020-07-06 13:26:27.810220000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.812000000, lastModified=2020-07-06 13:26:27.810220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.810220000 to 2020-07-06 13:26:27.811220000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.812000000, lastModified=2020-07-06 13:26:27.811220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.811220000 to 2020-07-06 13:26:27.812220000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.814000000, lastModified=2020-07-06 13:26:27.813220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.814000000, lastModified=2020-07-06 13:26:27.813220000, delta=780000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.815000000, lastModified=2020-07-06 13:26:27.814220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.814220000 to 2020-07-06 13:26:27.815220000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.816000000, lastModified=2020-07-06 13:26:27.815220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.815220000 to 2020-07-06 13:26:27.816220000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.818000000, lastModified=2020-07-06 13:26:27.816220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.816220000 to 2020-07-06 13:26:27.817220000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.819000000, lastModified=2020-07-06 13:26:27.818220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.818220000 to 2020-07-06 13:26:27.819220000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.820000000, lastModified=2020-07-06 13:26:27.819220000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.819220000 to 2020-07-06 13:26:27.820221000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.844000000, lastModified=2020-07-06 13:26:27.843221000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.843221000 to 2020-07-06 13:26:27.855221000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.857000000, lastModified=2020-07-06 13:26:27.855221000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.855221000 to 2020-07-06 13:26:27.856221000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.858000000, lastModified=2020-07-06 13:26:27.857221000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.858000000, lastModified=2020-07-06 13:26:27.857221000, delta=779000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.859000000, lastModified=2020-07-06 13:26:27.858221000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.859000000, lastModified=2020-07-06 13:26:27.858221000, delta=779000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.860000000, lastModified=2020-07-06 13:26:27.858221000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.858221000 to 2020-07-06 13:26:27.859221000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.860000000, lastModified=2020-07-06 13:26:27.859221000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.860000000, lastModified=2020-07-06 13:26:27.859221000, delta=779000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.861000000, lastModified=2020-07-06 13:26:27.860221000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.861000000, lastModified=2020-07-06 13:26:27.860221000, delta=779000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.862000000, lastModified=2020-07-06 13:26:27.861221000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.862000000, lastModified=2020-07-06 13:26:27.861221000, delta=779000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.862000000, lastModified=2020-07-06 13:26:27.861221000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.861221000 to 2020-07-06 13:26:27.862221000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.863000000, lastModified=2020-07-06 13:26:27.862221000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.863000000, lastModified=2020-07-06 13:26:27.862221000, delta=779000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.864000000, lastModified=2020-07-06 13:26:27.863221000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.864000000, lastModified=2020-07-06 13:26:27.863221000, delta=779000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.865000000, lastModified=2020-07-06 13:26:27.864221000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.865000000, lastModified=2020-07-06 13:26:27.864221000, delta=779000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.865000000, lastModified=2020-07-06 13:26:27.864221000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.864221000 to 2020-07-06 13:26:27.865221000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.866000000, lastModified=2020-07-06 13:26:27.865221000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.866000000, lastModified=2020-07-06 13:26:27.865221000, delta=779000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.867000000, lastModified=2020-07-06 13:26:27.866221000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.867000000, lastModified=2020-07-06 13:26:27.866221000, delta=779000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.868000000, lastModified=2020-07-06 13:26:27.867221000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.868000000, lastModified=2020-07-06 13:26:27.867221000, delta=779000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.869000000, lastModified=2020-07-06 13:26:27.867221000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.867221000 to 2020-07-06 13:26:27.868221000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.869000000, lastModified=2020-07-06 13:26:27.868221000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.868221000 to 2020-07-06 13:26:27.869221000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.870000000, lastModified=2020-07-06 13:26:27.869221000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.870000000, lastModified=2020-07-06 13:26:27.869221000, delta=779000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.871000000, lastModified=2020-07-06 13:26:27.870221000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.870221000 to 2020-07-06 13:26:27.872221000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.874000000, lastModified=2020-07-06 13:26:27.872221000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.872221000 to 2020-07-06 13:26:27.873221000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.874000000, lastModified=2020-07-06 13:26:27.873221000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.873221000 to 2020-07-06 13:26:27.874221000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.876000000, lastModified=2020-07-06 13:26:27.875222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.876000000, lastModified=2020-07-06 13:26:27.875222000, delta=778000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.877000000, lastModified=2020-07-06 13:26:27.876222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.877000000, lastModified=2020-07-06 13:26:27.876222000, delta=778000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.878000000, lastModified=2020-07-06 13:26:27.877222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.878000000, lastModified=2020-07-06 13:26:27.877222000, delta=778000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.879000000, lastModified=2020-07-06 13:26:27.877222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.877222000 to 2020-07-06 13:26:27.883222000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.885000000, lastModified=2020-07-06 13:26:27.884222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.884222000 to 2020-07-06 13:26:27.885222000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.886000000, lastModified=2020-07-06 13:26:27.885222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.886000000, lastModified=2020-07-06 13:26:27.885222000, delta=778000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.887000000, lastModified=2020-07-06 13:26:27.886222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.887000000, lastModified=2020-07-06 13:26:27.886222000, delta=778000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.888000000, lastModified=2020-07-06 13:26:27.887222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.888000000, lastModified=2020-07-06 13:26:27.887222000, delta=778000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.889000000, lastModified=2020-07-06 13:26:27.888222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.889000000, lastModified=2020-07-06 13:26:27.888222000, delta=778000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.889000000, lastModified=2020-07-06 13:26:27.888222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.888222000 to 2020-07-06 13:26:27.890222000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.892000000, lastModified=2020-07-06 13:26:27.891222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.892000000, lastModified=2020-07-06 13:26:27.891222000, delta=778000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.892000000, lastModified=2020-07-06 13:26:27.891222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.891222000 to 2020-07-06 13:26:27.892222000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.893000000, lastModified=2020-07-06 13:26:27.892222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.893000000, lastModified=2020-07-06 13:26:27.892222000, delta=778000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.894000000, lastModified=2020-07-06 13:26:27.893222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.893222000 to 2020-07-06 13:26:27.894222000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.895000000, lastModified=2020-07-06 13:26:27.894222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.894222000 to 2020-07-06 13:26:27.895222000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.896000000, lastModified=2020-07-06 13:26:27.895222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.895222000 to 2020-07-06 13:26:27.898222000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.900000000, lastModified=2020-07-06 13:26:27.899222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.900000000, lastModified=2020-07-06 13:26:27.899222000, delta=778000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.901000000, lastModified=2020-07-06 13:26:27.899222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.899222000 to 2020-07-06 13:26:27.901222000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.902000000, lastModified=2020-07-06 13:26:27.901222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.902000000, lastModified=2020-07-06 13:26:27.901222000, delta=778000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.903000000, lastModified=2020-07-06 13:26:27.902222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.902222000 to 2020-07-06 13:26:27.903222000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.905000000, lastModified=2020-07-06 13:26:27.903222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.903222000 to 2020-07-06 13:26:27.904222000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.906000000, lastModified=2020-07-06 13:26:27.905222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.906000000, lastModified=2020-07-06 13:26:27.905222000, delta=778000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.907000000, lastModified=2020-07-06 13:26:27.906222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.906222000 to 2020-07-06 13:26:27.907222000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.908000000, lastModified=2020-07-06 13:26:27.907222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.908000000, lastModified=2020-07-06 13:26:27.907222000, delta=778000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.910000000, lastModified=2020-07-06 13:26:27.908222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.908222000 to 2020-07-06 13:26:27.909222000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.910000000, lastModified=2020-07-06 13:26:27.909222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.909222000 to 2020-07-06 13:26:27.910222000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.912000000, lastModified=2020-07-06 13:26:27.911222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.912000000, lastModified=2020-07-06 13:26:27.911222000, delta=778000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.913000000, lastModified=2020-07-06 13:26:27.912222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.913000000, lastModified=2020-07-06 13:26:27.912222000, delta=778000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.914000000, lastModified=2020-07-06 13:26:27.913222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.914000000, lastModified=2020-07-06 13:26:27.913222000, delta=778000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.915000000, lastModified=2020-07-06 13:26:27.914222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.914222000 to 2020-07-06 13:26:27.915222000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.916000000, lastModified=2020-07-06 13:26:27.915222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.916000000, lastModified=2020-07-06 13:26:27.915222000, delta=778000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.917000000, lastModified=2020-07-06 13:26:27.916222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.917000000, lastModified=2020-07-06 13:26:27.916222000, delta=778000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.917000000, lastModified=2020-07-06 13:26:27.916222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.916222000 to 2020-07-06 13:26:27.917222000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.918000000, lastModified=2020-07-06 13:26:27.917222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.917222000 to 2020-07-06 13:26:27.924222000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.926000000, lastModified=2020-07-06 13:26:27.925222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.925222000 to 2020-07-06 13:26:27.926222000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.927000000, lastModified=2020-07-06 13:26:27.926222000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.926222000 to 2020-07-06 13:26:27.935223000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.936000000, lastModified=2020-07-06 13:26:27.935223000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.935223000 to 2020-07-06 13:26:27.936223000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.937000000, lastModified=2020-07-06 13:26:27.936223000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.936223000 to 2020-07-06 13:26:27.942223000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.947000000, lastModified=2020-07-06 13:26:27.946223000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.947000000, lastModified=2020-07-06 13:26:27.946223000, delta=777000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.948000000, lastModified=2020-07-06 13:26:27.946223000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.946223000 to 2020-07-06 13:26:27.948223000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.949000000, lastModified=2020-07-06 13:26:27.948223000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.949000000, lastModified=2020-07-06 13:26:27.948223000, delta=777000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.950000000, lastModified=2020-07-06 13:26:27.949223000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.950000000, lastModified=2020-07-06 13:26:27.949223000, delta=777000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.951000000, lastModified=2020-07-06 13:26:27.949223000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.949223000 to 2020-07-06 13:26:27.950223000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.952000000, lastModified=2020-07-06 13:26:27.951223000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.952000000, lastModified=2020-07-06 13:26:27.951223000, delta=777000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.953000000, lastModified=2020-07-06 13:26:27.952223000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.953000000, lastModified=2020-07-06 13:26:27.952223000, delta=777000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.953000000, lastModified=2020-07-06 13:26:27.952223000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.952223000 to 2020-07-06 13:26:27.953223000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.954000000, lastModified=2020-07-06 13:26:27.953223000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.954000000, lastModified=2020-07-06 13:26:27.953223000, delta=777000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.955000000, lastModified=2020-07-06 13:26:27.954223000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.955000000, lastModified=2020-07-06 13:26:27.954223000, delta=777000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.955000000, lastModified=2020-07-06 13:26:27.954223000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.954223000 to 2020-07-06 13:26:27.955223000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.956000000, lastModified=2020-07-06 13:26:27.955223000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.955223000 to 2020-07-06 13:26:27.958223000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.960000000, lastModified=2020-07-06 13:26:27.959223000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.960000000, lastModified=2020-07-06 13:26:27.959223000, delta=777000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.960000000, lastModified=2020-07-06 13:26:27.959223000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.959223000 to 2020-07-06 13:26:27.971223000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.974000000, lastModified=2020-07-06 13:26:27.973223000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.974000000, lastModified=2020-07-06 13:26:27.973223000, delta=777000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.975000000, lastModified=2020-07-06 13:26:27.974223000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.974223000 to 2020-07-06 13:26:27.983224000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.985000000, lastModified=2020-07-06 13:26:27.984224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.985000000, lastModified=2020-07-06 13:26:27.984224000, delta=776000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.986000000, lastModified=2020-07-06 13:26:27.984224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.984224000 to 2020-07-06 13:26:27.985224000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.987000000, lastModified=2020-07-06 13:26:27.986224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.987000000, lastModified=2020-07-06 13:26:27.986224000, delta=776000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.988000000, lastModified=2020-07-06 13:26:27.987224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.987224000 to 2020-07-06 13:26:27.988224000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.989000000, lastModified=2020-07-06 13:26:27.988224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.989000000, lastModified=2020-07-06 13:26:27.988224000, delta=776000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.990000000, lastModified=2020-07-06 13:26:27.989224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.989224000 to 2020-07-06 13:26:27.990224000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.991000000, lastModified=2020-07-06 13:26:27.990224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.990224000 to 2020-07-06 13:26:27.991224000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.992000000, lastModified=2020-07-06 13:26:27.991224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.991224000 to 2020-07-06 13:26:27.992224000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.994000000, lastModified=2020-07-06 13:26:27.993224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.994000000, lastModified=2020-07-06 13:26:27.993224000, delta=776000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.995000000, lastModified=2020-07-06 13:26:27.994224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.995000000, lastModified=2020-07-06 13:26:27.994224000, delta=776000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.996000000, lastModified=2020-07-06 13:26:27.994224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.994224000 to 2020-07-06 13:26:27.995224000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.996000000, lastModified=2020-07-06 13:26:27.995224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.996000000, lastModified=2020-07-06 13:26:27.995224000, delta=776000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.997000000, lastModified=2020-07-06 13:26:27.996224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.997000000, lastModified=2020-07-06 13:26:27.996224000, delta=776000 ns, racy<=2502500 ns 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.998000000, lastModified=2020-07-06 13:26:27.997224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.997224000 to 2020-07-06 13:26:27.998224000 13:26:27.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:27.999000000, lastModified=2020-07-06 13:26:27.998224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:27.999000000, lastModified=2020-07-06 13:26:27.998224000, delta=776000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.000000000, lastModified=2020-07-06 13:26:27.999224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:27.999224000 to 2020-07-06 13:26:28.000224000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.002000000, lastModified=2020-07-06 13:26:28.000224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.000224000 to 2020-07-06 13:26:28.001224000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.002000000, lastModified=2020-07-06 13:26:28.001224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.001224000 to 2020-07-06 13:26:28.002224000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.004000000, lastModified=2020-07-06 13:26:28.003224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.004000000, lastModified=2020-07-06 13:26:28.003224000, delta=776000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.005000000, lastModified=2020-07-06 13:26:28.004224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.005000000, lastModified=2020-07-06 13:26:28.004224000, delta=776000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.006000000, lastModified=2020-07-06 13:26:28.005224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.006000000, lastModified=2020-07-06 13:26:28.005224000, delta=776000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.007000000, lastModified=2020-07-06 13:26:28.006224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.006224000 to 2020-07-06 13:26:28.007224000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.008000000, lastModified=2020-07-06 13:26:28.007224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.007224000 to 2020-07-06 13:26:28.008224000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.009000000, lastModified=2020-07-06 13:26:28.008224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.008224000 to 2020-07-06 13:26:28.009224000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.010000000, lastModified=2020-07-06 13:26:28.009224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.010000000, lastModified=2020-07-06 13:26:28.009224000, delta=776000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.012000000, lastModified=2020-07-06 13:26:28.010224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.010224000 to 2020-07-06 13:26:28.011224000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.012000000, lastModified=2020-07-06 13:26:28.011224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.011224000 to 2020-07-06 13:26:28.012224000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.013000000, lastModified=2020-07-06 13:26:28.012224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.012224000 to 2020-07-06 13:26:28.013224000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.014000000, lastModified=2020-07-06 13:26:28.013224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.013224000 to 2020-07-06 13:26:28.014224000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.016000000, lastModified=2020-07-06 13:26:28.015224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.016000000, lastModified=2020-07-06 13:26:28.015224000, delta=776000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.017000000, lastModified=2020-07-06 13:26:28.015224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.015224000 to 2020-07-06 13:26:28.016224000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.017000000, lastModified=2020-07-06 13:26:28.016224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.017000000, lastModified=2020-07-06 13:26:28.016224000, delta=776000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.018000000, lastModified=2020-07-06 13:26:28.017224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.018000000, lastModified=2020-07-06 13:26:28.017224000, delta=776000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.018000000, lastModified=2020-07-06 13:26:28.017224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.019 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.017224000 to 2020-07-06 13:26:28.018224000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.020000000, lastModified=2020-07-06 13:26:28.019224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.020000000, lastModified=2020-07-06 13:26:28.019224000, delta=776000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.021000000, lastModified=2020-07-06 13:26:28.019224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.019224000 to 2020-07-06 13:26:28.020224000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.022000000, lastModified=2020-07-06 13:26:28.021224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.022000000, lastModified=2020-07-06 13:26:28.021224000, delta=776000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.023000000, lastModified=2020-07-06 13:26:28.022224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.022224000 to 2020-07-06 13:26:28.023224000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.024000000, lastModified=2020-07-06 13:26:28.023224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.024000000, lastModified=2020-07-06 13:26:28.023224000, delta=776000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.025000000, lastModified=2020-07-06 13:26:28.024224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.024224000 to 2020-07-06 13:26:28.025224000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.026000000, lastModified=2020-07-06 13:26:28.025224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.026000000, lastModified=2020-07-06 13:26:28.025224000, delta=776000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.027000000, lastModified=2020-07-06 13:26:28.026224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.027000000, lastModified=2020-07-06 13:26:28.026224000, delta=776000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.028000000, lastModified=2020-07-06 13:26:28.027224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.027224000 to 2020-07-06 13:26:28.028224000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.029000000, lastModified=2020-07-06 13:26:28.028224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.029000000, lastModified=2020-07-06 13:26:28.028224000, delta=776000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.030000000, lastModified=2020-07-06 13:26:28.029224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.030000000, lastModified=2020-07-06 13:26:28.029224000, delta=776000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.031000000, lastModified=2020-07-06 13:26:28.029224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.029224000 to 2020-07-06 13:26:28.030224000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.031000000, lastModified=2020-07-06 13:26:28.030224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.030224000 to 2020-07-06 13:26:28.031224000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.034000000, lastModified=2020-07-06 13:26:28.033224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.034000000, lastModified=2020-07-06 13:26:28.033224000, delta=776000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.035000000, lastModified=2020-07-06 13:26:28.034224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.035000000, lastModified=2020-07-06 13:26:28.034224000, delta=776000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.035000000, lastModified=2020-07-06 13:26:28.034224000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.034224000 to 2020-07-06 13:26:28.044225000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.046000000, lastModified=2020-07-06 13:26:28.045225000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.046000000, lastModified=2020-07-06 13:26:28.045225000, delta=775000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.047000000, lastModified=2020-07-06 13:26:28.045225000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.045225000 to 2020-07-06 13:26:28.046225000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.047000000, lastModified=2020-07-06 13:26:28.046225000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.046225000 to 2020-07-06 13:26:28.047225000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.048000000, lastModified=2020-07-06 13:26:28.047225000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.048000000, lastModified=2020-07-06 13:26:28.047225000, delta=775000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.049000000, lastModified=2020-07-06 13:26:28.048225000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.049000000, lastModified=2020-07-06 13:26:28.048225000, delta=775000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.049000000, lastModified=2020-07-06 13:26:28.048225000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.048225000 to 2020-07-06 13:26:28.056225000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.057000000, lastModified=2020-07-06 13:26:28.056225000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.056225000 to 2020-07-06 13:26:28.057225000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.058000000, lastModified=2020-07-06 13:26:28.057225000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.057225000 to 2020-07-06 13:26:28.058225000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.059000000, lastModified=2020-07-06 13:26:28.058225000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.059000000, lastModified=2020-07-06 13:26:28.058225000, delta=775000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.060000000, lastModified=2020-07-06 13:26:28.059225000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.060000000, lastModified=2020-07-06 13:26:28.059225000, delta=775000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.061000000, lastModified=2020-07-06 13:26:28.060225000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.061000000, lastModified=2020-07-06 13:26:28.060225000, delta=775000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.061000000, lastModified=2020-07-06 13:26:28.060225000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.060225000 to 2020-07-06 13:26:28.061225000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.062000000, lastModified=2020-07-06 13:26:28.061225000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.062000000, lastModified=2020-07-06 13:26:28.061225000, delta=775000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.063000000, lastModified=2020-07-06 13:26:28.062225000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.062225000 to 2020-07-06 13:26:28.063225000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.064000000, lastModified=2020-07-06 13:26:28.063225000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.063225000 to 2020-07-06 13:26:28.064225000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.065000000, lastModified=2020-07-06 13:26:28.064225000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.064225000 to 2020-07-06 13:26:28.065225000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.066000000, lastModified=2020-07-06 13:26:28.065225000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.066000000, lastModified=2020-07-06 13:26:28.065225000, delta=775000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.067000000, lastModified=2020-07-06 13:26:28.066225000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.067000000, lastModified=2020-07-06 13:26:28.066225000, delta=775000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.068000000, lastModified=2020-07-06 13:26:28.067225000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.068000000, lastModified=2020-07-06 13:26:28.067225000, delta=775000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.069000000, lastModified=2020-07-06 13:26:28.068225000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.068225000 to 2020-07-06 13:26:28.073225000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.074000000, lastModified=2020-07-06 13:26:28.073225000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.073225000 to 2020-07-06 13:26:28.074225000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.075000000, lastModified=2020-07-06 13:26:28.074225000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.074225000 to 2020-07-06 13:26:28.088225000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.102000000, lastModified=2020-07-06 13:26:28.101226000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.101226000 to 2020-07-06 13:26:28.105226000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.107000000, lastModified=2020-07-06 13:26:28.106226000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.107000000, lastModified=2020-07-06 13:26:28.106226000, delta=774000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.108000000, lastModified=2020-07-06 13:26:28.107226000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.107226000 to 2020-07-06 13:26:28.109226000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.110000000, lastModified=2020-07-06 13:26:28.109226000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.110000000, lastModified=2020-07-06 13:26:28.109226000, delta=774000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.111000000, lastModified=2020-07-06 13:26:28.110226000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.110226000 to 2020-07-06 13:26:28.111226000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.113000000, lastModified=2020-07-06 13:26:28.111226000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.111226000 to 2020-07-06 13:26:28.112226000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.114000000, lastModified=2020-07-06 13:26:28.112226000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.112226000 to 2020-07-06 13:26:28.113226000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.115000000, lastModified=2020-07-06 13:26:28.114226000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.115000000, lastModified=2020-07-06 13:26:28.114226000, delta=774000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.116000000, lastModified=2020-07-06 13:26:28.115226000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.116000000, lastModified=2020-07-06 13:26:28.115226000, delta=774000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.117000000, lastModified=2020-07-06 13:26:28.116226000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.117000000, lastModified=2020-07-06 13:26:28.116226000, delta=774000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.117000000, lastModified=2020-07-06 13:26:28.116226000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.116226000 to 2020-07-06 13:26:28.117226000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.118000000, lastModified=2020-07-06 13:26:28.117226000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.117226000 to 2020-07-06 13:26:28.118226000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.119000000, lastModified=2020-07-06 13:26:28.118226000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.118226000 to 2020-07-06 13:26:28.120226000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.121000000, lastModified=2020-07-06 13:26:28.120226000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.121000000, lastModified=2020-07-06 13:26:28.120226000, delta=774000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.122000000, lastModified=2020-07-06 13:26:28.121226000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.121226000 to 2020-07-06 13:26:28.132226000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.143000000, lastModified=2020-07-06 13:26:28.142226000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.142226000 to 2020-07-06 13:26:28.150227000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.152000000, lastModified=2020-07-06 13:26:28.150227000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.150227000 to 2020-07-06 13:26:28.151227000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.153000000, lastModified=2020-07-06 13:26:28.152227000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.153000000, lastModified=2020-07-06 13:26:28.152227000, delta=773000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.154000000, lastModified=2020-07-06 13:26:28.153227000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.153227000 to 2020-07-06 13:26:28.154227000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.155000000, lastModified=2020-07-06 13:26:28.154227000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.155000000, lastModified=2020-07-06 13:26:28.154227000, delta=773000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.156000000, lastModified=2020-07-06 13:26:28.155227000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.156000000, lastModified=2020-07-06 13:26:28.155227000, delta=773000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.157000000, lastModified=2020-07-06 13:26:28.155227000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.155227000 to 2020-07-06 13:26:28.156227000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.157000000, lastModified=2020-07-06 13:26:28.156227000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.156227000 to 2020-07-06 13:26:28.157227000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.158000000, lastModified=2020-07-06 13:26:28.157227000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.158000000, lastModified=2020-07-06 13:26:28.157227000, delta=773000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.159000000, lastModified=2020-07-06 13:26:28.158227000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.159000000, lastModified=2020-07-06 13:26:28.158227000, delta=773000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.159000000, lastModified=2020-07-06 13:26:28.158227000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.159000000, lastModified=2020-07-06 13:26:28.158227000, delta=773000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.160000000, lastModified=2020-07-06 13:26:28.159227000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.159227000 to 2020-07-06 13:26:28.170227000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.172000000, lastModified=2020-07-06 13:26:28.171227000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.171227000 to 2020-07-06 13:26:28.172227000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.173000000, lastModified=2020-07-06 13:26:28.172227000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.173000000, lastModified=2020-07-06 13:26:28.172227000, delta=773000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.174000000, lastModified=2020-07-06 13:26:28.173227000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.174000000, lastModified=2020-07-06 13:26:28.173227000, delta=773000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.174000000, lastModified=2020-07-06 13:26:28.173227000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.173227000 to 2020-07-06 13:26:28.174227000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.176000000, lastModified=2020-07-06 13:26:28.175227000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.176000000, lastModified=2020-07-06 13:26:28.175227000, delta=773000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.177000000, lastModified=2020-07-06 13:26:28.175227000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.175227000 to 2020-07-06 13:26:28.177227000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.179000000, lastModified=2020-07-06 13:26:28.178227000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.178227000 to 2020-07-06 13:26:28.192227000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.195000000, lastModified=2020-07-06 13:26:28.194227000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.195000000, lastModified=2020-07-06 13:26:28.194227000, delta=773000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.196000000, lastModified=2020-07-06 13:26:28.194227000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.194227000 to 2020-07-06 13:26:28.195227000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.196000000, lastModified=2020-07-06 13:26:28.195227000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.196000000, lastModified=2020-07-06 13:26:28.195227000, delta=773000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.197000000, lastModified=2020-07-06 13:26:28.196227000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.196227000 to 2020-07-06 13:26:28.203228000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.209000000, lastModified=2020-07-06 13:26:28.208228000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.208228000 to 2020-07-06 13:26:28.216228000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.218000000, lastModified=2020-07-06 13:26:28.217228000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.218000000, lastModified=2020-07-06 13:26:28.217228000, delta=772000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.219000000, lastModified=2020-07-06 13:26:28.218228000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.218228000 to 2020-07-06 13:26:28.219228000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.220000000, lastModified=2020-07-06 13:26:28.219228000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.220000000, lastModified=2020-07-06 13:26:28.219228000, delta=772000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.221000000, lastModified=2020-07-06 13:26:28.220228000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.221000000, lastModified=2020-07-06 13:26:28.220228000, delta=772000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.222000000, lastModified=2020-07-06 13:26:28.221228000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.222000000, lastModified=2020-07-06 13:26:28.221228000, delta=772000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.222000000, lastModified=2020-07-06 13:26:28.221228000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.221228000 to 2020-07-06 13:26:28.222228000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.223000000, lastModified=2020-07-06 13:26:28.222228000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.222228000 to 2020-07-06 13:26:28.224228000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.225000000, lastModified=2020-07-06 13:26:28.224228000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.224228000 to 2020-07-06 13:26:28.225228000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.226000000, lastModified=2020-07-06 13:26:28.225228000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.226000000, lastModified=2020-07-06 13:26:28.225228000, delta=772000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.227000000, lastModified=2020-07-06 13:26:28.226228000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.227000000, lastModified=2020-07-06 13:26:28.226228000, delta=772000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.228000000, lastModified=2020-07-06 13:26:28.226228000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.226228000 to 2020-07-06 13:26:28.232228000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.237000000, lastModified=2020-07-06 13:26:28.236228000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.237000000, lastModified=2020-07-06 13:26:28.236228000, delta=772000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.238000000, lastModified=2020-07-06 13:26:28.236228000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.236228000 to 2020-07-06 13:26:28.237228000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.238000000, lastModified=2020-07-06 13:26:28.237228000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.238000000, lastModified=2020-07-06 13:26:28.237228000, delta=772000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.239000000, lastModified=2020-07-06 13:26:28.238228000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.238228000 to 2020-07-06 13:26:28.239228000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.241000000, lastModified=2020-07-06 13:26:28.240228000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.241000000, lastModified=2020-07-06 13:26:28.240228000, delta=772000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.242000000, lastModified=2020-07-06 13:26:28.241228000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.241228000 to 2020-07-06 13:26:28.244228000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.245000000, lastModified=2020-07-06 13:26:28.244228000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.244228000 to 2020-07-06 13:26:28.245228000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.247000000, lastModified=2020-07-06 13:26:28.246228000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.247000000, lastModified=2020-07-06 13:26:28.246228000, delta=772000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.248000000, lastModified=2020-07-06 13:26:28.246228000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.246228000 to 2020-07-06 13:26:28.247228000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.249000000, lastModified=2020-07-06 13:26:28.247228000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.247228000 to 2020-07-06 13:26:28.248228000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.249000000, lastModified=2020-07-06 13:26:28.248228000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.249000000, lastModified=2020-07-06 13:26:28.248228000, delta=772000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.250000000, lastModified=2020-07-06 13:26:28.249228000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.250000000, lastModified=2020-07-06 13:26:28.249228000, delta=772000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.251000000, lastModified=2020-07-06 13:26:28.250228000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.251000000, lastModified=2020-07-06 13:26:28.250228000, delta=772000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.252000000, lastModified=2020-07-06 13:26:28.251228000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.252000000, lastModified=2020-07-06 13:26:28.251228000, delta=772000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.253000000, lastModified=2020-07-06 13:26:28.252228000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.253000000, lastModified=2020-07-06 13:26:28.252228000, delta=772000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.254000000, lastModified=2020-07-06 13:26:28.252228000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.252228000 to 2020-07-06 13:26:28.253228000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.255000000, lastModified=2020-07-06 13:26:28.253228000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.253228000 to 2020-07-06 13:26:28.254228000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.255000000, lastModified=2020-07-06 13:26:28.254228000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.255000000, lastModified=2020-07-06 13:26:28.254228000, delta=772000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.256000000, lastModified=2020-07-06 13:26:28.255229000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.256000000, lastModified=2020-07-06 13:26:28.255229000, delta=771000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.256000000, lastModified=2020-07-06 13:26:28.255229000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.255229000 to 2020-07-06 13:26:28.256229000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.257000000, lastModified=2020-07-06 13:26:28.256229000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.257000000, lastModified=2020-07-06 13:26:28.256229000, delta=771000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.258000000, lastModified=2020-07-06 13:26:28.257229000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.258000000, lastModified=2020-07-06 13:26:28.257229000, delta=771000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.258000000, lastModified=2020-07-06 13:26:28.257229000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.257229000 to 2020-07-06 13:26:28.258229000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.259000000, lastModified=2020-07-06 13:26:28.258229000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.258229000 to 2020-07-06 13:26:28.260229000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.261000000, lastModified=2020-07-06 13:26:28.260229000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.261000000, lastModified=2020-07-06 13:26:28.260229000, delta=771000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.262000000, lastModified=2020-07-06 13:26:28.261229000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.262000000, lastModified=2020-07-06 13:26:28.261229000, delta=771000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.263000000, lastModified=2020-07-06 13:26:28.262229000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.263000000, lastModified=2020-07-06 13:26:28.262229000, delta=771000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.263000000, lastModified=2020-07-06 13:26:28.262229000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.263000000, lastModified=2020-07-06 13:26:28.262229000, delta=771000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.264000000, lastModified=2020-07-06 13:26:28.263229000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.264000000, lastModified=2020-07-06 13:26:28.263229000, delta=771000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.265000000, lastModified=2020-07-06 13:26:28.263229000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.263229000 to 2020-07-06 13:26:28.264229000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.265000000, lastModified=2020-07-06 13:26:28.264229000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.265000000, lastModified=2020-07-06 13:26:28.264229000, delta=771000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.266000000, lastModified=2020-07-06 13:26:28.265229000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.265229000 to 2020-07-06 13:26:28.271229000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.273000000, lastModified=2020-07-06 13:26:28.272229000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.273000000, lastModified=2020-07-06 13:26:28.272229000, delta=771000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.273000000, lastModified=2020-07-06 13:26:28.272229000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.272229000 to 2020-07-06 13:26:28.273229000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.274000000, lastModified=2020-07-06 13:26:28.273229000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.274000000, lastModified=2020-07-06 13:26:28.273229000, delta=771000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.275000000, lastModified=2020-07-06 13:26:28.274229000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.275000000, lastModified=2020-07-06 13:26:28.274229000, delta=771000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.275000000, lastModified=2020-07-06 13:26:28.274229000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.274229000 to 2020-07-06 13:26:28.275229000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.276000000, lastModified=2020-07-06 13:26:28.275229000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.276000000, lastModified=2020-07-06 13:26:28.275229000, delta=771000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.277000000, lastModified=2020-07-06 13:26:28.276229000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.277000000, lastModified=2020-07-06 13:26:28.276229000, delta=771000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.278000000, lastModified=2020-07-06 13:26:28.276229000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.276229000 to 2020-07-06 13:26:28.277229000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.278000000, lastModified=2020-07-06 13:26:28.277229000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.278000000, lastModified=2020-07-06 13:26:28.277229000, delta=771000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.279000000, lastModified=2020-07-06 13:26:28.278229000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.278229000 to 2020-07-06 13:26:28.284229000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.286000000, lastModified=2020-07-06 13:26:28.285229000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.286000000, lastModified=2020-07-06 13:26:28.285229000, delta=771000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.287000000, lastModified=2020-07-06 13:26:28.286229000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.286229000 to 2020-07-06 13:26:28.294229000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.295000000, lastModified=2020-07-06 13:26:28.294229000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.294229000 to 2020-07-06 13:26:28.295229000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.296000000, lastModified=2020-07-06 13:26:28.295229000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.295229000 to 2020-07-06 13:26:28.296229000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.297000000, lastModified=2020-07-06 13:26:28.296229000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.297000000, lastModified=2020-07-06 13:26:28.296229000, delta=771000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.298000000, lastModified=2020-07-06 13:26:28.297229000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.298000000, lastModified=2020-07-06 13:26:28.297229000, delta=771000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.299000000, lastModified=2020-07-06 13:26:28.297229000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.297229000 to 2020-07-06 13:26:28.298229000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.299000000, lastModified=2020-07-06 13:26:28.298229000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.298229000 to 2020-07-06 13:26:28.300229000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.321000000, lastModified=2020-07-06 13:26:28.320230000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.321000000, lastModified=2020-07-06 13:26:28.320230000, delta=770000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.322000000, lastModified=2020-07-06 13:26:28.321230000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.321230000 to 2020-07-06 13:26:28.333230000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.335000000, lastModified=2020-07-06 13:26:28.334230000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.335000000, lastModified=2020-07-06 13:26:28.334230000, delta=770000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.336000000, lastModified=2020-07-06 13:26:28.335230000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.335230000 to 2020-07-06 13:26:28.336230000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.337000000, lastModified=2020-07-06 13:26:28.336230000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.337000000, lastModified=2020-07-06 13:26:28.336230000, delta=770000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.338000000, lastModified=2020-07-06 13:26:28.337230000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.337230000 to 2020-07-06 13:26:28.338230000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.339000000, lastModified=2020-07-06 13:26:28.338230000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.338230000 to 2020-07-06 13:26:28.339230000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.340000000, lastModified=2020-07-06 13:26:28.339230000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.339230000 to 2020-07-06 13:26:28.340230000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.342000000, lastModified=2020-07-06 13:26:28.341230000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.342000000, lastModified=2020-07-06 13:26:28.341230000, delta=770000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.342000000, lastModified=2020-07-06 13:26:28.341230000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.341230000 to 2020-07-06 13:26:28.342230000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.344000000, lastModified=2020-07-06 13:26:28.343230000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.344000000, lastModified=2020-07-06 13:26:28.343230000, delta=770000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.345000000, lastModified=2020-07-06 13:26:28.344230000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.345000000, lastModified=2020-07-06 13:26:28.344230000, delta=770000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.346000000, lastModified=2020-07-06 13:26:28.345230000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.346000000, lastModified=2020-07-06 13:26:28.345230000, delta=770000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.347000000, lastModified=2020-07-06 13:26:28.345230000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.345230000 to 2020-07-06 13:26:28.346230000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.347000000, lastModified=2020-07-06 13:26:28.346230000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.346230000 to 2020-07-06 13:26:28.347230000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.348000000, lastModified=2020-07-06 13:26:28.347230000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.347230000 to 2020-07-06 13:26:28.348230000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.349000000, lastModified=2020-07-06 13:26:28.348230000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.349000000, lastModified=2020-07-06 13:26:28.348230000, delta=770000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.350000000, lastModified=2020-07-06 13:26:28.349230000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.350000000, lastModified=2020-07-06 13:26:28.349230000, delta=770000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.352000000, lastModified=2020-07-06 13:26:28.351230000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.352000000, lastModified=2020-07-06 13:26:28.351230000, delta=770000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.353000000, lastModified=2020-07-06 13:26:28.351230000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.351230000 to 2020-07-06 13:26:28.352230000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.353000000, lastModified=2020-07-06 13:26:28.352230000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.352230000 to 2020-07-06 13:26:28.353230000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.354000000, lastModified=2020-07-06 13:26:28.353230000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.354000000, lastModified=2020-07-06 13:26:28.353230000, delta=770000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.355000000, lastModified=2020-07-06 13:26:28.354230000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.355000000, lastModified=2020-07-06 13:26:28.354230000, delta=770000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.356000000, lastModified=2020-07-06 13:26:28.354230000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.354230000 to 2020-07-06 13:26:28.360230000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.372000000, lastModified=2020-07-06 13:26:28.371231000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.371231000 to 2020-07-06 13:26:28.375231000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.381000000, lastModified=2020-07-06 13:26:28.380231000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.380231000 to 2020-07-06 13:26:28.391231000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.394000000, lastModified=2020-07-06 13:26:28.393231000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.393231000 to 2020-07-06 13:26:28.396231000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.399000000, lastModified=2020-07-06 13:26:28.397231000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.397231000 to 2020-07-06 13:26:28.398231000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.400000000, lastModified=2020-07-06 13:26:28.399231000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.399231000 to 2020-07-06 13:26:28.411231000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.413000000, lastModified=2020-07-06 13:26:28.412231000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.412231000 to 2020-07-06 13:26:28.413231000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.414000000, lastModified=2020-07-06 13:26:28.413231000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.413231000 to 2020-07-06 13:26:28.414231000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.415000000, lastModified=2020-07-06 13:26:28.414231000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.415000000, lastModified=2020-07-06 13:26:28.414231000, delta=769000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.416000000, lastModified=2020-07-06 13:26:28.415231000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.416000000, lastModified=2020-07-06 13:26:28.415231000, delta=769000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.417000000, lastModified=2020-07-06 13:26:28.415231000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.415231000 to 2020-07-06 13:26:28.416231000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.417000000, lastModified=2020-07-06 13:26:28.416231000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.416231000 to 2020-07-06 13:26:28.417231000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.420000000, lastModified=2020-07-06 13:26:28.419232000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.419232000 to 2020-07-06 13:26:28.420232000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.421000000, lastModified=2020-07-06 13:26:28.420232000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.421000000, lastModified=2020-07-06 13:26:28.420232000, delta=768000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.422000000, lastModified=2020-07-06 13:26:28.421232000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.422000000, lastModified=2020-07-06 13:26:28.421232000, delta=768000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.422000000, lastModified=2020-07-06 13:26:28.421232000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.421232000 to 2020-07-06 13:26:28.422232000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.423000000, lastModified=2020-07-06 13:26:28.422232000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.423000000, lastModified=2020-07-06 13:26:28.422232000, delta=768000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.424000000, lastModified=2020-07-06 13:26:28.423232000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.424000000, lastModified=2020-07-06 13:26:28.423232000, delta=768000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.424000000, lastModified=2020-07-06 13:26:28.423232000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.423232000 to 2020-07-06 13:26:28.428232000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.440000000, lastModified=2020-07-06 13:26:28.439232000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.439232000 to 2020-07-06 13:26:28.440232000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.441000000, lastModified=2020-07-06 13:26:28.440232000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.441000000, lastModified=2020-07-06 13:26:28.440232000, delta=768000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.442000000, lastModified=2020-07-06 13:26:28.441232000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.442000000, lastModified=2020-07-06 13:26:28.441232000, delta=768000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.443000000, lastModified=2020-07-06 13:26:28.442232000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.442232000 to 2020-07-06 13:26:28.443232000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.444000000, lastModified=2020-07-06 13:26:28.443232000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.444000000, lastModified=2020-07-06 13:26:28.443232000, delta=768000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.445000000, lastModified=2020-07-06 13:26:28.444232000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.445000000, lastModified=2020-07-06 13:26:28.444232000, delta=768000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.446000000, lastModified=2020-07-06 13:26:28.445232000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.446000000, lastModified=2020-07-06 13:26:28.445232000, delta=768000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.447000000, lastModified=2020-07-06 13:26:28.446232000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.447000000, lastModified=2020-07-06 13:26:28.446232000, delta=768000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.448000000, lastModified=2020-07-06 13:26:28.447232000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.448000000, lastModified=2020-07-06 13:26:28.447232000, delta=768000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.448000000, lastModified=2020-07-06 13:26:28.447232000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.447232000 to 2020-07-06 13:26:28.448232000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.449000000, lastModified=2020-07-06 13:26:28.448232000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.448232000 to 2020-07-06 13:26:28.449232000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.451000000, lastModified=2020-07-06 13:26:28.450232000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.451000000, lastModified=2020-07-06 13:26:28.450232000, delta=768000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.451000000, lastModified=2020-07-06 13:26:28.450232000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.450232000 to 2020-07-06 13:26:28.451232000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.452000000, lastModified=2020-07-06 13:26:28.451232000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.452000000, lastModified=2020-07-06 13:26:28.451232000, delta=768000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.453000000, lastModified=2020-07-06 13:26:28.452232000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.452232000 to 2020-07-06 13:26:28.458232000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.459000000, lastModified=2020-07-06 13:26:28.458232000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.458232000 to 2020-07-06 13:26:28.459232000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.461000000, lastModified=2020-07-06 13:26:28.460232000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.461000000, lastModified=2020-07-06 13:26:28.460232000, delta=768000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.462000000, lastModified=2020-07-06 13:26:28.460232000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.460232000 to 2020-07-06 13:26:28.461232000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.462000000, lastModified=2020-07-06 13:26:28.461232000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.462000000, lastModified=2020-07-06 13:26:28.461232000, delta=768000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.463000000, lastModified=2020-07-06 13:26:28.462232000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.463000000, lastModified=2020-07-06 13:26:28.462232000, delta=768000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.464000000, lastModified=2020-07-06 13:26:28.462232000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.462232000 to 2020-07-06 13:26:28.463232000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.464000000, lastModified=2020-07-06 13:26:28.463232000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.464000000, lastModified=2020-07-06 13:26:28.463232000, delta=768000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.465000000, lastModified=2020-07-06 13:26:28.464232000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.464232000 to 2020-07-06 13:26:28.465232000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.466000000, lastModified=2020-07-06 13:26:28.465232000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.466000000, lastModified=2020-07-06 13:26:28.465232000, delta=768000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.467000000, lastModified=2020-07-06 13:26:28.466232000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.467000000, lastModified=2020-07-06 13:26:28.466232000, delta=768000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.467000000, lastModified=2020-07-06 13:26:28.466232000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.466232000 to 2020-07-06 13:26:28.467232000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.468000000, lastModified=2020-07-06 13:26:28.467232000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.467232000 to 2020-07-06 13:26:28.474233000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.476000000, lastModified=2020-07-06 13:26:28.475233000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.476000000, lastModified=2020-07-06 13:26:28.475233000, delta=767000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.476000000, lastModified=2020-07-06 13:26:28.475233000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.475233000 to 2020-07-06 13:26:28.476233000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.478000000, lastModified=2020-07-06 13:26:28.477233000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.478000000, lastModified=2020-07-06 13:26:28.477233000, delta=767000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.479000000, lastModified=2020-07-06 13:26:28.477233000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.477233000 to 2020-07-06 13:26:28.478233000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.479000000, lastModified=2020-07-06 13:26:28.478233000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.479000000, lastModified=2020-07-06 13:26:28.478233000, delta=767000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.481000000, lastModified=2020-07-06 13:26:28.480233000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.481000000, lastModified=2020-07-06 13:26:28.480233000, delta=767000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.482000000, lastModified=2020-07-06 13:26:28.481233000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.482000000, lastModified=2020-07-06 13:26:28.481233000, delta=767000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.483000000, lastModified=2020-07-06 13:26:28.481233000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.481233000 to 2020-07-06 13:26:28.482233000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.483000000, lastModified=2020-07-06 13:26:28.482233000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.482233000 to 2020-07-06 13:26:28.483233000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.484000000, lastModified=2020-07-06 13:26:28.483233000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.483233000 to 2020-07-06 13:26:28.485233000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.487000000, lastModified=2020-07-06 13:26:28.486233000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.487000000, lastModified=2020-07-06 13:26:28.486233000, delta=767000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.488000000, lastModified=2020-07-06 13:26:28.486233000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.486233000 to 2020-07-06 13:26:28.492233000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.494000000, lastModified=2020-07-06 13:26:28.493233000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.493233000 to 2020-07-06 13:26:28.494233000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.495000000, lastModified=2020-07-06 13:26:28.494233000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.495000000, lastModified=2020-07-06 13:26:28.494233000, delta=767000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.496000000, lastModified=2020-07-06 13:26:28.495233000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.496000000, lastModified=2020-07-06 13:26:28.495233000, delta=767000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.497000000, lastModified=2020-07-06 13:26:28.496233000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.497000000, lastModified=2020-07-06 13:26:28.496233000, delta=767000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.498000000, lastModified=2020-07-06 13:26:28.496233000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.496233000 to 2020-07-06 13:26:28.497233000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.498000000, lastModified=2020-07-06 13:26:28.497233000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.497233000 to 2020-07-06 13:26:28.498233000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.499000000, lastModified=2020-07-06 13:26:28.498233000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.499000000, lastModified=2020-07-06 13:26:28.498233000, delta=767000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.500000000, lastModified=2020-07-06 13:26:28.499233000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.499233000 to 2020-07-06 13:26:28.500233000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.502000000, lastModified=2020-07-06 13:26:28.501233000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.502000000, lastModified=2020-07-06 13:26:28.501233000, delta=767000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.502000000, lastModified=2020-07-06 13:26:28.501233000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.501233000 to 2020-07-06 13:26:28.502233000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.504000000, lastModified=2020-07-06 13:26:28.503233000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.504000000, lastModified=2020-07-06 13:26:28.503233000, delta=767000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.505000000, lastModified=2020-07-06 13:26:28.503233000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.503233000 to 2020-07-06 13:26:28.504233000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.505000000, lastModified=2020-07-06 13:26:28.504233000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.504233000 to 2020-07-06 13:26:28.505233000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.506000000, lastModified=2020-07-06 13:26:28.505233000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.506000000, lastModified=2020-07-06 13:26:28.505233000, delta=767000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.507000000, lastModified=2020-07-06 13:26:28.506233000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.507000000, lastModified=2020-07-06 13:26:28.506233000, delta=767000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.507000000, lastModified=2020-07-06 13:26:28.506233000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.506233000 to 2020-07-06 13:26:28.513233000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.529000000, lastModified=2020-07-06 13:26:28.528234000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.528234000 to 2020-07-06 13:26:28.529234000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.541000000, lastModified=2020-07-06 13:26:28.540234000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.540234000 to 2020-07-06 13:26:28.541234000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.542000000, lastModified=2020-07-06 13:26:28.541234000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.542000000, lastModified=2020-07-06 13:26:28.541234000, delta=766000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.543000000, lastModified=2020-07-06 13:26:28.542234000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.543000000, lastModified=2020-07-06 13:26:28.542234000, delta=766000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.544000000, lastModified=2020-07-06 13:26:28.543234000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.544000000, lastModified=2020-07-06 13:26:28.543234000, delta=766000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.545000000, lastModified=2020-07-06 13:26:28.544234000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.545000000, lastModified=2020-07-06 13:26:28.544234000, delta=766000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.546000000, lastModified=2020-07-06 13:26:28.544234000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.544234000 to 2020-07-06 13:26:28.545234000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.546000000, lastModified=2020-07-06 13:26:28.545234000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.545234000 to 2020-07-06 13:26:28.550234000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.552000000, lastModified=2020-07-06 13:26:28.551234000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.552000000, lastModified=2020-07-06 13:26:28.551234000, delta=766000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.553000000, lastModified=2020-07-06 13:26:28.551234000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.551234000 to 2020-07-06 13:26:28.552234000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.554000000, lastModified=2020-07-06 13:26:28.553234000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.554000000, lastModified=2020-07-06 13:26:28.553234000, delta=766000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.555000000, lastModified=2020-07-06 13:26:28.553234000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.553234000 to 2020-07-06 13:26:28.554234000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.555000000, lastModified=2020-07-06 13:26:28.554234000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.554234000 to 2020-07-06 13:26:28.555234000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.556000000, lastModified=2020-07-06 13:26:28.555234000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.556000000, lastModified=2020-07-06 13:26:28.555234000, delta=766000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.557000000, lastModified=2020-07-06 13:26:28.556234000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.557000000, lastModified=2020-07-06 13:26:28.556234000, delta=766000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.558000000, lastModified=2020-07-06 13:26:28.557234000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.558000000, lastModified=2020-07-06 13:26:28.557234000, delta=766000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.559000000, lastModified=2020-07-06 13:26:28.557234000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.557234000 to 2020-07-06 13:26:28.558234000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.559000000, lastModified=2020-07-06 13:26:28.558234000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.559000000, lastModified=2020-07-06 13:26:28.558234000, delta=766000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.560000000, lastModified=2020-07-06 13:26:28.559234000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.560000000, lastModified=2020-07-06 13:26:28.559234000, delta=766000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.561000000, lastModified=2020-07-06 13:26:28.560234000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.561000000, lastModified=2020-07-06 13:26:28.560234000, delta=766000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.561000000, lastModified=2020-07-06 13:26:28.560234000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.560234000 to 2020-07-06 13:26:28.561234000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.562000000, lastModified=2020-07-06 13:26:28.561234000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.561234000 to 2020-07-06 13:26:28.562234000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.567000000, lastModified=2020-07-06 13:26:28.565234000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.565234000 to 2020-07-06 13:26:28.567234000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.569000000, lastModified=2020-07-06 13:26:28.567234000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.567234000 to 2020-07-06 13:26:28.568234000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.570000000, lastModified=2020-07-06 13:26:28.569234000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.570000000, lastModified=2020-07-06 13:26:28.569234000, delta=766000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.571000000, lastModified=2020-07-06 13:26:28.570234000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.571000000, lastModified=2020-07-06 13:26:28.570234000, delta=766000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.571000000, lastModified=2020-07-06 13:26:28.570234000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.570234000 to 2020-07-06 13:26:28.571234000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.572000000, lastModified=2020-07-06 13:26:28.571234000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.572000000, lastModified=2020-07-06 13:26:28.571234000, delta=766000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.573000000, lastModified=2020-07-06 13:26:28.572234000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.573000000, lastModified=2020-07-06 13:26:28.572234000, delta=766000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.573000000, lastModified=2020-07-06 13:26:28.572234000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.572234000 to 2020-07-06 13:26:28.573234000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.574000000, lastModified=2020-07-06 13:26:28.573234000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.573234000 to 2020-07-06 13:26:28.574234000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.575000000, lastModified=2020-07-06 13:26:28.574234000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.574234000 to 2020-07-06 13:26:28.576234000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.578000000, lastModified=2020-07-06 13:26:28.577234000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.578000000, lastModified=2020-07-06 13:26:28.577234000, delta=766000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.579000000, lastModified=2020-07-06 13:26:28.577234000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.577234000 to 2020-07-06 13:26:28.587235000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.589000000, lastModified=2020-07-06 13:26:28.587235000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.587235000 to 2020-07-06 13:26:28.588235000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.590000000, lastModified=2020-07-06 13:26:28.589235000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.589235000 to 2020-07-06 13:26:28.601235000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.605000000, lastModified=2020-07-06 13:26:28.603235000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.603235000 to 2020-07-06 13:26:28.604235000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.606000000, lastModified=2020-07-06 13:26:28.604235000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.604235000 to 2020-07-06 13:26:28.606235000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.608000000, lastModified=2020-07-06 13:26:28.607235000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.607235000 to 2020-07-06 13:26:28.608235000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.610000000, lastModified=2020-07-06 13:26:28.608235000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.608235000 to 2020-07-06 13:26:28.609235000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.611000000, lastModified=2020-07-06 13:26:28.609235000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.609235000 to 2020-07-06 13:26:28.610235000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.611000000, lastModified=2020-07-06 13:26:28.610235000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.610235000 to 2020-07-06 13:26:28.611235000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.612000000, lastModified=2020-07-06 13:26:28.611235000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.611235000 to 2020-07-06 13:26:28.612235000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.615000000, lastModified=2020-07-06 13:26:28.614235000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.615000000, lastModified=2020-07-06 13:26:28.614235000, delta=765000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.616000000, lastModified=2020-07-06 13:26:28.615235000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.616000000, lastModified=2020-07-06 13:26:28.615235000, delta=765000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.617000000, lastModified=2020-07-06 13:26:28.616235000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.616235000 to 2020-07-06 13:26:28.623235000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.634000000, lastModified=2020-07-06 13:26:28.633235000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.633235000 to 2020-07-06 13:26:28.634235000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.636000000, lastModified=2020-07-06 13:26:28.635236000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.636000000, lastModified=2020-07-06 13:26:28.635236000, delta=764000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.637000000, lastModified=2020-07-06 13:26:28.636236000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.637000000, lastModified=2020-07-06 13:26:28.636236000, delta=764000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.638000000, lastModified=2020-07-06 13:26:28.637236000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.638000000, lastModified=2020-07-06 13:26:28.637236000, delta=764000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.639000000, lastModified=2020-07-06 13:26:28.637236000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.637236000 to 2020-07-06 13:26:28.638236000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.640000000, lastModified=2020-07-06 13:26:28.639236000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.640000000, lastModified=2020-07-06 13:26:28.639236000, delta=764000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.642000000, lastModified=2020-07-06 13:26:28.640236000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.640236000 to 2020-07-06 13:26:28.641236000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.643000000, lastModified=2020-07-06 13:26:28.641236000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.641236000 to 2020-07-06 13:26:28.642236000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.644000000, lastModified=2020-07-06 13:26:28.643236000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.644000000, lastModified=2020-07-06 13:26:28.643236000, delta=764000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.646000000, lastModified=2020-07-06 13:26:28.645236000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.646000000, lastModified=2020-07-06 13:26:28.645236000, delta=764000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.647000000, lastModified=2020-07-06 13:26:28.646236000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.647000000, lastModified=2020-07-06 13:26:28.646236000, delta=764000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.648000000, lastModified=2020-07-06 13:26:28.646236000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.646236000 to 2020-07-06 13:26:28.647236000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.648000000, lastModified=2020-07-06 13:26:28.647236000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.647236000 to 2020-07-06 13:26:28.648236000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.649000000, lastModified=2020-07-06 13:26:28.648236000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.649000000, lastModified=2020-07-06 13:26:28.648236000, delta=764000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.650000000, lastModified=2020-07-06 13:26:28.649236000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.650000000, lastModified=2020-07-06 13:26:28.649236000, delta=764000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.650000000, lastModified=2020-07-06 13:26:28.649236000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.649236000 to 2020-07-06 13:26:28.650236000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.651000000, lastModified=2020-07-06 13:26:28.650236000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.651000000, lastModified=2020-07-06 13:26:28.650236000, delta=764000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.652000000, lastModified=2020-07-06 13:26:28.651236000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.652000000, lastModified=2020-07-06 13:26:28.651236000, delta=764000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.652000000, lastModified=2020-07-06 13:26:28.651236000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.651236000 to 2020-07-06 13:26:28.652236000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.653000000, lastModified=2020-07-06 13:26:28.652236000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.652236000 to 2020-07-06 13:26:28.654236000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.655000000, lastModified=2020-07-06 13:26:28.654236000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.654236000 to 2020-07-06 13:26:28.655236000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.656000000, lastModified=2020-07-06 13:26:28.655236000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.656000000, lastModified=2020-07-06 13:26:28.655236000, delta=764000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.657000000, lastModified=2020-07-06 13:26:28.656236000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.657000000, lastModified=2020-07-06 13:26:28.656236000, delta=764000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.657000000, lastModified=2020-07-06 13:26:28.656236000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.656236000 to 2020-07-06 13:26:28.661236000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.662000000, lastModified=2020-07-06 13:26:28.661236000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.661236000 to 2020-07-06 13:26:28.662236000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.663000000, lastModified=2020-07-06 13:26:28.662236000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.662236000 to 2020-07-06 13:26:28.669236000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.670000000, lastModified=2020-07-06 13:26:28.669236000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.669236000 to 2020-07-06 13:26:28.670236000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.671000000, lastModified=2020-07-06 13:26:28.670236000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.670236000 to 2020-07-06 13:26:28.689237000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.693000000, lastModified=2020-07-06 13:26:28.692237000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.692237000 to 2020-07-06 13:26:28.702237000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.706000000, lastModified=2020-07-06 13:26:28.705237000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.706000000, lastModified=2020-07-06 13:26:28.705237000, delta=763000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.708000000, lastModified=2020-07-06 13:26:28.707237000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.708000000, lastModified=2020-07-06 13:26:28.707237000, delta=763000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.709000000, lastModified=2020-07-06 13:26:28.708237000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.709000000, lastModified=2020-07-06 13:26:28.708237000, delta=763000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.710000000, lastModified=2020-07-06 13:26:28.708237000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.708237000 to 2020-07-06 13:26:28.709237000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.710000000, lastModified=2020-07-06 13:26:28.709237000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.709237000 to 2020-07-06 13:26:28.710237000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.711000000, lastModified=2020-07-06 13:26:28.710237000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.711000000, lastModified=2020-07-06 13:26:28.710237000, delta=763000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.712000000, lastModified=2020-07-06 13:26:28.711237000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.712000000, lastModified=2020-07-06 13:26:28.711237000, delta=763000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.713000000, lastModified=2020-07-06 13:26:28.712237000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.713000000, lastModified=2020-07-06 13:26:28.712237000, delta=763000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.714000000, lastModified=2020-07-06 13:26:28.713237000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.714000000, lastModified=2020-07-06 13:26:28.713237000, delta=763000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.715000000, lastModified=2020-07-06 13:26:28.714237000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.715000000, lastModified=2020-07-06 13:26:28.714237000, delta=763000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.716000000, lastModified=2020-07-06 13:26:28.714237000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.714237000 to 2020-07-06 13:26:28.721237000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.723000000, lastModified=2020-07-06 13:26:28.722237000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.723000000, lastModified=2020-07-06 13:26:28.722237000, delta=763000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.724000000, lastModified=2020-07-06 13:26:28.722237000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.722237000 to 2020-07-06 13:26:28.723237000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.724000000, lastModified=2020-07-06 13:26:28.723237000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.724000000, lastModified=2020-07-06 13:26:28.723237000, delta=763000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.725000000, lastModified=2020-07-06 13:26:28.724237000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.725000000, lastModified=2020-07-06 13:26:28.724237000, delta=763000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.726000000, lastModified=2020-07-06 13:26:28.724237000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.724237000 to 2020-07-06 13:26:28.725237000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.726000000, lastModified=2020-07-06 13:26:28.725237000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.725237000 to 2020-07-06 13:26:28.732237000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.752000000, lastModified=2020-07-06 13:26:28.752238000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.752000000, lastModified=2020-07-06 13:26:28.752238000, delta=-238000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.753000000, lastModified=2020-07-06 13:26:28.752238000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.752238000 to 2020-07-06 13:26:28.753238000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.755000000, lastModified=2020-07-06 13:26:28.754238000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.755000000, lastModified=2020-07-06 13:26:28.754238000, delta=762000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.756000000, lastModified=2020-07-06 13:26:28.755238000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.755238000 to 2020-07-06 13:26:28.756238000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.757000000, lastModified=2020-07-06 13:26:28.756238000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.757000000, lastModified=2020-07-06 13:26:28.756238000, delta=762000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.759000000, lastModified=2020-07-06 13:26:28.757238000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.757238000 to 2020-07-06 13:26:28.758238000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.759000000, lastModified=2020-07-06 13:26:28.758238000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.758238000 to 2020-07-06 13:26:28.759238000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.761000000, lastModified=2020-07-06 13:26:28.760238000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.760238000 to 2020-07-06 13:26:28.761238000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.762000000, lastModified=2020-07-06 13:26:28.761238000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.762000000, lastModified=2020-07-06 13:26:28.761238000, delta=762000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.763000000, lastModified=2020-07-06 13:26:28.762238000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.762238000 to 2020-07-06 13:26:28.764238000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.765000000, lastModified=2020-07-06 13:26:28.764238000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.764238000 to 2020-07-06 13:26:28.765238000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.767000000, lastModified=2020-07-06 13:26:28.766238000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.767000000, lastModified=2020-07-06 13:26:28.766238000, delta=762000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.767000000, lastModified=2020-07-06 13:26:28.766238000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.766238000 to 2020-07-06 13:26:28.767238000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.768000000, lastModified=2020-07-06 13:26:28.767238000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.768000000, lastModified=2020-07-06 13:26:28.767238000, delta=762000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.769000000, lastModified=2020-07-06 13:26:28.768238000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.769000000, lastModified=2020-07-06 13:26:28.768238000, delta=762000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.770000000, lastModified=2020-07-06 13:26:28.768238000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.768238000 to 2020-07-06 13:26:28.770238000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.771000000, lastModified=2020-07-06 13:26:28.770238000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.771000000, lastModified=2020-07-06 13:26:28.770238000, delta=762000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.772000000, lastModified=2020-07-06 13:26:28.771238000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.771238000 to 2020-07-06 13:26:28.774238000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.775000000, lastModified=2020-07-06 13:26:28.774238000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.774238000 to 2020-07-06 13:26:28.775238000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.776000000, lastModified=2020-07-06 13:26:28.775238000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.775238000 to 2020-07-06 13:26:28.777238000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.778000000, lastModified=2020-07-06 13:26:28.777238000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.778000000, lastModified=2020-07-06 13:26:28.777238000, delta=762000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.779000000, lastModified=2020-07-06 13:26:28.778238000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.779000000, lastModified=2020-07-06 13:26:28.778238000, delta=762000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.780000000, lastModified=2020-07-06 13:26:28.779238000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.780000000, lastModified=2020-07-06 13:26:28.779238000, delta=762000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.781000000, lastModified=2020-07-06 13:26:28.780238000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.781000000, lastModified=2020-07-06 13:26:28.780238000, delta=762000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.782000000, lastModified=2020-07-06 13:26:28.781238000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.782000000, lastModified=2020-07-06 13:26:28.781238000, delta=762000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.783000000, lastModified=2020-07-06 13:26:28.781238000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.781238000 to 2020-07-06 13:26:28.782238000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.783000000, lastModified=2020-07-06 13:26:28.782238000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.783000000, lastModified=2020-07-06 13:26:28.782238000, delta=762000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.784000000, lastModified=2020-07-06 13:26:28.783238000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.784000000, lastModified=2020-07-06 13:26:28.783238000, delta=762000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.785000000, lastModified=2020-07-06 13:26:28.783238000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.783238000 to 2020-07-06 13:26:28.784238000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.785000000, lastModified=2020-07-06 13:26:28.784238000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.784238000 to 2020-07-06 13:26:28.785238000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.786000000, lastModified=2020-07-06 13:26:28.785238000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.786000000, lastModified=2020-07-06 13:26:28.785238000, delta=762000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.787000000, lastModified=2020-07-06 13:26:28.786238000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.786238000 to 2020-07-06 13:26:28.795238000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.801000000, lastModified=2020-07-06 13:26:28.799239000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.799239000 to 2020-07-06 13:26:28.801239000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.803000000, lastModified=2020-07-06 13:26:28.802239000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.802239000 to 2020-07-06 13:26:28.808239000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.810000000, lastModified=2020-07-06 13:26:28.809239000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.809239000 to 2020-07-06 13:26:28.810239000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.812000000, lastModified=2020-07-06 13:26:28.811239000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.812000000, lastModified=2020-07-06 13:26:28.811239000, delta=761000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.813000000, lastModified=2020-07-06 13:26:28.812239000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.812239000 to 2020-07-06 13:26:28.813239000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.814000000, lastModified=2020-07-06 13:26:28.813239000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.813239000 to 2020-07-06 13:26:28.814239000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.816000000, lastModified=2020-07-06 13:26:28.815239000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.816000000, lastModified=2020-07-06 13:26:28.815239000, delta=761000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.817000000, lastModified=2020-07-06 13:26:28.816239000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.817000000, lastModified=2020-07-06 13:26:28.816239000, delta=761000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.818000000, lastModified=2020-07-06 13:26:28.817239000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.818000000, lastModified=2020-07-06 13:26:28.817239000, delta=761000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.819000000, lastModified=2020-07-06 13:26:28.818239000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.819000000, lastModified=2020-07-06 13:26:28.818239000, delta=761000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.820000000, lastModified=2020-07-06 13:26:28.819239000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.820000000, lastModified=2020-07-06 13:26:28.819239000, delta=761000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.821000000, lastModified=2020-07-06 13:26:28.819239000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.819239000 to 2020-07-06 13:26:28.820239000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.821000000, lastModified=2020-07-06 13:26:28.820239000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.820239000 to 2020-07-06 13:26:28.821239000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.822000000, lastModified=2020-07-06 13:26:28.821239000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.821239000 to 2020-07-06 13:26:28.822239000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.823000000, lastModified=2020-07-06 13:26:28.822239000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.822239000 to 2020-07-06 13:26:28.823239000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.825000000, lastModified=2020-07-06 13:26:28.824239000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.825000000, lastModified=2020-07-06 13:26:28.824239000, delta=761000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.826000000, lastModified=2020-07-06 13:26:28.825239000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.826000000, lastModified=2020-07-06 13:26:28.825239000, delta=761000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.827000000, lastModified=2020-07-06 13:26:28.826239000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.827000000, lastModified=2020-07-06 13:26:28.826239000, delta=761000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.828000000, lastModified=2020-07-06 13:26:28.827239000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.828000000, lastModified=2020-07-06 13:26:28.827239000, delta=761000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.830000000, lastModified=2020-07-06 13:26:28.829239000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.829239000 to 2020-07-06 13:26:28.837239000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.845000000, lastModified=2020-07-06 13:26:28.843239000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.843239000 to 2020-07-06 13:26:28.852240000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.866000000, lastModified=2020-07-06 13:26:28.865240000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.865240000 to 2020-07-06 13:26:28.871240000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.873000000, lastModified=2020-07-06 13:26:28.871240000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.871240000 to 2020-07-06 13:26:28.872240000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.874000000, lastModified=2020-07-06 13:26:28.873240000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.874000000, lastModified=2020-07-06 13:26:28.873240000, delta=760000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.875000000, lastModified=2020-07-06 13:26:28.874240000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.874240000 to 2020-07-06 13:26:28.875240000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.876000000, lastModified=2020-07-06 13:26:28.875240000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.876000000, lastModified=2020-07-06 13:26:28.875240000, delta=760000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.877000000, lastModified=2020-07-06 13:26:28.876240000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.877000000, lastModified=2020-07-06 13:26:28.876240000, delta=760000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.878000000, lastModified=2020-07-06 13:26:28.877240000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.878000000, lastModified=2020-07-06 13:26:28.877240000, delta=760000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.879000000, lastModified=2020-07-06 13:26:28.878240000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.879000000, lastModified=2020-07-06 13:26:28.878240000, delta=760000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.880000000, lastModified=2020-07-06 13:26:28.879240000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.879240000 to 2020-07-06 13:26:28.882240000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.884000000, lastModified=2020-07-06 13:26:28.883240000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.884000000, lastModified=2020-07-06 13:26:28.883240000, delta=760000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.885000000, lastModified=2020-07-06 13:26:28.884240000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.884240000 to 2020-07-06 13:26:28.888240000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.891000000, lastModified=2020-07-06 13:26:28.890240000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.891000000, lastModified=2020-07-06 13:26:28.890240000, delta=760000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.892000000, lastModified=2020-07-06 13:26:28.891240000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.892000000, lastModified=2020-07-06 13:26:28.891240000, delta=760000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.894000000, lastModified=2020-07-06 13:26:28.893240000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.894000000, lastModified=2020-07-06 13:26:28.893240000, delta=760000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.895000000, lastModified=2020-07-06 13:26:28.894240000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.894240000 to 2020-07-06 13:26:28.897240000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.898000000, lastModified=2020-07-06 13:26:28.897240000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.897240000 to 2020-07-06 13:26:28.898240000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.900000000, lastModified=2020-07-06 13:26:28.899240000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.900000000, lastModified=2020-07-06 13:26:28.899240000, delta=760000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.902000000, lastModified=2020-07-06 13:26:28.900240000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.900240000 to 2020-07-06 13:26:28.901240000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.903000000, lastModified=2020-07-06 13:26:28.902240000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.902240000 to 2020-07-06 13:26:28.903240000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.905000000, lastModified=2020-07-06 13:26:28.904240000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.904240000 to 2020-07-06 13:26:28.918241000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.921000000, lastModified=2020-07-06 13:26:28.919241000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.919241000 to 2020-07-06 13:26:28.920241000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.921000000, lastModified=2020-07-06 13:26:28.920241000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.920241000 to 2020-07-06 13:26:28.921241000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.922000000, lastModified=2020-07-06 13:26:28.921241000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.922000000, lastModified=2020-07-06 13:26:28.921241000, delta=759000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.923000000, lastModified=2020-07-06 13:26:28.922241000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.923000000, lastModified=2020-07-06 13:26:28.922241000, delta=759000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.923000000, lastModified=2020-07-06 13:26:28.922241000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.922241000 to 2020-07-06 13:26:28.923241000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.924000000, lastModified=2020-07-06 13:26:28.923241000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.924000000, lastModified=2020-07-06 13:26:28.923241000, delta=759000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.925000000, lastModified=2020-07-06 13:26:28.924241000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.924241000 to 2020-07-06 13:26:28.926241000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.939000000, lastModified=2020-07-06 13:26:28.938241000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.938241000 to 2020-07-06 13:26:28.941241000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.951000000, lastModified=2020-07-06 13:26:28.950241000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.950241000 to 2020-07-06 13:26:28.951241000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.953000000, lastModified=2020-07-06 13:26:28.952241000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.953000000, lastModified=2020-07-06 13:26:28.952241000, delta=759000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.954000000, lastModified=2020-07-06 13:26:28.953241000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.953241000 to 2020-07-06 13:26:28.954241000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.955000000, lastModified=2020-07-06 13:26:28.954241000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.955000000, lastModified=2020-07-06 13:26:28.954241000, delta=759000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.957000000, lastModified=2020-07-06 13:26:28.956241000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.957000000, lastModified=2020-07-06 13:26:28.956241000, delta=759000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.958000000, lastModified=2020-07-06 13:26:28.957241000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.958000000, lastModified=2020-07-06 13:26:28.957241000, delta=759000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.959000000, lastModified=2020-07-06 13:26:28.958241000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.959000000, lastModified=2020-07-06 13:26:28.958241000, delta=759000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.960000000, lastModified=2020-07-06 13:26:28.959241000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.960000000, lastModified=2020-07-06 13:26:28.959241000, delta=759000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.960000000, lastModified=2020-07-06 13:26:28.959241000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.959241000 to 2020-07-06 13:26:28.960241000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.961000000, lastModified=2020-07-06 13:26:28.960241000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.960241000 to 2020-07-06 13:26:28.961242000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.964000000, lastModified=2020-07-06 13:26:28.962242000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.962242000 to 2020-07-06 13:26:28.963242000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.964000000, lastModified=2020-07-06 13:26:28.963242000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.963242000 to 2020-07-06 13:26:28.964242000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.965000000, lastModified=2020-07-06 13:26:28.964242000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.965000000, lastModified=2020-07-06 13:26:28.964242000, delta=758000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.966000000, lastModified=2020-07-06 13:26:28.965242000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.966000000, lastModified=2020-07-06 13:26:28.965242000, delta=758000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.966000000, lastModified=2020-07-06 13:26:28.965242000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.965242000 to 2020-07-06 13:26:28.966242000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.967000000, lastModified=2020-07-06 13:26:28.966242000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.967000000, lastModified=2020-07-06 13:26:28.966242000, delta=758000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.968000000, lastModified=2020-07-06 13:26:28.967242000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.968000000, lastModified=2020-07-06 13:26:28.967242000, delta=758000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.969000000, lastModified=2020-07-06 13:26:28.967242000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.967242000 to 2020-07-06 13:26:28.968242000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.969000000, lastModified=2020-07-06 13:26:28.968242000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.968242000 to 2020-07-06 13:26:28.972242000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.988000000, lastModified=2020-07-06 13:26:28.986242000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.986242000 to 2020-07-06 13:26:28.987242000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.989000000, lastModified=2020-07-06 13:26:28.988242000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.989000000, lastModified=2020-07-06 13:26:28.988242000, delta=758000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.990000000, lastModified=2020-07-06 13:26:28.989242000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.990000000, lastModified=2020-07-06 13:26:28.989242000, delta=758000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.991000000, lastModified=2020-07-06 13:26:28.990242000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.991000000, lastModified=2020-07-06 13:26:28.990242000, delta=758000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.992000000, lastModified=2020-07-06 13:26:28.990242000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.990242000 to 2020-07-06 13:26:28.991242000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.993000000, lastModified=2020-07-06 13:26:28.991242000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.991242000 to 2020-07-06 13:26:28.992242000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.993000000, lastModified=2020-07-06 13:26:28.992242000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.992242000 to 2020-07-06 13:26:28.993242000 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.994000000, lastModified=2020-07-06 13:26:28.993242000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:28.994000000, lastModified=2020-07-06 13:26:28.993242000, delta=758000 ns, racy<=2502500 ns 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:28.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:28.995000000, lastModified=2020-07-06 13:26:28.994242000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:28.994242000 to 2020-07-06 13:26:29.005242000 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:29.006000000, lastModified=2020-07-06 13:26:29.005242000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:29.005242000 to 2020-07-06 13:26:29.006242000 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:29.008000000, lastModified=2020-07-06 13:26:29.007242000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:29.008000000, lastModified=2020-07-06 13:26:29.007242000, delta=758000 ns, racy<=2502500 ns 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:29.009000000, lastModified=2020-07-06 13:26:29.007242000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:29.007242000 to 2020-07-06 13:26:29.008242000 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:29.009000000, lastModified=2020-07-06 13:26:29.008242000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:29.009000000, lastModified=2020-07-06 13:26:29.008242000, delta=758000 ns, racy<=2502500 ns 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:29.010000000, lastModified=2020-07-06 13:26:29.009242000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:29.010000000, lastModified=2020-07-06 13:26:29.009242000, delta=758000 ns, racy<=2502500 ns 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:29.011000000, lastModified=2020-07-06 13:26:29.009242000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:29.009242000 to 2020-07-06 13:26:29.010242000 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:29.011000000, lastModified=2020-07-06 13:26:29.010242000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:29.010242000 to 2020-07-06 13:26:29.011242000 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:29.012000000, lastModified=2020-07-06 13:26:29.011242000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:29.012000000, lastModified=2020-07-06 13:26:29.011242000, delta=758000 ns, racy<=2502500 ns 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:29.013000000, lastModified=2020-07-06 13:26:29.012242000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:29.012242000 to 2020-07-06 13:26:29.023243000 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:29.031000000, lastModified=2020-07-06 13:26:29.030243000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:29.031000000, lastModified=2020-07-06 13:26:29.030243000, delta=757000 ns, racy<=2502500 ns 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:29.032000000, lastModified=2020-07-06 13:26:29.031243000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:29.032000000, lastModified=2020-07-06 13:26:29.031243000, delta=757000 ns, racy<=2502500 ns 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:29.033000000, lastModified=2020-07-06 13:26:29.032243000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:29.033000000, lastModified=2020-07-06 13:26:29.032243000, delta=757000 ns, racy<=2502500 ns 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:29.033000000, lastModified=2020-07-06 13:26:29.032243000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:29.032243000 to 2020-07-06 13:26:29.040243000 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:29.042000000, lastModified=2020-07-06 13:26:29.040243000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:29.040243000 to 2020-07-06 13:26:29.041243000 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:29.042000000, lastModified=2020-07-06 13:26:29.041243000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:29.041243000 to 2020-07-06 13:26:29.044243000 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:29.045000000, lastModified=2020-07-06 13:26:29.044243000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:29.044243000 to 2020-07-06 13:26:29.045243000 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:29.047000000, lastModified=2020-07-06 13:26:29.046243000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:29.047000000, lastModified=2020-07-06 13:26:29.046243000, delta=757000 ns, racy<=2502500 ns 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:29.048000000, lastModified=2020-07-06 13:26:29.047243000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:29.047243000 to 2020-07-06 13:26:29.048243000 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:29.049000000, lastModified=2020-07-06 13:26:29.048243000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:29.049000000, lastModified=2020-07-06 13:26:29.048243000, delta=757000 ns, racy<=2502500 ns 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:29.050000000, lastModified=2020-07-06 13:26:29.049243000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, isRacyClean=true, read=2020-07-06 13:26:29.050000000, lastModified=2020-07-06 13:26:29.049243000, delta=757000 ns, racy<=2502500 ns 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, is racily clean 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:29.050000000, lastModified=2020-07-06 13:26:29.049243000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:29.049243000 to 2020-07-06 13:26:29.050243000 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, create new FileSnapshot: lastRead=2020-07-06 13:26:29.051000000, lastModified=2020-07-06 13:26:29.050243000, size=1, fileKey=(dev=802,ino=1659625470) 13:26:29.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-e2b84f95-e1b2-4da6-a786-e87723965676, lastModified changed from 2020-07-06 13:26:29.050243000 to 2020-07-06 13:26:29.051243000 13:26:29.052 [FileStoreAttributeReader-2] DEBUG org.eclipse.jgit.util.FS - Thread[FileStoreAttributeReader-2,5,main]: no failures when measuring minimal racy interval 13:26:29.052 [FileStoreAttributeReader-2] DEBUG org.eclipse.jgit.util.FS - FileStoreAttributes[fsTimestampResolution=1,001 µs, minimalRacyInterval=0 µs] 13:26:29.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/config, isRacyClean=false, read=2020-07-06 13:26:23.002000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983002000000 ns, racy<=2500000000 ns 13:26:29.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/config, is unmodified 13:26:29.157 [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 13:26:29.258 [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 13:26:29.359 [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 13:26:29.459 [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 13:26:29.460 [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 13:26:29.460 [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-06 13:26:26.041000000, lastModified=2020-07-06 13:26:26.040188000, size=126, fileKey=(dev=802,ino=1659661916) 13:26:29.460 [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-06 13:26:26.041000000, lastModified=2020-07-06 13:26:26.040188000, delta=812000 ns, racy<=2502500 ns 13:26:29.460 [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 13:26:29.460 [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] 13:26:29.460 [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-06 13:26:29.460000000, lastModified=2020-07-06 13:26:26.040188000, size=126, fileKey=(dev=802,ino=1659661916) 13:26:29.460 [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-06 13:26:29.460000000, lastModified=2020-07-06 13:26:26.040188000, delta=3419812000 ns, racy<=2502500 ns 13:26:29.461 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.461 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.461 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.461 [main] 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 13:26:29.461 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=false, read=2020-07-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.461 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is unmodified 13:26:29.461 [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 13:26:29.461 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.461 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.461 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.461 [main] 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 13:26:29.461 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=false, read=2020-07-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.461 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is unmodified 13:26:29.464 [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 13:26:29.464 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.464 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.464 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.464 [main] 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 13:26:29.464 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=false, read=2020-07-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.464 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is unmodified 13:26:29.466 [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 13:26:29.466 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.466 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.466 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.466 [main] 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 13:26:29.466 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=false, read=2020-07-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.466 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is unmodified 13:26:29.466 [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 13:26:29.466 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.467 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.467 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.467 [main] 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 13:26:29.467 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=false, read=2020-07-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.467 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is unmodified 13:26:29.468 [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 13:26:29.468 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.468 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.468 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.468 [main] 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 13:26:29.468 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=false, read=2020-07-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.468 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is unmodified 13:26:29.468 [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 13:26:29.468 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.468 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.468 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.468 [main] 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 13:26:29.468 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=false, read=2020-07-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.468 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is unmodified 13:26:29.468 [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 13:26:29.468 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.468 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.468 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.468 [main] 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 13:26:29.468 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=false, read=2020-07-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.468 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is unmodified 13:26:29.469 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/HEAD.lock, create new FileSnapshot: lastRead=2020-07-06 13:26:29.469000000, lastModified=2020-07-06 13:26:29.468251000, size=23, fileKey=(dev=3d,ino=582538821) 13:26:29.474 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config.lock, create new FileSnapshot: lastRead=2020-07-06 13:26:29.473000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.474 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.474000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.475 [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 13:26:29.475 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.475 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.475 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.475 [main] 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 13:26:29.475 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.475000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.475 [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 13:26:29.475 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.475 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.475 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.475 [main] 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 13:26:29.475 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.475000000, lastModified=2020-07-06 13:26:29.472251000, delta=2749000 ns, racy<=2500000000 ns 13:26:29.475 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.475 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.475000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.475 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.475000000, lastModified=2020-07-06 13:26:29.472251000, delta=2749000 ns, racy<=2500000000 ns 13:26:29.484 [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 13:26:29.484 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.484 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.484 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.484 [main] 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 13:26:29.484 [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 13:26:29.484 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.484 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.484 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.484 [main] 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 13:26:29.485 [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 13:26:29.485 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.485 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.485 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.485 [main] 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 13:26:29.485 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.475000000, lastModified=2020-07-06 13:26:29.472251000, delta=2749000 ns, racy<=2500000000 ns 13:26:29.485 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.485 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.485000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.485 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.485000000, lastModified=2020-07-06 13:26:29.472251000, delta=12749000 ns, racy<=2500000000 ns 13:26:29.490 [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 13:26:29.490 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.490 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.490 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.490 [main] 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 13:26:29.490 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.485000000, lastModified=2020-07-06 13:26:29.472251000, delta=12749000 ns, racy<=2500000000 ns 13:26:29.490 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.490 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.490000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.490 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.490000000, lastModified=2020-07-06 13:26:29.472251000, delta=17749000 ns, racy<=2500000000 ns 13:26:29.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.lock, cannot be racily clean 13:26:29.492 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.492 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.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/?/.gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.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/?/.gitconfig, is unmodified 13:26:29.492 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.490000000, lastModified=2020-07-06 13:26:29.472251000, delta=17749000 ns, racy<=2500000000 ns 13:26:29.492 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.492 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.492000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.492 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.492000000, lastModified=2020-07-06 13:26:29.472251000, delta=19749000 ns, racy<=2500000000 ns 13:26:29.494 [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 13:26:29.494 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.494 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.494 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.494 [main] 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 13:26:29.494 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.492000000, lastModified=2020-07-06 13:26:29.472251000, delta=19749000 ns, racy<=2500000000 ns 13:26:29.494 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.494 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.494000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.494 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.494000000, lastModified=2020-07-06 13:26:29.472251000, delta=21749000 ns, racy<=2500000000 ns 13:26:29.497 [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 13:26:29.497 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.497 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.497 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.497 [main] 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 13:26:29.497 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.494000000, lastModified=2020-07-06 13:26:29.472251000, delta=21749000 ns, racy<=2500000000 ns 13:26:29.497 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.497 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.497000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.498 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.497000000, lastModified=2020-07-06 13:26:29.472251000, delta=24749000 ns, racy<=2500000000 ns 13:26:29.500 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 13:26:29.500 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, create new FileSnapshot: lastRead=2020-07-06 13:26:29.500000000, lastModified=2020-07-06 13:26:29.463251000, size=6, fileKey=(dev=3d,ino=1117284153) 13:26:29.501 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:29.500000000, lastModified=2020-07-06 13:26:29.463251000, delta=36749000 ns, racy<=2502500 ns 13:26:29.501 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, is unmodified 13:26:29.502 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:29.500000000, lastModified=2020-07-06 13:26:29.463251000, delta=36749000 ns, racy<=2502500 ns 13:26:29.502 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, is unmodified 13:26:29.502 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/index.lock, create new FileSnapshot: lastRead=2020-07-06 13:26:29.502000000, lastModified=2020-07-06 13:26:29.486251000, size=0, fileKey=(dev=3d,ino=582538824) 13:26:29.502 [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 13:26:29.502 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.502 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.503 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.503 [main] 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 13:26:29.503 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.497000000, lastModified=2020-07-06 13:26:29.472251000, delta=24749000 ns, racy<=2500000000 ns 13:26:29.503 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.503 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.503000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.503 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.503000000, lastModified=2020-07-06 13:26:29.472251000, delta=30749000 ns, racy<=2500000000 ns 13:26:29.503 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/index.lock, create new FileSnapshot: lastRead=2020-07-06 13:26:29.503000000, lastModified=2020-07-06 13:26:29.502251000, size=104, fileKey=(dev=3d,ino=582538824) 13:26:29.503 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/index, create new FileSnapshot: lastRead=2020-07-06 13:26:29.503000000, lastModified=2020-07-06 13:26:29.502251000, size=104, fileKey=(dev=3d,ino=582538824) 13:26:29.511 [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 13:26:29.511 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.511 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.511 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.511 [main] 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 13:26:29.511 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.503000000, lastModified=2020-07-06 13:26:29.472251000, delta=30749000 ns, racy<=2500000000 ns 13:26:29.511 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.511 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.511000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.511 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.511000000, lastModified=2020-07-06 13:26:29.472251000, delta=38749000 ns, racy<=2500000000 ns 13:26:29.512 [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 13:26:29.512 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.512 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.512 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.512 [main] 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 13:26:29.512 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.511000000, lastModified=2020-07-06 13:26:29.472251000, delta=38749000 ns, racy<=2500000000 ns 13:26:29.512 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.512 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.512000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.512 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.512000000, lastModified=2020-07-06 13:26:29.472251000, delta=39749000 ns, racy<=2500000000 ns 13:26:29.514 [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 13:26:29.514 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.514 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.514 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.514 [main] 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 13:26:29.514 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.512000000, lastModified=2020-07-06 13:26:29.472251000, delta=39749000 ns, racy<=2500000000 ns 13:26:29.514 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.514 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.514000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.514 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.514000000, lastModified=2020-07-06 13:26:29.472251000, delta=41749000 ns, racy<=2500000000 ns 13:26:29.605 [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 13:26:29.605 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.605 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.605 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.605 [main] 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 13:26:29.605 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.514000000, lastModified=2020-07-06 13:26:29.472251000, delta=41749000 ns, racy<=2500000000 ns 13:26:29.605 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.605 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.605000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.605 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.605000000, lastModified=2020-07-06 13:26:29.472251000, delta=132749000 ns, racy<=2500000000 ns 13:26:29.606 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/HEAD, create new FileSnapshot: lastRead=2020-07-06 13:26:29.606000000, lastModified=2020-07-06 13:26:29.468251000, size=23, fileKey=(dev=3d,ino=582538821) 13:26:29.606 [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 13:26:29.606 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.606 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.606 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.606 [main] 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 13:26:29.606 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.605000000, lastModified=2020-07-06 13:26:29.472251000, delta=132749000 ns, racy<=2500000000 ns 13:26:29.606 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.606 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.606000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.606 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.606000000, lastModified=2020-07-06 13:26:29.472251000, delta=133749000 ns, racy<=2500000000 ns 13:26:29.606 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/HEAD, isRacyClean=false, read=2020-07-06 13:26:29.606000000, lastModified=2020-07-06 13:26:29.468251000, delta=137749000 ns, racy<=2502500 ns 13:26:29.606 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/HEAD, is unmodified 13:26:29.607 [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 13:26:29.607 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.607 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.607 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.607 [main] 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 13:26:29.607 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.606000000, lastModified=2020-07-06 13:26:29.472251000, delta=133749000 ns, racy<=2500000000 ns 13:26:29.607 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.607 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.607000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.607 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.607000000, lastModified=2020-07-06 13:26:29.472251000, delta=134749000 ns, racy<=2500000000 ns 13:26:29.607 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/index, create new FileSnapshot: lastRead=2020-07-06 13:26:29.607000000, lastModified=2020-07-06 13:26:29.502251000, size=104, fileKey=(dev=3d,ino=582538824) 13:26:29.607 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/index, create new FileSnapshot: lastRead=2020-07-06 13:26:29.607000000, lastModified=2020-07-06 13:26:29.502251000, size=104, fileKey=(dev=3d,ino=582538824) 13:26:29.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:29.500000000, lastModified=2020-07-06 13:26:29.463251000, delta=36749000 ns, racy<=2502500 ns 13:26:29.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, is unmodified 13:26:29.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:29.500000000, lastModified=2020-07-06 13:26:29.463251000, delta=36749000 ns, racy<=2502500 ns 13:26:29.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, is unmodified 13:26:29.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:29.500000000, lastModified=2020-07-06 13:26:29.463251000, delta=36749000 ns, racy<=2502500 ns 13:26:29.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, is unmodified 13:26:29.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:29.500000000, lastModified=2020-07-06 13:26:29.463251000, delta=36749000 ns, racy<=2502500 ns 13:26:29.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, is unmodified 13:26:29.611 [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 13:26:29.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.611 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.611 [main] 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 13:26:29.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.607000000, lastModified=2020-07-06 13:26:29.472251000, delta=134749000 ns, racy<=2500000000 ns 13:26:29.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.611000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.611000000, lastModified=2020-07-06 13:26:29.472251000, delta=138749000 ns, racy<=2500000000 ns 13:26:29.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/HEAD, isRacyClean=false, read=2020-07-06 13:26:29.606000000, lastModified=2020-07-06 13:26:29.468251000, delta=137749000 ns, racy<=2502500 ns 13:26:29.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/HEAD, is unmodified 13:26:29.612 [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 13:26:29.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.612 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.612 [main] 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 13:26:29.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.611000000, lastModified=2020-07-06 13:26:29.472251000, delta=138749000 ns, racy<=2500000000 ns 13:26:29.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.612000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.612000000, lastModified=2020-07-06 13:26:29.472251000, delta=139749000 ns, racy<=2500000000 ns 13:26:29.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/HEAD, isRacyClean=false, read=2020-07-06 13:26:29.606000000, lastModified=2020-07-06 13:26:29.468251000, delta=137749000 ns, racy<=2502500 ns 13:26:29.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/HEAD, is unmodified 13:26:29.612 [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 13:26:29.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.612 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.612 [main] 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 13:26:29.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.612000000, lastModified=2020-07-06 13:26:29.472251000, delta=139749000 ns, racy<=2500000000 ns 13:26:29.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.612000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.612000000, lastModified=2020-07-06 13:26:29.472251000, delta=139749000 ns, racy<=2500000000 ns 13:26:29.613 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit3311078909482094257/.git/refs/refs 13:26:29.613 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit3311078909482094257/.git/refs/tags/refs 13:26:29.613 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit3311078909482094257/.git/refs/heads/refs 13:26:29.613 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit3311078909482094257/.git/refs/remotes/refs 13:26:29.613 [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 13:26:29.613 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.613 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.613 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.613 [main] 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 13:26:29.613 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.612000000, lastModified=2020-07-06 13:26:29.472251000, delta=139749000 ns, racy<=2500000000 ns 13:26:29.613 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.613 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.613000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.613 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.613000000, lastModified=2020-07-06 13:26:29.472251000, delta=140749000 ns, racy<=2500000000 ns 13:26:29.613 [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 13:26:29.613 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.613 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.613 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.613 [main] 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 13:26:29.613 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.613000000, lastModified=2020-07-06 13:26:29.472251000, delta=140749000 ns, racy<=2500000000 ns 13:26:29.613 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.613 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.613000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.613 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.613000000, lastModified=2020-07-06 13:26:29.472251000, delta=140749000 ns, racy<=2500000000 ns 13:26:29.614 [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 13:26:29.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.614 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.614 [main] 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 13:26:29.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.613000000, lastModified=2020-07-06 13:26:29.472251000, delta=140749000 ns, racy<=2500000000 ns 13:26:29.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.614000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.614000000, lastModified=2020-07-06 13:26:29.472251000, delta=141749000 ns, racy<=2500000000 ns 13:26:29.614 [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 13:26:29.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.614 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.614 [main] 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 13:26:29.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.614000000, lastModified=2020-07-06 13:26:29.472251000, delta=141749000 ns, racy<=2500000000 ns 13:26:29.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.614000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.614000000, lastModified=2020-07-06 13:26:29.472251000, delta=141749000 ns, racy<=2500000000 ns 13:26:29.614 [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 13:26:29.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.614 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.614 [main] 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 13:26:29.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.614000000, lastModified=2020-07-06 13:26:29.472251000, delta=141749000 ns, racy<=2500000000 ns 13:26:29.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.614000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.614000000, lastModified=2020-07-06 13:26:29.472251000, delta=141749000 ns, racy<=2500000000 ns 13:26:29.614 [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 13:26:29.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.614 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.614 [main] 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 13:26:29.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.614000000, lastModified=2020-07-06 13:26:29.472251000, delta=141749000 ns, racy<=2500000000 ns 13:26:29.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.614000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.614000000, lastModified=2020-07-06 13:26:29.472251000, delta=141749000 ns, racy<=2500000000 ns 13:26:29.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-07-06 13:26:29.614000000, lastModified=2020-07-06 13:26:29.612253000, size=41, fileKey=(dev=3d,ino=1658878156) 13:26:29.615 [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 13:26:29.615 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.615 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.615 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.615 [main] 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 13:26:29.615 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.614000000, lastModified=2020-07-06 13:26:29.472251000, delta=141749000 ns, racy<=2500000000 ns 13:26:29.615 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.615 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.615000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.615 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.615000000, lastModified=2020-07-06 13:26:29.472251000, delta=142749000 ns, racy<=2500000000 ns 13:26:29.616 [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 13:26:29.616 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.616 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.616 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.616 [main] 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 13:26:29.616 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.615000000, lastModified=2020-07-06 13:26:29.472251000, delta=142749000 ns, racy<=2500000000 ns 13:26:29.616 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.616 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.616000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.616 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.616000000, lastModified=2020-07-06 13:26:29.472251000, delta=143749000 ns, racy<=2500000000 ns 13:26:29.616 [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 13:26:29.616 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.616 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.616 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.616 [main] 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 13:26:29.616 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.616000000, lastModified=2020-07-06 13:26:29.472251000, delta=143749000 ns, racy<=2500000000 ns 13:26:29.616 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.616 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.616000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.616 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.616000000, lastModified=2020-07-06 13:26:29.472251000, delta=143749000 ns, racy<=2500000000 ns 13:26:29.616 [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 13:26:29.616 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.616 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.616 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.616 [main] 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 13:26:29.616 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.616000000, lastModified=2020-07-06 13:26:29.472251000, delta=143749000 ns, racy<=2500000000 ns 13:26:29.616 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.616 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.616000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.616 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.616000000, lastModified=2020-07-06 13:26:29.472251000, delta=143749000 ns, racy<=2500000000 ns 13:26:29.616 [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 13:26:29.616 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.616 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.616 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.616 [main] 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 13:26:29.616 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.616000000, lastModified=2020-07-06 13:26:29.472251000, delta=143749000 ns, racy<=2500000000 ns 13:26:29.616 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.616 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.616000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.616 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.616000000, lastModified=2020-07-06 13:26:29.472251000, delta=143749000 ns, racy<=2500000000 ns 13:26:29.616 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/index, create new FileSnapshot: lastRead=2020-07-06 13:26:29.616000000, lastModified=2020-07-06 13:26:29.502251000, size=104, fileKey=(dev=3d,ino=582538824) 13:26:29.616 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/index, create new FileSnapshot: lastRead=2020-07-06 13:26:29.616000000, lastModified=2020-07-06 13:26:29.502251000, size=104, fileKey=(dev=3d,ino=582538824) 13:26:29.616 [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 13:26:29.617 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.617 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.617 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.617 [main] 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 13:26:29.617 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.616000000, lastModified=2020-07-06 13:26:29.472251000, delta=143749000 ns, racy<=2500000000 ns 13:26:29.617 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.617 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.617000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.617 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.617000000, lastModified=2020-07-06 13:26:29.472251000, delta=144749000 ns, racy<=2500000000 ns 13:26:29.617 [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 13:26:29.617 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.617 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.617 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.617 [main] 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 13:26:29.617 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.617000000, lastModified=2020-07-06 13:26:29.472251000, delta=144749000 ns, racy<=2500000000 ns 13:26:29.617 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.617 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.617000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.617 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.617000000, lastModified=2020-07-06 13:26:29.472251000, delta=144749000 ns, racy<=2500000000 ns 13:26:29.617 [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 13:26:29.617 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.617 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.617 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.617 [main] 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 13:26:29.617 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.617000000, lastModified=2020-07-06 13:26:29.472251000, delta=144749000 ns, racy<=2500000000 ns 13:26:29.617 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.617 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.617000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.617 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.617000000, lastModified=2020-07-06 13:26:29.472251000, delta=144749000 ns, racy<=2500000000 ns 13:26:29.617 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:29.500000000, lastModified=2020-07-06 13:26:29.463251000, delta=36749000 ns, racy<=2502500 ns 13:26:29.617 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, is unmodified 13:26:29.618 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:29.500000000, lastModified=2020-07-06 13:26:29.463251000, delta=36749000 ns, racy<=2502500 ns 13:26:29.618 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, is unmodified 13:26:29.618 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/index.lock, create new FileSnapshot: lastRead=2020-07-06 13:26:29.618000000, lastModified=2020-07-06 13:26:29.615254000, size=0, fileKey=(dev=3d,ino=582538826) 13:26:29.618 [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 13:26:29.618 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.618 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.618 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.618 [main] 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 13:26:29.618 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.617000000, lastModified=2020-07-06 13:26:29.472251000, delta=144749000 ns, racy<=2500000000 ns 13:26:29.618 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.618 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.618000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.618 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.618000000, lastModified=2020-07-06 13:26:29.472251000, delta=145749000 ns, racy<=2500000000 ns 13:26:29.618 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/index.lock, create new FileSnapshot: lastRead=2020-07-06 13:26:29.618000000, lastModified=2020-07-06 13:26:29.617254000, size=104, fileKey=(dev=3d,ino=582538826) 13:26:29.618 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/index, create new FileSnapshot: lastRead=2020-07-06 13:26:29.618000000, lastModified=2020-07-06 13:26:29.617254000, size=104, fileKey=(dev=3d,ino=582538826) 13:26:29.618 [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 13:26:29.618 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.618 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.618 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.618 [main] 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 13:26:29.618 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.618000000, lastModified=2020-07-06 13:26:29.472251000, delta=145749000 ns, racy<=2500000000 ns 13:26:29.618 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.618 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.618000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.618 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.618000000, lastModified=2020-07-06 13:26:29.472251000, delta=145749000 ns, racy<=2500000000 ns 13:26:29.618 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/HEAD, isRacyClean=false, read=2020-07-06 13:26:29.606000000, lastModified=2020-07-06 13:26:29.468251000, delta=137749000 ns, racy<=2502500 ns 13:26:29.618 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/HEAD, is unmodified 13:26:29.618 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/refs/heads/master.lock, isRacyClean=true, read=2020-07-06 13:26:29.614000000, lastModified=2020-07-06 13:26:29.612253000, delta=1747000 ns, racy<=2502500 ns 13:26:29.618 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/refs/heads/master.lock, is racily clean 13:26:29.618 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-07-06 13:26:29.618000000, lastModified=2020-07-06 13:26:29.612253000, size=41, fileKey=(dev=3d,ino=1658878156) 13:26:29.618 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/refs/heads/master.lock, isRacyClean=false, read=2020-07-06 13:26:29.618000000, lastModified=2020-07-06 13:26:29.612253000, delta=5747000 ns, racy<=2502500 ns 13:26:29.618 [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 13:26:29.618 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.618 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.619 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.619 [main] 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 13:26:29.619 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.618000000, lastModified=2020-07-06 13:26:29.472251000, delta=145749000 ns, racy<=2500000000 ns 13:26:29.619 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.619 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.619000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.619 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.619000000, lastModified=2020-07-06 13:26:29.472251000, delta=146749000 ns, racy<=2500000000 ns 13:26:29.619 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/HEAD, isRacyClean=false, read=2020-07-06 13:26:29.606000000, lastModified=2020-07-06 13:26:29.468251000, delta=137749000 ns, racy<=2502500 ns 13:26:29.619 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/HEAD, is unmodified 13:26:29.619 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/refs/heads/master.lock, cannot be racily clean 13:26:29.619 [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 13:26:29.619 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.619 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.619 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.619 [main] 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 13:26:29.619 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.619000000, lastModified=2020-07-06 13:26:29.472251000, delta=146749000 ns, racy<=2500000000 ns 13:26:29.619 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.619 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.619000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.619 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.619000000, lastModified=2020-07-06 13:26:29.472251000, delta=146749000 ns, racy<=2500000000 ns 13:26:29.619 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/index, create new FileSnapshot: lastRead=2020-07-06 13:26:29.619000000, lastModified=2020-07-06 13:26:29.617254000, size=104, fileKey=(dev=3d,ino=582538826) 13:26:29.619 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/index, create new FileSnapshot: lastRead=2020-07-06 13:26:29.619000000, lastModified=2020-07-06 13:26:29.617254000, size=104, fileKey=(dev=3d,ino=582538826) 13:26:29.619 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:29.500000000, lastModified=2020-07-06 13:26:29.463251000, delta=36749000 ns, racy<=2502500 ns 13:26:29.619 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, is unmodified 13:26:29.619 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:29.500000000, lastModified=2020-07-06 13:26:29.463251000, delta=36749000 ns, racy<=2502500 ns 13:26:29.619 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, is unmodified 13:26:29.620 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:29.500000000, lastModified=2020-07-06 13:26:29.463251000, delta=36749000 ns, racy<=2502500 ns 13:26:29.620 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, is unmodified 13:26:29.620 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:29.500000000, lastModified=2020-07-06 13:26:29.463251000, delta=36749000 ns, racy<=2502500 ns 13:26:29.620 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, is unmodified 13:26:29.620 [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 13:26:29.621 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.621 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.621 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.621 [main] 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 13:26:29.621 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.619000000, lastModified=2020-07-06 13:26:29.472251000, delta=146749000 ns, racy<=2500000000 ns 13:26:29.621 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.621 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.621000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.621 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.621000000, lastModified=2020-07-06 13:26:29.472251000, delta=148749000 ns, racy<=2500000000 ns 13:26:29.621 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/HEAD, isRacyClean=false, read=2020-07-06 13:26:29.606000000, lastModified=2020-07-06 13:26:29.468251000, delta=137749000 ns, racy<=2502500 ns 13:26:29.621 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/HEAD, is unmodified 13:26:29.621 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/refs/heads/master.lock, cannot be racily clean 13:26:29.621 [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 13:26:29.621 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.621 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.621 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.621 [main] 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 13:26:29.621 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.621000000, lastModified=2020-07-06 13:26:29.472251000, delta=148749000 ns, racy<=2500000000 ns 13:26:29.621 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.621 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.621000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.621 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.621000000, lastModified=2020-07-06 13:26:29.472251000, delta=148749000 ns, racy<=2500000000 ns 13:26:29.621 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/refs/heads/master.lock, cannot be racily clean 13:26:29.621 [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 13:26:29.621 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.621 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.621 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.621 [main] 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 13:26:29.621 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.621000000, lastModified=2020-07-06 13:26:29.472251000, delta=148749000 ns, racy<=2500000000 ns 13:26:29.621 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.621 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.621000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.621 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.621000000, lastModified=2020-07-06 13:26:29.472251000, delta=148749000 ns, racy<=2500000000 ns 13:26:29.621 [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 13:26:29.621 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.621 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.621 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.621 [main] 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 13:26:29.621 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.621000000, lastModified=2020-07-06 13:26:29.472251000, delta=148749000 ns, racy<=2500000000 ns 13:26:29.621 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.621 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.621000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.622 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.621000000, lastModified=2020-07-06 13:26:29.472251000, delta=148749000 ns, racy<=2500000000 ns 13:26:29.622 [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 13:26:29.622 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.622 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.622 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.622 [main] 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 13:26:29.622 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.621000000, lastModified=2020-07-06 13:26:29.472251000, delta=148749000 ns, racy<=2500000000 ns 13:26:29.622 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.622 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.622000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.622 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.622000000, lastModified=2020-07-06 13:26:29.472251000, delta=149749000 ns, racy<=2500000000 ns 13:26:29.622 [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 13:26:29.622 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.622 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.622 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.622 [main] 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 13:26:29.622 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.622000000, lastModified=2020-07-06 13:26:29.472251000, delta=149749000 ns, racy<=2500000000 ns 13:26:29.622 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.622 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.622000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.622 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.622000000, lastModified=2020-07-06 13:26:29.472251000, delta=149749000 ns, racy<=2500000000 ns 13:26:29.622 [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 13:26:29.622 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.622 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.622 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.622 [main] 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 13:26:29.622 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.622000000, lastModified=2020-07-06 13:26:29.472251000, delta=149749000 ns, racy<=2500000000 ns 13:26:29.622 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.622 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.622000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.622 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.622000000, lastModified=2020-07-06 13:26:29.472251000, delta=149749000 ns, racy<=2500000000 ns 13:26:29.622 [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 13:26:29.622 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.622 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.622 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.622 [main] 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 13:26:29.622 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.622000000, lastModified=2020-07-06 13:26:29.472251000, delta=149749000 ns, racy<=2500000000 ns 13:26:29.622 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.622 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.622000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.622 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.622000000, lastModified=2020-07-06 13:26:29.472251000, delta=149749000 ns, racy<=2500000000 ns 13:26:29.622 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-07-06 13:26:29.622000000, lastModified=2020-07-06 13:26:29.620254000, size=41, fileKey=(dev=3d,ino=1658878158) 13:26:29.622 [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 13:26:29.622 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.622 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.623 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.623 [main] 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 13:26:29.623 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.622000000, lastModified=2020-07-06 13:26:29.472251000, delta=149749000 ns, racy<=2500000000 ns 13:26:29.623 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.623 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.623000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.623 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.623000000, lastModified=2020-07-06 13:26:29.472251000, delta=150749000 ns, racy<=2500000000 ns 13:26:29.626 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.626000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.626 [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 13:26:29.626 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.626 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.626 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.626 [main] 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 13:26:29.626 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.626000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.626 [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 13:26:29.626 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.626 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.626 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.626 [main] 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 13:26:29.626 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.626000000, lastModified=2020-07-06 13:26:29.472251000, delta=153749000 ns, racy<=2500000000 ns 13:26:29.626 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.626 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.626000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.626 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.626000000, lastModified=2020-07-06 13:26:29.472251000, delta=153749000 ns, racy<=2500000000 ns 13:26:29.627 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/index, create new FileSnapshot: lastRead=2020-07-06 13:26:29.627000000, lastModified=2020-07-06 13:26:29.617254000, size=104, fileKey=(dev=3d,ino=582538826) 13:26:29.627 [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 13:26:29.627 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:29.627 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:29.627 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:29.627 [main] 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 13:26:29.627 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.626000000, lastModified=2020-07-06 13:26:29.472251000, delta=153749000 ns, racy<=2500000000 ns 13:26:29.627 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:29.627 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:29.627000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:29.627 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.627000000, lastModified=2020-07-06 13:26:29.472251000, delta=154749000 ns, racy<=2500000000 ns 13:26:29.627 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/HEAD, create new FileSnapshot: lastRead=2020-07-06 13:26:29.627000000, lastModified=2020-07-06 13:26:29.468251000, size=23, fileKey=(dev=3d,ino=582538821) 13:26:29.627 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-07-06 13:26:29.627000000, lastModified=2020-07-06 13:26:29.620254000, size=41, fileKey=(dev=3d,ino=1658878158) 13:26:29.627 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: /tmp/junit3311078909482094257:org.eclipse.hawk.git.JGitRepository:false 13:26:29.628 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:26:29.628 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:26:30.542 [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 13:26:30.543 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:30.543 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:30.543 [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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:30.543 [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 13:26:30.543 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:29.627000000, lastModified=2020-07-06 13:26:29.472251000, delta=154749000 ns, racy<=2500000000 ns 13:26:30.543 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:30.543 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:30.543000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:30.543 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:30.543000000, lastModified=2020-07-06 13:26:29.472251000, delta=1070749000 ns, racy<=2500000000 ns 13:26:30.543 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/refs/heads/master, isRacyClean=false, read=2020-07-06 13:26:29.627000000, lastModified=2020-07-06 13:26:29.620254000, delta=6746000 ns, racy<=2502500 ns 13:26:30.543 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/refs/heads/master, is unmodified 13:26:30.543 [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 13:26:30.543 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:30.543 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:30.543 [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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:30.543 [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 13:26:30.543 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:30.543000000, lastModified=2020-07-06 13:26:29.472251000, delta=1070749000 ns, racy<=2500000000 ns 13:26:30.543 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:30.543 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:30.543000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:30.543 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:30.543000000, lastModified=2020-07-06 13:26:29.472251000, delta=1070749000 ns, racy<=2500000000 ns 13:26:30.543 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/refs/heads/master, isRacyClean=false, read=2020-07-06 13:26:29.627000000, lastModified=2020-07-06 13:26:29.620254000, delta=6746000 ns, racy<=2502500 ns 13:26:30.543 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/refs/heads/master, is unmodified 13:26:30.543 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:30.543000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:30.543 [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 13:26:30.543 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:30.543 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:30.543 [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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:30.543 [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 13:26:30.543 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:30.543000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:30.544 [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 13:26:30.544 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:30.544 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:30.544 [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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:30.544 [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 13:26:30.544 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:30.543000000, lastModified=2020-07-06 13:26:29.472251000, delta=1070749000 ns, racy<=2500000000 ns 13:26:30.544 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:30.544 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:30.544000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:30.544 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:30.544000000, lastModified=2020-07-06 13:26:29.472251000, delta=1071749000 ns, racy<=2500000000 ns 13:26:30.544 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/index, create new FileSnapshot: lastRead=2020-07-06 13:26:30.544000000, lastModified=2020-07-06 13:26:29.617254000, size=104, fileKey=(dev=3d,ino=582538826) 13:26:30.544 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 13:26:30.544 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, create new FileSnapshot: lastRead=2020-07-06 13:26:30.544000000, lastModified=2020-07-06 13:26:29.463251000, size=6, fileKey=(dev=3d,ino=1117284153) 13:26:30.545 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:30.544000000, lastModified=2020-07-06 13:26:29.463251000, delta=1080749000 ns, racy<=2502500 ns 13:26:30.545 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, is unmodified 13:26:30.545 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:30.544000000, lastModified=2020-07-06 13:26:29.463251000, delta=1080749000 ns, racy<=2502500 ns 13:26:30.545 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, is unmodified 13:26:30.548 [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 13:26:30.548 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:30.548 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:30.548 [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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:30.548 [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 13:26:30.548 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:30.543000000, lastModified=2020-07-06 13:26:29.472251000, delta=1070749000 ns, racy<=2500000000 ns 13:26:30.548 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:30.548 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:30.548000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:30.548 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:30.548000000, lastModified=2020-07-06 13:26:29.472251000, delta=1075749000 ns, racy<=2500000000 ns 13:26:30.550 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 13:26:30.550 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, create new FileSnapshot: lastRead=2020-07-06 13:26:30.550000000, lastModified=2020-07-06 13:26:29.463251000, size=6, fileKey=(dev=3d,ino=1117284153) 13:26:30.550 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:30.550000000, lastModified=2020-07-06 13:26:29.463251000, delta=1086749000 ns, racy<=2502500 ns 13:26:30.550 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, is unmodified 13:26:30.550 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:30.550000000, lastModified=2020-07-06 13:26:29.463251000, delta=1086749000 ns, racy<=2502500 ns 13:26:30.550 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, is unmodified 13:26:30.551 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:30.550000000, lastModified=2020-07-06 13:26:29.463251000, delta=1086749000 ns, racy<=2502500 ns 13:26:30.551 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, is unmodified 13:26:30.551 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:30.550000000, lastModified=2020-07-06 13:26:29.463251000, delta=1086749000 ns, racy<=2502500 ns 13:26:30.551 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, is unmodified 13:26:30.553 [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 13:26:30.553 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:30.553 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:30.553 [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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:30.553 [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 13:26:30.553 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:30.548000000, lastModified=2020-07-06 13:26:29.472251000, delta=1075749000 ns, racy<=2500000000 ns 13:26:30.553 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:30.553 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:30.553000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:30.553 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:30.553000000, lastModified=2020-07-06 13:26:29.472251000, delta=1080749000 ns, racy<=2500000000 ns 13:26:30.554 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:26:30.593 [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 13:26:30.593 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:30.593 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:30.593 [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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:30.593 [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 13:26:30.593 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:30.553000000, lastModified=2020-07-06 13:26:29.472251000, delta=1080749000 ns, racy<=2500000000 ns 13:26:30.593 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:30.593 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:30.593000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:30.593 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:30.593000000, lastModified=2020-07-06 13:26:29.472251000, delta=1120749000 ns, racy<=2500000000 ns 13:26:30.593 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:30.550000000, lastModified=2020-07-06 13:26:29.463251000, delta=1086749000 ns, racy<=2502500 ns 13:26:30.593 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, is unmodified 13:26:30.594 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:26:30.594 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:26:30.603 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:26:30.609 [pool-64-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:26:30.609 [pool-64-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:26:30.609 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 13:26:30.613 [pool-64-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 13:26:30.620 [pool-64-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:26:30.620 [pool-64-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 13:26:30.620 [pool-64-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:26:30.620 [pool-64-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...13:26:30.620 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 13:26:30.622 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 13:26:30.622 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:26:30.622 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:26:30.622 [pool-64-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:26:30.622 [pool-64-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:26:30.622 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:26:30.622 [pool-64-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:26:30.622 [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... 13:26:30.622 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:26:30.622 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 7e0cde581c278d7818319f4c653d7f17a7ae7e9e (timepoint 1594041989000) of /tmp/junit3311078909482094257 13:26:30.623 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:26:30.624 [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 13:26:30.624 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:30.624 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:30.624 [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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:30.624 [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 13:26:30.624 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:30.593000000, lastModified=2020-07-06 13:26:29.472251000, delta=1120749000 ns, racy<=2500000000 ns 13:26:30.624 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, is racily clean 13:26:30.624 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:30.624000000, lastModified=2020-07-06 13:26:29.472251000, size=78, fileKey=(dev=3d,ino=582538822) 13:26:30.624 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/config, isRacyClean=true, read=2020-07-06 13:26:30.624000000, lastModified=2020-07-06 13:26:29.472251000, delta=1151749000 ns, racy<=2500000000 ns 13:26:30.624 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:30.550000000, lastModified=2020-07-06 13:26:29.463251000, delta=1086749000 ns, racy<=2502500 ns 13:26:30.624 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3311078909482094257/.git/objects/pack, is unmodified 13:26:30.625 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:26:30.625 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:26:30.691 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:26:30.691 [pool-64-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:26:30.691 [pool-64-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 13:26:30.692 [pool-64-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 13:26:30.692 [pool-64-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:26:30.692 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 13:26:30.692 [pool-64-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:26:30.700 [pool-64-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...13:26:30.700 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:26:30.700 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:26:30.700 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:26:30.700 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:26:30.700 [pool-64-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:26:30.700 [pool-64-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:26:30.700 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:26:30.700 [pool-64-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:26:30.700 [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... 13:26:30.700 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:26:30.701 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision ce4b485d2473065fcbaa40ce94ec9ec2dbfddbfc (timepoint 1594041989002) of /tmp/junit3311078909482094257 13:26:30.701 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:26:30.701 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 73 ms 13:26:30.709 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:26:30.709 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: /tmp/junit3311078909482094257:org.eclipse.hawk.git.JGitRepository:false 13:26:30.711 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:26:30.711 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:26:31.543 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:26:31.544 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4781301189802876019/test_defaultBranch[LevelDB GreyCat] 13:26:31.544 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:26:31.791 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:26:31.793 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:26:31.793 [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 13:26:31.793 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:26:31.793 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:26:31.795 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:26:31.795 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:26:31.795 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:26:31.795 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:26:31.795 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:26:31.796 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:26:31.797 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:26:31.797 [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 13:26:31.800 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:26:31.801 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:26:31.806 [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 13:26:31.807 [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 13:26:31.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 13:26:31.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 13:26:31.808 [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 13:26:31.809 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 13:26:31.810 [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 13:26:31.810 [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 13:26:31.811 [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 13:26:31.812 [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 13:26:31.812 [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 13:26:31.812 [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 13:26:31.812 [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 13:26:31.812 [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 13:26:31.812 [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 13:26:31.812 [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 13:26:31.812 [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 13:26:31.812 [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 13:26:31.813 [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 13:26:31.813 [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 13:26:31.813 [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 13:26:31.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[] 13:26:31.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 13:26:31.813 [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 13:26:31.813 [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 13:26:31.814 [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 13:26:31.814 [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 13:26:31.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 13:26:31.814 [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 13:26:31.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 13:26:31.815 [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 13:26:31.815 [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 13:26:31.815 [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 13:26:31.819 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:26:31.819 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:26:31.819 [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 13:26:31.822 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:26:31.822 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:26:31.891 [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 13:26:31.891 [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 13:26:31.891 [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 13:26:31.892 [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 13:26:31.892 [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 13:26:31.892 [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 13:26:31.892 [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 13:26:31.892 [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 13:26:31.892 [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 13:26:31.892 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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[] 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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 13:26:31.893 [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[] 13:26:31.893 [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 13:26:31.893 [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 13:26:31.894 [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 13:26:31.894 [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 13:26:31.894 [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 13:26:31.894 [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 13:26:31.896 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:26:31.896 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:26:31.896 [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 13:26:31.897 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:26:31.897 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:26:31.913 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:26:31.914 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:26:31.914 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:26:31.914 [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 13:26:31.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.915 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.915 [main] 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 13:26:31.915 [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 13:26:31.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.915 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.915 [main] 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 13:26:31.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=false, read=2020-07-06 13:26:31.915000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041991915000000 ns, racy<=2500000000 ns 13:26:31.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is unmodified 13:26:31.915 [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 13:26:31.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.916 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.916 [main] 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 13:26:31.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=false, read=2020-07-06 13:26:31.915000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041991915000000 ns, racy<=2500000000 ns 13:26:31.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is unmodified 13:26:31.916 [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 13:26:31.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.916 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.916 [main] 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 13:26:31.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=false, read=2020-07-06 13:26:31.915000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041991915000000 ns, racy<=2500000000 ns 13:26:31.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is unmodified 13:26:31.920 [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 13:26:31.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.920 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.920 [main] 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 13:26:31.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=false, read=2020-07-06 13:26:31.915000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041991915000000 ns, racy<=2500000000 ns 13:26:31.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is unmodified 13:26:31.921 [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 13:26:31.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.921 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.921 [main] 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 13:26:31.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=false, read=2020-07-06 13:26:31.915000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041991915000000 ns, racy<=2500000000 ns 13:26:31.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is unmodified 13:26:31.921 [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 13:26:31.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.921 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.921 [main] 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 13:26:31.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=false, read=2020-07-06 13:26:31.915000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041991915000000 ns, racy<=2500000000 ns 13:26:31.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is unmodified 13:26:31.923 [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 13:26:31.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.923 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.923 [main] 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 13:26:31.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=false, read=2020-07-06 13:26:31.915000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041991915000000 ns, racy<=2500000000 ns 13:26:31.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is unmodified 13:26:31.923 [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 13:26:31.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.924 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.924 [main] 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 13:26:31.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=false, read=2020-07-06 13:26:31.915000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041991915000000 ns, racy<=2500000000 ns 13:26:31.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is unmodified 13:26:31.924 [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 13:26:31.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.924 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.924 [main] 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 13:26:31.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=false, read=2020-07-06 13:26:31.915000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041991915000000 ns, racy<=2500000000 ns 13:26:31.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is unmodified 13:26:31.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD.lock, create new FileSnapshot: lastRead=2020-07-06 13:26:31.924000000, lastModified=2020-07-06 13:26:31.923296000, size=23, fileKey=(dev=3d,ino=1659397575) 13:26:31.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config.lock, create new FileSnapshot: lastRead=2020-07-06 13:26:31.925000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:31.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:31.926000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:31.926 [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 13:26:31.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.926 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.926 [main] 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 13:26:31.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:31.926000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:31.926 [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 13:26:31.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.927 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.927 [main] 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 13:26:31.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.926000000, lastModified=2020-07-06 13:26:31.924296000, delta=1704000 ns, racy<=2500000000 ns 13:26:31.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:31.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:31.927000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:31.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.927000000, lastModified=2020-07-06 13:26:31.924296000, delta=2704000 ns, racy<=2500000000 ns 13:26:31.927 [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 13:26:31.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.927 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.927 [main] 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 13:26:31.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.927000000, lastModified=2020-07-06 13:26:31.924296000, delta=2704000 ns, racy<=2500000000 ns 13:26:31.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:31.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:31.927000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:31.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.927000000, lastModified=2020-07-06 13:26:31.924296000, delta=2704000 ns, racy<=2500000000 ns 13:26:31.927 [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 13:26:31.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.927 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.927 [main] 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 13:26:31.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.927000000, lastModified=2020-07-06 13:26:31.924296000, delta=2704000 ns, racy<=2500000000 ns 13:26:31.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:31.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:31.927000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:31.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.927000000, lastModified=2020-07-06 13:26:31.924296000, delta=2704000 ns, racy<=2500000000 ns 13:26:31.928 [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 13:26:31.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.928 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.928 [main] 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 13:26:31.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.927000000, lastModified=2020-07-06 13:26:31.924296000, delta=2704000 ns, racy<=2500000000 ns 13:26:31.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:31.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:31.928000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:31.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.928000000, lastModified=2020-07-06 13:26:31.924296000, delta=3704000 ns, racy<=2500000000 ns 13:26:31.928 [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 13:26:31.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.928 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.928 [main] 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 13:26:31.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.928000000, lastModified=2020-07-06 13:26:31.924296000, delta=3704000 ns, racy<=2500000000 ns 13:26:31.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:31.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:31.928000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:31.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.928000000, lastModified=2020-07-06 13:26:31.924296000, delta=3704000 ns, racy<=2500000000 ns 13:26:31.928 [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 13:26:31.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.929 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.929 [main] 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 13:26:31.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.928000000, lastModified=2020-07-06 13:26:31.924296000, delta=3704000 ns, racy<=2500000000 ns 13:26:31.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:31.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:31.929000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:31.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.929000000, lastModified=2020-07-06 13:26:31.924296000, delta=4704000 ns, racy<=2500000000 ns 13:26:31.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 13:26:31.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, create new FileSnapshot: lastRead=2020-07-06 13:26:31.929000000, lastModified=2020-07-06 13:26:31.918296000, size=6, fileKey=(dev=3d,ino=45357383) 13:26:31.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:31.929000000, lastModified=2020-07-06 13:26:31.918296000, delta=10704000 ns, racy<=2502500 ns 13:26:31.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, is unmodified 13:26:31.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:31.929000000, lastModified=2020-07-06 13:26:31.918296000, delta=10704000 ns, racy<=2502500 ns 13:26:31.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, is unmodified 13:26:31.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/index.lock, create new FileSnapshot: lastRead=2020-07-06 13:26:31.930000000, lastModified=2020-07-06 13:26:31.926296000, size=0, fileKey=(dev=3d,ino=1659397577) 13:26:31.931 [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 13:26:31.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.931 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.931 [main] 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 13:26:31.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.929000000, lastModified=2020-07-06 13:26:31.924296000, delta=4704000 ns, racy<=2500000000 ns 13:26:31.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:31.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:31.931000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:31.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.931000000, lastModified=2020-07-06 13:26:31.924296000, delta=6704000 ns, racy<=2500000000 ns 13:26:31.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/index.lock, create new FileSnapshot: lastRead=2020-07-06 13:26:31.931000000, lastModified=2020-07-06 13:26:31.930296000, size=104, fileKey=(dev=3d,ino=1659397577) 13:26:31.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/index, create new FileSnapshot: lastRead=2020-07-06 13:26:31.931000000, lastModified=2020-07-06 13:26:31.930296000, size=104, fileKey=(dev=3d,ino=1659397577) 13:26:31.931 [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 13:26:31.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.931 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.931 [main] 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 13:26:31.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.931000000, lastModified=2020-07-06 13:26:31.924296000, delta=6704000 ns, racy<=2500000000 ns 13:26:31.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:31.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:31.931000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:31.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.931000000, lastModified=2020-07-06 13:26:31.924296000, delta=6704000 ns, racy<=2500000000 ns 13:26:31.931 [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 13:26:31.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.932 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.932 [main] 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 13:26:31.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.931000000, lastModified=2020-07-06 13:26:31.924296000, delta=6704000 ns, racy<=2500000000 ns 13:26:31.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:31.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:31.932000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:31.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.932000000, lastModified=2020-07-06 13:26:31.924296000, delta=7704000 ns, racy<=2500000000 ns 13:26:31.932 [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 13:26:31.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.932 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.932 [main] 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 13:26:31.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.932000000, lastModified=2020-07-06 13:26:31.924296000, delta=7704000 ns, racy<=2500000000 ns 13:26:31.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:31.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:31.932000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:31.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.932000000, lastModified=2020-07-06 13:26:31.924296000, delta=7704000 ns, racy<=2500000000 ns 13:26:31.932 [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 13:26:31.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.932 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.932 [main] 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 13:26:31.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.932000000, lastModified=2020-07-06 13:26:31.924296000, delta=7704000 ns, racy<=2500000000 ns 13:26:31.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:31.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:31.932000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:31.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.932000000, lastModified=2020-07-06 13:26:31.924296000, delta=7704000 ns, racy<=2500000000 ns 13:26:31.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD, create new FileSnapshot: lastRead=2020-07-06 13:26:31.932000000, lastModified=2020-07-06 13:26:31.923296000, size=23, fileKey=(dev=3d,ino=1659397575) 13:26:31.932 [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 13:26:31.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.933 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.933 [main] 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 13:26:31.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.932000000, lastModified=2020-07-06 13:26:31.924296000, delta=7704000 ns, racy<=2500000000 ns 13:26:31.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:31.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:31.933000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:31.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.933000000, lastModified=2020-07-06 13:26:31.924296000, delta=8704000 ns, racy<=2500000000 ns 13:26:31.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD, isRacyClean=false, read=2020-07-06 13:26:31.932000000, lastModified=2020-07-06 13:26:31.923296000, delta=8704000 ns, racy<=2502500 ns 13:26:31.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD, is unmodified 13:26:31.933 [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 13:26:31.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.933 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.933 [main] 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 13:26:31.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.933000000, lastModified=2020-07-06 13:26:31.924296000, delta=8704000 ns, racy<=2500000000 ns 13:26:31.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:31.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:31.933000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:31.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.933000000, lastModified=2020-07-06 13:26:31.924296000, delta=8704000 ns, racy<=2500000000 ns 13:26:31.934 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/index, create new FileSnapshot: lastRead=2020-07-06 13:26:31.934000000, lastModified=2020-07-06 13:26:31.930296000, size=104, fileKey=(dev=3d,ino=1659397577) 13:26:31.934 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/index, create new FileSnapshot: lastRead=2020-07-06 13:26:31.934000000, lastModified=2020-07-06 13:26:31.930296000, size=104, fileKey=(dev=3d,ino=1659397577) 13:26:31.934 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:31.929000000, lastModified=2020-07-06 13:26:31.918296000, delta=10704000 ns, racy<=2502500 ns 13:26:31.934 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, is unmodified 13:26:31.934 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:31.929000000, lastModified=2020-07-06 13:26:31.918296000, delta=10704000 ns, racy<=2502500 ns 13:26:31.934 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, is unmodified 13:26:31.934 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:31.929000000, lastModified=2020-07-06 13:26:31.918296000, delta=10704000 ns, racy<=2502500 ns 13:26:31.934 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, is unmodified 13:26:31.934 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:31.929000000, lastModified=2020-07-06 13:26:31.918296000, delta=10704000 ns, racy<=2502500 ns 13:26:31.934 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, is unmodified 13:26:31.935 [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 13:26:31.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.935 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.935 [main] 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 13:26:31.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.933000000, lastModified=2020-07-06 13:26:31.924296000, delta=8704000 ns, racy<=2500000000 ns 13:26:31.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:31.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:31.935000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:31.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.935000000, lastModified=2020-07-06 13:26:31.924296000, delta=10704000 ns, racy<=2500000000 ns 13:26:31.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD, isRacyClean=false, read=2020-07-06 13:26:31.932000000, lastModified=2020-07-06 13:26:31.923296000, delta=8704000 ns, racy<=2502500 ns 13:26:31.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD, is unmodified 13:26:31.935 [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 13:26:31.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.935 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.935 [main] 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 13:26:31.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.935000000, lastModified=2020-07-06 13:26:31.924296000, delta=10704000 ns, racy<=2500000000 ns 13:26:31.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:31.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:31.935000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:31.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.935000000, lastModified=2020-07-06 13:26:31.924296000, delta=10704000 ns, racy<=2500000000 ns 13:26:31.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD, isRacyClean=false, read=2020-07-06 13:26:31.932000000, lastModified=2020-07-06 13:26:31.923296000, delta=8704000 ns, racy<=2502500 ns 13:26:31.936 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD, is unmodified 13:26:31.990 [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 13:26:31.990 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.990 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.990 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.990 [main] 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 13:26:31.991 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.935000000, lastModified=2020-07-06 13:26:31.924296000, delta=10704000 ns, racy<=2500000000 ns 13:26:31.991 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:31.991 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:31.991000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:31.991 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.991000000, lastModified=2020-07-06 13:26:31.924296000, delta=66704000 ns, racy<=2500000000 ns 13:26:31.991 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit2553264097869793716/.git/refs/refs 13:26:31.991 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit2553264097869793716/.git/refs/tags/refs 13:26:31.991 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit2553264097869793716/.git/refs/heads/refs 13:26:31.991 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit2553264097869793716/.git/refs/remotes/refs 13:26:31.992 [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 13:26:31.992 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.992 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.992 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.992 [main] 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 13:26:31.992 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.991000000, lastModified=2020-07-06 13:26:31.924296000, delta=66704000 ns, racy<=2500000000 ns 13:26:31.992 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:31.992 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:31.992000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:31.992 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.992000000, lastModified=2020-07-06 13:26:31.924296000, delta=67704000 ns, racy<=2500000000 ns 13:26:31.993 [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 13:26:31.993 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.993 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.993 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.993 [main] 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 13:26:31.993 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.992000000, lastModified=2020-07-06 13:26:31.924296000, delta=67704000 ns, racy<=2500000000 ns 13:26:31.993 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:31.993 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:31.993000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:31.993 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.993000000, lastModified=2020-07-06 13:26:31.924296000, delta=68704000 ns, racy<=2500000000 ns 13:26:31.993 [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 13:26:31.993 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.993 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.993 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.993 [main] 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 13:26:31.993 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.993000000, lastModified=2020-07-06 13:26:31.924296000, delta=68704000 ns, racy<=2500000000 ns 13:26:31.993 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:31.993 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:31.993000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:31.993 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.993000000, lastModified=2020-07-06 13:26:31.924296000, delta=68704000 ns, racy<=2500000000 ns 13:26:31.994 [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 13:26:31.994 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.994 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.994 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.994 [main] 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 13:26:31.994 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.993000000, lastModified=2020-07-06 13:26:31.924296000, delta=68704000 ns, racy<=2500000000 ns 13:26:31.994 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:31.994 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:31.994000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:31.994 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.994000000, lastModified=2020-07-06 13:26:31.924296000, delta=69704000 ns, racy<=2500000000 ns 13:26:31.994 [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 13:26:31.994 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.994 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.994 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.994 [main] 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 13:26:31.994 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.994000000, lastModified=2020-07-06 13:26:31.924296000, delta=69704000 ns, racy<=2500000000 ns 13:26:31.994 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:31.994 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:31.994000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:31.994 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.994000000, lastModified=2020-07-06 13:26:31.924296000, delta=69704000 ns, racy<=2500000000 ns 13:26:31.994 [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 13:26:31.995 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.995 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.995 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.995 [main] 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 13:26:31.995 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.994000000, lastModified=2020-07-06 13:26:31.924296000, delta=69704000 ns, racy<=2500000000 ns 13:26:31.995 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:31.995 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:31.995000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:31.995 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.995000000, lastModified=2020-07-06 13:26:31.924296000, delta=70704000 ns, racy<=2500000000 ns 13:26:31.995 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-07-06 13:26:31.995000000, lastModified=2020-07-06 13:26:31.991297000, size=41, fileKey=(dev=3d,ino=580497084) 13:26:31.996 [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 13:26:31.996 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.996 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.996 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.996 [main] 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 13:26:31.996 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.995000000, lastModified=2020-07-06 13:26:31.924296000, delta=70704000 ns, racy<=2500000000 ns 13:26:31.996 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:31.996 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:31.996000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:31.996 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.996000000, lastModified=2020-07-06 13:26:31.924296000, delta=71704000 ns, racy<=2500000000 ns 13:26:31.997 [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 13:26:31.997 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.997 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.997 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.997 [main] 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 13:26:31.997 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.996000000, lastModified=2020-07-06 13:26:31.924296000, delta=71704000 ns, racy<=2500000000 ns 13:26:31.997 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:31.997 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:31.997000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:31.997 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.997000000, lastModified=2020-07-06 13:26:31.924296000, delta=72704000 ns, racy<=2500000000 ns 13:26:31.997 [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 13:26:31.997 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.997 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.997 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.997 [main] 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 13:26:31.997 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.997000000, lastModified=2020-07-06 13:26:31.924296000, delta=72704000 ns, racy<=2500000000 ns 13:26:31.997 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:31.997 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:31.997000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:31.997 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.997000000, lastModified=2020-07-06 13:26:31.924296000, delta=72704000 ns, racy<=2500000000 ns 13:26:31.997 [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 13:26:31.997 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.997 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.997 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.997 [main] 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 13:26:31.997 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.997000000, lastModified=2020-07-06 13:26:31.924296000, delta=72704000 ns, racy<=2500000000 ns 13:26:31.997 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:31.997 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:31.997000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:31.997 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.997000000, lastModified=2020-07-06 13:26:31.924296000, delta=72704000 ns, racy<=2500000000 ns 13:26:31.998 [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 13:26:31.998 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.998 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.998 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.998 [main] 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 13:26:31.998 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.997000000, lastModified=2020-07-06 13:26:31.924296000, delta=72704000 ns, racy<=2500000000 ns 13:26:31.998 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:31.998 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:31.998000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:31.998 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.998000000, lastModified=2020-07-06 13:26:31.924296000, delta=73704000 ns, racy<=2500000000 ns 13:26:31.998 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/index, create new FileSnapshot: lastRead=2020-07-06 13:26:31.998000000, lastModified=2020-07-06 13:26:31.930296000, size=104, fileKey=(dev=3d,ino=1659397577) 13:26:31.998 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/index, create new FileSnapshot: lastRead=2020-07-06 13:26:31.998000000, lastModified=2020-07-06 13:26:31.930296000, size=104, fileKey=(dev=3d,ino=1659397577) 13:26:31.998 [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 13:26:31.998 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.998 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.998 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.998 [main] 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 13:26:31.998 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.998000000, lastModified=2020-07-06 13:26:31.924296000, delta=73704000 ns, racy<=2500000000 ns 13:26:31.998 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:31.998 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:31.998000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:31.998 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.998000000, lastModified=2020-07-06 13:26:31.924296000, delta=73704000 ns, racy<=2500000000 ns 13:26:31.998 [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 13:26:31.998 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.999 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.999 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.999 [main] 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 13:26:31.999 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.998000000, lastModified=2020-07-06 13:26:31.924296000, delta=73704000 ns, racy<=2500000000 ns 13:26:31.999 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:31.999 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:31.999000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:31.999 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.999000000, lastModified=2020-07-06 13:26:31.924296000, delta=74704000 ns, racy<=2500000000 ns 13:26:31.999 [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 13:26:31.999 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:31.999 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:31.999 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:31.999 [main] 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 13:26:31.999 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.999000000, lastModified=2020-07-06 13:26:31.924296000, delta=74704000 ns, racy<=2500000000 ns 13:26:31.999 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:31.999 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:31.999000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:31.999 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.999000000, lastModified=2020-07-06 13:26:31.924296000, delta=74704000 ns, racy<=2500000000 ns 13:26:32.000 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:31.929000000, lastModified=2020-07-06 13:26:31.918296000, delta=10704000 ns, racy<=2502500 ns 13:26:32.000 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, is unmodified 13:26:32.000 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:31.929000000, lastModified=2020-07-06 13:26:31.918296000, delta=10704000 ns, racy<=2502500 ns 13:26:32.000 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, is unmodified 13:26:32.000 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/index.lock, create new FileSnapshot: lastRead=2020-07-06 13:26:32.000000000, lastModified=2020-07-06 13:26:31.997297000, size=0, fileKey=(dev=3d,ino=1659397581) 13:26:32.000 [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 13:26:32.001 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.001 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.001 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.001 [main] 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 13:26:32.001 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:31.999000000, lastModified=2020-07-06 13:26:31.924296000, delta=74704000 ns, racy<=2500000000 ns 13:26:32.001 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.001 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.001000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.001 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.001000000, lastModified=2020-07-06 13:26:31.924296000, delta=76704000 ns, racy<=2500000000 ns 13:26:32.001 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/index.lock, create new FileSnapshot: lastRead=2020-07-06 13:26:32.001000000, lastModified=2020-07-06 13:26:32.000297000, size=104, fileKey=(dev=3d,ino=1659397581) 13:26:32.001 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/index, create new FileSnapshot: lastRead=2020-07-06 13:26:32.001000000, lastModified=2020-07-06 13:26:32.000297000, size=104, fileKey=(dev=3d,ino=1659397581) 13:26:32.001 [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 13:26:32.001 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.001 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.001 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.001 [main] 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 13:26:32.001 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.001000000, lastModified=2020-07-06 13:26:31.924296000, delta=76704000 ns, racy<=2500000000 ns 13:26:32.001 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.001 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.001000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.001 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.001000000, lastModified=2020-07-06 13:26:31.924296000, delta=76704000 ns, racy<=2500000000 ns 13:26:32.001 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD, isRacyClean=false, read=2020-07-06 13:26:31.932000000, lastModified=2020-07-06 13:26:31.923296000, delta=8704000 ns, racy<=2502500 ns 13:26:32.001 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD, is unmodified 13:26:32.001 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, isRacyClean=false, read=2020-07-06 13:26:31.995000000, lastModified=2020-07-06 13:26:31.991297000, delta=3703000 ns, racy<=2502500 ns 13:26:32.001 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, is unmodified 13:26:32.001 [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 13:26:32.001 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.001 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.001 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.001 [main] 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 13:26:32.001 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.001000000, lastModified=2020-07-06 13:26:31.924296000, delta=76704000 ns, racy<=2500000000 ns 13:26:32.001 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.001 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.001000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.002 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.001000000, lastModified=2020-07-06 13:26:31.924296000, delta=76704000 ns, racy<=2500000000 ns 13:26:32.002 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD, isRacyClean=false, read=2020-07-06 13:26:31.932000000, lastModified=2020-07-06 13:26:31.923296000, delta=8704000 ns, racy<=2502500 ns 13:26:32.002 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD, is unmodified 13:26:32.002 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, isRacyClean=false, read=2020-07-06 13:26:31.995000000, lastModified=2020-07-06 13:26:31.991297000, delta=3703000 ns, racy<=2502500 ns 13:26:32.002 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, is unmodified 13:26:32.002 [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 13:26:32.002 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.002 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.002 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.002 [main] 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 13:26:32.002 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.001000000, lastModified=2020-07-06 13:26:31.924296000, delta=76704000 ns, racy<=2500000000 ns 13:26:32.002 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.002 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.002000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.002 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.002000000, lastModified=2020-07-06 13:26:31.924296000, delta=77704000 ns, racy<=2500000000 ns 13:26:32.002 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/index, create new FileSnapshot: lastRead=2020-07-06 13:26:32.002000000, lastModified=2020-07-06 13:26:32.000297000, size=104, fileKey=(dev=3d,ino=1659397581) 13:26:32.002 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/index, create new FileSnapshot: lastRead=2020-07-06 13:26:32.002000000, lastModified=2020-07-06 13:26:32.000297000, size=104, fileKey=(dev=3d,ino=1659397581) 13:26:32.002 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:31.929000000, lastModified=2020-07-06 13:26:31.918296000, delta=10704000 ns, racy<=2502500 ns 13:26:32.002 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, is unmodified 13:26:32.003 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:31.929000000, lastModified=2020-07-06 13:26:31.918296000, delta=10704000 ns, racy<=2502500 ns 13:26:32.003 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, is unmodified 13:26:32.003 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:31.929000000, lastModified=2020-07-06 13:26:31.918296000, delta=10704000 ns, racy<=2502500 ns 13:26:32.003 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, is unmodified 13:26:32.003 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:31.929000000, lastModified=2020-07-06 13:26:31.918296000, delta=10704000 ns, racy<=2502500 ns 13:26:32.003 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, is unmodified 13:26:32.004 [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 13:26:32.004 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.004 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.004 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.004 [main] 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 13:26:32.004 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.002000000, lastModified=2020-07-06 13:26:31.924296000, delta=77704000 ns, racy<=2500000000 ns 13:26:32.004 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.004 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.004000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.004 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.004000000, lastModified=2020-07-06 13:26:31.924296000, delta=79704000 ns, racy<=2500000000 ns 13:26:32.004 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD, isRacyClean=false, read=2020-07-06 13:26:31.932000000, lastModified=2020-07-06 13:26:31.923296000, delta=8704000 ns, racy<=2502500 ns 13:26:32.004 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD, is unmodified 13:26:32.004 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, isRacyClean=false, read=2020-07-06 13:26:31.995000000, lastModified=2020-07-06 13:26:31.991297000, delta=3703000 ns, racy<=2502500 ns 13:26:32.004 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, is unmodified 13:26:32.005 [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 13:26:32.005 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.005 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.005 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.005 [main] 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 13:26:32.005 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.004000000, lastModified=2020-07-06 13:26:31.924296000, delta=79704000 ns, racy<=2500000000 ns 13:26:32.005 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.005 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.005000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.005 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.005000000, lastModified=2020-07-06 13:26:31.924296000, delta=80704000 ns, racy<=2500000000 ns 13:26:32.005 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, isRacyClean=false, read=2020-07-06 13:26:31.995000000, lastModified=2020-07-06 13:26:31.991297000, delta=3703000 ns, racy<=2502500 ns 13:26:32.005 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, is unmodified 13:26:32.005 [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 13:26:32.005 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.005 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.005 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.005 [main] 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 13:26:32.005 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.005000000, lastModified=2020-07-06 13:26:31.924296000, delta=80704000 ns, racy<=2500000000 ns 13:26:32.005 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.005 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.005000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.005 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.005000000, lastModified=2020-07-06 13:26:31.924296000, delta=80704000 ns, racy<=2500000000 ns 13:26:32.005 [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 13:26:32.005 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.005 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.006 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.006 [main] 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 13:26:32.006 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.005000000, lastModified=2020-07-06 13:26:31.924296000, delta=80704000 ns, racy<=2500000000 ns 13:26:32.006 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.006 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.006000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.006 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.006000000, lastModified=2020-07-06 13:26:31.924296000, delta=81704000 ns, racy<=2500000000 ns 13:26:32.006 [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 13:26:32.006 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.006 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.006 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.006 [main] 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 13:26:32.006 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.006000000, lastModified=2020-07-06 13:26:31.924296000, delta=81704000 ns, racy<=2500000000 ns 13:26:32.006 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.006 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.006000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.006 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.006000000, lastModified=2020-07-06 13:26:31.924296000, delta=81704000 ns, racy<=2500000000 ns 13:26:32.006 [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 13:26:32.006 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.006 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.006 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.006 [main] 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 13:26:32.006 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.006000000, lastModified=2020-07-06 13:26:31.924296000, delta=81704000 ns, racy<=2500000000 ns 13:26:32.006 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.006 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.006000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.006 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.006000000, lastModified=2020-07-06 13:26:31.924296000, delta=81704000 ns, racy<=2500000000 ns 13:26:32.006 [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 13:26:32.006 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.006 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.006 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.006 [main] 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 13:26:32.006 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.006000000, lastModified=2020-07-06 13:26:31.924296000, delta=81704000 ns, racy<=2500000000 ns 13:26:32.006 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.006 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.006000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.006 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.006000000, lastModified=2020-07-06 13:26:31.924296000, delta=81704000 ns, racy<=2500000000 ns 13:26:32.006 [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 13:26:32.006 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.006 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.007 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.007 [main] 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 13:26:32.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.006000000, lastModified=2020-07-06 13:26:31.924296000, delta=81704000 ns, racy<=2500000000 ns 13:26:32.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.007000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.007000000, lastModified=2020-07-06 13:26:31.924296000, delta=82704000 ns, racy<=2500000000 ns 13:26:32.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-07-06 13:26:32.007000000, lastModified=2020-07-06 13:26:32.004298000, size=41, fileKey=(dev=3d,ino=580497780) 13:26:32.007 [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 13:26:32.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.007 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.007 [main] 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 13:26:32.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.007000000, lastModified=2020-07-06 13:26:31.924296000, delta=82704000 ns, racy<=2500000000 ns 13:26:32.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.007000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.007000000, lastModified=2020-07-06 13:26:31.924296000, delta=82704000 ns, racy<=2500000000 ns 13:26:32.010 [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 13:26:32.010 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.010 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.010 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.010 [main] 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 13:26:32.010 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.007000000, lastModified=2020-07-06 13:26:31.924296000, delta=82704000 ns, racy<=2500000000 ns 13:26:32.010 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.010 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.010000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.010 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.010000000, lastModified=2020-07-06 13:26:31.924296000, delta=85704000 ns, racy<=2500000000 ns 13:26:32.011 [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 13:26:32.011 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.011 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.011 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.011 [main] 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 13:26:32.011 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.010000000, lastModified=2020-07-06 13:26:31.924296000, delta=85704000 ns, racy<=2500000000 ns 13:26:32.011 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.011 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.011000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.011 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.011000000, lastModified=2020-07-06 13:26:31.924296000, delta=86704000 ns, racy<=2500000000 ns 13:26:32.011 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD, isRacyClean=false, read=2020-07-06 13:26:31.932000000, lastModified=2020-07-06 13:26:31.923296000, delta=8704000 ns, racy<=2502500 ns 13:26:32.011 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD, is unmodified 13:26:32.011 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, isRacyClean=false, read=2020-07-06 13:26:32.007000000, lastModified=2020-07-06 13:26:32.004298000, delta=2702000 ns, racy<=2502500 ns 13:26:32.011 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, is unmodified 13:26:32.011 [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 13:26:32.011 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.011 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.011 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.011 [main] 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 13:26:32.011 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.011000000, lastModified=2020-07-06 13:26:31.924296000, delta=86704000 ns, racy<=2500000000 ns 13:26:32.011 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.011 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.011000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.011 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.011000000, lastModified=2020-07-06 13:26:31.924296000, delta=86704000 ns, racy<=2500000000 ns 13:26:32.011 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD, isRacyClean=false, read=2020-07-06 13:26:31.932000000, lastModified=2020-07-06 13:26:31.923296000, delta=8704000 ns, racy<=2502500 ns 13:26:32.011 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD, is unmodified 13:26:32.011 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, isRacyClean=false, read=2020-07-06 13:26:32.007000000, lastModified=2020-07-06 13:26:32.004298000, delta=2702000 ns, racy<=2502500 ns 13:26:32.011 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, is unmodified 13:26:32.011 [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 13:26:32.011 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.011 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.011 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.011 [main] 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 13:26:32.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.011000000, lastModified=2020-07-06 13:26:31.924296000, delta=86704000 ns, racy<=2500000000 ns 13:26:32.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.012000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.012000000, lastModified=2020-07-06 13:26:31.924296000, delta=87704000 ns, racy<=2500000000 ns 13:26:32.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD, isRacyClean=false, read=2020-07-06 13:26:31.932000000, lastModified=2020-07-06 13:26:31.923296000, delta=8704000 ns, racy<=2502500 ns 13:26:32.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD, is unmodified 13:26:32.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, isRacyClean=false, read=2020-07-06 13:26:32.007000000, lastModified=2020-07-06 13:26:32.004298000, delta=2702000 ns, racy<=2502500 ns 13:26:32.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, is unmodified 13:26:32.012 [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 13:26:32.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.012 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.012 [main] 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 13:26:32.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.012000000, lastModified=2020-07-06 13:26:31.924296000, delta=87704000 ns, racy<=2500000000 ns 13:26:32.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.012000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.012000000, lastModified=2020-07-06 13:26:31.924296000, delta=87704000 ns, racy<=2500000000 ns 13:26:32.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD, isRacyClean=false, read=2020-07-06 13:26:31.932000000, lastModified=2020-07-06 13:26:31.923296000, delta=8704000 ns, racy<=2502500 ns 13:26:32.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD, is unmodified 13:26:32.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, isRacyClean=false, read=2020-07-06 13:26:32.007000000, lastModified=2020-07-06 13:26:32.004298000, delta=2702000 ns, racy<=2502500 ns 13:26:32.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, is unmodified 13:26:32.012 [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 13:26:32.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.012 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.012 [main] 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 13:26:32.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.012000000, lastModified=2020-07-06 13:26:31.924296000, delta=87704000 ns, racy<=2500000000 ns 13:26:32.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.012000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.012000000, lastModified=2020-07-06 13:26:31.924296000, delta=87704000 ns, racy<=2500000000 ns 13:26:32.012 [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 13:26:32.013 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.013 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.013 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.013 [main] 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 13:26:32.013 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.012000000, lastModified=2020-07-06 13:26:31.924296000, delta=87704000 ns, racy<=2500000000 ns 13:26:32.013 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.013 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.013000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.013 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.013000000, lastModified=2020-07-06 13:26:31.924296000, delta=88704000 ns, racy<=2500000000 ns 13:26:32.013 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD, isRacyClean=false, read=2020-07-06 13:26:31.932000000, lastModified=2020-07-06 13:26:31.923296000, delta=8704000 ns, racy<=2502500 ns 13:26:32.013 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD, is unmodified 13:26:32.013 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, isRacyClean=false, read=2020-07-06 13:26:32.007000000, lastModified=2020-07-06 13:26:32.004298000, delta=2702000 ns, racy<=2502500 ns 13:26:32.013 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, is unmodified 13:26:32.013 [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 13:26:32.013 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.013 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.013 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.013 [main] 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 13:26:32.013 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.013000000, lastModified=2020-07-06 13:26:31.924296000, delta=88704000 ns, racy<=2500000000 ns 13:26:32.013 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.013 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.013000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.013 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.013000000, lastModified=2020-07-06 13:26:31.924296000, delta=88704000 ns, racy<=2500000000 ns 13:26:32.014 [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 13:26:32.014 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.014 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.014 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.014 [main] 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 13:26:32.014 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.013000000, lastModified=2020-07-06 13:26:31.924296000, delta=88704000 ns, racy<=2500000000 ns 13:26:32.014 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.014 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.014000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.014 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.014000000, lastModified=2020-07-06 13:26:31.924296000, delta=89704000 ns, racy<=2500000000 ns 13:26:32.014 [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 13:26:32.014 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.014 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.014 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.014 [main] 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 13:26:32.014 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.014000000, lastModified=2020-07-06 13:26:31.924296000, delta=89704000 ns, racy<=2500000000 ns 13:26:32.014 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.014 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.014000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.014 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.014000000, lastModified=2020-07-06 13:26:31.924296000, delta=89704000 ns, racy<=2500000000 ns 13:26:32.015 [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 13:26:32.015 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.015 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.015 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.015 [main] 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 13:26:32.015 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.014000000, lastModified=2020-07-06 13:26:31.924296000, delta=89704000 ns, racy<=2500000000 ns 13:26:32.015 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.015 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.015000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.015 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.015000000, lastModified=2020-07-06 13:26:31.924296000, delta=90704000 ns, racy<=2500000000 ns 13:26:32.015 [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 13:26:32.015 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.015 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.015 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.015 [main] 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 13:26:32.015 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.015000000, lastModified=2020-07-06 13:26:31.924296000, delta=90704000 ns, racy<=2500000000 ns 13:26:32.015 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.015 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.015000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.015 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.015000000, lastModified=2020-07-06 13:26:31.924296000, delta=90704000 ns, racy<=2500000000 ns 13:26:32.016 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/newbranch.lock, create new FileSnapshot: lastRead=2020-07-06 13:26:32.016000000, lastModified=2020-07-06 13:26:32.013298000, size=41, fileKey=(dev=3d,ino=580499410) 13:26:32.016 [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 13:26:32.016 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.016 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.016 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.016 [main] 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 13:26:32.016 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.015000000, lastModified=2020-07-06 13:26:31.924296000, delta=90704000 ns, racy<=2500000000 ns 13:26:32.016 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.016 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.016000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.016 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.016000000, lastModified=2020-07-06 13:26:31.924296000, delta=91704000 ns, racy<=2500000000 ns 13:26:32.017 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2020-07-06 13:26:32.016000000, lastModified=2020-07-06 13:26:32.013298000, delta=2702000 ns, racy<=2502500 ns 13:26:32.017 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/newbranch.lock, is unmodified 13:26:32.017 [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 13:26:32.017 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.017 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.017 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.017 [main] 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 13:26:32.017 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.016000000, lastModified=2020-07-06 13:26:31.924296000, delta=91704000 ns, racy<=2500000000 ns 13:26:32.017 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.017 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.017000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.017 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.017000000, lastModified=2020-07-06 13:26:31.924296000, delta=92704000 ns, racy<=2500000000 ns 13:26:32.017 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD, isRacyClean=false, read=2020-07-06 13:26:31.932000000, lastModified=2020-07-06 13:26:31.923296000, delta=8704000 ns, racy<=2502500 ns 13:26:32.017 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD, is unmodified 13:26:32.017 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, isRacyClean=false, read=2020-07-06 13:26:32.007000000, lastModified=2020-07-06 13:26:32.004298000, delta=2702000 ns, racy<=2502500 ns 13:26:32.017 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, is unmodified 13:26:32.017 [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 13:26:32.017 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.017 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.017 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.017 [main] 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 13:26:32.017 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.017000000, lastModified=2020-07-06 13:26:31.924296000, delta=92704000 ns, racy<=2500000000 ns 13:26:32.017 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.017 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.017000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.017 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.017000000, lastModified=2020-07-06 13:26:31.924296000, delta=92704000 ns, racy<=2500000000 ns 13:26:32.018 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2020-07-06 13:26:32.016000000, lastModified=2020-07-06 13:26:32.013298000, delta=2702000 ns, racy<=2502500 ns 13:26:32.018 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/newbranch.lock, is unmodified 13:26:32.018 [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 13:26:32.018 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.018 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.018 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.018 [main] 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 13:26:32.018 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.017000000, lastModified=2020-07-06 13:26:31.924296000, delta=92704000 ns, racy<=2500000000 ns 13:26:32.018 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.018 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.018000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.018 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.018000000, lastModified=2020-07-06 13:26:31.924296000, delta=93704000 ns, racy<=2500000000 ns 13:26:32.018 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2020-07-06 13:26:32.016000000, lastModified=2020-07-06 13:26:32.013298000, delta=2702000 ns, racy<=2502500 ns 13:26:32.018 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/newbranch.lock, is unmodified 13:26:32.019 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/index, create new FileSnapshot: lastRead=2020-07-06 13:26:32.019000000, lastModified=2020-07-06 13:26:32.000297000, size=104, fileKey=(dev=3d,ino=1659397581) 13:26:32.019 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/index, create new FileSnapshot: lastRead=2020-07-06 13:26:32.019000000, lastModified=2020-07-06 13:26:32.000297000, size=104, fileKey=(dev=3d,ino=1659397581) 13:26:32.020 [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 13:26:32.021 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.021 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.021 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.021 [main] 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 13:26:32.021 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.018000000, lastModified=2020-07-06 13:26:31.924296000, delta=93704000 ns, racy<=2500000000 ns 13:26:32.021 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.021 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.021000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.021 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.021000000, lastModified=2020-07-06 13:26:31.924296000, delta=96704000 ns, racy<=2500000000 ns 13:26:32.021 [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 13:26:32.021 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.021 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.021 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.021 [main] 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 13:26:32.021 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.021000000, lastModified=2020-07-06 13:26:31.924296000, delta=96704000 ns, racy<=2500000000 ns 13:26:32.021 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.021 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.021000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.021 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.021000000, lastModified=2020-07-06 13:26:31.924296000, delta=96704000 ns, racy<=2500000000 ns 13:26:32.021 [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 13:26:32.021 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.021 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.021 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.021 [main] 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 13:26:32.021 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.021000000, lastModified=2020-07-06 13:26:31.924296000, delta=96704000 ns, racy<=2500000000 ns 13:26:32.021 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.021 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.021000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.021 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.021000000, lastModified=2020-07-06 13:26:31.924296000, delta=96704000 ns, racy<=2500000000 ns 13:26:32.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/index.lock, create new FileSnapshot: lastRead=2020-07-06 13:26:32.022000000, lastModified=2020-07-06 13:26:32.017298000, size=0, fileKey=(dev=3d,ino=1659397594) 13:26:32.022 [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 13:26:32.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.022 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.022 [main] 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 13:26:32.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.021000000, lastModified=2020-07-06 13:26:31.924296000, delta=96704000 ns, racy<=2500000000 ns 13:26:32.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.022000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.022000000, lastModified=2020-07-06 13:26:31.924296000, delta=97704000 ns, racy<=2500000000 ns 13:26:32.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/index.lock, create new FileSnapshot: lastRead=2020-07-06 13:26:32.022000000, lastModified=2020-07-06 13:26:32.021298000, size=104, fileKey=(dev=3d,ino=1659397594) 13:26:32.022 [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 13:26:32.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.022 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.022 [main] 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 13:26:32.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.022000000, lastModified=2020-07-06 13:26:31.924296000, delta=97704000 ns, racy<=2500000000 ns 13:26:32.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.022000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.022000000, lastModified=2020-07-06 13:26:31.924296000, delta=97704000 ns, racy<=2500000000 ns 13:26:32.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2020-07-06 13:26:32.016000000, lastModified=2020-07-06 13:26:32.013298000, delta=2702000 ns, racy<=2502500 ns 13:26:32.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/newbranch.lock, is unmodified 13:26:32.023 [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 13:26:32.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.023 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.023 [main] 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 13:26:32.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.022000000, lastModified=2020-07-06 13:26:31.924296000, delta=97704000 ns, racy<=2500000000 ns 13:26:32.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.023000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.023000000, lastModified=2020-07-06 13:26:31.924296000, delta=98704000 ns, racy<=2500000000 ns 13:26:32.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD, isRacyClean=false, read=2020-07-06 13:26:31.932000000, lastModified=2020-07-06 13:26:31.923296000, delta=8704000 ns, racy<=2502500 ns 13:26:32.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD, is unmodified 13:26:32.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, isRacyClean=false, read=2020-07-06 13:26:32.007000000, lastModified=2020-07-06 13:26:32.004298000, delta=2702000 ns, racy<=2502500 ns 13:26:32.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, is unmodified 13:26:32.023 [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 13:26:32.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.023 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.023 [main] 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 13:26:32.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.023000000, lastModified=2020-07-06 13:26:31.924296000, delta=98704000 ns, racy<=2500000000 ns 13:26:32.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.023000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.023000000, lastModified=2020-07-06 13:26:31.924296000, delta=98704000 ns, racy<=2500000000 ns 13:26:32.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD, isRacyClean=false, read=2020-07-06 13:26:31.932000000, lastModified=2020-07-06 13:26:31.923296000, delta=8704000 ns, racy<=2502500 ns 13:26:32.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD, is unmodified 13:26:32.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, isRacyClean=false, read=2020-07-06 13:26:32.007000000, lastModified=2020-07-06 13:26:32.004298000, delta=2702000 ns, racy<=2502500 ns 13:26:32.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, is unmodified 13:26:32.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2020-07-06 13:26:32.016000000, lastModified=2020-07-06 13:26:32.013298000, delta=2702000 ns, racy<=2502500 ns 13:26:32.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/newbranch.lock, is unmodified 13:26:32.024 [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 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.024 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.024 [main] 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 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.023000000, lastModified=2020-07-06 13:26:31.924296000, delta=98704000 ns, racy<=2500000000 ns 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.024000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.024000000, lastModified=2020-07-06 13:26:31.924296000, delta=99704000 ns, racy<=2500000000 ns 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD, isRacyClean=false, read=2020-07-06 13:26:31.932000000, lastModified=2020-07-06 13:26:31.923296000, delta=8704000 ns, racy<=2502500 ns 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD, is unmodified 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, isRacyClean=false, read=2020-07-06 13:26:32.007000000, lastModified=2020-07-06 13:26:32.004298000, delta=2702000 ns, racy<=2502500 ns 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, is unmodified 13:26:32.024 [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 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.024 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.024 [main] 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 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.024000000, lastModified=2020-07-06 13:26:31.924296000, delta=99704000 ns, racy<=2500000000 ns 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.024000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.024000000, lastModified=2020-07-06 13:26:31.924296000, delta=99704000 ns, racy<=2500000000 ns 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD, isRacyClean=false, read=2020-07-06 13:26:31.932000000, lastModified=2020-07-06 13:26:31.923296000, delta=8704000 ns, racy<=2502500 ns 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD, is unmodified 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, isRacyClean=false, read=2020-07-06 13:26:32.007000000, lastModified=2020-07-06 13:26:32.004298000, delta=2702000 ns, racy<=2502500 ns 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, is unmodified 13:26:32.024 [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 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.024 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.024 [main] 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 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.024000000, lastModified=2020-07-06 13:26:31.924296000, delta=99704000 ns, racy<=2500000000 ns 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.024000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.024000000, lastModified=2020-07-06 13:26:31.924296000, delta=99704000 ns, racy<=2500000000 ns 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2020-07-06 13:26:32.016000000, lastModified=2020-07-06 13:26:32.013298000, delta=2702000 ns, racy<=2502500 ns 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/newbranch.lock, is unmodified 13:26:32.024 [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 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.024 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.024 [main] 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 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.024000000, lastModified=2020-07-06 13:26:31.924296000, delta=99704000 ns, racy<=2500000000 ns 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.024000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.024000000, lastModified=2020-07-06 13:26:31.924296000, delta=99704000 ns, racy<=2500000000 ns 13:26:32.024 [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 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.024 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.024 [main] 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 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.024000000, lastModified=2020-07-06 13:26:31.924296000, delta=99704000 ns, racy<=2500000000 ns 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.024000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.025 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.024000000, lastModified=2020-07-06 13:26:31.924296000, delta=99704000 ns, racy<=2500000000 ns 13:26:32.025 [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 13:26:32.025 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.025 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.025 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.025 [main] 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 13:26:32.025 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.024000000, lastModified=2020-07-06 13:26:31.924296000, delta=99704000 ns, racy<=2500000000 ns 13:26:32.025 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.025 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.025000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.025 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.025000000, lastModified=2020-07-06 13:26:31.924296000, delta=100704000 ns, racy<=2500000000 ns 13:26:32.025 [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 13:26:32.025 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.025 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.025 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.025 [main] 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 13:26:32.025 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.025000000, lastModified=2020-07-06 13:26:31.924296000, delta=100704000 ns, racy<=2500000000 ns 13:26:32.025 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.025 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.025000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.025 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.025000000, lastModified=2020-07-06 13:26:31.924296000, delta=100704000 ns, racy<=2500000000 ns 13:26:32.025 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD.lock, create new FileSnapshot: lastRead=2020-07-06 13:26:32.025000000, lastModified=2020-07-06 13:26:32.023298000, size=26, fileKey=(dev=3d,ino=1659397581) 13:26:32.026 [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 13:26:32.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.026 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.026 [main] 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 13:26:32.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.025000000, lastModified=2020-07-06 13:26:31.924296000, delta=100704000 ns, racy<=2500000000 ns 13:26:32.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.026000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.026000000, lastModified=2020-07-06 13:26:31.924296000, delta=101704000 ns, racy<=2500000000 ns 13:26:32.026 [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 13:26:32.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.026 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.026 [main] 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 13:26:32.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.026000000, lastModified=2020-07-06 13:26:31.924296000, delta=101704000 ns, racy<=2500000000 ns 13:26:32.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.026000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.026000000, lastModified=2020-07-06 13:26:31.924296000, delta=101704000 ns, racy<=2500000000 ns 13:26:32.027 [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 13:26:32.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.027 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.027 [main] 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 13:26:32.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.026000000, lastModified=2020-07-06 13:26:31.924296000, delta=101704000 ns, racy<=2500000000 ns 13:26:32.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.027000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.027000000, lastModified=2020-07-06 13:26:31.924296000, delta=102704000 ns, racy<=2500000000 ns 13:26:32.027 [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 13:26:32.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.027 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.027 [main] 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 13:26:32.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.027000000, lastModified=2020-07-06 13:26:31.924296000, delta=102704000 ns, racy<=2500000000 ns 13:26:32.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.027000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.027000000, lastModified=2020-07-06 13:26:31.924296000, delta=102704000 ns, racy<=2500000000 ns 13:26:32.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/index, create new FileSnapshot: lastRead=2020-07-06 13:26:32.027000000, lastModified=2020-07-06 13:26:32.021298000, size=104, fileKey=(dev=3d,ino=1659397594) 13:26:32.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/index, create new FileSnapshot: lastRead=2020-07-06 13:26:32.027000000, lastModified=2020-07-06 13:26:32.021298000, size=104, fileKey=(dev=3d,ino=1659397594) 13:26:32.027 [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 13:26:32.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.028 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.028 [main] 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 13:26:32.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.027000000, lastModified=2020-07-06 13:26:31.924296000, delta=102704000 ns, racy<=2500000000 ns 13:26:32.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.028000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.028000000, lastModified=2020-07-06 13:26:31.924296000, delta=103704000 ns, racy<=2500000000 ns 13:26:32.028 [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 13:26:32.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.028 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.028 [main] 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 13:26:32.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.028000000, lastModified=2020-07-06 13:26:31.924296000, delta=103704000 ns, racy<=2500000000 ns 13:26:32.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.028000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.028000000, lastModified=2020-07-06 13:26:31.924296000, delta=103704000 ns, racy<=2500000000 ns 13:26:32.028 [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 13:26:32.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.028 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.028 [main] 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 13:26:32.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.028000000, lastModified=2020-07-06 13:26:31.924296000, delta=103704000 ns, racy<=2500000000 ns 13:26:32.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.028000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.028000000, lastModified=2020-07-06 13:26:31.924296000, delta=103704000 ns, racy<=2500000000 ns 13:26:32.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:31.929000000, lastModified=2020-07-06 13:26:31.918296000, delta=10704000 ns, racy<=2502500 ns 13:26:32.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, is unmodified 13:26:32.029 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:31.929000000, lastModified=2020-07-06 13:26:31.918296000, delta=10704000 ns, racy<=2502500 ns 13:26:32.029 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, is unmodified 13:26:32.029 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/index.lock, create new FileSnapshot: lastRead=2020-07-06 13:26:32.029000000, lastModified=2020-07-06 13:26:32.026298000, size=0, fileKey=(dev=3d,ino=1659397575) 13:26:32.029 [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 13:26:32.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.030 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.030 [main] 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 13:26:32.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.028000000, lastModified=2020-07-06 13:26:31.924296000, delta=103704000 ns, racy<=2500000000 ns 13:26:32.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.030000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.030000000, lastModified=2020-07-06 13:26:31.924296000, delta=105704000 ns, racy<=2500000000 ns 13:26:32.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/index.lock, create new FileSnapshot: lastRead=2020-07-06 13:26:32.030000000, lastModified=2020-07-06 13:26:32.029298000, size=104, fileKey=(dev=3d,ino=1659397575) 13:26:32.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/index, create new FileSnapshot: lastRead=2020-07-06 13:26:32.030000000, lastModified=2020-07-06 13:26:32.029298000, size=104, fileKey=(dev=3d,ino=1659397575) 13:26:32.030 [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 13:26:32.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.030 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.030 [main] 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 13:26:32.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.030000000, lastModified=2020-07-06 13:26:31.924296000, delta=105704000 ns, racy<=2500000000 ns 13:26:32.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.030000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.030000000, lastModified=2020-07-06 13:26:31.924296000, delta=105704000 ns, racy<=2500000000 ns 13:26:32.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD.lock, isRacyClean=true, read=2020-07-06 13:26:32.025000000, lastModified=2020-07-06 13:26:32.023298000, delta=1702000 ns, racy<=2502500 ns 13:26:32.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD.lock, is racily clean 13:26:32.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD, create new FileSnapshot: lastRead=2020-07-06 13:26:32.030000000, lastModified=2020-07-06 13:26:32.023298000, size=26, fileKey=(dev=3d,ino=1659397581) 13:26:32.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD.lock, isRacyClean=false, read=2020-07-06 13:26:32.030000000, lastModified=2020-07-06 13:26:32.023298000, delta=6702000 ns, racy<=2502500 ns 13:26:32.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2020-07-06 13:26:32.016000000, lastModified=2020-07-06 13:26:32.013298000, delta=2702000 ns, racy<=2502500 ns 13:26:32.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/newbranch.lock, is unmodified 13:26:32.030 [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 13:26:32.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.030 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.030 [main] 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 13:26:32.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.030000000, lastModified=2020-07-06 13:26:31.924296000, delta=105704000 ns, racy<=2500000000 ns 13:26:32.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.031000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.031000000, lastModified=2020-07-06 13:26:31.924296000, delta=106704000 ns, racy<=2500000000 ns 13:26:32.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD.lock, cannot be racily clean 13:26:32.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2020-07-06 13:26:32.016000000, lastModified=2020-07-06 13:26:32.013298000, delta=2702000 ns, racy<=2502500 ns 13:26:32.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/newbranch.lock, is unmodified 13:26:32.031 [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 13:26:32.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.031 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.031 [main] 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 13:26:32.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.031000000, lastModified=2020-07-06 13:26:31.924296000, delta=106704000 ns, racy<=2500000000 ns 13:26:32.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.031000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.031000000, lastModified=2020-07-06 13:26:31.924296000, delta=106704000 ns, racy<=2500000000 ns 13:26:32.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/index, create new FileSnapshot: lastRead=2020-07-06 13:26:32.031000000, lastModified=2020-07-06 13:26:32.029298000, size=104, fileKey=(dev=3d,ino=1659397575) 13:26:32.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/index, create new FileSnapshot: lastRead=2020-07-06 13:26:32.031000000, lastModified=2020-07-06 13:26:32.029298000, size=104, fileKey=(dev=3d,ino=1659397575) 13:26:32.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:31.929000000, lastModified=2020-07-06 13:26:31.918296000, delta=10704000 ns, racy<=2502500 ns 13:26:32.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, is unmodified 13:26:32.032 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:31.929000000, lastModified=2020-07-06 13:26:31.918296000, delta=10704000 ns, racy<=2502500 ns 13:26:32.032 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, is unmodified 13:26:32.032 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:31.929000000, lastModified=2020-07-06 13:26:31.918296000, delta=10704000 ns, racy<=2502500 ns 13:26:32.032 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, is unmodified 13:26:32.033 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:31.929000000, lastModified=2020-07-06 13:26:31.918296000, delta=10704000 ns, racy<=2502500 ns 13:26:32.033 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, is unmodified 13:26:32.033 [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 13:26:32.033 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.033 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.033 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.033 [main] 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 13:26:32.033 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.031000000, lastModified=2020-07-06 13:26:31.924296000, delta=106704000 ns, racy<=2500000000 ns 13:26:32.033 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.033 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.033000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.033 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.033000000, lastModified=2020-07-06 13:26:31.924296000, delta=108704000 ns, racy<=2500000000 ns 13:26:32.033 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD.lock, cannot be racily clean 13:26:32.033 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2020-07-06 13:26:32.016000000, lastModified=2020-07-06 13:26:32.013298000, delta=2702000 ns, racy<=2502500 ns 13:26:32.033 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/newbranch.lock, is unmodified 13:26:32.034 [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 13:26:32.034 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.034 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.034 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.034 [main] 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 13:26:32.034 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.033000000, lastModified=2020-07-06 13:26:31.924296000, delta=108704000 ns, racy<=2500000000 ns 13:26:32.034 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.034 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.034000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.034 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.034000000, lastModified=2020-07-06 13:26:31.924296000, delta=109704000 ns, racy<=2500000000 ns 13:26:32.034 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2020-07-06 13:26:32.016000000, lastModified=2020-07-06 13:26:32.013298000, delta=2702000 ns, racy<=2502500 ns 13:26:32.034 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/newbranch.lock, is unmodified 13:26:32.035 [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 13:26:32.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.035 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.035 [main] 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 13:26:32.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.034000000, lastModified=2020-07-06 13:26:31.924296000, delta=109704000 ns, racy<=2500000000 ns 13:26:32.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.035000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.035000000, lastModified=2020-07-06 13:26:31.924296000, delta=110704000 ns, racy<=2500000000 ns 13:26:32.035 [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 13:26:32.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.035 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.035 [main] 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 13:26:32.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.035000000, lastModified=2020-07-06 13:26:31.924296000, delta=110704000 ns, racy<=2500000000 ns 13:26:32.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.035000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.035000000, lastModified=2020-07-06 13:26:31.924296000, delta=110704000 ns, racy<=2500000000 ns 13:26:32.035 [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 13:26:32.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.035 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.035 [main] 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 13:26:32.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.035000000, lastModified=2020-07-06 13:26:31.924296000, delta=110704000 ns, racy<=2500000000 ns 13:26:32.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.035000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.035000000, lastModified=2020-07-06 13:26:31.924296000, delta=110704000 ns, racy<=2500000000 ns 13:26:32.035 [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 13:26:32.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.036 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.036 [main] 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 13:26:32.036 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.035000000, lastModified=2020-07-06 13:26:31.924296000, delta=110704000 ns, racy<=2500000000 ns 13:26:32.036 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.036 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.036000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.036 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.036000000, lastModified=2020-07-06 13:26:31.924296000, delta=111704000 ns, racy<=2500000000 ns 13:26:32.036 [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 13:26:32.036 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.036 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.036 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.036 [main] 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 13:26:32.036 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.036000000, lastModified=2020-07-06 13:26:31.924296000, delta=111704000 ns, racy<=2500000000 ns 13:26:32.036 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.036 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.036000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.036 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.036000000, lastModified=2020-07-06 13:26:31.924296000, delta=111704000 ns, racy<=2500000000 ns 13:26:32.036 [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 13:26:32.036 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.036 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.036 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.036 [main] 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 13:26:32.036 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.036000000, lastModified=2020-07-06 13:26:31.924296000, delta=111704000 ns, racy<=2500000000 ns 13:26:32.036 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.036 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.036000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.036 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.036000000, lastModified=2020-07-06 13:26:31.924296000, delta=111704000 ns, racy<=2500000000 ns 13:26:32.036 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/newbranch.lock, create new FileSnapshot: lastRead=2020-07-06 13:26:32.036000000, lastModified=2020-07-06 13:26:32.034298000, size=41, fileKey=(dev=3d,ino=580663001) 13:26:32.037 [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 13:26:32.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.037 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.037 [main] 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 13:26:32.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.036000000, lastModified=2020-07-06 13:26:31.924296000, delta=111704000 ns, racy<=2500000000 ns 13:26:32.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.037000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.037000000, lastModified=2020-07-06 13:26:31.924296000, delta=112704000 ns, racy<=2500000000 ns 13:26:32.037 [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 13:26:32.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.037 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.037 [main] 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 13:26:32.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.037000000, lastModified=2020-07-06 13:26:31.924296000, delta=112704000 ns, racy<=2500000000 ns 13:26:32.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.037000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.037000000, lastModified=2020-07-06 13:26:31.924296000, delta=112704000 ns, racy<=2500000000 ns 13:26:32.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD.lock, cannot be racily clean 13:26:32.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2020-07-06 13:26:32.036000000, lastModified=2020-07-06 13:26:32.034298000, delta=1702000 ns, racy<=2502500 ns 13:26:32.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/newbranch.lock, is racily clean 13:26:32.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2020-07-06 13:26:32.037000000, lastModified=2020-07-06 13:26:32.034298000, size=41, fileKey=(dev=3d,ino=580663001) 13:26:32.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2020-07-06 13:26:32.037000000, lastModified=2020-07-06 13:26:32.034298000, delta=2702000 ns, racy<=2502500 ns 13:26:32.037 [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 13:26:32.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.037 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.037 [main] 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 13:26:32.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.037000000, lastModified=2020-07-06 13:26:31.924296000, delta=112704000 ns, racy<=2500000000 ns 13:26:32.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.037000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.037000000, lastModified=2020-07-06 13:26:31.924296000, delta=112704000 ns, racy<=2500000000 ns 13:26:32.038 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, isRacyClean=false, read=2020-07-06 13:26:32.007000000, lastModified=2020-07-06 13:26:32.004298000, delta=2702000 ns, racy<=2502500 ns 13:26:32.038 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, is unmodified 13:26:32.038 [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 13:26:32.038 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.038 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.038 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.038 [main] 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 13:26:32.038 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.037000000, lastModified=2020-07-06 13:26:31.924296000, delta=112704000 ns, racy<=2500000000 ns 13:26:32.038 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.038 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.038000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.038 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.038000000, lastModified=2020-07-06 13:26:31.924296000, delta=113704000 ns, racy<=2500000000 ns 13:26:32.038 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, isRacyClean=false, read=2020-07-06 13:26:32.007000000, lastModified=2020-07-06 13:26:32.004298000, delta=2702000 ns, racy<=2502500 ns 13:26:32.038 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, is unmodified 13:26:32.039 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/index, create new FileSnapshot: lastRead=2020-07-06 13:26:32.039000000, lastModified=2020-07-06 13:26:32.029298000, size=104, fileKey=(dev=3d,ino=1659397575) 13:26:32.039 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/index, create new FileSnapshot: lastRead=2020-07-06 13:26:32.039000000, lastModified=2020-07-06 13:26:32.029298000, size=104, fileKey=(dev=3d,ino=1659397575) 13:26:32.039 [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 13:26:32.039 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.039 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.039 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.039 [main] 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 13:26:32.039 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.038000000, lastModified=2020-07-06 13:26:31.924296000, delta=113704000 ns, racy<=2500000000 ns 13:26:32.039 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.039 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.039000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.039 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.039000000, lastModified=2020-07-06 13:26:31.924296000, delta=114704000 ns, racy<=2500000000 ns 13:26:32.039 [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 13:26:32.039 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.039 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.039 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.039 [main] 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 13:26:32.039 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.039000000, lastModified=2020-07-06 13:26:31.924296000, delta=114704000 ns, racy<=2500000000 ns 13:26:32.039 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.039 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.039000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.039 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.039000000, lastModified=2020-07-06 13:26:31.924296000, delta=114704000 ns, racy<=2500000000 ns 13:26:32.039 [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 13:26:32.039 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.039 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.039 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.039 [main] 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 13:26:32.039 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.039000000, lastModified=2020-07-06 13:26:31.924296000, delta=114704000 ns, racy<=2500000000 ns 13:26:32.039 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.039 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.039000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.039 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.039000000, lastModified=2020-07-06 13:26:31.924296000, delta=114704000 ns, racy<=2500000000 ns 13:26:32.040 [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 13:26:32.040 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.040 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.040 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.040 [main] 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 13:26:32.040 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.039000000, lastModified=2020-07-06 13:26:31.924296000, delta=114704000 ns, racy<=2500000000 ns 13:26:32.040 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.040 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.040000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.040 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.040000000, lastModified=2020-07-06 13:26:31.924296000, delta=115704000 ns, racy<=2500000000 ns 13:26:32.040 [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 13:26:32.040 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.040 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.040 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.040 [main] 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 13:26:32.040 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.040000000, lastModified=2020-07-06 13:26:31.924296000, delta=115704000 ns, racy<=2500000000 ns 13:26:32.040 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.040 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.040000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.040 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.040000000, lastModified=2020-07-06 13:26:31.924296000, delta=115704000 ns, racy<=2500000000 ns 13:26:32.041 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/index.lock, create new FileSnapshot: lastRead=2020-07-06 13:26:32.041000000, lastModified=2020-07-06 13:26:32.038298000, size=0, fileKey=(dev=3d,ino=1659397594) 13:26:32.041 [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 13:26:32.041 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.041 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.041 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.041 [main] 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 13:26:32.041 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.040000000, lastModified=2020-07-06 13:26:31.924296000, delta=115704000 ns, racy<=2500000000 ns 13:26:32.041 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.041 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.041000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.041 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.041000000, lastModified=2020-07-06 13:26:31.924296000, delta=116704000 ns, racy<=2500000000 ns 13:26:32.041 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/index.lock, create new FileSnapshot: lastRead=2020-07-06 13:26:32.041000000, lastModified=2020-07-06 13:26:32.040298000, size=104, fileKey=(dev=3d,ino=1659397594) 13:26:32.041 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/index, create new FileSnapshot: lastRead=2020-07-06 13:26:32.041000000, lastModified=2020-07-06 13:26:32.040298000, size=104, fileKey=(dev=3d,ino=1659397594) 13:26:32.041 [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 13:26:32.041 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.041 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.041 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.041 [main] 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 13:26:32.041 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.041000000, lastModified=2020-07-06 13:26:31.924296000, delta=116704000 ns, racy<=2500000000 ns 13:26:32.041 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.041 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.041000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.041 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.041000000, lastModified=2020-07-06 13:26:31.924296000, delta=116704000 ns, racy<=2500000000 ns 13:26:32.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, isRacyClean=false, read=2020-07-06 13:26:32.007000000, lastModified=2020-07-06 13:26:32.004298000, delta=2702000 ns, racy<=2502500 ns 13:26:32.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, is unmodified 13:26:32.042 [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 13:26:32.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.042 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.042 [main] 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 13:26:32.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.041000000, lastModified=2020-07-06 13:26:31.924296000, delta=116704000 ns, racy<=2500000000 ns 13:26:32.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.042000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.042000000, lastModified=2020-07-06 13:26:31.924296000, delta=117704000 ns, racy<=2500000000 ns 13:26:32.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD.lock, cannot be racily clean 13:26:32.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/newbranch.lock, cannot be racily clean 13:26:32.042 [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 13:26:32.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.042 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.042 [main] 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 13:26:32.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.042000000, lastModified=2020-07-06 13:26:31.924296000, delta=117704000 ns, racy<=2500000000 ns 13:26:32.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.042000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.042000000, lastModified=2020-07-06 13:26:31.924296000, delta=117704000 ns, racy<=2500000000 ns 13:26:32.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD.lock, cannot be racily clean 13:26:32.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, isRacyClean=false, read=2020-07-06 13:26:32.007000000, lastModified=2020-07-06 13:26:32.004298000, delta=2702000 ns, racy<=2502500 ns 13:26:32.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, is unmodified 13:26:32.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/newbranch.lock, cannot be racily clean 13:26:32.042 [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 13:26:32.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.042 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.042 [main] 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 13:26:32.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.042000000, lastModified=2020-07-06 13:26:31.924296000, delta=117704000 ns, racy<=2500000000 ns 13:26:32.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.042000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.042000000, lastModified=2020-07-06 13:26:31.924296000, delta=117704000 ns, racy<=2500000000 ns 13:26:32.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD.lock, cannot be racily clean 13:26:32.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/newbranch.lock, cannot be racily clean 13:26:32.042 [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 13:26:32.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.042 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.043 [main] 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 13:26:32.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.042000000, lastModified=2020-07-06 13:26:31.924296000, delta=117704000 ns, racy<=2500000000 ns 13:26:32.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.043000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.043000000, lastModified=2020-07-06 13:26:31.924296000, delta=118704000 ns, racy<=2500000000 ns 13:26:32.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD.lock, cannot be racily clean 13:26:32.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/newbranch.lock, cannot be racily clean 13:26:32.043 [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 13:26:32.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.043 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.043 [main] 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 13:26:32.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.043000000, lastModified=2020-07-06 13:26:31.924296000, delta=118704000 ns, racy<=2500000000 ns 13:26:32.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.043000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.043000000, lastModified=2020-07-06 13:26:31.924296000, delta=118704000 ns, racy<=2500000000 ns 13:26:32.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, isRacyClean=false, read=2020-07-06 13:26:32.007000000, lastModified=2020-07-06 13:26:32.004298000, delta=2702000 ns, racy<=2502500 ns 13:26:32.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/master.lock, is unmodified 13:26:32.043 [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 13:26:32.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.043 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.043 [main] 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 13:26:32.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.043000000, lastModified=2020-07-06 13:26:31.924296000, delta=118704000 ns, racy<=2500000000 ns 13:26:32.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.043000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.043000000, lastModified=2020-07-06 13:26:31.924296000, delta=118704000 ns, racy<=2500000000 ns 13:26:32.043 [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 13:26:32.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.043 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.043 [main] 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 13:26:32.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.043000000, lastModified=2020-07-06 13:26:31.924296000, delta=118704000 ns, racy<=2500000000 ns 13:26:32.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.043000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.043000000, lastModified=2020-07-06 13:26:31.924296000, delta=118704000 ns, racy<=2500000000 ns 13:26:32.043 [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 13:26:32.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.044 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.044 [main] 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 13:26:32.044 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.043000000, lastModified=2020-07-06 13:26:31.924296000, delta=118704000 ns, racy<=2500000000 ns 13:26:32.044 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.044 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.044000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.044 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.044000000, lastModified=2020-07-06 13:26:31.924296000, delta=119704000 ns, racy<=2500000000 ns 13:26:32.044 [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 13:26:32.044 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.044 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.044 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.044 [main] 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 13:26:32.044 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.044000000, lastModified=2020-07-06 13:26:31.924296000, delta=119704000 ns, racy<=2500000000 ns 13:26:32.044 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.044 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.044000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.044 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.044000000, lastModified=2020-07-06 13:26:31.924296000, delta=119704000 ns, racy<=2500000000 ns 13:26:32.044 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/HEAD.lock, create new FileSnapshot: lastRead=2020-07-06 13:26:32.044000000, lastModified=2020-07-06 13:26:32.042298000, size=23, fileKey=(dev=3d,ino=1659397575) 13:26:32.093 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.093000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.094 [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 13:26:32.094 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.094 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.094 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.094 [main] 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 13:26:32.094 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.094000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.094 [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 13:26:32.094 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.094 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.094 [main] 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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.094 [main] 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 13:26:32.094 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.094000000, lastModified=2020-07-06 13:26:31.924296000, delta=169704000 ns, racy<=2500000000 ns 13:26:32.094 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.094 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.094000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.094 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.094000000, lastModified=2020-07-06 13:26:31.924296000, delta=169704000 ns, racy<=2500000000 ns 13:26:32.094 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/index, create new FileSnapshot: lastRead=2020-07-06 13:26:32.094000000, lastModified=2020-07-06 13:26:32.040298000, size=104, fileKey=(dev=3d,ino=1659397594) 13:26:32.094 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: /tmp/junit2553264097869793716:org.eclipse.hawk.git.JGitRepository:false 13:26:32.096 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:26:32.097 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:26:32.131 [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 13:26:32.131 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.131 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.131 [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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.131 [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 13:26:32.131 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.094000000, lastModified=2020-07-06 13:26:31.924296000, delta=169704000 ns, racy<=2500000000 ns 13:26:32.131 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.131 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.131000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.131 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.131000000, lastModified=2020-07-06 13:26:31.924296000, delta=206704000 ns, racy<=2500000000 ns 13:26:32.132 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2020-07-06 13:26:32.132000000, lastModified=2020-07-06 13:26:32.034298000, size=41, fileKey=(dev=3d,ino=580663001) 13:26:32.132 [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 13:26:32.132 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.132 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.132 [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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.132 [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 13:26:32.132 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.131000000, lastModified=2020-07-06 13:26:31.924296000, delta=206704000 ns, racy<=2500000000 ns 13:26:32.132 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.132 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.132000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.132 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.132000000, lastModified=2020-07-06 13:26:31.924296000, delta=207704000 ns, racy<=2500000000 ns 13:26:32.132 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/newbranch, isRacyClean=false, read=2020-07-06 13:26:32.132000000, lastModified=2020-07-06 13:26:32.034298000, delta=97702000 ns, racy<=2502500 ns 13:26:32.132 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/refs/heads/newbranch, is unmodified 13:26:32.132 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.132000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.132 [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 13:26:32.132 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.132 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.132 [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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.132 [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 13:26:32.132 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.132000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.132 [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 13:26:32.132 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.132 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.132 [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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.132 [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 13:26:32.132 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.132000000, lastModified=2020-07-06 13:26:31.924296000, delta=207704000 ns, racy<=2500000000 ns 13:26:32.132 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.132 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.132000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.132 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.132000000, lastModified=2020-07-06 13:26:31.924296000, delta=207704000 ns, racy<=2500000000 ns 13:26:32.132 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/index, create new FileSnapshot: lastRead=2020-07-06 13:26:32.132000000, lastModified=2020-07-06 13:26:32.040298000, size=104, fileKey=(dev=3d,ino=1659397594) 13:26:32.133 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 13:26:32.133 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, create new FileSnapshot: lastRead=2020-07-06 13:26:32.133000000, lastModified=2020-07-06 13:26:31.918296000, size=6, fileKey=(dev=3d,ino=45357383) 13:26:32.133 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:32.133000000, lastModified=2020-07-06 13:26:31.918296000, delta=214704000 ns, racy<=2502500 ns 13:26:32.133 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, is unmodified 13:26:32.133 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:32.133000000, lastModified=2020-07-06 13:26:31.918296000, delta=214704000 ns, racy<=2502500 ns 13:26:32.133 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, is unmodified 13:26:32.133 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:32.133000000, lastModified=2020-07-06 13:26:31.918296000, delta=214704000 ns, racy<=2502500 ns 13:26:32.133 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, is unmodified 13:26:32.133 [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 13:26:32.133 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.133 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.133 [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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.133 [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 13:26:32.133 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.132000000, lastModified=2020-07-06 13:26:31.924296000, delta=207704000 ns, racy<=2500000000 ns 13:26:32.133 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.133 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.133000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.133 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.133000000, lastModified=2020-07-06 13:26:31.924296000, delta=208704000 ns, racy<=2500000000 ns 13:26:32.133 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 13:26:32.133 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, create new FileSnapshot: lastRead=2020-07-06 13:26:32.133000000, lastModified=2020-07-06 13:26:31.918296000, size=6, fileKey=(dev=3d,ino=45357383) 13:26:32.133 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:32.133000000, lastModified=2020-07-06 13:26:31.918296000, delta=214704000 ns, racy<=2502500 ns 13:26:32.133 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, is unmodified 13:26:32.133 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:32.133000000, lastModified=2020-07-06 13:26:31.918296000, delta=214704000 ns, racy<=2502500 ns 13:26:32.133 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, is unmodified 13:26:32.133 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:32.133000000, lastModified=2020-07-06 13:26:31.918296000, delta=214704000 ns, racy<=2502500 ns 13:26:32.133 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, is unmodified 13:26:32.133 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:32.133000000, lastModified=2020-07-06 13:26:31.918296000, delta=214704000 ns, racy<=2502500 ns 13:26:32.133 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, is unmodified 13:26:32.134 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:32.133000000, lastModified=2020-07-06 13:26:31.918296000, delta=214704000 ns, racy<=2502500 ns 13:26:32.134 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, is unmodified 13:26:32.134 [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 13:26:32.134 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.134 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.134 [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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.134 [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 13:26:32.134 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.133000000, lastModified=2020-07-06 13:26:31.924296000, delta=208704000 ns, racy<=2500000000 ns 13:26:32.134 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.134 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.134000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.134 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.134000000, lastModified=2020-07-06 13:26:31.924296000, delta=209704000 ns, racy<=2500000000 ns 13:26:32.134 [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 13:26:32.134 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.134 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.134 [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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.134 [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 13:26:32.134 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.134000000, lastModified=2020-07-06 13:26:31.924296000, delta=209704000 ns, racy<=2500000000 ns 13:26:32.134 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.134 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.134000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.134 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.134000000, lastModified=2020-07-06 13:26:31.924296000, delta=209704000 ns, racy<=2500000000 ns 13:26:32.134 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:32.133000000, lastModified=2020-07-06 13:26:31.918296000, delta=214704000 ns, racy<=2502500 ns 13:26:32.134 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, is unmodified 13:26:32.134 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:26:32.139 [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 13:26:32.139 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.139 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.139 [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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.139 [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 13:26:32.139 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.134000000, lastModified=2020-07-06 13:26:31.924296000, delta=209704000 ns, racy<=2500000000 ns 13:26:32.139 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.139 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.139000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.139 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.139000000, lastModified=2020-07-06 13:26:31.924296000, delta=214704000 ns, racy<=2500000000 ns 13:26:32.139 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:32.133000000, lastModified=2020-07-06 13:26:31.918296000, delta=214704000 ns, racy<=2502500 ns 13:26:32.139 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, is unmodified 13:26:32.139 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:26:32.139 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:26:32.145 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:26:32.151 [pool-68-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:26:32.151 [pool-68-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:26:32.151 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 13:26:32.199 [pool-68-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 13:26:32.203 [pool-68-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:26:32.203 [pool-68-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 13:26:32.203 [pool-68-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:26:32.203 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s58ms [pure insertion] marking any relevant derived attributes for update...13:26:32.203 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 13:26:32.205 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 13:26:32.205 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:26:32.205 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:26:32.206 [pool-68-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:26:32.206 [pool-68-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 13:26:32.206 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:26:32.206 [pool-68-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:26:32.206 [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... 13:26:32.206 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:26:32.206 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 925e83835b3ed50ba9b3ada8ec89a1108b5f803a (timepoint 1594041991000) of /tmp/junit2553264097869793716 13:26:32.207 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:26:32.208 [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 13:26:32.208 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.208 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.208 [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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.208 [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 13:26:32.208 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.139000000, lastModified=2020-07-06 13:26:31.924296000, delta=214704000 ns, racy<=2500000000 ns 13:26:32.208 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.208 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.208000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.208 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.208000000, lastModified=2020-07-06 13:26:31.924296000, delta=283704000 ns, racy<=2500000000 ns 13:26:32.208 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:32.133000000, lastModified=2020-07-06 13:26:31.918296000, delta=214704000 ns, racy<=2502500 ns 13:26:32.208 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, is unmodified 13:26:32.208 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:26:32.208 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:26:32.218 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:26:32.218 [pool-68-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:26:32.218 [pool-68-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 13:26:32.219 [pool-68-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 13:26:32.219 [pool-68-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:26:32.219 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 13:26:32.219 [pool-68-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:26:32.226 [pool-68-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...13:26:32.226 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:26:32.226 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:26:32.226 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:26:32.226 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:26:32.227 [pool-68-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:26:32.227 [pool-68-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 13:26:32.227 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:26:32.227 [pool-68-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:26:32.227 [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... 13:26:32.227 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:26:32.227 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 6f02b5a35f79612f4e207d825e95c79dafa5a2a5 (timepoint 1594041991002) of /tmp/junit2553264097869793716 13:26:32.228 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:26:32.229 [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 13:26:32.229 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-06 13:26:23.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983015000000 ns, racy<=2500000000 ns 13:26:32.229 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 13:26:32.229 [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-06 13:26:23.016000000, lastModified=1970-01-01 00:00:00.000000000, delta=1594041983016000000 ns, racy<=2500000000 ns 13:26:32.229 [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 13:26:32.229 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.208000000, lastModified=2020-07-06 13:26:31.924296000, delta=283704000 ns, racy<=2500000000 ns 13:26:32.229 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, is racily clean 13:26:32.229 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, create new FileSnapshot: lastRead=2020-07-06 13:26:32.229000000, lastModified=2020-07-06 13:26:31.924296000, size=78, fileKey=(dev=3d,ino=1659397576) 13:26:32.229 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/config, isRacyClean=true, read=2020-07-06 13:26:32.229000000, lastModified=2020-07-06 13:26:31.924296000, delta=304704000 ns, racy<=2500000000 ns 13:26:32.229 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, isRacyClean=false, read=2020-07-06 13:26:32.133000000, lastModified=2020-07-06 13:26:31.918296000, delta=214704000 ns, racy<=2502500 ns 13:26:32.229 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit2553264097869793716/.git/objects/pack, is unmodified 13:26:32.229 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:26:32.230 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:26:32.290 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:26:32.290 [pool-68-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:26:32.291 [pool-68-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:26:32.291 [pool-68-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 13:26:32.291 [pool-68-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:26:32.291 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 13:26:32.291 [pool-68-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:26:32.292 [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...13:26:32.292 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:26:32.292 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:26:32.292 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:26:32.292 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:26:32.292 [pool-68-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:26:32.292 [pool-68-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:26:32.292 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:26:32.292 [pool-68-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:26:32.293 [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... 13:26:32.293 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:26:32.293 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 38c33ba9ed94ae196e587589208d20c6452d5779 (timepoint 1594041992001) of /tmp/junit2553264097869793716 13:26:32.293 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:26:32.293 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 196 ms 13:26:32.299 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:26:32.299 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: /tmp/junit2553264097869793716:org.eclipse.hawk.git.JGitRepository:false 13:26:32.301 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:26:32.301 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:26:32.949 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:26:32.949 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit399778516732071631/test_nonDefaultBranch[LevelDB GreyCat] 13:26:32.949 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:26:34.278 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:26:34.279 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:26:34.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 13:26:34.279 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:26:34.279 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:26:34.285 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:26:34.285 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:26:34.285 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:26:34.285 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:26:34.285 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:26:34.285 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:26:34.285 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:26:34.285 [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 13:26:34.289 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:26:34.289 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:26:34.296 [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 13:26:34.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 13:26:34.296 [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 13:26:34.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 13:26:34.296 [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 13:26:34.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 13:26:34.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 13:26:34.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 13:26:34.297 [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 13:26:34.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 13:26:34.297 [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 13:26:34.297 [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 13:26:34.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 13:26:34.297 [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 13:26:34.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 13:26:34.298 [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 13:26:34.298 [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 13:26:34.298 [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 13:26:34.298 [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 13:26:34.299 [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 13:26:34.299 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 13:26:34.299 [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 13:26:34.299 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 13:26:34.299 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 13:26:34.300 [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 13:26:34.300 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 13:26:34.300 [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[] 13:26:34.301 [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 13:26:34.301 [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 13:26:34.301 [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 13:26:34.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 13:26:34.302 [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 13:26:34.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 13:26:34.305 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:26:34.305 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:26:34.305 [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 13:26:34.307 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:26:34.307 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.320 [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 13:26:34.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 13:26:34.321 [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 13:26:34.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 13:26:34.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 13:26:34.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 13:26:34.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 13:26:34.321 [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 13:26:34.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 13:26:34.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 13:26:34.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 13:26:34.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 13:26:34.322 [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 13:26:34.322 [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 13:26:34.322 [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 13:26:34.322 [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[] 13:26:34.322 [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 13:26:34.322 [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 13:26:34.322 [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 13:26:34.322 [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 13:26:34.322 [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 13:26:34.322 [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[] 13:26:34.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 13:26:34.325 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:26:34.325 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo1963477103095388623 13:26:36.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1963477103095388623:org.eclipse.hawk.svn.SvnManager:false 13:26:36.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:26:36.105 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:26:36.197 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:26:36.197 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:26:36.197 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:26:36.197 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:26:36.197 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:26:36.231 [pool-70-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:26:36.231 [pool-70-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.034s attempting to resolve any uninitialized derived attributes... 13:26:36.231 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:26:36.231 [pool-70-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:26:36.257 [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... 13:26:36.257 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s63ms [proxy update] 13:26:36.260 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1594041993203) of file:///tmp/hawkSvnRepo1963477103095388623 13:26:36.260 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:26:36.265 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:26:36.265 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:26:36.273 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:26:36.279 [pool-70-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:26:36.279 [pool-70-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:26:36.279 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 13:26:36.282 [pool-70-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 13:26:36.282 [pool-70-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 13:26:36.282 [pool-70-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 13:26:36.282 [pool-70-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:26:36.282 [pool-70-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:26:36.285 [pool-70-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:26:36.286 [pool-70-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:26:36.289 [pool-70-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:26:36.289 [pool-70-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 13:26:36.289 [pool-70-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:26:36.289 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s16ms [pure insertion] marking any relevant derived attributes for update...13:26:36.289 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:26:36.289 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:26:36.289 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:26:36.289 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:26:36.289 [pool-70-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:26:36.289 [pool-70-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:26:36.289 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:26:36.289 [pool-70-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:26:36.289 [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... 13:26:36.289 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:26:36.290 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1594041994391) of file:///tmp/hawkSvnRepo1963477103095388623 13:26:36.290 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:26:36.290 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 185 ms 13:26:36.298 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:26:36.298 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1963477103095388623:org.eclipse.hawk.svn.SvnManager:false 13:26:36.299 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:26:36.299 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:26:36.988 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:26:36.989 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4045104319968482290/test_countInstancesModelAll[LevelDB GreyCat] 13:26:36.990 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:26:38.367 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:26:38.368 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:26:38.368 [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 13:26:38.368 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:26:38.368 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:26:38.373 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:26:38.373 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:26:38.373 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:26:38.373 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:26:38.373 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:26:38.373 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:26:38.373 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:26:38.374 [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 13:26:38.376 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:26:38.376 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:26:38.379 [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 13:26:38.380 [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 13:26:38.380 [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 13:26:38.380 [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 13:26:38.380 [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 13:26:38.380 [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 13:26:38.380 [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 13:26:38.380 [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 13:26:38.380 [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 13:26:38.380 [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 13:26:38.380 [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 13:26:38.381 [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 13:26:38.381 [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 13:26:38.381 [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 13:26:38.381 [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 13:26:38.381 [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 13:26:38.381 [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 13:26:38.381 [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 13:26:38.382 [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 13:26:38.382 [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 13:26:38.382 [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 13:26:38.382 [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 13:26:38.382 [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 13:26:38.382 [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 13:26:38.382 [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 13:26:38.382 [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 13:26:38.383 [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 13:26:38.383 [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[] 13:26:38.383 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 13:26:38.383 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 13:26:38.384 [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 13:26:38.384 [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 13:26:38.384 [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 13:26:38.387 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:26:38.387 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:26:38.387 [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 13:26:38.389 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:26:38.389 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:26:38.444 [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 13:26:38.444 [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 13:26:38.444 [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 13:26:38.444 [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 13:26:38.444 [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 13:26:38.444 [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 13:26:38.444 [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 13:26:38.444 [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 13:26:38.444 [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 13:26:38.445 [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 13:26:38.445 [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 13:26:38.445 [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 13:26:38.445 [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 13:26:38.445 [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 13:26:38.445 [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 13:26:38.445 [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 13:26:38.445 [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 13:26:38.445 [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 13:26:38.445 [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 13:26:38.445 [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 13:26:38.445 [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 13:26:38.446 [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 13:26:38.446 [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 13:26:38.446 [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 13:26:38.446 [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 13:26:38.446 [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 13:26:38.446 [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 13:26:38.446 [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[] 13:26:38.446 [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 13:26:38.446 [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 13:26:38.446 [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 13:26:38.446 [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 13:26:38.446 [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 13:26:38.446 [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 13:26:38.446 [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[] 13:26:38.446 [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 13:26:38.446 [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 13:26:38.446 [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 13:26:38.446 [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 13:26:38.446 [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 13:26:38.446 [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 13:26:38.446 [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 13:26:38.446 [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 13:26:38.446 [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 13:26:38.446 [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 13:26:38.446 [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 13:26:38.446 [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 13:26:38.446 [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 13:26:38.446 [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 13:26:38.446 [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 13:26:38.446 [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 13:26:38.446 [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 13:26:38.446 [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 13:26:38.446 [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 13:26:38.446 [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 13:26:38.446 [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 13:26:38.446 [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 13:26:38.446 [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 13:26:38.446 [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 13:26:38.449 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:26:38.449 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo6596709398920129201 13:26:46.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6596709398920129201:org.eclipse.hawk.svn.SvnManager:false 13:26:46.106 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:26:46.106 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:26:46.253 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:26:46.253 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:26:46.253 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:26:46.253 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:26:46.253 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:26:46.284 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:26:46.284 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.031s attempting to resolve any uninitialized derived attributes... 13:26:46.284 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:26:46.284 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:26:46.334 [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... 13:26:46.334 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s83ms [proxy update] 13:26:46.336 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1594041997312) of file:///tmp/hawkSvnRepo6596709398920129201 13:26:46.336 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:26:46.340 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:26:46.340 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:26:46.348 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:26:46.352 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:26:46.354 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:26:46.354 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi... 13:26:46.357 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi 13:26:46.357 [pool-72-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 13:26:46.357 [pool-72-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 13:26:46.357 [pool-72-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:26:46.357 [pool-72-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:26:46.360 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:26:46.361 [pool-72-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:26:46.363 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:26:46.363 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi 13:26:46.363 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:26:46.363 [pool-72-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...13:26:46.363 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:26:46.363 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:26:46.363 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:26:46.363 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:26:46.364 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:26:46.364 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 13:26:46.364 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:26:46.364 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:26:46.364 [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... 13:26:46.364 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:26:46.364 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1594041998498) of file:///tmp/hawkSvnRepo6596709398920129201 13:26:46.364 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:26:46.366 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:26:46.366 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:26:46.391 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:26:46.391 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:26:46.392 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 13:26:46.392 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 13:26:46.392 [pool-72-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:26:46.392 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:26:46.392 [pool-72-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:26:46.397 [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...13:26:46.397 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:26:46.397 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:26:46.397 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:26:46.397 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:26:46.398 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:26:46.398 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 13:26:46.398 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:26:46.398 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:26:46.398 [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... 13:26:46.398 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:26:46.398 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1594042000113) of file:///tmp/hawkSvnRepo6596709398920129201 13:26:46.398 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:26:46.399 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:26:46.399 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:26:46.405 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:26:46.405 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:26:46.405 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:26:46.406 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 13:26:46.406 [pool-72-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:26:46.406 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:26:46.406 [pool-72-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:26:46.407 [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...13:26:46.407 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:26:46.407 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:26:46.407 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:26:46.407 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:26:46.407 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:26:46.407 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:26:46.407 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:26:46.407 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:26:46.407 [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... 13:26:46.407 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:26:46.407 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1594042002112) of file:///tmp/hawkSvnRepo6596709398920129201 13:26:46.408 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:26:46.409 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:26:46.409 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:26:46.415 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:26:46.415 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:26:46.415 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store 13:26:46.416 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 13:26:46.416 [pool-72-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:26:46.416 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:26:46.416 [pool-72-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:26:46.417 [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...13:26:46.417 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:26:46.417 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:26:46.417 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:26:46.417 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:26:46.417 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:26:46.417 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:26:46.417 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:26:46.417 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:26:46.417 [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... 13:26:46.417 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:26:46.417 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1594042004109) of file:///tmp/hawkSvnRepo6596709398920129201 13:26:46.417 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:26:46.417 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 311 ms 13:26:46.424 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:26:46.424 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6596709398920129201:org.eclipse.hawk.svn.SvnManager:false 13:26:46.425 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:26:46.425 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:26:47.855 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:26:47.855 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1109992217613152392/test_sinceThen[LevelDB GreyCat] 13:26:47.856 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:26:49.808 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:26:49.810 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:26:49.810 [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 13:26:49.810 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:26:49.810 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:26:49.815 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:26:49.815 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:26:49.815 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:26:49.816 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:26:49.816 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:26:49.816 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:26:49.816 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:26:49.816 [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 13:26:49.821 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:26:49.821 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:26:49.828 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 13:26:49.828 [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 13:26:49.828 [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 13:26:49.828 [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 13:26:49.829 [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 13:26:49.829 [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 13:26:49.829 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 13:26:49.829 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 13:26:49.829 [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 13:26:49.829 [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 13:26:49.829 [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 13:26:49.829 [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 13:26:49.829 [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 13:26:49.829 [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 13:26:49.829 [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 13:26:49.829 [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 13:26:49.829 [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 13:26:49.829 [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 13:26:49.829 [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[] 13:26:49.829 [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 13:26:49.829 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 13:26:49.830 [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 13:26:49.830 [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 13:26:49.830 [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 13:26:49.830 [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 13:26:49.830 [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 13:26:49.831 [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 13:26:49.831 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 13:26:49.831 [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 13:26:49.833 [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 13:26:49.833 [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 13:26:49.836 [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 13:26:49.836 [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 13:26:49.840 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:26:49.840 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:26:49.840 [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 13:26:49.843 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:26:49.843 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:26:49.859 [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 13:26:49.859 [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 13:26:49.859 [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 13:26:49.859 [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 13:26:49.859 [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 13:26:49.859 [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 13:26:49.859 [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 13:26:49.859 [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 13:26:49.859 [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 13:26:49.859 [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 13:26:49.859 [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 13:26:49.860 [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 13:26:49.860 [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 13:26:49.860 [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 13:26:49.860 [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[] 13:26:49.860 [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 13:26:49.860 [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 13:26:49.860 [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 13:26:49.860 [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 13:26:49.860 [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[] 13:26:49.860 [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 13:26:49.860 [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 13:26:49.860 [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 13:26:49.860 [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 13:26:49.860 [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 13:26:49.860 [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 13:26:49.860 [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 13:26:49.860 [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 13:26:49.860 [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 13:26:49.860 [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 13:26:49.860 [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 13:26:49.860 [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 13:26:49.860 [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 13:26:49.860 [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 13:26:49.860 [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 13:26:49.860 [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 13:26:49.860 [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 13:26:49.860 [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 13:26:49.861 [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 13:26:49.861 [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 13:26:49.861 [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 13:26:49.861 [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 13:26:49.861 [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 13:26:49.861 [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 13:26:49.861 [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 13:26:49.861 [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 13:26:49.861 [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 13:26:49.861 [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 13:26:49.861 [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 13:26:49.861 [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 13:26:49.861 [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 13:26:49.861 [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 13:26:49.861 [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 13:26:49.861 [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 13:26:49.861 [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 13:26:49.861 [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 13:26:49.861 [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 13:26:49.861 [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 13:26:49.861 [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 13:26:49.862 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:26:49.862 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo2501465009421935650 13:27:04.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo2501465009421935650:org.eclipse.hawk.svn.SvnManager:false 13:27:04.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:27:04.104 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:27:04.588 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:27:04.588 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:27:04.588 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:27:04.588 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:27:04.588 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:27:05.565 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:27:05.565 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.977s attempting to resolve any uninitialized derived attributes... 13:27:05.565 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:27:05.565 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:27:06.080 [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... 13:27:06.080 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s494ms [proxy update] 13:27:06.082 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1594042008050) of file:///tmp/hawkSvnRepo2501465009421935650 13:27:06.082 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:27:06.086 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:27:06.086 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:27:06.092 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:27:06.096 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:27:06.097 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:27:06.097 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi... 13:27:06.102 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi 13:27:06.102 [pool-74-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 13:27:06.102 [pool-74-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 13:27:06.102 [pool-74-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:27:06.102 [pool-74-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:27:06.105 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:27:06.106 [pool-74-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:27:06.109 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:27:06.109 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi 13:27:06.109 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:27:06.109 [pool-74-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...13:27:06.109 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:27:06.110 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:27:06.110 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:27:06.110 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:27:06.110 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:27:06.110 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:27:06.110 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:27:06.110 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:27:06.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... 13:27:06.110 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:27:06.110 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1594042009904) of file:///tmp/hawkSvnRepo2501465009421935650 13:27:06.110 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:27:06.113 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:27:06.113 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:27:06.118 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:27:06.118 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:27:06.118 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 13:27:06.118 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 13:27:06.118 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:27:06.118 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:27:06.118 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:27:06.986 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s868ms [pure insertion] marking any relevant derived attributes for update...13:27:06.986 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:27:06.986 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:27:06.986 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:27:06.986 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:27:06.986 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:27:06.986 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:27:06.986 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:27:06.986 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:27:06.986 [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... 13:27:06.986 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:27:06.986 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1594042011111) of file:///tmp/hawkSvnRepo2501465009421935650 13:27:06.987 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:27:06.988 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:27:06.988 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:27:06.993 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:27:06.993 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:27:06.994 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:27:06.994 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 13:27:06.994 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:27:06.994 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:27:06.994 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:27:06.995 [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...13:27:06.995 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:27:06.995 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:27:06.995 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:27:06.995 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:27:06.995 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:27:06.995 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:27:06.995 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:27:06.995 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:27:06.995 [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... 13:27:06.995 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:27:06.995 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1594042013109) of file:///tmp/hawkSvnRepo2501465009421935650 13:27:06.996 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:27:06.997 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:27:06.997 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:27:07.002 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:27:07.002 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:27:07.003 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store 13:27:07.003 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 13:27:07.003 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:27:07.003 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:27:07.003 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:27:07.004 [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...13:27:07.004 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:27:07.004 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:27:07.004 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:27:07.004 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:27:07.004 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:27:07.004 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:27:07.004 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:27:07.004 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:27:07.004 [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... 13:27:07.004 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:27:07.004 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1594042015110) of file:///tmp/hawkSvnRepo2501465009421935650 13:27:07.005 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:27:07.005 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 901 ms 13:27:11.100 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:27:11.101 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:27:11.102 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:27:11.102 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:27:11.102 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:27:11.102 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:27:11.102 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:27:11.102 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:27:11.102 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:27:11.102 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:27:11.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... 13:27:11.102 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:27:11.103 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1594042015110) of file:///tmp/hawkSvnRepo2501465009421935650 13:27:11.103 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:27:11.104 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:27:11.104 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:27:11.111 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:27:11.111 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:27:11.111 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 4 (4) nodes in store 13:27:11.112 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.5 13:27:11.112 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:27:11.112 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:27:11.112 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:27:11.113 [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...13:27:11.113 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:27:11.113 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:27:11.114 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:27:11.114 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:27:11.114 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:27:11.114 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:27:11.114 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:27:11.114 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:27:11.114 [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... 13:27:11.114 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:27:11.114 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1594042024585) of file:///tmp/hawkSvnRepo2501465009421935650 13:27:11.114 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:27:11.114 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 14 ms after for 1594042009904: 0 after for 1594042011111: 1 before for 1594042013109: 2 before for 1594042015110: 3 13:27:11.126 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:27:11.126 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo2501465009421935650:org.eclipse.hawk.svn.SvnManager:false 13:27:11.128 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:27:11.128 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:27:11.196 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:27:11.196 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4955868922051902979/test_before[LevelDB GreyCat] 13:27:11.197 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:27:13.261 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:27:13.263 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:27:13.263 [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 13:27:13.263 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:27:13.263 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:27:13.264 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:27:13.264 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:27:13.264 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:27:13.265 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:27:13.265 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:27:13.265 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:27:13.265 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:27:13.265 [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 13:27:13.267 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:27:13.267 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:27:13.271 [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 13:27:13.271 [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 13:27:13.271 [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 13:27:13.271 [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 13:27:13.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 13:27:13.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 13:27:13.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 13:27:13.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 13:27:13.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 13:27:13.271 [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[] 13:27:13.272 [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 13:27:13.272 [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 13:27:13.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 13:27:13.272 [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 13:27:13.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 13:27:13.273 [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 13:27:13.273 [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 13:27:13.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 13:27:13.273 [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 13:27:13.274 [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 13:27:13.274 [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 13:27:13.274 [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 13:27:13.274 [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 13:27:13.274 [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 13:27:13.274 [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 13:27:13.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 13:27:13.275 [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 13:27:13.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 13:27:13.275 [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 13:27:13.275 [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 13:27:13.275 [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 13:27:13.275 [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 13:27:13.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 13:27:13.277 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:27:13.277 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:27:13.277 [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 13:27:13.278 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:27:13.278 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:27:13.287 [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 13:27:13.287 [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 13:27:13.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 13:27:13.287 [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 13:27:13.287 [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 13:27:13.287 [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 13:27:13.287 [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 13:27:13.287 [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 13:27:13.287 [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 13:27:13.287 [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 13:27:13.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 13:27:13.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 13:27:13.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 13:27:13.288 [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[] 13:27:13.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 13:27:13.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 13:27:13.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 13:27:13.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 13:27:13.288 [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 13:27:13.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 13:27:13.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 13:27:13.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 13:27:13.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 13:27:13.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 13:27:13.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 13:27:13.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 13:27:13.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 13:27:13.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 13:27:13.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 13:27:13.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 13:27:13.288 [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 13:27:13.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 13:27:13.288 [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 13:27:13.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 13:27:13.288 [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 13:27:13.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 13:27:13.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 13:27:13.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 13:27:13.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 13:27:13.288 [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 13:27:13.288 [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 13:27:13.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 13:27:13.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 13:27:13.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 13:27:13.288 [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 13:27:13.288 [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 13:27:13.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 13:27:13.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 13:27:13.288 [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 13:27:13.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[] 13:27:13.289 [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 13:27:13.289 [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 13:27:13.289 [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 13:27:13.289 [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 13:27:13.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 13:27:13.289 [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 13:27:13.289 [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 13:27:13.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 13:27:13.289 [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 13:27:13.291 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:27:13.291 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo568800286487545478 13:27:21.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo568800286487545478:org.eclipse.hawk.svn.SvnManager:false 13:27:21.105 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:27:21.105 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:27:21.162 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:27:21.162 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:27:21.162 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:27:21.162 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:27:21.162 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:27:21.201 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:27:21.201 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.039s attempting to resolve any uninitialized derived attributes... 13:27:21.201 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:27:21.201 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:27:21.235 [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... 13:27:21.235 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s74ms [proxy update] 13:27:21.236 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1594042031476) of file:///tmp/hawkSvnRepo568800286487545478 13:27:21.236 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:27:21.239 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:27:21.239 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:27:21.245 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:27:21.250 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:27:21.250 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:27:21.250 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi... 13:27:21.254 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi 13:27:21.254 [pool-76-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 13:27:21.254 [pool-76-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 13:27:21.254 [pool-76-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:27:21.254 [pool-76-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:27:21.256 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:27:21.257 [pool-76-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:27:21.292 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:27:21.292 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi 13:27:21.293 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:27:21.293 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s48ms [pure insertion] marking any relevant derived attributes for update...13:27:21.293 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:27:21.293 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:27:21.293 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:27:21.293 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:27:21.293 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:27:21.293 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:27:21.293 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:27:21.293 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:27:21.293 [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... 13:27:21.293 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:27:21.293 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1594042033312) of file:///tmp/hawkSvnRepo568800286487545478 13:27:21.293 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:27:21.295 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:27:21.295 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:27:21.300 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:27:21.301 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:27:21.301 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 13:27:21.301 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 13:27:21.301 [pool-76-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:27:21.301 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:27:21.301 [pool-76-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:27:21.307 [pool-76-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...13:27:21.307 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:27:21.307 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:27:21.307 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:27:21.307 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:27:21.307 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:27:21.307 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:27:21.307 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:27:21.307 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:27:21.308 [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... 13:27:21.308 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:27:21.308 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1594042035110) of file:///tmp/hawkSvnRepo568800286487545478 13:27:21.308 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:27:21.310 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:27:21.310 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:27:21.314 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:27:21.314 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:27:21.314 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:27:21.315 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 13:27:21.315 [pool-76-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:27:21.315 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:27:21.315 [pool-76-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:27:21.316 [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...13:27:21.316 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:27:21.316 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:27:21.316 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:27:21.316 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:27:21.316 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:27:21.316 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:27:21.316 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:27:21.316 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:27:21.316 [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... 13:27:21.316 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:27:21.317 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1594042037111) of file:///tmp/hawkSvnRepo568800286487545478 13:27:21.317 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:27:21.319 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:27:21.319 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:27:21.324 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:27:21.324 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:27:21.325 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store 13:27:21.325 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 13:27:21.325 [pool-76-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:27:21.325 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:27:21.325 [pool-76-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:27:21.326 [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...13:27:21.326 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:27:21.326 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:27:21.327 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:27:21.327 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:27:21.327 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:27:21.327 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:27:21.327 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:27:21.327 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:27:21.327 [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... 13:27:21.327 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:27:21.327 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1594042039123) of file:///tmp/hawkSvnRepo568800286487545478 13:27:21.327 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:27:21.327 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 222 ms 13:27:21.394 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:27:21.394 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo568800286487545478:org.eclipse.hawk.svn.SvnManager:false 13:27:21.398 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:27:21.398 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:27:23.442 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:27:23.442 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6888604524196800860/test_commitMessages[LevelDB GreyCat] 13:27:23.443 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:27:25.396 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:27:25.404 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:27:25.404 [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 13:27:25.404 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:27:25.404 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:27:25.406 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:27:25.406 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:27:25.406 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:27:25.407 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:27:25.407 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:27:25.407 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:27:25.407 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 13:27:25.407 [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 13:27:25.410 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:27:25.410 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:27:25.413 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 13:27:25.413 [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 13:27:25.413 [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 13:27:25.413 [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 13:27:25.413 [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 13:27:25.414 [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 13:27:25.414 [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 13:27:25.414 [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 13:27:25.414 [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 13:27:25.414 [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 13:27:25.414 [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 13:27:25.414 [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 13:27:25.414 [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 13:27:25.415 [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 13:27:25.415 [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 13:27:25.415 [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 13:27:25.415 [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 13:27:25.415 [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 13:27:25.415 [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 13:27:25.416 [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 13:27:25.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 13:27:25.416 [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 13:27:25.416 [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 13:27:25.416 [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 13:27:25.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[] 13:27:25.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 13:27:25.417 [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 13:27:25.417 [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 13:27:25.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 13:27:25.417 [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 13:27:25.417 [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 13:27:25.417 [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 13:27:25.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 13:27:25.420 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:27:25.420 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:27:25.420 [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 13:27:25.422 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:27:25.422 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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[] 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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 13:27:25.472 [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 13:27:25.473 [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 13:27:25.473 [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 13:27:25.473 [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 13:27:25.473 [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 13:27:25.473 [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 13:27:25.473 [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 13:27:25.474 [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 13:27:25.474 [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 13:27:25.474 [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 13:27:25.474 [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 13:27:25.474 [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[] 13:27:25.474 [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 13:27:25.474 [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 13:27:25.474 [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 13:27:25.474 [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 13:27:25.474 [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 13:27:25.474 [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 13:27:25.474 [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 13:27:25.474 [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 13:27:25.474 [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 13:27:25.477 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:27:25.477 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo1855597817485133643 13:27:33.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1855597817485133643:org.eclipse.hawk.svn.SvnManager:false 13:27:33.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:27:33.105 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:27:33.138 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:27:33.139 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:27:33.139 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:27:33.139 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:27:33.139 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:27:33.144 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:27:33.144 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 13:27:33.144 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:27:33.144 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:27:33.153 [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... 13:27:33.153 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s15ms [proxy update] 13:27:33.154 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1594042044328) of file:///tmp/hawkSvnRepo1855597817485133643 13:27:33.154 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:27:33.157 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:27:33.157 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:27:33.164 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:27:33.170 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:27:33.170 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:27:33.170 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi... 13:27:33.173 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi 13:27:33.173 [pool-78-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 13:27:33.173 [pool-78-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 13:27:33.173 [pool-78-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:27:33.173 [pool-78-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:27:33.176 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:27:33.177 [pool-78-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:27:33.180 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:27:33.180 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi 13:27:33.180 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:27:33.180 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s16ms [pure insertion] marking any relevant derived attributes for update...13:27:33.180 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:27:33.180 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:27:33.180 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:27:33.180 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:27:33.180 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:27:33.180 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:27:33.180 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:27:33.180 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:27:33.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... 13:27:33.180 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 13:27:33.190 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1594042045499) of file:///tmp/hawkSvnRepo1855597817485133643 13:27:33.190 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:27:33.192 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:27:33.192 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:27:33.202 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:27:33.202 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:27:33.202 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 13:27:33.203 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 13:27:33.203 [pool-78-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:27:33.203 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:27:33.203 [pool-78-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:27:33.210 [pool-78-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...13:27:33.210 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:27:33.210 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:27:33.210 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:27:33.210 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:27:33.210 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:27:33.210 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:27:33.210 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:27:33.210 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:27:33.210 [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... 13:27:33.210 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:27:33.211 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1594042047107) of file:///tmp/hawkSvnRepo1855597817485133643 13:27:33.211 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:27:33.213 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:27:33.213 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:27:33.220 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:27:33.220 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:27:33.221 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:27:33.221 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 13:27:33.221 [pool-78-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:27:33.221 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:27:33.221 [pool-78-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:27:33.222 [pool-78-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...13:27:33.223 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:27:33.223 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:27:33.223 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:27:33.223 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:27:33.223 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:27:33.223 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:27:33.223 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:27:33.223 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:27:33.223 [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... 13:27:33.223 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:27:33.223 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1594042049110) of file:///tmp/hawkSvnRepo1855597817485133643 13:27:33.224 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:27:33.226 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:27:33.226 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:27:33.233 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:27:33.233 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:27:33.234 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store 13:27:33.234 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 13:27:33.234 [pool-78-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:27:33.234 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:27:33.234 [pool-78-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:27:33.235 [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...13:27:33.235 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:27:33.235 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:27:33.236 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:27:33.236 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:27:33.236 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:27:33.236 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:27:33.236 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:27:33.236 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:27:33.236 [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... 13:27:33.236 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:27:33.236 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1594042051111) of file:///tmp/hawkSvnRepo1855597817485133643 13:27:33.236 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:27:33.236 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 131 ms 13:27:33.293 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:27:33.293 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1855597817485133643:org.eclipse.hawk.svn.SvnManager:false 13:27:33.294 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:27:33.294 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:27:34.028 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:27:34.028 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5081131687528646124/test_rangesAreBothInclusive[LevelDB GreyCat] 13:27:34.029 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:27:35.308 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:27:35.310 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:27:35.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 13:27:35.310 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:27:35.310 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:27:35.312 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:27:35.312 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:27:35.312 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:27:35.313 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:27:35.313 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:27:35.313 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:27:35.313 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:27:35.313 [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 13:27:35.317 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:27:35.317 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:27:35.321 [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 13:27:35.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 13:27:35.322 [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 13:27:35.322 [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 13:27:35.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 13:27:35.322 [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 13:27:35.322 [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 13:27:35.323 [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 13:27:35.323 [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 13:27:35.323 [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[] 13:27:35.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 13:27:35.323 [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 13:27:35.324 [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 13:27:35.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 13:27:35.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 13:27:35.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 13:27:35.325 [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 13:27:35.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 13:27:35.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 13:27:35.325 [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 13:27:35.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 13:27:35.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 13:27:35.325 [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 13:27:35.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 13:27:35.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 13:27:35.326 [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 13:27:35.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 13:27:35.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 13:27:35.327 [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 13:27:35.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 13:27:35.328 [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 13:27:35.328 [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 13:27:35.329 [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 13:27:35.333 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:27:35.333 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:27:35.333 [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 13:27:35.335 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:27:35.335 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:27:35.390 [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 13:27:35.391 [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 13:27:35.391 [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 13:27:35.391 [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 13:27:35.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 13:27:35.391 [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 13:27:35.391 [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 13:27:35.391 [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 13:27:35.391 [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 13:27:35.391 [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 13:27:35.391 [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 13:27:35.391 [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 13:27:35.391 [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 13:27:35.392 [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 13:27:35.392 [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 13:27:35.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 13:27:35.392 [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 13:27:35.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 13:27:35.392 [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 13:27:35.392 [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 13:27:35.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 13:27:35.392 [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 13:27:35.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 13:27:35.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 13:27:35.392 [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 13:27:35.392 [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 13:27:35.392 [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 13:27:35.392 [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 13:27:35.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 13:27:35.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 13:27:35.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 13:27:35.392 [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 13:27:35.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 13:27:35.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 13:27:35.392 [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 13:27:35.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 13:27:35.392 [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 13:27:35.392 [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 13:27:35.392 [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 13:27:35.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 13:27:35.392 [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 13:27:35.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 13:27:35.392 [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 13:27:35.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 13:27:35.392 [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 13:27:35.392 [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 13:27:35.392 [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[] 13:27:35.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[] 13:27:35.392 [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 13:27:35.392 [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 13:27:35.392 [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 13:27:35.392 [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 13:27:35.392 [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 13:27:35.392 [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 13:27:35.392 [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 13:27:35.392 [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 13:27:35.392 [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 13:27:35.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 13:27:35.392 [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 13:27:35.394 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:27:35.394 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo4561460999134633782 13:27:39.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4561460999134633782:org.eclipse.hawk.svn.SvnManager:false 13:27:39.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:27:39.104 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:27:39.131 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:27:39.131 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:27:39.131 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:27:39.131 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:27:39.131 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:27:39.137 [pool-80-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:27:39.137 [pool-80-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.006s attempting to resolve any uninitialized derived attributes... 13:27:39.137 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:27:39.137 [pool-80-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:27:39.154 [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... 13:27:39.154 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s25ms [proxy update] 13:27:39.156 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1594042054214) of file:///tmp/hawkSvnRepo4561460999134633782 13:27:39.157 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:27:39.160 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:27:39.160 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:27:39.167 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:27:39.194 [pool-80-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:27:39.194 [pool-80-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:27:39.194 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 13:27:39.197 [pool-80-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 13:27:39.197 [pool-80-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 13:27:39.197 [pool-80-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 13:27:39.197 [pool-80-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:27:39.197 [pool-80-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:27:39.200 [pool-80-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:27:39.200 [pool-80-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:27:39.203 [pool-80-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:27:39.203 [pool-80-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 13:27:39.203 [pool-80-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:27:39.203 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s36ms [pure insertion] marking any relevant derived attributes for update...13:27:39.203 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:27:39.203 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:27:39.203 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:27:39.203 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:27:39.203 [pool-80-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:27:39.203 [pool-80-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:27:39.203 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:27:39.203 [pool-80-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:27:39.203 [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... 13:27:39.203 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:27:39.203 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1594042055406) of file:///tmp/hawkSvnRepo4561460999134633782 13:27:39.204 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:27:39.204 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:27:39.204 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting all contents of file: /root.xmi... 13:27:39.205 [pool-80-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 13:27:39.211 [pool-80-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.006s 13:27:39.211 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleted all contents of file: /root.xmi. 13:27:39.211 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:27:39.211 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:27:39.211 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:27:39.211 [pool-80-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:27:39.211 [pool-80-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:27:39.211 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:27:39.211 [pool-80-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:27:39.212 [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... 13:27:39.212 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:27:39.212 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1594042057246) of file:///tmp/hawkSvnRepo4561460999134633782 13:27:39.212 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:27:39.212 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 108 ms 13:27:39.217 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:27:39.217 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4561460999134633782:org.eclipse.hawk.svn.SvnManager:false 13:27:39.219 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:27:39.219 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:27:39.697 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:27:39.697 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4818316751421043475/test_createDeleteNode[LevelDB GreyCat] 13:27:39.698 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:27:41.317 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:27:41.319 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:27:41.319 [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 13:27:41.319 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:27:41.319 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:27:41.321 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:27:41.321 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:27:41.322 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:27:41.322 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:27:41.322 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:27:41.322 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:27:41.324 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:27:41.324 [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 13:27:41.326 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:27:41.326 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:27:41.330 [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 13:27:41.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 13:27:41.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 13:27:41.330 [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 13:27:41.331 [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 13:27:41.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 13:27:41.331 [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 13:27:41.331 [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 13:27:41.331 [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 13:27:41.331 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 13:27:41.331 [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 13:27:41.332 [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 13:27:41.332 [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 13:27:41.332 [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 13:27:41.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 13:27:41.332 [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 13:27:41.332 [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 13:27:41.332 [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 13:27:41.332 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 13:27:41.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 13:27:41.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 13:27:41.332 [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 13:27:41.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 13:27:41.332 [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 13:27:41.332 [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 13:27:41.333 [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[] 13:27:41.333 [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 13:27:41.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 13:27:41.334 [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 13:27:41.334 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 13:27:41.334 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 13:27:41.334 [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 13:27:41.334 [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 13:27:41.339 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:27:41.339 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:27:41.339 [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 13:27:41.341 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:27:41.341 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:27:41.360 [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 13:27:41.360 [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 13:27:41.360 [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[] 13:27:41.360 [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 13:27:41.360 [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 13:27:41.360 [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 13:27:41.360 [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 13:27:41.360 [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 13:27:41.360 [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 13:27:41.360 [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 13:27:41.360 [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 13:27:41.360 [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 13:27:41.360 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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[] 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.361 [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 13:27:41.363 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:27:41.363 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo4413034560956330835 13:27:45.102 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4413034560956330835:org.eclipse.hawk.svn.SvnManager:false 13:27:45.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:27:45.103 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:27:45.157 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:27:45.157 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:27:45.157 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:27:45.157 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:27:45.157 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:27:45.173 [pool-82-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:27:45.173 [pool-82-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.016s attempting to resolve any uninitialized derived attributes... 13:27:45.173 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:27:45.173 [pool-82-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:27:45.206 [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... 13:27:45.206 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s51ms [proxy update] 13:27:45.208 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1594042059901) of file:///tmp/hawkSvnRepo4413034560956330835 13:27:45.208 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:27:45.211 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:27:45.211 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:27:45.216 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:27:45.219 [pool-82-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:27:45.220 [pool-82-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:27:45.220 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 13:27:45.223 [pool-82-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 13:27:45.223 [pool-82-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 13:27:45.223 [pool-82-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 13:27:45.223 [pool-82-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:27:45.223 [pool-82-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:27:45.225 [pool-82-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:27:45.226 [pool-82-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:27:45.228 [pool-82-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:27:45.228 [pool-82-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 13:27:45.228 [pool-82-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:27:45.228 [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...13:27:45.228 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:27:45.228 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:27:45.228 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:27:45.228 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:27:45.228 [pool-82-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:27:45.229 [pool-82-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 13:27:45.229 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:27:45.229 [pool-82-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:27:45.229 [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... 13:27:45.229 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:27:45.229 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1594042061403) of file:///tmp/hawkSvnRepo4413034560956330835 13:27:45.229 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:27:45.229 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:27:45.229 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting all contents of file: /root.xmi... 13:27:45.229 [pool-82-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 13:27:45.235 [pool-82-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.006s 13:27:45.235 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleted all contents of file: /root.xmi. 13:27:45.235 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:27:45.235 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:27:45.235 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:27:45.235 [pool-82-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:27:45.235 [pool-82-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:27:45.235 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:27:45.235 [pool-82-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:27:45.235 [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... 13:27:45.235 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:27:45.235 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1594042063236) of file:///tmp/hawkSvnRepo4413034560956330835 13:27:45.235 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:27:45.235 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 132 ms 13:27:45.236 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:27:45.236 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4413034560956330835:org.eclipse.hawk.svn.SvnManager:false 13:27:45.237 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:27:45.237 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:27:45.942 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:27:45.942 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5577668890512001999/test_travelToMissingTimepointReturnsNull[LevelDB GreyCat] 13:27:45.943 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:27:47.269 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:27:47.271 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:27:47.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 13:27:47.271 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:27:47.271 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:27:47.272 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:27:47.272 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:27:47.273 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:27:47.273 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:27:47.273 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:27:47.273 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:27:47.273 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:27:47.273 [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 13:27:47.275 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:27:47.275 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:27:47.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 13:27:47.278 [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 13:27:47.278 [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 13:27:47.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 13:27:47.279 [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 13:27:47.279 [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 13:27:47.279 [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 13:27:47.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 13:27:47.279 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 13:27:47.279 [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 13:27:47.279 [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 13:27:47.279 [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 13:27:47.279 [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 13:27:47.279 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 13:27:47.280 [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 13:27:47.280 [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 13:27:47.280 [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[] 13:27:47.280 [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 13:27:47.280 [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 13:27:47.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 13:27:47.280 [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 13:27:47.280 [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 13:27:47.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 13:27:47.281 [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 13:27:47.281 [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 13:27:47.281 [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 13:27:47.281 [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 13:27:47.281 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 13:27:47.281 [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 13:27:47.281 [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 13:27:47.282 [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 13:27:47.282 [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 13:27:47.283 [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 13:27:47.285 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:27:47.285 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:27:47.285 [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 13:27:47.286 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:27:47.286 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:27:47.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 13:27:47.304 [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[] 13:27:47.304 [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 13:27:47.304 [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 13:27:47.304 [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 13:27:47.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 13:27:47.304 [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 13:27:47.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 13:27:47.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 13:27:47.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 13:27:47.304 [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 13:27:47.304 [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 13:27:47.304 [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 13:27:47.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 13:27:47.304 [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 13:27:47.304 [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 13:27:47.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 13:27:47.304 [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 13:27:47.304 [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 13:27:47.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 13:27:47.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 13:27:47.305 [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 13:27:47.305 [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 13:27:47.305 [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 13:27:47.305 [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 13:27:47.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 13:27:47.305 [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 13:27:47.305 [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 13:27:47.305 [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 13:27:47.305 [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 13:27:47.305 [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 13:27:47.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 13:27:47.305 [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 13:27:47.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 13:27:47.305 [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 13:27:47.305 [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 13:27:47.305 [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[] 13:27:47.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 13:27:47.305 [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 13:27:47.305 [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 13:27:47.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 13:27:47.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 13:27:47.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 13:27:47.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 13:27:47.305 [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 13:27:47.305 [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 13:27:47.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 13:27:47.305 [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 13:27:47.305 [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 13:27:47.305 [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 13:27:47.305 [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 13:27:47.305 [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 13:27:47.305 [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 13:27:47.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 13:27:47.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 13:27:47.305 [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 13:27:47.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 13:27:47.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 13:27:47.305 [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 13:27:47.307 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:27:47.307 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo1603993729553083859 13:28:01.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1603993729553083859:org.eclipse.hawk.svn.SvnManager:false 13:28:01.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:28:01.104 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:28:01.149 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:01.149 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:01.149 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:01.150 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:01.150 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:01.181 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:01.181 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.031s attempting to resolve any uninitialized derived attributes... 13:28:01.182 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:01.182 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:01.190 [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... 13:28:01.190 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s42ms [proxy update] 13:28:01.192 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1594042066196) of file:///tmp/hawkSvnRepo1603993729553083859 13:28:01.192 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:01.194 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:01.194 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:01.199 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:28:01.202 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:28:01.202 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:28:01.202 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi... 13:28:01.206 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi 13:28:01.206 [pool-84-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 13:28:01.206 [pool-84-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 13:28:01.206 [pool-84-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:28:01.206 [pool-84-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:28:01.208 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:28:01.208 [pool-84-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:28:01.210 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:28:01.210 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi 13:28:01.211 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:28:01.211 [pool-84-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...13:28:01.211 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:28:01.211 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:28:01.211 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:01.211 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:01.211 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:01.211 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:28:01.211 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:01.211 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:01.211 [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... 13:28:01.211 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:28:01.211 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1594042067320) of file:///tmp/hawkSvnRepo1603993729553083859 13:28:01.211 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:01.213 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:01.213 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:01.217 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:28:01.217 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:28:01.217 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 13:28:01.218 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 13:28:01.218 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:28:01.218 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:28:01.218 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:28:01.222 [pool-84-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...13:28:01.222 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:28:01.222 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:28:01.222 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:01.222 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:01.222 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:01.222 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:28:01.222 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:01.222 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:01.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... 13:28:01.223 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:28:01.223 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1594042069107) of file:///tmp/hawkSvnRepo1603993729553083859 13:28:01.223 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:01.224 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:01.224 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:01.228 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:28:01.229 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:28:01.229 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:28:01.229 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 13:28:01.229 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:28:01.229 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:28:01.229 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:28:01.290 [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...13:28:01.290 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:28:01.290 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:28:01.290 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:01.290 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:01.290 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:01.290 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:28:01.290 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:01.290 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:01.291 [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... 13:28:01.291 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:28:01.291 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1594042071110) of file:///tmp/hawkSvnRepo1603993729553083859 13:28:01.291 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:01.292 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:01.292 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:01.297 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:28:01.297 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:28:01.297 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store 13:28:01.297 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:2 ratio: 1.0 13:28:01.297 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:28:01.297 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:28:01.297 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:28:01.300 [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...13:28:01.300 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:28:01.300 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:28:01.300 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:01.300 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:01.300 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:01.300 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:28:01.300 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:01.300 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:01.300 [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... 13:28:01.300 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:28:01.300 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1594042073109) of file:///tmp/hawkSvnRepo1603993729553083859 13:28:01.340 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:01.341 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:01.341 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:01.346 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:28:01.346 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:28:01.347 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 13:28:01.347 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 13:28:01.347 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:28:01.347 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:28:01.347 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:28:01.348 [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...13:28:01.348 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:28:01.348 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:28:01.348 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:01.348 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:01.348 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:01.348 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:28:01.348 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:01.348 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:01.348 [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... 13:28:01.348 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:28:01.348 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1594042075107) of file:///tmp/hawkSvnRepo1603993729553083859 13:28:01.348 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:01.350 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:01.350 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:01.355 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:28:01.355 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:28:01.355 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:28:01.355 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 13:28:01.355 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:28:01.355 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:28:01.355 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:28:01.356 [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...13:28:01.356 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:28:01.356 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:28:01.356 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:01.356 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:01.356 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:01.356 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:28:01.356 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:01.356 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:01.356 [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... 13:28:01.356 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:28:01.356 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 6 (timepoint 1594042077109) of file:///tmp/hawkSvnRepo1603993729553083859 13:28:01.356 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:01.358 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:01.358 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:01.362 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:28:01.362 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:28:01.363 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:28:01.363 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0 13:28:01.363 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:28:01.363 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:28:01.363 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:28:01.364 [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...13:28:01.365 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:28:01.365 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:28:01.365 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:01.365 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:01.365 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:01.365 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:28:01.365 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:01.365 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:01.365 [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... 13:28:01.365 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:28:01.365 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 7 (timepoint 1594042079108) of file:///tmp/hawkSvnRepo1603993729553083859 13:28:01.365 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:28:01.365 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 261 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 1594042075107: 1 Children of NotEmpty at 1594042071110: 2 Children of NotEmpty at 1594042069107: 1 property: eContainer not found in metamodel for type: Tree Children of NotEmpty at 1594042075107: 1 Children of NotEmpty at 1594042071110: 2 Children of NotEmpty at 1594042069107: 1 13:28:01.403 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:28:01.403 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1603993729553083859:org.eclipse.hawk.svn.SvnManager:false 13:28:01.405 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:28:01.405 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:28:01.933 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:28:01.933 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5374223311245388775/test_unscope[LevelDB GreyCat] 13:28:01.935 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:28:03.245 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:28:03.246 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:28:03.246 [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 13:28:03.246 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:28:03.246 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:28:03.248 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:28:03.248 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:28:03.248 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:28:03.249 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:28:03.249 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:28:03.249 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:28:03.249 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:28:03.249 [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 13:28:03.252 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:28:03.252 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:28:03.256 [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 13:28:03.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 13:28:03.256 [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 13:28:03.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[] 13:28:03.256 [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 13:28:03.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 13:28:03.258 [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 13:28:03.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 13:28:03.259 [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 13:28:03.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 13:28:03.259 [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 13:28:03.260 [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 13:28:03.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 13:28:03.260 [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 13:28:03.260 [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 13:28:03.260 [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 13:28:03.260 [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 13:28:03.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 13:28:03.260 [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 13:28:03.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 13:28:03.261 [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 13:28:03.261 [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 13:28:03.261 [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 13:28:03.261 [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 13:28:03.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 13:28:03.261 [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 13:28:03.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 13:28:03.262 [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 13:28:03.262 [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 13:28:03.262 [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 13:28:03.262 [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 13:28:03.263 [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 13:28:03.263 [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 13:28:03.266 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:28:03.266 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:28:03.266 [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 13:28:03.269 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:28:03.269 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:28:03.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 13:28:03.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 13:28:03.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 13:28:03.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 13:28:03.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 13:28:03.288 [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 13:28:03.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 13:28:03.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 13:28:03.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 13:28:03.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 13:28:03.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[] 13:28:03.288 [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 13:28:03.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 13:28:03.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 13:28:03.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 13:28:03.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 13:28:03.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 13:28:03.288 [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 13:28:03.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 13:28:03.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 13:28:03.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 13:28:03.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 13:28:03.288 [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 13:28:03.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 13:28:03.288 [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 13:28:03.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 13:28:03.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 13:28:03.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 13:28:03.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 13:28:03.289 [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 13:28:03.289 [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 13:28:03.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 13:28:03.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 13:28:03.289 [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 13:28:03.289 [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 13:28:03.289 [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 13:28:03.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 13:28:03.289 [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 13:28:03.289 [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 13:28:03.289 [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 13:28:03.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 13:28:03.289 [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 13:28:03.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 13:28:03.289 [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 13:28:03.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 13:28:03.289 [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 13:28:03.289 [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 13:28:03.289 [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 13:28:03.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 13:28:03.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 13:28:03.289 [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 13:28:03.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 13:28:03.289 [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 13:28:03.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 13:28:03.289 [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[] 13:28:03.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 13:28:03.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 13:28:03.289 [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 13:28:03.289 [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 13:28:03.291 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:28:03.291 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo1330544032365251550 13:28:07.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1330544032365251550:org.eclipse.hawk.svn.SvnManager:false 13:28:07.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:28:07.104 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:28:07.135 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:07.135 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:07.135 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:07.135 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:07.135 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:07.142 [pool-86-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:07.142 [pool-86-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 13:28:07.142 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:07.142 [pool-86-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:07.152 [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... 13:28:07.152 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s18ms [proxy update] 13:28:07.153 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1594042082120) of file:///tmp/hawkSvnRepo1330544032365251550 13:28:07.153 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:07.156 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:07.156 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:07.160 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:28:07.163 [pool-86-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:28:07.163 [pool-86-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:28:07.163 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 13:28:07.167 [pool-86-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 13:28:07.167 [pool-86-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 13:28:07.167 [pool-86-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 13:28:07.167 [pool-86-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:28:07.167 [pool-86-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:28:07.169 [pool-86-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:28:07.170 [pool-86-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:28:07.172 [pool-86-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:28:07.172 [pool-86-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 13:28:07.172 [pool-86-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:28:07.172 [pool-86-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...13:28:07.172 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:28:07.172 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:28:07.172 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:07.172 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:07.172 [pool-86-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:07.172 [pool-86-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:28:07.172 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:07.172 [pool-86-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:07.172 [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... 13:28:07.172 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:28:07.172 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1594042083302) of file:///tmp/hawkSvnRepo1330544032365251550 13:28:07.172 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:07.172 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:07.172 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting all contents of file: /root.xmi... 13:28:07.172 [pool-86-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 13:28:07.205 [pool-86-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.033s 13:28:07.205 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleted all contents of file: /root.xmi. 13:28:07.205 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:07.205 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:07.205 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:07.205 [pool-86-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:07.205 [pool-86-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:28:07.205 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:07.205 [pool-86-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:07.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... 13:28:07.205 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:28:07.205 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1594042085230) of file:///tmp/hawkSvnRepo1330544032365251550 13:28:07.205 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:28:07.205 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 101 ms 13:28:07.211 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:28:07.211 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1330544032365251550:org.eclipse.hawk.svn.SvnManager:false 13:28:07.212 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:28:07.212 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:28:07.860 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:28:07.860 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2624369200856538920/test_countInstancesFromModelTypes[LevelDB GreyCat] 13:28:07.861 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:28:09.273 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:28:09.274 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:28:09.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 13:28:09.274 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:28:09.274 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:28:09.275 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:28:09.275 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:28:09.275 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:28:09.276 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:28:09.276 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:28:09.276 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:28:09.276 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:28:09.276 [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 13:28:09.279 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:28:09.279 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:28:09.282 [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 13:28:09.282 [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 13:28:09.282 [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 13:28:09.282 [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 13:28:09.282 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 13:28:09.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 13:28:09.282 [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 13:28:09.282 [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 13:28:09.282 [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 13:28:09.283 [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 13:28:09.283 [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 13:28:09.283 [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 13:28:09.283 [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 13:28:09.283 [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 13:28:09.283 [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 13:28:09.283 [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 13:28:09.283 [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 13:28:09.283 [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 13:28:09.283 [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 13:28:09.283 [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 13:28:09.284 [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 13:28:09.285 [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 13:28:09.285 [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 13:28:09.285 [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 13:28:09.285 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 13:28:09.285 [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 13:28:09.285 [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 13:28:09.285 [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 13:28:09.285 [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 13:28:09.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 13:28:09.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 13:28:09.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[] 13:28:09.288 [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 13:28:09.291 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:28:09.291 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:28:09.291 [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 13:28:09.293 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:28:09.293 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:28:09.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 13:28:09.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 13:28:09.307 [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 13:28:09.307 [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 13:28:09.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 13:28:09.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 13:28:09.307 [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 13:28:09.307 [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 13:28:09.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 13:28:09.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 13:28:09.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 13:28:09.307 [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 13:28:09.307 [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 13:28:09.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 13:28:09.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 13:28:09.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 13:28:09.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 13:28:09.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 13:28:09.307 [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 13:28:09.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 13:28:09.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 13:28:09.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 13:28:09.307 [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 13:28:09.307 [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 13:28:09.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 13:28:09.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 13:28:09.307 [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 13:28:09.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 13:28:09.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 13:28:09.307 [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 13:28:09.307 [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 13:28:09.307 [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 13:28:09.308 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 13:28:09.308 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 13:28:09.308 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 13:28:09.308 [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 13:28:09.308 [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 13:28:09.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 13:28:09.308 [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 13:28:09.308 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 13:28:09.308 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 13:28:09.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 13:28:09.308 [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 13:28:09.308 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 13:28:09.308 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 13:28:09.308 [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 13:28:09.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 13:28:09.308 [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[] 13:28:09.308 [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 13:28:09.308 [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 13:28:09.308 [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 13:28:09.308 [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 13:28:09.308 [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 13:28:09.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 13:28:09.308 [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 13:28:09.308 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 13:28:09.308 [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 13:28:09.308 [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 13:28:09.308 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 13:28:09.310 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:28:09.310 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo3782508314163390579 13:28:17.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo3782508314163390579:org.eclipse.hawk.svn.SvnManager:false 13:28:17.105 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:28:17.105 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:28:17.138 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:17.138 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:17.138 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:17.138 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:17.138 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:17.146 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:17.146 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.008s attempting to resolve any uninitialized derived attributes... 13:28:17.146 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:17.146 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:17.154 [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... 13:28:17.154 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s17ms [proxy update] 13:28:17.155 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1594042088297) of file:///tmp/hawkSvnRepo3782508314163390579 13:28:17.155 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:17.158 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:17.158 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:17.162 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:28:17.165 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:28:17.165 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:28:17.165 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi... 13:28:17.168 [pool-88-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi 13:28:17.168 [pool-88-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 13:28:17.168 [pool-88-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 13:28:17.168 [pool-88-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:28:17.168 [pool-88-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:28:17.170 [pool-88-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:28:17.171 [pool-88-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:28:17.173 [pool-88-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:28:17.173 [pool-88-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi 13:28:17.173 [pool-88-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:28:17.173 [pool-88-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...13:28:17.173 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:28:17.174 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:28:17.174 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:17.174 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:17.174 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:17.174 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:28:17.174 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:17.174 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:17.174 [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... 13:28:17.174 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:28:17.174 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1594042089321) of file:///tmp/hawkSvnRepo3782508314163390579 13:28:17.174 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:17.176 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:17.176 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:17.192 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:28:17.192 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:28:17.192 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 13:28:17.193 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 13:28:17.193 [pool-88-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:28:17.193 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:28:17.193 [pool-88-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:28:17.197 [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...13:28:17.197 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:28:17.197 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:28:17.197 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:17.197 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:17.197 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:17.197 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:28:17.197 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:17.197 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:17.197 [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... 13:28:17.197 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:28:17.197 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1594042091106) of file:///tmp/hawkSvnRepo3782508314163390579 13:28:17.198 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:17.199 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:17.199 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:17.203 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:28:17.203 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:28:17.204 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:28:17.204 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 13:28:17.204 [pool-88-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:28:17.204 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:28:17.204 [pool-88-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:28:17.205 [pool-88-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...13:28:17.205 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:28:17.205 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:28:17.205 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:17.205 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:17.205 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:17.205 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:28:17.205 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:17.205 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:17.205 [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... 13:28:17.205 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:28:17.205 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1594042093106) of file:///tmp/hawkSvnRepo3782508314163390579 13:28:17.205 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:17.207 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:17.207 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:17.211 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:28:17.211 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:28:17.211 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store 13:28:17.212 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 13:28:17.212 [pool-88-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:28:17.212 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:28:17.212 [pool-88-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:28:17.213 [pool-88-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...13:28:17.213 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:28:17.213 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:28:17.213 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:17.213 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:17.213 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:17.213 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:28:17.213 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:17.213 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:17.213 [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... 13:28:17.213 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:28:17.213 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1594042095106) of file:///tmp/hawkSvnRepo3782508314163390579 13:28:17.213 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:28:17.213 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 108 ms 13:28:17.216 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:28:17.216 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo3782508314163390579:org.eclipse.hawk.svn.SvnManager:false 13:28:17.217 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:28:17.217 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:28:17.747 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:28:17.747 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1724081493070968505/test_after[LevelDB GreyCat] 13:28:17.748 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:28:19.242 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:28:19.243 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:28:19.243 [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 13:28:19.243 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:28:19.243 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:28:19.245 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:28:19.245 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:28:19.245 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:28:19.245 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:28:19.246 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:28:19.246 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:28:19.246 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:28:19.246 [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 13:28:19.249 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:28:19.249 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:28: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::EDate will be handled as its instance type java.util.Date 13:28: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::EBooleanObject will be handled as its instance type java.lang.Boolean 13:28: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::EBigDecimal will be handled as its instance type java.math.BigDecimal 13:28: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::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 13:28: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::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 13:28: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::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 13:28: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::EFloatObject will be handled as its instance type java.lang.Float 13:28: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::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 13:28: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::EByteArray will be handled as its instance type byte[] 13:28: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::EByte will be handled as its instance type byte 13:28: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::ELong will be handled as its instance type java.lang.Long 13:28: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::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 13:28: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::EString will be handled as its instance type java.lang.String 13:28: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 13:28: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::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 13:28: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::EBoolean will be handled as its instance type java.lang.Boolean 13:28: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::EInt will be handled as its instance type java.lang.Integer 13:28:19.257 [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 13:28:19.258 [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 13:28:19.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 13:28:19.258 [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 13:28:19.258 [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 13:28:19.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 13:28:19.258 [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 13:28:19.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 13:28:19.259 [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 13:28:19.259 [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 13:28:19.259 [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 13:28:19.259 [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 13:28:19.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 13:28:19.260 [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 13:28:19.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 13:28:19.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 13:28:19.264 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:28:19.264 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:28:19.264 [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 13:28:19.266 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:28:19.266 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:28:19.310 [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 13:28:19.310 [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 13:28:19.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 13:28:19.310 [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 13:28:19.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 13:28:19.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[] 13:28:19.310 [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 13:28:19.310 [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 13:28:19.310 [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 13:28:19.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 13:28:19.310 [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 13:28:19.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 13:28:19.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 13:28:19.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 13:28:19.310 [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 13:28:19.310 [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 13:28:19.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 13:28:19.310 [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 13:28:19.310 [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 13:28:19.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 13:28:19.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 13:28:19.310 [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 13:28:19.310 [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 13:28:19.310 [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 13:28:19.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 13:28:19.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 13:28:19.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 13:28:19.311 [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 13:28:19.311 [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 13:28:19.311 [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 13:28:19.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 13:28:19.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 13:28:19.311 [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 13:28:19.311 [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 13:28:19.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 13:28:19.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 13:28:19.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 13:28:19.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 13:28:19.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 13:28:19.311 [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 13:28:19.311 [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 13:28:19.311 [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 13:28:19.311 [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 13:28:19.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 13:28:19.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 13:28:19.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 13:28:19.311 [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 13:28:19.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 13:28:19.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 13:28:19.312 [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 13:28:19.312 [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 13:28:19.312 [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 13:28:19.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 13:28:19.312 [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 13:28:19.312 [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 13:28:19.312 [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 13:28:19.312 [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[] 13:28:19.312 [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 13:28:19.312 [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 13:28:19.313 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:28:19.313 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo683517184257761395 13:28:27.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo683517184257761395:org.eclipse.hawk.svn.SvnManager:false 13:28:27.105 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:28:27.105 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:28:27.176 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:27.177 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:27.177 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:27.177 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:27.177 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:27.206 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:27.206 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.029s attempting to resolve any uninitialized derived attributes... 13:28:27.206 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:27.206 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:27.214 [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... 13:28:27.214 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s38ms [proxy update] 13:28:27.215 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1594042098175) of file:///tmp/hawkSvnRepo683517184257761395 13:28:27.216 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:27.218 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:27.218 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:27.222 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:28:27.225 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:28:27.225 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:28:27.225 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi... 13:28:27.228 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi 13:28:27.229 [pool-90-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 13:28:27.229 [pool-90-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 13:28:27.229 [pool-90-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:28:27.229 [pool-90-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:28:27.231 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:28:27.231 [pool-90-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:28:27.233 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:28:27.233 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi 13:28:27.234 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:28:27.234 [pool-90-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...13:28:27.234 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:28:27.234 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:28:27.234 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:27.234 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:27.234 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:27.234 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:28:27.234 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:27.234 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:27.234 [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... 13:28:27.234 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:28:27.234 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1594042099324) of file:///tmp/hawkSvnRepo683517184257761395 13:28:27.234 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:27.236 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:27.236 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:27.240 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:28:27.240 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:28:27.241 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 13:28:27.241 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 13:28:27.241 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:28:27.241 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:28:27.241 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:28:27.245 [pool-90-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...13:28:27.245 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:28:27.245 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:28:27.245 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:27.245 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:27.245 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:27.245 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:28:27.245 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:27.245 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:27.245 [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... 13:28:27.245 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:28:27.245 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1594042101106) of file:///tmp/hawkSvnRepo683517184257761395 13:28:27.246 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:27.247 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:27.247 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:27.252 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:28:27.252 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:28:27.252 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:28:27.252 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 13:28:27.252 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:28:27.252 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:28:27.252 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:28:27.253 [pool-90-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...13:28:27.253 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:28:27.253 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:28:27.253 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:27.253 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:27.253 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:27.253 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:28:27.253 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:27.253 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:27.253 [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... 13:28:27.253 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:28:27.254 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1594042103109) of file:///tmp/hawkSvnRepo683517184257761395 13:28:27.254 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:27.255 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:27.255 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:27.293 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:28:27.293 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:28:27.293 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store 13:28:27.293 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 13:28:27.293 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:28:27.293 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:28:27.293 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:28:27.294 [pool-90-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...13:28:27.294 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:28:27.294 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:28:27.294 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:27.294 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:27.294 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:27.294 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:28:27.294 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:27.294 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:27.294 [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... 13:28:27.294 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:28:27.295 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1594042105106) of file:///tmp/hawkSvnRepo683517184257761395 13:28:27.295 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:27.296 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:27.296 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:27.300 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:28:27.301 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:28:27.301 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 4 (4) nodes in store 13:28:27.301 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.5 13:28:27.301 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:28:27.301 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:28:27.301 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:28:27.302 [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...13:28:27.302 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:28:27.302 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:28:27.302 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:27.302 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:27.302 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:27.302 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:28:27.303 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:27.303 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:27.303 [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... 13:28:27.303 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:28:27.303 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1594042107115) of file:///tmp/hawkSvnRepo683517184257761395 13:28:27.303 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:28:27.303 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 198 ms 13:28:29.100 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:28:29.101 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:28:29.101 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 13:28:29.106 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:28:29.107 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo683517184257761395:org.eclipse.hawk.svn.SvnManager:false 13:28:29.108 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:28:29.108 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:28:29.833 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:28:29.833 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2534875222455949854/test_until[LevelDB GreyCat] 13:28:29.834 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:28:31.324 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:28:31.325 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:28:31.325 [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 13:28:31.325 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:28:31.325 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:28:31.327 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:28:31.327 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:28:31.327 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:28:31.327 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:28:31.327 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:28:31.327 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:28:31.328 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:28:31.328 [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 13:28:31.331 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:28:31.331 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:28:31.334 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 13:28:31.334 [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 13:28:31.335 [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 13:28:31.336 [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 13:28:31.336 [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 13:28:31.336 [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 13:28:31.336 [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 13:28:31.337 [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 13:28:31.337 [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 13:28:31.337 [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 13:28:31.337 [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 13:28:31.337 [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 13:28:31.337 [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 13:28:31.337 [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 13:28:31.337 [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 13:28:31.337 [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 13:28:31.337 [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 13:28:31.339 [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 13:28:31.339 [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 13:28:31.339 [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 13:28:31.339 [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 13:28:31.339 [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 13:28:31.339 [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 13:28:31.339 [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 13:28:31.339 [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[] 13:28:31.340 [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 13:28:31.341 [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 13:28:31.341 [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 13:28:31.341 [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 13:28:31.341 [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 13:28:31.341 [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 13:28:31.342 [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 13:28:31.342 [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 13:28:31.345 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:28:31.345 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:28:31.345 [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 13:28:31.348 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:28:31.348 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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[] 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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[] 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.371 [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 13:28:31.372 [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 13:28:31.372 [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 13:28:31.372 [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 13:28:31.372 [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 13:28:31.374 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:28:31.374 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo8243901533887865106 13:28:40.105 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo8243901533887865106:org.eclipse.hawk.svn.SvnManager:false 13:28:40.106 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:28:40.107 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:28:40.182 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:40.182 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:40.182 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:40.182 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:40.182 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:40.239 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:40.239 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.057s attempting to resolve any uninitialized derived attributes... 13:28:40.240 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:40.240 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:40.282 [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... 13:28:40.282 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s101ms [proxy update] 13:28:40.283 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1594042110019) of file:///tmp/hawkSvnRepo8243901533887865106 13:28:40.283 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:40.285 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:40.285 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:40.290 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:28:40.294 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:28:40.297 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:28:40.297 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi... 13:28:40.300 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi 13:28:40.300 [pool-92-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 13:28:40.300 [pool-92-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 13:28:40.300 [pool-92-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:28:40.300 [pool-92-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:28:40.303 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:28:40.304 [pool-92-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:28:40.307 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:28:40.307 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi 13:28:40.308 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:28:40.308 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s18ms [pure insertion] marking any relevant derived attributes for update...13:28:40.308 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:28:40.308 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:28:40.308 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:40.308 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:40.308 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:40.308 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:28:40.308 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:40.308 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:40.308 [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... 13:28:40.308 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:28:40.308 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1594042111401) of file:///tmp/hawkSvnRepo8243901533887865106 13:28:40.309 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:40.311 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:40.311 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:40.318 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:28:40.318 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:28:40.319 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 13:28:40.319 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 13:28:40.319 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:28:40.319 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:28:40.319 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:28:40.324 [pool-92-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...13:28:40.324 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:28:40.324 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:28:40.324 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:40.324 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:40.325 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:40.325 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 13:28:40.325 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:40.325 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:40.325 [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... 13:28:40.325 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:28:40.325 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1594042113106) of file:///tmp/hawkSvnRepo8243901533887865106 13:28:40.325 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:40.326 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:40.326 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:40.330 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:28:40.330 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:28:40.331 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:28:40.331 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 13:28:40.331 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:28:40.331 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:28:40.331 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:28:40.332 [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...13:28:40.332 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:28:40.332 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:28:40.332 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:40.332 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:40.332 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:40.332 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:28:40.332 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:40.332 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:40.332 [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... 13:28:40.332 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:28:40.332 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1594042116111) of file:///tmp/hawkSvnRepo8243901533887865106 13:28:40.332 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:40.333 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:40.333 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:40.392 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:28:40.392 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:28:40.392 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store 13:28:40.392 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 13:28:40.393 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:28:40.393 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:28:40.393 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:28:40.394 [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...13:28:40.394 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:28:40.394 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:28:40.394 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:40.394 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:40.394 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:40.394 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:28:40.394 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:40.394 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:40.394 [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... 13:28:40.394 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:28:40.394 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1594042118108) of file:///tmp/hawkSvnRepo8243901533887865106 13:28:40.395 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:28:40.395 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 288 ms 13:28:42.100 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:28:42.101 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:42.102 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:42.102 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:42.102 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:42.102 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:42.102 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:42.102 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:28:42.102 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:42.102 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:42.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... 13:28:42.102 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:28:42.102 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1594042118108) of file:///tmp/hawkSvnRepo8243901533887865106 13:28:42.102 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:42.103 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:42.103 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:42.108 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:28:42.108 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:28:42.108 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 4 (4) nodes in store 13:28:42.109 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 0.5 13:28:42.109 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:28:42.109 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:28:42.109 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:28:42.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...13:28:42.110 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:28:42.110 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:28:42.110 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:42.110 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:42.110 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:42.110 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:28:42.110 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:42.110 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:42.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... 13:28:42.110 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:28:42.111 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1594042120180) of file:///tmp/hawkSvnRepo8243901533887865106 13:28:42.111 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:28:42.111 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 11 ms 13:28:42.126 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:28:42.126 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo8243901533887865106:org.eclipse.hawk.svn.SvnManager:false 13:28:42.128 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:28:42.128 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:28:42.930 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:28:42.930 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit518843639081337182/test_whenPoints[LevelDB GreyCat] 13:28:42.932 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:28:44.287 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:28:44.288 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:28:44.288 [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 13:28:44.288 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:28:44.288 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:28:44.290 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:28:44.290 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:28:44.290 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:28:44.290 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:28:44.290 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:28:44.290 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:28:44.291 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:28:44.291 [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 13:28:44.294 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:28:44.294 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:28:44.299 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 13:28:44.299 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 13:28:44.299 [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 13:28:44.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 13:28:44.299 [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 13:28:44.300 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 13:28:44.301 [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 13:28:44.301 [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 13:28:44.301 [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 13:28:44.301 [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 13:28:44.301 [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 13:28:44.301 [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 13:28:44.301 [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 13:28:44.301 [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 13:28:44.301 [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 13:28:44.301 [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 13:28:44.301 [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 13:28:44.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 13:28:44.303 [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 13:28:44.303 [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 13:28:44.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 13:28:44.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 13:28:44.303 [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 13:28:44.304 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 13:28:44.304 [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 13:28:44.304 [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 13:28:44.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 13:28:44.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 13:28:44.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 13:28:44.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 13:28:44.305 [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 13:28:44.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 13:28:44.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 13:28:44.309 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:28:44.309 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:28:44.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 13:28:44.312 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:28:44.312 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:28:44.391 [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 13:28:44.391 [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 13:28:44.391 [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 13:28:44.391 [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 13:28:44.391 [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 13:28:44.391 [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 13:28:44.391 [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 13:28:44.391 [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 13:28:44.391 [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 13:28:44.391 [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 13:28:44.391 [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 13:28:44.391 [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 13:28:44.391 [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 13:28:44.391 [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 13:28:44.391 [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 13:28:44.391 [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 13:28:44.391 [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 13:28:44.391 [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 13:28:44.391 [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 13:28:44.392 [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 13:28:44.392 [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 13:28:44.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 13:28:44.392 [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 13:28:44.392 [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 13:28:44.392 [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 13:28:44.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 13:28:44.392 [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 13:28:44.393 [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 13:28:44.393 [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 13:28:44.393 [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 13:28:44.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 13:28:44.393 [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[] 13:28:44.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 13:28:44.393 [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 13:28:44.393 [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 13:28:44.393 [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 13:28:44.393 [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[] 13:28:44.393 [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 13:28:44.393 [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 13:28:44.393 [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 13:28:44.393 [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 13:28:44.393 [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 13:28:44.393 [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 13:28:44.393 [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 13:28:44.393 [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 13:28:44.393 [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 13:28:44.393 [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 13:28:44.393 [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 13:28:44.393 [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 13:28:44.393 [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 13:28:44.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 13:28:44.393 [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 13:28:44.393 [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 13:28:44.393 [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 13:28:44.393 [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 13:28:44.393 [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 13:28:44.393 [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 13:28:44.393 [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 13:28:44.393 [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 13:28:44.396 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:28:44.396 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo7201933739520404488 13:28:52.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo7201933739520404488:org.eclipse.hawk.svn.SvnManager:false 13:28:52.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:28:52.104 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:28:52.155 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:52.155 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:52.155 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:52.155 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:52.155 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:52.221 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:52.221 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.066s attempting to resolve any uninitialized derived attributes... 13:28:52.221 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:52.221 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:52.262 [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... 13:28:52.263 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s109ms [proxy update] 13:28:52.264 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1594042123504) of file:///tmp/hawkSvnRepo7201933739520404488 13:28:52.265 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:52.267 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:52.267 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:52.274 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:28:52.278 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:28:52.280 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:28:52.280 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi... 13:28:52.282 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi 13:28:52.282 [pool-94-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 13:28:52.282 [pool-94-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 13:28:52.282 [pool-94-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:28:52.282 [pool-94-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:28:52.285 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:28:52.285 [pool-94-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:28:52.287 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:28:52.287 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi 13:28:52.287 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:28:52.287 [pool-94-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...13:28:52.287 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:28:52.287 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:28:52.287 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:52.287 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:52.288 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:52.288 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 13:28:52.288 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:52.288 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:52.288 [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... 13:28:52.288 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:28:52.288 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1594042124414) of file:///tmp/hawkSvnRepo7201933739520404488 13:28:52.288 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:52.289 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:52.289 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:52.294 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:28:52.294 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:28:52.294 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 13:28:52.294 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 13:28:52.294 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:28:52.294 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:28:52.294 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:28:52.298 [pool-94-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...13:28:52.298 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:28:52.298 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:28:52.298 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:52.298 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:52.299 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:52.299 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 13:28:52.299 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:52.299 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:52.299 [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... 13:28:52.299 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:28:52.299 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1594042126106) of file:///tmp/hawkSvnRepo7201933739520404488 13:28:52.299 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:52.300 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:52.300 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:52.305 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:28:52.305 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:28:52.305 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:28:52.305 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 13:28:52.305 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:28:52.305 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:28:52.305 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:28:52.306 [pool-94-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...13:28:52.306 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:28:52.306 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:28:52.306 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:52.306 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:52.306 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:52.306 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:28:52.306 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:52.306 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:52.306 [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... 13:28:52.306 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:28:52.306 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1594042128107) of file:///tmp/hawkSvnRepo7201933739520404488 13:28:52.307 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:52.308 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:52.308 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:52.312 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:28:52.312 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:28:52.312 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store 13:28:52.313 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 13:28:52.313 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:28:52.313 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:28:52.313 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:28:52.314 [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...13:28:52.314 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:28:52.314 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:28:52.314 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:52.314 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:52.314 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:52.314 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:28:52.314 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:52.314 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:52.314 [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... 13:28:52.314 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:28:52.314 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1594042130106) of file:///tmp/hawkSvnRepo7201933739520404488 13:28:52.314 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:28:52.314 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 210 ms 13:28:54.100 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:28:54.101 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:54.101 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:54.101 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:54.101 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:54.101 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:54.102 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:54.102 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 13:28:54.102 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:54.102 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:54.102 [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... 13:28:54.102 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:28:54.102 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1594042130106) of file:///tmp/hawkSvnRepo7201933739520404488 13:28:54.102 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:28:54.103 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:28:54.103 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:28:54.108 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:28:54.108 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:28:54.108 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 4 (4) nodes in store 13:28:54.108 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.25 13:28:54.108 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:28:54.108 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:28:54.108 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:28:54.109 [pool-94-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...13:28:54.109 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:28:54.109 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:28:54.109 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:28:54.109 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:28:54.109 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:28:54.109 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:28:54.109 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:28:54.109 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:28:54.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... 13:28:54.109 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:28:54.109 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1594042132152) of file:///tmp/hawkSvnRepo7201933739520404488 13:28:54.110 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:28:54.110 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 10 ms Label at 1594042132152: SomethingElse 13:28:54.127 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:28:54.127 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo7201933739520404488:org.eclipse.hawk.svn.SvnManager:false 13:28:54.129 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:28:54.129 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:28:54.738 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:28:54.738 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit428135992956759161/test_onceFalse[LevelDB GreyCat] 13:28:54.739 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:28:57.320 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:28:57.322 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:28:57.322 [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 13:28:57.322 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:28:57.322 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:28:57.325 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:28:57.325 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:28:57.325 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:28:57.325 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:28:57.326 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:28:57.326 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:28:57.326 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:28:57.326 [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 13:28:57.329 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:28:57.329 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:28:57.332 [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[] 13:28:57.332 [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 13:28:57.333 [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 13:28:57.333 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 13:28:57.333 [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 13:28:57.333 [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 13:28:57.333 [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 13:28:57.333 [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 13:28:57.333 [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 13:28:57.333 [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 13:28:57.333 [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 13:28:57.333 [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 13:28:57.334 [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 13:28:57.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 13:28:57.334 [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 13:28:57.334 [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 13:28:57.334 [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 13:28:57.335 [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 13:28:57.336 [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 13:28:57.337 [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 13:28:57.337 [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 13:28:57.337 [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 13:28:57.337 [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 13:28:57.337 [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 13:28:57.337 [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 13:28:57.337 [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 13:28:57.338 [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 13:28:57.338 [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 13:28:57.338 [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 13:28:57.338 [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 13:28:57.338 [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 13:28:57.338 [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 13:28:57.338 [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 13:28:57.340 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:28:57.340 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:28:57.340 [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 13:28:57.341 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:28:57.341 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:28:57.403 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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[] 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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[] 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.404 [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 13:28:57.405 [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 13:28:57.405 [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 13:28:57.405 [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 13:28:57.405 [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 13:28:57.405 [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 13:28:57.407 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:28:57.407 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo3029566200373836021 13:29:05.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo3029566200373836021:org.eclipse.hawk.svn.SvnManager:false 13:29:05.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:29:05.104 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:29:05.182 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:29:05.182 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:29:05.182 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:29:05.182 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:29:05.182 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:29:05.225 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:29:05.225 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.043s attempting to resolve any uninitialized derived attributes... 13:29:05.225 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:29:05.225 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:29:05.298 [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... 13:29:05.298 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s117ms [proxy update] 13:29:05.299 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1594042134974) of file:///tmp/hawkSvnRepo3029566200373836021 13:29:05.299 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:29:05.302 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:29:05.302 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:29:05.308 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:29:05.312 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:29:05.312 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:29:05.312 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi... 13:29:05.316 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi 13:29:05.316 [pool-96-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 13:29:05.316 [pool-96-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 13:29:05.316 [pool-96-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:29:05.316 [pool-96-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:29:05.319 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:29:05.320 [pool-96-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:29:05.323 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:29:05.323 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi 13:29:05.323 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:29:05.323 [pool-96-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...13:29:05.323 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:29:05.323 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:29:05.323 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:29:05.323 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:29:05.323 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:29:05.323 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:29:05.323 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:29:05.323 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:29:05.323 [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... 13:29:05.323 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:29:05.324 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1594042137506) of file:///tmp/hawkSvnRepo3029566200373836021 13:29:05.324 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:29:05.325 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:29:05.325 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:29:05.331 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:29:05.332 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:29:05.332 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 13:29:05.332 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 13:29:05.332 [pool-96-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:29:05.332 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:29:05.332 [pool-96-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:29:05.338 [pool-96-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...13:29:05.338 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:29:05.338 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:29:05.338 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:29:05.338 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:29:05.338 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:29:05.338 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:29:05.338 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:29:05.338 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:29:05.338 [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... 13:29:05.338 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:29:05.338 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1594042139110) of file:///tmp/hawkSvnRepo3029566200373836021 13:29:05.339 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:29:05.340 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:29:05.340 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:29:05.344 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:29:05.344 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:29:05.344 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:29:05.345 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 13:29:05.345 [pool-96-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:29:05.345 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:29:05.345 [pool-96-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:29:05.345 [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...13:29:05.345 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:29:05.345 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:29:05.390 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:29:05.390 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:29:05.390 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:29:05.390 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:29:05.390 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:29:05.390 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:29:05.390 [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... 13:29:05.390 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:29:05.390 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1594042141111) of file:///tmp/hawkSvnRepo3029566200373836021 13:29:05.391 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:29:05.392 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:29:05.392 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:29:05.399 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:29:05.399 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:29:05.400 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store 13:29:05.400 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 13:29:05.400 [pool-96-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:29:05.400 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:29:05.400 [pool-96-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:29:05.401 [pool-96-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...13:29:05.402 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:29:05.402 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:29:05.402 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:29:05.402 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:29:05.402 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:29:05.402 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:29:05.402 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:29:05.402 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:29:05.402 [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... 13:29:05.402 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:29:05.402 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1594042143244) of file:///tmp/hawkSvnRepo3029566200373836021 13:29:05.402 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:29:05.403 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 299 ms 13:29:05.407 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:29:05.407 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo3029566200373836021:org.eclipse.hawk.svn.SvnManager:false 13:29:05.408 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:29:05.408 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:29:06.606 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:29:06.606 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit9002913498890141527/test_followReferences[LevelDB GreyCat] 13:29:06.607 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:29:08.455 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:29:08.456 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:29:08.456 [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 13:29:08.456 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:29:08.456 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:29:08.457 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:29:08.457 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:29:08.457 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:29:08.458 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:29:08.458 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:29:08.458 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:29:08.458 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:29:08.458 [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 13:29:08.459 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:29:08.459 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:29:08.462 [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 13:29:08.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 13:29:08.462 [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 13:29:08.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 13:29:08.464 [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 13:29:08.464 [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 13:29:08.464 [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 13:29:08.464 [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 13:29:08.464 [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 13:29:08.464 [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 13:29:08.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 13:29:08.464 [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 13:29:08.464 [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 13:29:08.464 [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 13:29:08.464 [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 13:29:08.465 [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 13:29:08.465 [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 13:29:08.465 [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 13:29:08.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 13:29:08.465 [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 13:29:08.466 [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 13:29:08.466 [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 13:29:08.466 [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 13:29:08.466 [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 13:29:08.466 [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 13:29:08.466 [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 13:29:08.466 [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 13:29:08.466 [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 13:29:08.466 [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 13:29:08.466 [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 13:29:08.466 [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 13:29:08.467 [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[] 13:29:08.467 [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 13:29:08.469 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:29:08.469 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:29:08.469 [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 13:29:08.470 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:29:08.470 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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[] 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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[] 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.488 [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 13:29:08.489 [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 13:29:08.489 [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 13:29:08.489 [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 13:29:08.489 [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 13:29:08.489 [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 13:29:08.489 [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 13:29:08.489 [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 13:29:08.489 [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 13:29:08.491 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:29:08.491 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo6056749148236347493 13:29:16.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6056749148236347493:org.eclipse.hawk.svn.SvnManager:false 13:29:16.105 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:29:16.105 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:29:16.192 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:29:16.193 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:29:16.193 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:29:16.193 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:29:16.193 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:29:16.199 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:29:16.199 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.006s attempting to resolve any uninitialized derived attributes... 13:29:16.199 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:29:16.199 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:29:16.208 [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... 13:29:16.208 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s16ms [proxy update] 13:29:16.209 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1594042147281) of file:///tmp/hawkSvnRepo6056749148236347493 13:29:16.210 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:29:16.213 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:29:16.213 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:29:16.218 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:29:16.222 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:29:16.222 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:29:16.222 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi... 13:29:16.225 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi 13:29:16.225 [pool-98-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 13:29:16.225 [pool-98-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 13:29:16.225 [pool-98-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:29:16.225 [pool-98-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:29:16.228 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:29:16.228 [pool-98-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:29:16.230 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:29:16.230 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi 13:29:16.230 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:29:16.231 [pool-98-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...13:29:16.231 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:29:16.231 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:29:16.231 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:29:16.231 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:29:16.231 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:29:16.231 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:29:16.231 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:29:16.231 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:29:16.231 [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... 13:29:16.231 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:29:16.231 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1594042148501) of file:///tmp/hawkSvnRepo6056749148236347493 13:29:16.231 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:29:16.232 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:29:16.232 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:29:16.236 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:29:16.236 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:29:16.237 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 13:29:16.237 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 13:29:16.237 [pool-98-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:29:16.237 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:29:16.237 [pool-98-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:29:16.241 [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...13:29:16.241 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:29:16.241 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:29:16.241 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:29:16.241 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:29:16.241 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:29:16.241 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:29:16.241 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:29:16.241 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:29:16.241 [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... 13:29:16.241 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:29:16.241 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1594042150106) of file:///tmp/hawkSvnRepo6056749148236347493 13:29:16.242 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:29:16.243 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:29:16.243 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:29:16.295 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:29:16.295 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:29:16.295 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:29:16.296 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 13:29:16.296 [pool-98-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:29:16.296 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:29:16.296 [pool-98-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:29:16.297 [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...13:29:16.297 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:29:16.297 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:29:16.297 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:29:16.297 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:29:16.297 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:29:16.297 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:29:16.297 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:29:16.297 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:29:16.297 [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... 13:29:16.297 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:29:16.297 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1594042152110) of file:///tmp/hawkSvnRepo6056749148236347493 13:29:16.298 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:29:16.299 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:29:16.299 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:29:16.304 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:29:16.304 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:29:16.304 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store 13:29:16.305 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 13:29:16.305 [pool-98-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:29:16.305 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:29:16.305 [pool-98-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:29:16.306 [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...13:29:16.306 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:29:16.306 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:29:16.306 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:29:16.306 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:29:16.306 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:29:16.306 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:29:16.306 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:29:16.306 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:29:16.306 [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... 13:29:16.306 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:29:16.306 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1594042154108) of file:///tmp/hawkSvnRepo6056749148236347493 13:29:16.307 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:29:16.307 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 202 ms 13:29:16.311 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:29:16.311 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6056749148236347493:org.eclipse.hawk.svn.SvnManager:false 13:29:16.312 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:29:16.312 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:29:17.477 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:29:17.477 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8966593225008721293/test_untilThen[LevelDB GreyCat] 13:29:17.478 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:29:19.365 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:29:19.366 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:29:19.366 [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 13:29:19.367 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:29:19.367 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:29:19.369 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:29:19.369 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:29:19.369 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:29:19.369 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:29:19.369 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:29:19.369 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:29:19.369 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:29:19.369 [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 13:29:19.372 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:29:19.372 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:29:19.375 [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 13:29:19.375 [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 13:29:19.375 [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 13:29:19.375 [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 13:29:19.375 [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 13:29:19.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 13:29:19.377 [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 13:29:19.377 [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 13:29:19.377 [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 13:29:19.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 13:29:19.378 [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 13:29:19.378 [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 13:29:19.378 [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 13:29:19.378 [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 13:29:19.378 [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 13:29:19.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 13:29:19.378 [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 13:29:19.378 [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 13:29:19.379 [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 13:29:19.379 [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 13:29:19.379 [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 13:29:19.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 13:29:19.380 [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 13:29:19.380 [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 13:29:19.380 [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[] 13:29:19.380 [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 13:29:19.380 [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 13:29:19.381 [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 13:29:19.382 [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 13:29:19.382 [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 13:29:19.382 [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 13:29:19.382 [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 13:29:19.382 [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 13:29:19.385 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:29:19.385 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:29:19.386 [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 13:29:19.387 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:29:19.387 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:29:19.406 [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 13:29:19.406 [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 13:29:19.406 [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[] 13:29:19.406 [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 13:29:19.406 [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 13:29:19.406 [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 13:29:19.406 [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 13:29:19.407 [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 13:29:19.407 [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 13:29:19.407 [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 13:29:19.407 [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 13:29:19.407 [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 13:29:19.407 [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 13:29:19.407 [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 13:29:19.407 [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 13:29:19.407 [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 13:29:19.407 [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 13:29:19.407 [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 13:29:19.407 [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 13:29:19.407 [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 13:29:19.407 [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 13:29:19.407 [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 13:29:19.407 [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 13:29:19.407 [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 13:29:19.407 [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 13:29:19.407 [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 13:29:19.407 [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 13:29:19.407 [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 13:29:19.407 [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 13:29:19.407 [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 13:29:19.407 [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 13:29:19.407 [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 13:29:19.407 [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 13:29:19.407 [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 13:29:19.407 [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 13:29:19.407 [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 13:29:19.407 [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 13:29:19.407 [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 13:29:19.407 [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 13:29:19.407 [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 13:29:19.407 [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 13:29:19.408 [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 13:29:19.408 [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 13:29:19.408 [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 13:29:19.408 [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 13:29:19.408 [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 13:29:19.408 [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 13:29:19.408 [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 13:29:19.408 [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 13:29:19.408 [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 13:29:19.408 [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 13:29:19.408 [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 13:29:19.408 [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[] 13:29:19.408 [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 13:29:19.408 [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 13:29:19.408 [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 13:29:19.408 [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 13:29:19.408 [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 13:29:19.408 [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 13:29:19.409 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:29:19.409 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo4104146545325470163 13:29:27.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4104146545325470163:org.eclipse.hawk.svn.SvnManager:false 13:29:27.105 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:29:27.105 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:29:27.143 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:29:27.143 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:29:27.143 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:29:27.143 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:29:27.143 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:29:27.151 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:29:27.151 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.008s attempting to resolve any uninitialized derived attributes... 13:29:27.151 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:29:27.151 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:29:27.159 [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... 13:29:27.159 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s17ms [proxy update] 13:29:27.160 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1594042157837) of file:///tmp/hawkSvnRepo4104146545325470163 13:29:27.161 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:29:27.163 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:29:27.163 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:29:27.167 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:29:27.171 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:29:27.171 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:29:27.171 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi... 13:29:27.174 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi 13:29:27.174 [pool-100-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 13:29:27.174 [pool-100-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 13:29:27.174 [pool-100-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:29:27.174 [pool-100-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:29:27.177 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:29:27.177 [pool-100-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:29:27.179 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:29:27.179 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi 13:29:27.180 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:29:27.180 [pool-100-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...13:29:27.180 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:29:27.180 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:29:27.180 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:29:27.180 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:29:27.180 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:29:27.180 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:29:27.180 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:29:27.180 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:29:27.180 [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... 13:29:27.180 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:29:27.180 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1594042159419) of file:///tmp/hawkSvnRepo4104146545325470163 13:29:27.180 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:29:27.182 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:29:27.182 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:29:27.187 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:29:27.187 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:29:27.188 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 13:29:27.188 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 13:29:27.188 [pool-100-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:29:27.188 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:29:27.188 [pool-100-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:29:27.192 [pool-100-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...13:29:27.193 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:29:27.193 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:29:27.193 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:29:27.193 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:29:27.193 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:29:27.193 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:29:27.193 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:29:27.193 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:29:27.193 [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... 13:29:27.193 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:29:27.193 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1594042161106) of file:///tmp/hawkSvnRepo4104146545325470163 13:29:27.193 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:29:27.194 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:29:27.194 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:29:27.199 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:29:27.199 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:29:27.199 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:29:27.199 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 13:29:27.199 [pool-100-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:29:27.199 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:29:27.199 [pool-100-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:29:27.200 [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...13:29:27.200 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:29:27.200 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:29:27.200 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:29:27.200 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:29:27.201 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:29:27.201 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 13:29:27.201 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:29:27.201 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:29:27.201 [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... 13:29:27.201 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:29:27.201 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1594042163106) of file:///tmp/hawkSvnRepo4104146545325470163 13:29:27.201 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:29:27.202 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:29:27.202 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:29:27.207 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:29:27.207 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:29:27.207 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store 13:29:27.208 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 13:29:27.208 [pool-100-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:29:27.208 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:29:27.208 [pool-100-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:29:27.209 [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...13:29:27.209 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:29:27.209 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:29:27.209 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:29:27.209 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:29:27.209 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:29:27.209 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:29:27.209 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:29:27.209 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:29:27.209 [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... 13:29:27.209 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:29:27.209 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1594042165105) of file:///tmp/hawkSvnRepo4104146545325470163 13:29:27.209 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:29:27.209 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 104 ms 13:29:27.212 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:29:27.212 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4104146545325470163:org.eclipse.hawk.svn.SvnManager:false 13:29:27.213 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:29:27.213 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:29:27.901 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:29:27.901 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7017566573785648876/test_beforeThen[LevelDB GreyCat] 13:29:27.902 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:29:30.295 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:29:30.298 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:29:30.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 13:29:30.298 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:29:30.298 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:29:30.300 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:29:30.300 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:29:30.300 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:29:30.300 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:29:30.300 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:29:30.300 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:29:30.301 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:29:30.301 [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 13:29:30.302 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:29:30.302 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:29:30.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 13:29:30.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 13:29:30.306 [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 13:29:30.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 13:29:30.306 [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 13:29:30.306 [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[] 13:29:30.306 [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 13:29:30.306 [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 13:29:30.306 [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 13:29:30.307 [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 13:29:30.307 [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 13:29:30.308 [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 13:29:30.308 [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 13:29:30.308 [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 13:29:30.308 [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 13:29:30.308 [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 13:29:30.308 [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 13:29:30.308 [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 13:29:30.308 [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 13:29:30.308 [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 13:29:30.308 [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 13:29:30.308 [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 13:29:30.309 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 13:29:30.309 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 13:29:30.309 [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 13:29:30.309 [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 13:29:30.309 [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 13:29:30.309 [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 13:29:30.309 [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 13:29:30.310 [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 13:29:30.310 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 13:29:30.310 [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 13:29:30.310 [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 13:29:30.313 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:29:30.313 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:29:30.313 [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 13:29:30.315 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:29:30.315 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:29:30.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 13:29:30.322 [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 13:29:30.322 [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 13:29:30.322 [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 13:29:30.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 13:29:30.322 [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 13:29:30.322 [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 13:29:30.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 13:29:30.322 [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 13:29:30.322 [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 13:29:30.322 [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 13:29:30.322 [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 13:29:30.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 13:29:30.322 [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 13:29:30.322 [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 13:29:30.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 13:29:30.322 [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 13:29:30.322 [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 13:29:30.322 [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 13:29:30.322 [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 13:29:30.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 13:29:30.322 [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 13:29:30.322 [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 13:29:30.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 13:29:30.322 [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 13:29:30.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 13:29:30.323 [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 13:29:30.323 [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 13:29:30.323 [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 13:29:30.323 [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[] 13:29:30.323 [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 13:29:30.323 [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 13:29:30.323 [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 13:29:30.323 [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 13:29:30.323 [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 13:29:30.323 [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 13:29:30.323 [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 13:29:30.323 [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 13:29:30.323 [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 13:29:30.323 [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 13:29:30.323 [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 13:29:30.323 [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 13:29:30.323 [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 13:29:30.323 [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 13:29:30.323 [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 13:29:30.323 [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[] 13:29:30.323 [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 13:29:30.323 [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 13:29:30.323 [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 13:29:30.323 [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 13:29:30.323 [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 13:29:30.323 [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 13:29:30.323 [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 13:29:30.323 [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 13:29:30.323 [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 13:29:30.323 [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 13:29:30.323 [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 13:29:30.323 [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 13:29:30.323 [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 13:29:30.325 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:29:30.325 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo7541582315858168878 13:29:34.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo7541582315858168878:org.eclipse.hawk.svn.SvnManager:false 13:29:34.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:29:34.104 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:29:34.149 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:29:34.149 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:29:34.149 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:29:34.149 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:29:34.149 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:29:34.156 [pool-102-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:29:34.156 [pool-102-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 13:29:34.156 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:29:34.156 [pool-102-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:29:34.165 [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... 13:29:34.165 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s17ms [proxy update] 13:29:34.166 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1594042169062) of file:///tmp/hawkSvnRepo7541582315858168878 13:29:34.166 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:29:34.168 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:29:34.168 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:29:34.173 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:29:34.176 [pool-102-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:29:34.176 [pool-102-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:29:34.176 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 13:29:34.179 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 13:29:34.179 [pool-102-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 13:29:34.179 [pool-102-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 13:29:34.179 [pool-102-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:29:34.179 [pool-102-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:29:34.181 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:29:34.182 [pool-102-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:29:34.184 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:29:34.184 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 13:29:34.185 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:29:34.185 [pool-102-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...13:29:34.185 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:29:34.185 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:29:34.185 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:29:34.185 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:29:34.185 [pool-102-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:29:34.185 [pool-102-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:29:34.185 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:29:34.185 [pool-102-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:29:34.185 [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... 13:29:34.185 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:29:34.185 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1594042170336) of file:///tmp/hawkSvnRepo7541582315858168878 13:29:34.185 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:29:34.186 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:29:34.186 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting all contents of file: /root.xmi... 13:29:34.186 [pool-102-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 13:29:34.202 [pool-102-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.016s 13:29:34.202 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleted all contents of file: /root.xmi. 13:29:34.202 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:29:34.202 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:29:34.202 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:29:34.202 [pool-102-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:29:34.202 [pool-102-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:29:34.202 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:29:34.202 [pool-102-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:29:34.202 [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... 13:29:34.202 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:29:34.202 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1594042172231) of file:///tmp/hawkSvnRepo7541582315858168878 13:29:34.203 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:29:34.203 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 99 ms 13:29:34.204 [pool-102-thread-1] INFO o.e.h.t.q.TimelineEOLQueryEngine - Ran 0/3 instants 13:29:34.212 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:29:34.212 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo7541582315858168878:org.eclipse.hawk.svn.SvnManager:false 13:29:34.213 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:29:34.213 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:29:34.865 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:29:34.866 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2666509235698279901/test_countInstancesTimeline[LevelDB GreyCat] 13:29:34.867 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:29:36.217 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:29:36.218 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:29:36.218 [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 13:29:36.218 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:29:36.218 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:29:36.220 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:29:36.220 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:29:36.220 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:29:36.220 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:29:36.220 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:29:36.220 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:29:36.220 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:29:36.220 [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 13:29:36.222 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:29:36.222 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:29:36.227 [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 13:29:36.227 [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 13:29:36.227 [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 13:29:36.227 [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 13:29:36.228 [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 13:29:36.228 [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 13:29:36.228 [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 13:29:36.228 [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 13:29:36.228 [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 13:29:36.228 [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 13:29:36.228 [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 13:29:36.228 [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 13:29:36.228 [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 13:29:36.229 [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 13:29:36.229 [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 13:29:36.229 [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 13:29:36.229 [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 13:29:36.229 [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 13:29:36.229 [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 13:29:36.230 [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 13:29:36.230 [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 13:29:36.230 [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 13:29:36.230 [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 13:29:36.230 [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[] 13:29:36.230 [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 13:29:36.230 [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 13:29:36.230 [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 13:29:36.230 [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 13:29:36.230 [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 13:29:36.230 [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 13:29:36.230 [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 13:29:36.230 [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 13:29:36.230 [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 13:29:36.234 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:29:36.234 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:29:36.234 [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 13:29:36.235 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:29:36.235 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:29:36.251 [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 13:29:36.251 [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 13:29:36.251 [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 13:29:36.251 [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 13:29:36.251 [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 13:29:36.251 [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 13:29:36.251 [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 13:29:36.251 [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 13:29:36.251 [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 13:29:36.251 [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 13:29:36.251 [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 13:29:36.251 [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 13:29:36.251 [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 13:29:36.251 [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 13:29:36.251 [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 13:29:36.251 [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 13:29:36.252 [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 13:29:36.252 [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 13:29:36.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 13:29:36.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 13:29:36.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 13:29:36.252 [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 13:29:36.252 [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 13:29:36.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 13:29:36.252 [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 13:29:36.252 [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 13:29:36.252 [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 13:29:36.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 13:29:36.252 [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 13:29:36.252 [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 13:29:36.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 13:29:36.252 [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 13:29:36.252 [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 13:29:36.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 13:29:36.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 13:29:36.252 [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 13:29:36.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 13:29:36.252 [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 13:29:36.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 13:29:36.252 [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[] 13:29:36.252 [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 13:29:36.252 [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 13:29:36.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 13:29:36.252 [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 13:29:36.252 [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 13:29:36.252 [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 13:29:36.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[] 13:29:36.252 [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 13:29:36.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 13:29:36.252 [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 13:29:36.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 13:29:36.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 13:29:36.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 13:29:36.253 [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 13:29:36.253 [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 13:29:36.253 [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 13:29:36.253 [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 13:29:36.253 [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 13:29:36.253 [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 13:29:36.254 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:29:36.254 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo6911144318398019778 13:29:44.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6911144318398019778:org.eclipse.hawk.svn.SvnManager:false 13:29:44.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:29:44.104 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:29:44.146 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:29:44.146 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:29:44.146 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:29:44.146 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:29:44.146 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:29:44.153 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:29:44.153 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 13:29:44.153 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:29:44.153 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:29:44.162 [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... 13:29:44.162 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s17ms [proxy update] 13:29:44.163 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1594042175050) of file:///tmp/hawkSvnRepo6911144318398019778 13:29:44.163 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:29:44.165 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:29:44.165 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:29:44.169 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:29:44.172 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:29:44.172 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:29:44.172 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi... 13:29:44.176 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi 13:29:44.176 [pool-104-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 13:29:44.176 [pool-104-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 13:29:44.176 [pool-104-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:29:44.176 [pool-104-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:29:44.178 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:29:44.179 [pool-104-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:29:44.181 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:29:44.181 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi 13:29:44.181 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:29:44.181 [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...13:29:44.181 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:29:44.182 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:29:44.182 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:29:44.182 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:29:44.182 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:29:44.182 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:29:44.182 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:29:44.182 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:29:44.182 [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... 13:29:44.182 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:29:44.182 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1594042176264) of file:///tmp/hawkSvnRepo6911144318398019778 13:29:44.182 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:29:44.184 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:29:44.184 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:29:44.188 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:29:44.188 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:29:44.189 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 13:29:44.189 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 13:29:44.189 [pool-104-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:29:44.189 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:29:44.189 [pool-104-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:29:44.195 [pool-104-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...13:29:44.195 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:29:44.195 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:29:44.195 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:29:44.195 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:29:44.195 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:29:44.195 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:29:44.195 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:29:44.195 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:29:44.195 [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... 13:29:44.195 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:29:44.195 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1594042178106) of file:///tmp/hawkSvnRepo6911144318398019778 13:29:44.195 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:29:44.196 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:29:44.196 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:29:44.200 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:29:44.201 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:29:44.201 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:29:44.201 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 13:29:44.201 [pool-104-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:29:44.201 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:29:44.201 [pool-104-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:29:44.202 [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...13:29:44.202 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:29:44.202 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:29:44.202 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:29:44.202 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:29:44.202 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:29:44.202 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:29:44.202 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:29:44.202 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:29:44.202 [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... 13:29:44.202 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:29:44.202 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1594042180107) of file:///tmp/hawkSvnRepo6911144318398019778 13:29:44.202 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:29:44.204 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:29:44.204 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:29:44.208 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:29:44.208 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:29:44.208 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store 13:29:44.208 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 13:29:44.208 [pool-104-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:29:44.208 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:29:44.208 [pool-104-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:29:44.209 [pool-104-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...13:29:44.209 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:29:44.209 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:29:44.209 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:29:44.209 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:29:44.209 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:29:44.209 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:29:44.209 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:29:44.209 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:29:44.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... 13:29:44.209 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:29:44.209 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1594042182106) of file:///tmp/hawkSvnRepo6911144318398019778 13:29:44.210 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:29:44.210 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 106 ms 13:29:44.214 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:29:44.214 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6911144318398019778:org.eclipse.hawk.svn.SvnManager:false 13:29:44.215 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:29:44.216 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:29:44.987 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:29:44.987 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8469260857150878710/test_afterThen[LevelDB GreyCat] 13:29:44.988 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:29:46.264 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:29:46.265 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:29:46.265 [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 13:29:46.265 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:29:46.265 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:29:46.266 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:29:46.266 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:29:46.266 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:29:46.266 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:29:46.266 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:29:46.266 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:29:46.267 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:29:46.267 [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 13:29:46.268 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:29:46.268 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:29:46.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 13:29:46.271 [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 13:29:46.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 13:29:46.271 [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 13:29:46.272 [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 13:29:46.272 [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 13:29:46.272 [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 13:29:46.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 13:29:46.273 [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 13:29:46.273 [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 13:29:46.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 13:29:46.273 [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 13:29:46.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 13:29:46.273 [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 13:29:46.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 13:29:46.273 [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 13:29:46.273 [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 13:29:46.273 [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 13:29:46.273 [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 13:29:46.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 13:29:46.274 [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 13:29:46.274 [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 13:29:46.274 [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 13:29:46.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 13:29:46.274 [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 13:29:46.274 [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 13:29:46.274 [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 13:29:46.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 13:29:46.274 [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 13:29:46.274 [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 13:29:46.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[] 13:29: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::EJavaClass will be handled as its instance type java.lang.Class 13:29: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 13:29:46.277 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:29:46.277 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:29:46.277 [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 13:29:46.278 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:29:46.278 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:29:46.290 [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 13:29:46.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 13:29:46.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 13:29:46.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 13:29:46.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 13:29:46.290 [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 13:29:46.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 13:29:46.290 [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 13:29:46.290 [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 13:29:46.290 [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 13:29:46.290 [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 13:29:46.290 [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 13:29:46.290 [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 13:29:46.290 [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 13:29:46.290 [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 13:29:46.290 [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 13:29:46.290 [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 13:29:46.290 [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 13:29:46.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 13:29:46.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 13:29:46.290 [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 13:29:46.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 13:29:46.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 13:29:46.290 [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 13:29:46.290 [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 13:29:46.290 [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 13:29:46.290 [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 13:29:46.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 13:29:46.290 [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 13:29:46.290 [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 13:29:46.290 [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 13:29:46.290 [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 13:29:46.290 [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 13:29:46.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 13:29:46.290 [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[] 13:29:46.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 13:29:46.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 13:29:46.290 [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 13:29:46.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 13:29:46.290 [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 13:29:46.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 13:29:46.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 13:29:46.290 [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 13:29:46.290 [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 13:29:46.290 [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 13:29:46.290 [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 13:29:46.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 13:29:46.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 13:29:46.290 [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 13:29:46.291 [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[] 13:29:46.291 [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 13:29:46.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 13:29:46.291 [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 13:29:46.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 13:29:46.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 13:29:46.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 13:29:46.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 13:29:46.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 13:29:46.291 [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 13:29:46.293 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:29:46.293 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo6316385144543940499 13:29:50.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6316385144543940499:org.eclipse.hawk.svn.SvnManager:false 13:29:50.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:29:50.105 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:29:50.142 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:29:50.142 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:29:50.142 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:29:50.142 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:29:50.142 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:29:50.149 [pool-106-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:29:50.149 [pool-106-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 13:29:50.150 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:29:50.150 [pool-106-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:29:50.158 [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... 13:29:50.158 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s17ms [proxy update] 13:29:50.159 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1594042185206) of file:///tmp/hawkSvnRepo6316385144543940499 13:29:50.159 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:29:50.162 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:29:50.162 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:29:50.166 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:29:50.173 [pool-106-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:29:50.173 [pool-106-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:29:50.173 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 13:29:50.176 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 13:29:50.176 [pool-106-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 13:29:50.176 [pool-106-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 13:29:50.176 [pool-106-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:29:50.176 [pool-106-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:29:50.179 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:29:50.179 [pool-106-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:29:50.181 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:29:50.181 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 13:29:50.181 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:29:50.181 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s15ms [pure insertion] marking any relevant derived attributes for update...13:29:50.181 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:29:50.182 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:29:50.182 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:29:50.182 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:29:50.182 [pool-106-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:29:50.182 [pool-106-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:29:50.182 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:29:50.182 [pool-106-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:29:50.182 [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... 13:29:50.182 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:29:50.182 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1594042186303) of file:///tmp/hawkSvnRepo6316385144543940499 13:29:50.182 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:29:50.182 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:29:50.182 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting all contents of file: /root.xmi... 13:29:50.182 [pool-106-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 13:29:50.187 [pool-106-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.005s 13:29:50.188 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleted all contents of file: /root.xmi. 13:29:50.188 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:29:50.188 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:29:50.188 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:29:50.188 [pool-106-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:29:50.188 [pool-106-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:29:50.188 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:29:50.188 [pool-106-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:29:50.188 [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... 13:29:50.188 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:29:50.188 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1594042188212) of file:///tmp/hawkSvnRepo6316385144543940499 13:29:50.188 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:29:50.188 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 83 ms 13:29:50.192 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:29:50.192 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6316385144543940499:org.eclipse.hawk.svn.SvnManager:false 13:29:50.193 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:29:50.193 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:29:50.702 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:29:50.702 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5169914405482859414/test_countInstancesFromModel[LevelDB GreyCat] 13:29:50.703 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:29:52.211 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:29:52.212 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:29:52.212 [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 13:29:52.212 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:29:52.212 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:29:52.213 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:29:52.213 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:29:52.214 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:29:52.214 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:29:52.214 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:29:52.214 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:29:52.214 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:29:52.214 [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 13:29:52.216 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:29:52.216 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:29:52.218 [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 13:29:52.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 13:29:52.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 13:29:52.219 [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 13:29:52.219 [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 13:29:52.219 [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[] 13:29:52.219 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 13:29:52.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 13:29:52.219 [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 13:29:52.219 [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 13:29:52.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 13:29:52.220 [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 13:29:52.220 [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 13:29:52.220 [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 13:29:52.220 [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 13:29:52.220 [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 13:29:52.220 [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 13:29:52.221 [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 13:29:52.221 [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 13:29:52.221 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 13:29:52.221 [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 13:29:52.221 [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 13:29:52.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 13:29:52.222 [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 13:29:52.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 13:29:52.223 [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 13:29:52.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 13:29:52.223 [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 13:29:52.223 [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 13:29:52.223 [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 13:29:52.223 [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 13:29:52.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 13:29:52.223 [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 13:29:52.225 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:29:52.225 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:29:52.225 [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 13:29:52.226 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:29:52.226 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:29:52.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 13:29:52.253 [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 13:29:52.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 13:29:52.253 [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 13:29:52.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 13:29:52.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 13:29:52.253 [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 13:29:52.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 13:29:52.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 13:29:52.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 13:29:52.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 13:29:52.253 [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 13:29:52.253 [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 13:29:52.253 [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 13:29:52.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[] 13:29:52.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 13:29:52.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 13:29:52.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 13:29:52.253 [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 13:29:52.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 13:29:52.253 [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 13:29:52.253 [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 13:29:52.253 [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 13:29:52.253 [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 13:29:52.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 13:29:52.254 [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 13:29:52.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 13:29:52.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 13:29:52.254 [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 13:29:52.254 [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 13:29:52.254 [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 13:29:52.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 13:29:52.254 [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 13:29:52.254 [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 13:29:52.254 [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 13:29:52.254 [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 13:29:52.254 [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 13:29:52.254 [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 13:29:52.254 [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 13:29:52.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 13:29:52.254 [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[] 13:29:52.254 [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 13:29:52.254 [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 13:29:52.254 [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 13:29:52.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 13:29:52.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 13:29:52.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 13:29:52.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 13:29:52.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 13:29:52.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 13:29:52.255 [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 13:29:52.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 13:29:52.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 13:29:52.255 [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 13:29:52.255 [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 13:29:52.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 13:29:52.255 [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 13:29:52.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 13:29:52.255 [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 13:29:52.257 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:29:52.257 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo4901236043769551261 13:30:00.102 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4901236043769551261:org.eclipse.hawk.svn.SvnManager:false 13:30:00.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:00.103 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:30:00.141 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:30:00.141 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:30:00.141 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:30:00.141 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:30:00.141 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:30:00.147 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:30:00.147 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.006s attempting to resolve any uninitialized derived attributes... 13:30:00.147 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:30:00.147 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:30:00.158 [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... 13:30:00.158 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s21ms [proxy update] 13:30:00.162 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1594042190885) of file:///tmp/hawkSvnRepo4901236043769551261 13:30:00.162 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:30:00.166 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:30:00.166 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:30:00.171 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:30:00.178 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:30:00.180 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:30:00.180 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi... 13:30:00.192 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi 13:30:00.192 [pool-108-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 13:30:00.192 [pool-108-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 13:30:00.192 [pool-108-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:30:00.192 [pool-108-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:30:00.195 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:30:00.196 [pool-108-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:30:00.198 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:30:00.198 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi 13:30:00.198 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:30:00.198 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s27ms [pure insertion] marking any relevant derived attributes for update...13:30:00.198 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:30:00.198 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:30:00.198 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:30:00.198 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:30:00.198 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:30:00.198 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:30:00.198 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:30:00.198 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:30:00.198 [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... 13:30:00.198 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:30:00.198 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1594042192266) of file:///tmp/hawkSvnRepo4901236043769551261 13:30:00.199 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:30:00.200 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:30:00.200 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:30:00.204 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:30:00.204 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:30:00.204 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 13:30:00.204 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 13:30:00.204 [pool-108-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:30:00.204 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:30:00.204 [pool-108-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:30:00.209 [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...13:30:00.209 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:30:00.209 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:30:00.209 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:30:00.209 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:30:00.209 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:30:00.209 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:30:00.209 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:30:00.209 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:30:00.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... 13:30:00.209 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:30:00.210 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1594042194106) of file:///tmp/hawkSvnRepo4901236043769551261 13:30:00.210 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:30:00.211 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:30:00.211 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:30:00.216 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:30:00.216 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:30:00.216 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:30:00.216 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 13:30:00.216 [pool-108-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:30:00.216 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:30:00.216 [pool-108-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:30:00.217 [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...13:30:00.217 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:30:00.217 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:30:00.217 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:30:00.217 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:30:00.217 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:30:00.217 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:30:00.217 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:30:00.217 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:30:00.217 [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... 13:30:00.217 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:30:00.218 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1594042196106) of file:///tmp/hawkSvnRepo4901236043769551261 13:30:00.218 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:30:00.219 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:30:00.219 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:30:00.224 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:30:00.224 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:30:00.224 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store 13:30:00.224 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 13:30:00.224 [pool-108-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:30:00.224 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:30:00.224 [pool-108-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:30:00.225 [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...13:30:00.225 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:30:00.225 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:30:00.225 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:30:00.225 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:30:00.226 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:30:00.226 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 13:30:00.226 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:30:00.226 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:30:00.226 [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... 13:30:00.226 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:30:00.226 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1594042198106) of file:///tmp/hawkSvnRepo4901236043769551261 13:30:00.226 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:30:00.226 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 123 ms 13:30:00.297 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:30:00.297 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4901236043769551261:org.eclipse.hawk.svn.SvnManager:false 13:30:00.298 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:00.298 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:30:01.639 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:30:01.639 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3936516333405773412/test_alwaysTrue[LevelDB GreyCat] 13:30:01.640 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:30:02.257 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:30:02.258 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:02.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 13:30:02.258 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:30:02.258 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:30:02.261 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:30:02.261 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:30:02.261 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:30:02.261 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:30:02.261 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:30:02.261 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:30:02.261 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:30:02.261 [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 13:30:02.263 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:30:02.263 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:30:02.267 [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 13:30:02.267 [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 13:30:02.267 [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 13:30:02.268 [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 13:30:02.268 [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 13:30:02.268 [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 13:30:02.268 [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 13:30:02.268 [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 13:30:02.269 [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 13:30:02.269 [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 13:30:02.269 [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 13:30:02.269 [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 13:30:02.269 [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 13:30:02.269 [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 13:30:02.269 [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 13:30:02.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 13:30:02.269 [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 13:30:02.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 13:30:02.269 [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 13:30:02.269 [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 13:30:02.270 [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 13:30:02.270 [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 13:30:02.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 13:30:02.271 [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[] 13:30:02.271 [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 13:30:02.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 13:30:02.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 13:30:02.271 [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 13:30:02.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 13:30:02.271 [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 13:30:02.271 [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 13:30:02.271 [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 13:30:02.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 13:30:02.273 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:30:02.274 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:30:02.274 [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 13:30:02.275 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:30:02.275 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:30:02.284 [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 13:30:02.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 13:30:02.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 13:30:02.284 [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 13:30:02.284 [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 13:30:02.284 [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 13:30:02.284 [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 13:30:02.284 [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 13:30:02.284 [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 13:30:02.284 [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 13:30:02.284 [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 13:30:02.284 [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 13:30:02.284 [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 13:30:02.284 [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 13:30:02.284 [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 13:30:02.284 [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 13:30:02.284 [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 13:30:02.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 13:30:02.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 13:30:02.284 [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 13:30:02.284 [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[] 13:30:02.284 [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 13:30:02.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 13:30:02.284 [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 13:30:02.284 [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 13:30:02.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 13:30:02.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 13:30:02.284 [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 13:30:02.284 [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 13:30:02.284 [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 13:30:02.284 [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 13:30:02.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 13:30:02.284 [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 13:30:02.284 [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 13:30:02.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 13:30:02.284 [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 13:30:02.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 13:30:02.284 [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 13:30:02.284 [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 13:30:02.284 [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 13:30:02.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 13:30:02.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[] 13:30:02.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 13:30:02.284 [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 13:30:02.284 [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 13:30:02.284 [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 13:30:02.284 [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 13:30:02.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 13:30:02.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 13:30:02.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 13:30:02.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 13:30:02.284 [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 13:30:02.284 [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 13:30:02.284 [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 13:30:02.284 [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 13:30:02.285 [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 13:30:02.285 [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 13:30:02.285 [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 13:30:02.285 [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 13:30:02.287 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:30:02.287 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:30:02.287 [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 13:30:02.287 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:30:02.287 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:30:02.301 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:30:02.302 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:30:02.302 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:30:02.302 [main] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::hasNoChildren... 13:30:02.302 [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; 13:30:02.310 [main] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::hasNoChildren. No username/password recorded for the repository file:///tmp/hawkSvnRepo9064873483712015592 13:30:08.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo9064873483712015592:org.eclipse.hawk.svn.SvnManager:false 13:30:08.105 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:08.105 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:30:08.128 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:30:08.128 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:30:08.128 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:30:08.128 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:30:08.128 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:30:08.129 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:30:08.130 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 13:30:08.130 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:30:08.130 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:30:08.131 [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... 13:30:08.131 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 13:30:08.133 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1594042201824) of file:///tmp/hawkSvnRepo9064873483712015592 13:30:08.133 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:30:08.135 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:30:08.135 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:30:08.139 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:30:08.143 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:30:08.143 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:30:08.143 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi... 13:30:08.145 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi 13:30:08.192 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:30:08.193 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi 13:30:08.193 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:30:08.193 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s54ms [pure insertion] marking any relevant derived attributes for update...13:30:08.193 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:30:08.193 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:30:08.193 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:30:08.193 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:30:08.193 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:30:08.193 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:30:08.193 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:30:08.193 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:30:08.193 [pool-110-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.isEmpty; 13:30:08.196 [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) 13:30:08.196 [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... 13:30:08.196 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s3ms [proxy update] 13:30:08.196 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1594042202325) of file:///tmp/hawkSvnRepo9064873483712015592 13:30:08.197 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:30:08.198 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:30:08.198 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:30:08.202 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:30:08.202 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:30:08.202 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 13:30:08.203 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 13:30:08.203 [pool-110-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:30:08.203 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:30:08.203 [pool-110-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:30:08.209 [pool-110-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...13:30:08.209 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:30:08.209 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:30:08.210 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:30:08.210 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:30:08.210 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:30:08.210 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:30:08.210 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:30:08.210 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:30:08.210 [pool-110-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.isEmpty; 13:30:08.214 [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) 13:30:08.214 [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... 13:30:08.214 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 13:30:08.214 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1594042204108) of file:///tmp/hawkSvnRepo9064873483712015592 13:30:08.214 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:30:08.215 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:30:08.215 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:30:08.219 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 13:30:08.219 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:30:08.220 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:30:08.220 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0 13:30:08.220 [pool-110-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:30:08.220 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 13:30:08.220 [pool-110-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:30:08.224 [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...13:30:08.224 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:30:08.224 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:30:08.224 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:30:08.224 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:30:08.224 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:30:08.224 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:30:08.224 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:30:08.224 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:30:08.224 [pool-110-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.isEmpty; 13:30:08.227 [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) 13:30:08.227 [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... 13:30:08.227 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s3ms [proxy update] 13:30:08.227 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1594042206107) of file:///tmp/hawkSvnRepo9064873483712015592 13:30:08.227 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:30:08.227 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 122 ms EolSequence [0, 1, 0] 13:30:08.294 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:30:08.294 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo9064873483712015592:org.eclipse.hawk.svn.SvnManager:false 13:30:08.295 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:08.295 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:30:08.701 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:30:08.702 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7314182570472854464/test_whenAnnotated[LevelDB GreyCat] 13:30:08.702 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 316.824 s - in org.eclipse.hawk.greycat.tests.GreycatTimeAwareTestSuite revRefNavDerived[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 13.267 s untilAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 10.511 s computedForAllVersions[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 5.125 s sinceAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 10.885 s beforeAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 9.696 s whenComposability[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 9.768 s afterAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 10.035 s eContainerDerived[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 10.267 s testCounts[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.FileContextTimeAwareEOLQueryEngineTest) Time elapsed: 8.202 s defaultBranch[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.GitNodeHistoryTest) Time elapsed: 8.975 s nonDefaultBranch[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.GitNodeHistoryTest) Time elapsed: 1.405 s countInstancesModelAll[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 4.043 s sinceThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 10.865 s before[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 23.343 s commitMessages[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 12.244 s rangesAreBothInclusive[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 10.586 s createDeleteNode[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 5.67 s travelToMissingTimepointReturnsNull[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 6.243 s unscope[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 15.993 s countInstancesFromModelTypes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 5.925 s after[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.888 s until[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 12.086 s whenPoints[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 13.116 s onceFalse[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 11.789 s followReferences[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 11.89 s untilThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 10.849 s beforeThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 10.424 s countInstancesTimeline[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 6.964 s afterThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 10.122 s countInstancesFromModel[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 5.714 s alwaysTrue[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 10.938 s whenAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 7.062 s createDeleteHeavyEdgeBeginningOfTime[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.298 s indexQueryEndedNodes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.417 s createDeleteHeavyEdgeNonZeroTime[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.318 s indexQueryReplacedNodes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.635 s nextPrev[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.158 s nodeEndWithHeavyEdge[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.159 s nodeEndWithLightEdge[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.184 s create[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest) Time elapsed: 0.145 s recreate[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest) Time elapsed: 0.173 s changeLastRevision[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest) Time elapsed: 0.177 s Running org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite 13:30:11.617 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 13:30:12.076 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.702 s - in org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite addRemoveNode[LevelDB GreyCat](org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite) Time elapsed: 0.253 s addRemoveNodeValue[LevelDB GreyCat](org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite) Time elapsed: 0.449 s Running org.eclipse.hawk.greycat.tests.GreycatIntegrationTestSuite 13:30:12.218 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:30:12.220 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:12.220 [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 13:30:12.220 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:30:12.220 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:30:12.224 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:30:12.224 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:30:12.224 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:30:12.224 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:30:12.224 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:30:12.225 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:30:12.225 [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 13:30:12.225 [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 13:30:12.247 [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] 13:30:12.247 [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] 13:30:12.247 [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 13:30:12.247 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:30:12.247 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:30:12.303 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 13:30:12.305 [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 13:30:12.308 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 13:30:12.310 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 13:30:12.310 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 13:30:12.316 [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 13:30:12.325 [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 13:30:12.326 [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 13:30:12.327 [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 13:30:12.330 [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 13:30:12.330 [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 13:30:12.330 [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 13:30:12.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 13:30:12.332 [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 13:30:12.332 [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 13:30:12.332 [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 13:30:12.332 [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 13:30:12.332 [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 13:30:12.332 [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 13:30:12.332 [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 13:30:12.332 [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 13:30:12.333 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 13:30:12.333 [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 13:30:12.333 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 13:30:12.333 [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 13:30:12.333 [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 13:30:12.333 [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 13:30:12.333 [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 13:30:12.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 13:30:12.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 13:30:12.333 [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[] 13:30:12.333 [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 13:30:12.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 13:30:12.333 [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 13:30:12.333 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 13:30:12.334 [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 13:30:12.334 [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 13:30:12.335 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 13:30:12.335 [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 13:30:12.335 [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 13:30:12.335 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 13:30:12.335 [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 13:30:12.335 [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 13:30:12.336 [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 13:30:12.337 [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 13:30:12.398 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 13:30:12.398 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:30:12.699 [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 13:30:12.700 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:12.700 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:30:13.008 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:30:13.012 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:30:13.012 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:30:14.524 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 13:30:14.596 [pool-124-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:30:14.596 [pool-124-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:30:14.596 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 13:30:14.600 [pool-124-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 13:30:14.696 [pool-124-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.emf.ecore.impl.EEnumLiteralImpl 13:30:28.906 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Adding nodes: 50001 14 sec (14 sec total) to /set0.xmi 13:30:32.558 [pool-124-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 69680 NODES AND 69680 M->MM REFERENCES! (took ~126922sec) 13:30:32.558 [pool-124-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 13:30:39.304 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Adding references: 50035 6 sec (6 sec total) to /set0.xmi 13:30:40.895 [pool-118-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit4595551651052303388/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@43b4fe19 failed java.nio.file.NoSuchFileException: /tmp/junit4595551651052303388/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] 13:30:41.022 [pool-119-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit5533950394887014897/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@43b4fe19 failed java.nio.file.NoSuchFileException: /tmp/junit5533950394887014897/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] 13:30:41.195 [pool-120-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit3380082960298331745/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@43b4fe19 failed java.nio.file.NoSuchFileException: /tmp/junit3380082960298331745/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] 13:30:42.861 [pool-124-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 69806 REFERENCES! (took ~10 sec) 13:30:42.861 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 28s338ms [pure insertion] marking any relevant derived attributes for update...13:30:42.861 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 13:30:42.863 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 13:30:42.863 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:30:42.863 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:30:43.045 [pool-124-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:30:43.045 [pool-124-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.182s attempting to resolve any uninitialized derived attributes... 13:30:43.045 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:30:43.045 [pool-124-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:30:43.045 [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... 13:30:43.045 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s182ms [proxy update] 13:30:43.045 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. sync metrics: interesting 1 13:30:43.045 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. deleted 0 changed 1 loaded 1 c elems 69680 d elems 0 time ~30s validating changes... validating file UPDATED for /set0.xmi changed resource size: 69680 relevant graph size: 69680 validated changes... true 13:30:48.256 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 35 s 556 ms 13:30:48.292 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:30:48.292 [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 13:30:48.293 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:48.293 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:30:48.430 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:30:48.430 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit68982057403711160/test_set0[LevelDB GreyCat] 13:30:48.430 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:30:48.663 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:30:48.664 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:48.664 [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 13:30:48.664 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:30:48.664 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:30:48.691 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:30:48.691 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:30:48.691 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:30:48.691 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:30:48.691 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:30:48.691 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:30:48.716 [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 13:30:48.716 [pool-126-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 13:30:48.721 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:30:48.721 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:30:48.749 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:30:48.749 [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 13:30:48.749 [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[] 13:30:48.749 [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 13:30:48.749 [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 13:30:48.749 [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 13:30:48.749 [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 13:30:48.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 13:30:48.750 [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 13:30:48.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 13:30:48.751 [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 13:30:48.751 [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 13:30:48.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 13:30:48.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 13:30:48.751 [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 13:30:48.751 [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 13:30:48.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 13:30:48.752 [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 13:30:48.752 [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 13:30:48.752 [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 13:30:48.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 13:30:48.752 [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 13:30:48.752 [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 13:30:48.790 [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 13:30:48.791 [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 13:30:48.792 [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 13:30:48.792 [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 13:30:48.792 [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 13:30:48.793 [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 13:30:48.793 [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 13:30:48.793 [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 13:30:48.793 [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 13:30:48.793 [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 13:30:48.793 [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 13:30:48.797 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 13:30:48.797 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:30:49.093 [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 13:30:49.094 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:49.094 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:30:49.096 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:30:49.101 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:30:49.101 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:30:49.102 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 13:30:49.199 [pool-126-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:30:49.199 [pool-126-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:30:49.199 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 13:30:49.201 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 13:30:49.205 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 13:30:49.205 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 13:30:49.205 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:30:49.205 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 0s103ms [pure insertion] marking any relevant derived attributes for update...13:30:49.205 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 13:30:49.208 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 13:30:49.208 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:30:49.208 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:30:49.208 [pool-126-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:30:49.208 [pool-126-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:30:49.208 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:30:49.209 [pool-126-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:30:49.209 [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... 13:30:49.209 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:30:49.209 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:30:49.209 [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 13:30:49.210 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 116 ms 13:30:49.213 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:30:49.213 [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 13:30:49.214 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:49.214 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:30:49.932 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:30:49.932 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5800124123347226500/test_tree[LevelDB GreyCat] 13:30:49.932 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:30:50.082 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:30:50.083 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:50.083 [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 13:30:50.083 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:30:50.083 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:30:50.085 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:30:50.085 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:30:50.085 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... 13:30:50.086 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. changed resource size: 0 relevant graph size: 0 validated changes... true 13:30:50.086 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:30:50.086 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:30:50.086 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:30:50.086 [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 13:30:50.089 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:30:50.089 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:30:50.109 [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 13:30:50.109 [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 13:30:50.109 [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 13:30:50.109 [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 13:30:50.109 [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 13:30:50.110 [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 13:30:50.110 [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 13:30:50.111 [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 13:30:50.111 [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 13:30:50.111 [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 13:30:50.111 [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 13:30:50.111 [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 13:30:50.111 [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 13:30:50.111 [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 13:30:50.111 [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 13:30:50.111 [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 13:30:50.111 [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 13:30:50.112 [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 13:30:50.112 [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 13:30:50.112 [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 13:30:50.112 [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 13:30:50.112 [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[] 13:30:50.112 [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 13:30:50.112 [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 13:30:50.113 [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 13:30:50.113 [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 13:30:50.113 [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 13:30:50.113 [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 13:30:50.113 [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 13:30:50.114 [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 13:30:50.114 [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 13:30:50.114 [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 13:30:50.114 [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 13:30:50.114 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:30:50.117 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 13:30:50.117 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:30:50.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/:org.eclipse.hawk.localfolder.LocalFolder:false 13:30:50.331 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:50.331 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:30:50.332 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:30:50.335 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:30:50.336 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:30:50.337 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree%20with%20spaces/space%20tree.model... 13:30:50.384 [pool-128-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:30:50.385 [pool-128-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:30:50.385 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree%20with%20spaces/space%20tree.model... 13:30:50.386 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree%20with%20spaces/space%20tree.model 13:30:50.389 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:30:50.389 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree%20with%20spaces/space%20tree.model 13:30:50.389 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:30:50.389 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree%20with%20spaces/space%20tree.model. 0s53ms [pure insertion] marking any relevant derived attributes for update...13:30:50.389 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 13:30:50.391 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 13:30:50.391 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:30:50.391 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:30:50.391 [pool-128-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:30:50.391 [pool-128-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:30:50.391 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:30:50.391 [pool-128-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:30:50.391 [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... 13:30:50.391 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:30:50.391 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. sync metrics: 13:30:50.392 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 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 13:30:50.392 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 61 ms 13:30:50.403 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:30:50.403 [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 13:30:50.404 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:50.404 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:30:50.834 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:30:50.834 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8646514884712570047/test_treeWithSpaces[LevelDB GreyCat] 13:30:50.834 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:30:51.018 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:30:51.019 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:51.019 [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 13:30:51.019 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:30:51.019 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:30:51.021 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:30:51.021 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:30:51.021 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:30:51.021 [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! 13:30:51.021 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:30:51.021 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:30:51.022 [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 13:30:51.022 [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 13:30:51.024 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:30:51.024 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:30:51.036 [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 13:30:51.036 [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 13:30:51.036 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 13:30:51.037 [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 13:30:51.037 [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 13:30:51.037 [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 13:30:51.037 [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 13:30:51.037 [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 13:30:51.037 [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 13:30:51.037 [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 13:30:51.037 [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 13:30:51.038 [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 13:30:51.038 [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 13:30:51.038 [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 13:30:51.038 [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[] 13:30:51.038 [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 13:30:51.038 [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 13:30:51.038 [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 13:30:51.039 [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 13:30:51.039 [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 13:30:51.039 [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 13:30:51.039 [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 13:30:51.039 [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 13:30:51.039 [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 13:30:51.039 [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 13:30:51.039 [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 13:30:51.039 [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 13:30:51.040 [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 13:30:51.041 [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 13:30:51.041 [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 13:30:51.041 [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 13:30:51.041 [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 13:30:51.041 [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 13:30:51.041 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:30:51.043 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 13:30:51.043 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:30:51.231 [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 13:30:51.233 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:51.233 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:30:51.235 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:30:51.238 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:30:51.238 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:30:51.239 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /child.model... 13:30:51.288 [pool-130-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:30:51.288 [pool-130-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:30:51.288 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /child.model... 13:30:51.290 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /child.model 13:30:51.290 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:30:51.290 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /child.model 13:30:51.292 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:30:51.292 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /child.model. 0s53ms [pure insertion] marking any relevant derived attributes for update...13:30:51.292 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 13:30:51.294 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 13:30:51.294 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 13:30:51.294 [pool-130-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:30:51.296 [pool-130-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:30:51.296 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 13:30:51.298 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 13:30:51.299 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 13:30:51.299 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 13:30:51.301 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:30:51.301 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:30:51.301 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:30:51.301 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:30:51.301 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:30:51.301 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:30:51.302 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/2 proxy references (0 sec total) 13:30:51.303 [pool-130-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 2 refs 13:30:51.303 [pool-130-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 13:30:51.303 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:30:51.303 [pool-130-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:30:51.303 [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... 13:30:51.303 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 13:30:51.303 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:30:51.303 [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 /child.model validating file UPDATED for /root.model changed resource size: 3 relevant graph size: 3 validated changes... true 13:30:51.304 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 71 ms 13:30:51.310 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:30:51.310 [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 13:30:51.311 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:51.311 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:30:51.946 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:30:51.946 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5039464099098702168/test_treeCrossResourceContainment[LevelDB GreyCat] 13:30:51.946 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:30:52.146 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:30:52.147 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:52.147 [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 13:30:52.147 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:30:52.147 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:30:52.156 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:30:52.156 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:30:52.156 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:30:52.156 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:30:52.156 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:30:52.156 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:30:52.156 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:30:52.156 [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 13:30:52.159 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:30:52.159 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:30:52.181 [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 13:30:52.181 [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 13:30:52.181 [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 13:30:52.181 [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 13:30:52.181 [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[] 13:30:52.181 [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 13:30:52.181 [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 13:30:52.182 [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 13:30:52.182 [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 13:30:52.182 [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 13:30:52.183 [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 13:30:52.183 [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 13:30:52.183 [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 13:30:52.183 [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 13:30:52.183 [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 13:30:52.183 [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 13:30:52.183 [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 13:30:52.183 [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 13:30:52.183 [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 13:30:52.184 [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 13:30:52.184 [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 13:30:52.184 [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 13:30:52.184 [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 13:30:52.184 [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 13:30:52.184 [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 13:30:52.184 [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 13:30:52.184 [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 13:30:52.184 [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 13:30:52.185 [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 13:30:52.185 [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 13:30:52.185 [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 13:30:52.185 [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 13:30:52.185 [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 13:30:52.186 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:30:52.188 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 13:30:52.188 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:30:52.384 [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 13:30:52.385 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:52.385 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:30:52.386 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:30:52.389 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:30:52.389 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:30:52.390 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 13:30:52.432 [pool-132-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:30:52.432 [pool-132-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:30:52.432 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 13:30:52.434 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 13:30:52.437 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~0sec) 13:30:52.437 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 13:30:52.437 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 13:30:52.437 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 0s47ms [pure insertion] marking any relevant derived attributes for update...13:30:52.437 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 13:30:52.440 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 13:30:52.441 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:30:52.441 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:30:52.441 [pool-132-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:30:52.441 [pool-132-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:30:52.441 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:30:52.441 [pool-132-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:30:52.441 [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... 13:30:52.441 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:30:52.441 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:30:52.441 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:30:52.441 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 56 ms 13:30:52.441 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::descendants... 13:30:52.441 [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; 13:30:52.443 [pool-132-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#descendants 13:30:52.443 [pool-132-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(c|c.children).flatten; 13:30:52.444 [pool-132-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.hawk.epsilon.emc.EOLQueryEngine$GraphNodeWrapper 13:30:52.511 [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) 13:30:52.511 [pool-132-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.068s 13:30:52.511 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::descendants. 13:30:52.519 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:30:52.519 [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 13:30:52.520 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:52.520 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:30:53.174 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:30:53.174 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7784887658775655850/test_derivedEdgeCollection[LevelDB GreyCat] 13:30:53.174 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:30:53.341 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:30:53.343 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:53.344 [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 13:30:53.344 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:30:53.344 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:30:53.345 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:30:53.345 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:30:53.345 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:30:53.345 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:30:53.345 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:30:53.345 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:30:53.346 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:30:53.346 [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 13:30:53.348 [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 13:30:53.348 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:30:53.348 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:30:53.360 [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 13:30:53.360 [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 13:30:53.360 [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 13:30:53.360 [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[] 13:30:53.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 13:30:53.360 [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 13:30:53.360 [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 13:30:53.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 13:30:53.360 [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 13:30:53.360 [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 13:30:53.361 [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 13:30:53.361 [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 13:30:53.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 13:30:53.361 [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 13:30:53.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 13:30:53.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 13:30:53.361 [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 13:30:53.361 [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 13:30:53.361 [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 13:30:53.361 [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 13:30:53.362 [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 13:30:53.362 [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 13:30:53.362 [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 13:30:53.363 [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 13:30:53.363 [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 13:30:53.363 [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 13:30:53.363 [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 13:30:53.363 [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 13:30:53.363 [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 13:30:53.364 [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 13:30:53.364 [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 13:30:53.364 [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 13:30:53.364 [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 13:30:53.364 [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 13:30:53.366 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 13:30:53.366 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:30:53.366 [main] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs... 13:30:53.367 [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; 13:30:53.375 [main] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs. 13:30:53.545 [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 13:30:53.546 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:53.546 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:30:53.549 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:30:53.553 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:30:53.553 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:30:53.554 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 13:30:53.604 [pool-134-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:30:53.604 [pool-134-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:30:53.604 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 13:30:53.606 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 13:30:53.614 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:30:53.614 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 13:30:53.619 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 13:30:53.619 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s65ms [pure insertion] marking any relevant derived attributes for update...13:30:53.619 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:30:53.620 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:30:53.621 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 13:30:53.621 [pool-134-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:30:53.621 [pool-134-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:30:53.621 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 13:30:53.623 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 13:30:53.629 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:30:53.629 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 13:30:53.698 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:30:53.698 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s77ms [pure insertion] marking any relevant derived attributes for update...13:30:53.698 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:30:53.698 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:30:53.699 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 13:30:53.699 [pool-134-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:30:53.700 [pool-134-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:30:53.700 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 13:30:53.702 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 13:30:53.710 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:30:53.710 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 13:30:53.719 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:30:53.719 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s20ms [pure insertion] marking any relevant derived attributes for update...13:30:53.719 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:30:53.719 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:30:53.719 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:30:53.719 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:30:53.720 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 13:30:53.796 [pool-134-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 13:30:53.796 [pool-134-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.077s attempting to resolve any uninitialized derived attributes... 13:30:53.796 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:30:53.796 [pool-134-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:30:53.796 [pool-134-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.xrefs.size; 13:30:53.834 [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) 13:30:53.834 [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... 13:30:53.834 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s115ms [proxy update] 13:30:53.835 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:30:53.835 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:30:53.835 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 289 ms 13:30:53.891 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:30:53.891 [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 13:30:53.892 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:53.892 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:30:54.511 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:30:54.512 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3287100430223466296/test_deriveThenAdd[LevelDB GreyCat] 13:30:54.512 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:30:54.645 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:30:54.646 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:54.646 [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 13:30:54.646 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:30:54.646 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:30:54.648 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:30:54.648 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:30:54.648 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:30:54.648 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:30:54.648 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:30:54.648 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:30:54.648 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:30:54.648 [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 13:30:54.650 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:30:54.650 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:30:54.662 [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 13:30:54.662 [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 13:30:54.662 [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 13:30:54.662 [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 13:30:54.662 [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 13:30:54.662 [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 13:30:54.663 [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 13:30:54.663 [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 13:30:54.663 [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 13:30:54.663 [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 13:30:54.663 [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 13:30:54.663 [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 13:30:54.663 [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[] 13:30:54.663 [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 13:30:54.663 [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 13:30:54.664 [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 13:30:54.664 [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 13:30:54.664 [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 13:30:54.664 [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 13:30:54.664 [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 13:30:54.664 [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 13:30:54.664 [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 13:30:54.665 [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 13:30:54.665 [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 13:30:54.665 [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 13:30:54.665 [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 13:30:54.665 [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 13:30:54.665 [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 13:30:54.665 [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 13:30:54.665 [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 13:30:54.665 [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 13:30:54.665 [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 13:30:54.666 [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 13:30:54.667 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:30:54.669 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 13:30:54.669 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:30:54.966 [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 13:30:54.967 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:54.967 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:30:54.968 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:30:54.971 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:30:54.971 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:30:54.971 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 13:30:55.039 [pool-136-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:30:55.039 [pool-136-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:30:55.039 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 13:30:55.041 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 13:30:55.044 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~0sec) 13:30:55.044 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 13:30:55.044 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 13:30:55.044 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 0s73ms [pure insertion] marking any relevant derived attributes for update...13:30:55.044 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 13:30:55.047 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 13:30:55.047 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:30:55.047 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:30:55.048 [pool-136-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:30:55.048 [pool-136-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 13:30:55.048 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:30:55.048 [pool-136-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:30:55.048 [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... 13:30:55.048 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:30:55.048 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:30:55.048 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:30:55.048 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 81 ms 13:30:55.048 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::maxDescendant... 13:30:55.048 [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; 13:30:55.049 [pool-136-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#maxDescendant 13:30:55.050 [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; 13:30:55.191 [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) 13:30:55.191 [pool-136-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.142s 13:30:55.191 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::maxDescendant. 13:30:55.194 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:30:55.194 [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 13:30:55.196 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:55.196 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:30:56.215 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:30:56.215 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5110849101787032705/test_derivedEdgeSingle[LevelDB GreyCat] 13:30:56.215 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:30:56.423 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:30:56.424 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:56.424 [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 13:30:56.424 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:30:56.424 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:30:56.426 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:30:56.426 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:30:56.426 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:30:56.427 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:30:56.427 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:30:56.427 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:30:56.427 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:30:56.427 [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 13:30:56.429 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:30:56.429 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:30:56.491 [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 13:30:56.491 [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 13:30:56.491 [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 13:30:56.491 [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 13:30:56.491 [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 13:30:56.491 [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 13:30:56.492 [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 13:30:56.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 13:30:56.492 [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 13:30:56.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 13:30:56.492 [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 13:30:56.492 [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 13:30:56.492 [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 13:30:56.492 [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 13:30:56.492 [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 13:30:56.492 [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 13:30:56.492 [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 13:30:56.493 [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 13:30:56.493 [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 13:30:56.493 [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 13:30:56.493 [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 13:30:56.493 [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[] 13:30:56.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 13:30:56.494 [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 13:30:56.494 [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 13:30:56.494 [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 13:30:56.494 [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 13:30:56.494 [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 13:30:56.495 [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 13:30:56.495 [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 13:30:56.495 [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 13:30:56.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 13:30:56.495 [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 13:30:56.495 [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 13:30:56.497 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 13:30:56.498 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:30:56.687 [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 13:30:56.688 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:56.688 [main] INFO o.e.h.c.r.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id... 13:30:56.688 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:30:56.690 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:30:56.690 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id 13:30:56.690 [main] INFO o.e.h.c.r.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id. 13:30:56.744 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:30:56.745 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:30:56.746 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 13:30:56.761 [pool-138-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:30:56.761 [pool-138-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:30:56.761 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 13:30:56.763 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 13:30:56.770 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:30:56.770 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 13:30:56.775 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 13:30:56.775 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s30ms [pure insertion] marking any relevant derived attributes for update...13:30:56.775 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:30:56.776 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:30:56.777 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 13:30:56.777 [pool-138-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:30:56.777 [pool-138-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:30:56.777 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 13:30:56.779 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 13:30:56.784 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:30:56.784 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 13:30:56.791 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:30:56.791 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s14ms [pure insertion] marking any relevant derived attributes for update...13:30:56.791 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:30:56.791 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:30:56.792 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 13:30:56.792 [pool-138-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:30:56.792 [pool-138-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:30:56.792 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 13:30:56.794 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 13:30:56.799 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:30:56.799 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 13:30:56.804 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:30:56.804 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s12ms [pure insertion] marking any relevant derived attributes for update...13:30:56.804 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:30:56.804 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:30:56.804 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:30:56.804 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:30:56.804 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 13:30:56.814 [pool-138-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 13:30:56.814 [pool-138-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 13:30:56.814 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:30:56.814 [pool-138-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:30:56.814 [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... 13:30:56.814 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 13:30:56.814 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:30:56.814 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:30:56.814 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 126 ms indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer) 13:30:56.817 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:30:56.817 [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 13:30:56.818 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:56.818 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:30:57.336 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:30:57.337 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2649167044774795015/test_addThenIndex[LevelDB GreyCat] 13:30:57.337 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:30:57.495 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:30:57.496 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:57.496 [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 13:30:57.496 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:30:57.496 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:30:57.497 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:30:57.497 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:30:57.497 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:30:57.497 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:30:57.497 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:30:57.497 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:30:57.498 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:30:57.498 [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 13:30:57.500 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:30:57.500 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:30:57.513 [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 13:30:57.513 [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 13:30:57.513 [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 13:30:57.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 13:30:57.514 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 13:30:57.514 [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 13:30:57.514 [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 13:30:57.514 [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 13:30:57.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 13:30:57.515 [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 13:30:57.515 [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 13:30:57.515 [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 13:30:57.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 13:30:57.515 [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 13:30:57.515 [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 13:30:57.515 [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 13:30:57.515 [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 13:30:57.515 [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 13:30:57.515 [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 13:30:57.515 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 13:30:57.515 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 13:30:57.515 [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 13:30:57.515 [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 13:30:57.515 [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[] 13:30:57.516 [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 13:30:57.516 [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 13:30:57.517 [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 13:30:57.517 [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 13:30:57.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 13:30:57.517 [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 13:30:57.517 [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 13:30:57.517 [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 13:30:57.517 [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 13:30:57.517 [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 13:30:57.519 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 13:30:57.519 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:30:57.520 [main] INFO o.e.h.c.r.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id... 13:30:57.529 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id 13:30:57.529 [main] INFO o.e.h.c.r.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id. 13:30:57.732 [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 13:30:57.733 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:57.733 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:30:57.735 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:30:57.739 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:30:57.739 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:30:57.740 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 13:30:57.781 [pool-140-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:30:57.781 [pool-140-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:30:57.781 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 13:30:57.784 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 13:30:57.791 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:30:57.791 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 13:30:57.795 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:30:57.795 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s56ms [pure insertion] marking any relevant derived attributes for update...13:30:57.795 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 13:30:57.797 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 13:30:57.798 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 13:30:57.798 [pool-140-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:30:57.798 [pool-140-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:30:57.798 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 13:30:57.799 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 13:30:57.808 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:30:57.808 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 13:30:57.816 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:30:57.816 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s18ms [pure insertion] marking any relevant derived attributes for update...13:30:57.816 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:30:57.816 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:30:57.817 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 13:30:57.817 [pool-140-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:30:57.817 [pool-140-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:30:57.817 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 13:30:57.819 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 13:30:57.825 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:30:57.825 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 13:30:57.830 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 13:30:57.830 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s13ms [pure insertion] marking any relevant derived attributes for update...13:30:57.830 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:30:57.830 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:30:57.830 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:30:57.830 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:30:57.831 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 13:30:57.948 [pool-140-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 13:30:57.948 [pool-140-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.118s attempting to resolve any uninitialized derived attributes... 13:30:57.948 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:30:57.948 [pool-140-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:30:57.948 [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... 13:30:57.948 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s118ms [proxy update] 13:30:57.948 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:30:57.948 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:30:57.948 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 215 ms indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer) 13:30:57.950 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:30:57.950 [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 13:30:57.951 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:57.951 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:30:58.422 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:30:58.422 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1943676588249361910/test_lookupWithIndex[LevelDB GreyCat] 13:30:58.422 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:30:58.564 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:30:58.565 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:58.565 [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 13:30:58.565 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:30:58.565 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:30:58.567 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:30:58.567 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:30:58.567 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:30:58.567 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:30:58.567 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:30:58.567 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:30:58.568 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:30:58.568 [pool-142-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 13:30:58.570 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:30:58.570 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:30:58.582 [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 13:30:58.583 [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 13:30:58.583 [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 13:30:58.583 [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 13:30:58.583 [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 13:30:58.583 [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 13:30:58.583 [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 13:30:58.583 [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 13:30:58.584 [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 13:30:58.584 [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 13:30:58.584 [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 13:30:58.584 [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 13:30:58.584 [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 13:30:58.584 [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 13:30:58.584 [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 13:30:58.584 [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 13:30:58.584 [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 13:30:58.584 [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 13:30:58.584 [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 13:30:58.584 [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 13:30:58.584 [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 13:30:58.584 [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 13:30:58.585 [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 13:30:58.585 [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[] 13:30:58.585 [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 13:30:58.585 [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 13:30:58.585 [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 13:30:58.586 [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 13:30:58.586 [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 13:30:58.586 [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 13:30:58.586 [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 13:30:58.586 [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 13:30:58.586 [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 13:30:58.586 [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 13:30:58.588 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 13:30:58.588 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:30:58.785 [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 13:30:58.786 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:58.786 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:30:58.788 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:30:58.791 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:30:58.791 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:30:58.791 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 13:30:58.841 [pool-142-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:30:58.842 [pool-142-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:30:58.842 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 13:30:58.843 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 13:30:58.847 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:30:58.847 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 13:30:58.854 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 13:30:58.854 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s63ms [pure insertion] marking any relevant derived attributes for update...13:30:58.854 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:30:58.855 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:30:58.855 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 13:30:58.855 [pool-142-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:30:58.855 [pool-142-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:30:58.856 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 13:30:58.857 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 13:30:58.859 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:30:58.859 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 13:30:58.864 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:30:58.864 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:30:58.864 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:30:58.864 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:30:58.865 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 13:30:58.865 [pool-142-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:30:58.865 [pool-142-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:30:58.865 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 13:30:58.867 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 13:30:58.869 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:30:58.869 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 13:30:58.892 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:30:58.892 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s27ms [pure insertion] marking any relevant derived attributes for update...13:30:58.892 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:30:58.892 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:30:58.892 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:30:58.892 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:30:58.892 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 13:30:58.902 [pool-142-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 13:30:58.902 [pool-142-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 13:30:58.902 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:30:58.902 [pool-142-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:30:58.902 [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... 13:30:58.902 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 13:30:58.902 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:30:58.902 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:30:58.902 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 116 ms 13:30:58.903 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:30:58.903 [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 13:30:58.904 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:58.904 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:30:59.316 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:30:59.316 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4487379631107765184/test_lookupWithoutIndex[LevelDB GreyCat] 13:30:59.316 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:30:59.483 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:30:59.484 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:59.484 [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 13:30:59.484 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:30:59.484 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:30:59.486 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:30:59.486 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:30:59.486 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:30:59.486 [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! 13:30:59.486 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:30:59.486 [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 13:30:59.487 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 13:30:59.487 [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 13:30:59.489 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:30:59.489 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:30:59.491 [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 13:30:59.491 [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 13:30:59.491 [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 13:30:59.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 13:30:59.492 [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[] 13:30:59.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 13:30:59.492 [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 13:30:59.492 [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 13:30:59.492 [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 13:30:59.492 [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 13:30:59.492 [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 13:30:59.492 [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 13:30:59.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 13:30:59.492 [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 13:30:59.492 [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 13:30:59.492 [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 13:30:59.493 [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 13:30:59.493 [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 13:30:59.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 13:30:59.493 [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 13:30:59.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 13:30:59.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 13:30:59.493 [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 13:30:59.493 [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 13:30:59.493 [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 13:30:59.493 [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 13:30:59.493 [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 13:30:59.493 [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 13:30:59.493 [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 13:30:59.494 [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 13:30:59.494 [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 13:30:59.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 13:30:59.494 [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 13:30:59.496 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:30:59.497 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:30:59.497 [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 13:30:59.498 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:30:59.498 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:30:59.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 13:30:59.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 13:30:59.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 13:30:59.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[] 13:30:59.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 13:30:59.517 [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 13:30:59.517 [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 13:30:59.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 13:30:59.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 13:30:59.517 [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 13:30:59.517 [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 13:30:59.517 [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 13:30:59.517 [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 13:30:59.517 [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 13:30:59.517 [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 13:30:59.518 [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 13:30:59.518 [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 13:30:59.518 [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 13:30:59.518 [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 13:30:59.518 [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 13:30:59.518 [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 13:30:59.518 [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 13:30:59.518 [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 13:30:59.518 [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 13:30:59.518 [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 13:30:59.518 [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 13:30:59.518 [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 13:30:59.518 [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 13:30:59.518 [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 13:30:59.518 [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 13:30:59.518 [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 13:30:59.518 [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 13:30:59.518 [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 13:30:59.518 [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 13:30:59.518 [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 13:30:59.518 [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 13:30:59.518 [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 13:30:59.518 [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 13:30:59.518 [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 13:30:59.518 [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 13:30:59.518 [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 13:30:59.518 [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 13:30:59.518 [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 13:30:59.518 [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 13:30:59.518 [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 13:30:59.518 [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 13:30:59.518 [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 13:30:59.518 [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[] 13:30:59.518 [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 13:30:59.518 [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 13:30:59.518 [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 13:30:59.518 [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 13:30:59.519 [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 13:30:59.519 [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 13:30:59.519 [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 13:30:59.519 [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 13:30:59.519 [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 13:30:59.519 [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 13:30:59.519 [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 13:30:59.520 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:30:59.520 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:30:59.520 [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 13:30:59.521 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:30:59.521 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:30:59.526 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:30:59.527 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:30:59.527 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:30:59.807 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit1385960896212444935/:org.eclipse.hawk.localfolder.LocalFolder:false 13:30:59.808 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:30:59.808 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:30:59.810 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:30:59.813 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:30:59.813 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:30:59.819 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childA.xmi... 13:30:59.853 [pool-144-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:30:59.853 [pool-144-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:30:59.853 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childA.xmi... 13:30:59.856 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childA.xmi 13:30:59.857 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:30:59.857 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childA.xmi 13:30:59.893 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:30:59.893 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /childA.xmi. 0s75ms [pure insertion] marking any relevant derived attributes for update...13:30:59.893 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:30:59.894 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:30:59.901 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childB.xmi... 13:30:59.901 [pool-144-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:30:59.901 [pool-144-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:30:59.901 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childB.xmi... 13:30:59.903 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childB.xmi 13:30:59.904 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:30:59.904 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childB.xmi 13:30:59.906 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:30:59.906 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /childB.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...13:30:59.906 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:30:59.906 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:30:59.912 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childAA.xmi... 13:30:59.912 [pool-144-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:30:59.912 [pool-144-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:30:59.912 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childAA.xmi... 13:30:59.914 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childAA.xmi 13:30:59.914 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:30:59.914 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childAA.xmi 13:30:59.917 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:30:59.917 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /childAA.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...13:30:59.917 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:30:59.917 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:30:59.922 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:30:59.922 [pool-144-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:30:59.922 [pool-144-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:30:59.922 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 13:30:59.925 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 13:30:59.927 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:30:59.927 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 13:30:59.991 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:30:59.991 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s69ms [pure insertion] marking any relevant derived attributes for update...13:30:59.991 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:30:59.991 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:30:59.991 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:30:59.991 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:30:59.992 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/6 proxy references (0 sec total) 13:31:00.001 [pool-144-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 6 refs 13:31:00.001 [pool-144-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 13:31:00.001 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:31:00.001 [pool-144-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:31:00.001 [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... 13:31:00.001 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 13:31:00.001 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:31:00.001 [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 /childB.xmi validating file UPDATED for /childAA.xmi validating file UPDATED for /root.xmi changed resource size: 4 relevant graph size: 4 validated changes... true 13:31:00.003 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 195 ms 13:31:00.003 [main] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::allContainers... 13:31:00.003 [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); 13:31:00.035 [main] INFO o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#allContainers 13:31:00.036 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 13:31:00.100 [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) 13:31:00.100 [main] INFO o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.065s 13:31:00.100 [main] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::allContainers. 13:31:00.104 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:31:00.105 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:31:00.112 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:31:00.113 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:31:00.118 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:31:00.118 [pool-144-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:00.121 [pool-144-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 13:31:00.121 [pool-144-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 13:31:00.122 [pool-144-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:31:00.122 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /root.xmi... 13:31:00.122 [pool-144-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 13:31:00.195 [pool-144-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.073s 13:31:00.200 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 13:31:00.206 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:31:00.206 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 13:31:00.211 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:00.211 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /root.xmi. 0s93ms [pure insertion] marking any relevant derived attributes for update...13:31:00.211 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:31:00.212 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:31:00.212 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:31:00.212 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:31:00.212 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/4 proxy references (0 sec total) 13:31:00.218 [pool-144-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 4 refs 13:31:00.218 [pool-144-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.006s attempting to resolve any uninitialized derived attributes... 13:31:00.218 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:31:00.218 [pool-144-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:31:00.218 [pool-144-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 13:31:00.225 [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) 13:31:00.225 [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... 13:31:00.225 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 13:31:00.225 [pool-144-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 13:31:00.312 [pool-144-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Clearing edge deallContainers 0s120ms [proxy update] 13:31:00.332 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:31:00.332 [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 13:31:00.333 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 229 ms 13:31:00.391 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:31:00.391 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit1385960896212444935/:org.eclipse.hawk.localfolder.LocalFolder:false 13:31:00.392 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:31:00.392 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:31:01.719 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:31:01.719 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2160165338375665410/test_eContainersIsUpdatedRoot[LevelDB GreyCat] 13:31:01.719 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:31:01.920 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:31:01.920 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:31:01.920 [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 13:31:01.920 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:31:01.920 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:31:01.923 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:31:01.923 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:31:01.923 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:31:01.923 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:31:01.923 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:31:01.923 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:31:01.923 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:31:01.923 [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 13:31:01.927 [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 13:31:01.927 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:31:01.927 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:31:01.937 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from ColoredTree to http://www.eclipse.org/emf/2002/Ecore 13:31:01.938 [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 13:31:01.938 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 13:31:01.938 [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 13:31:01.938 [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 13:31:01.939 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 13:31:01.939 [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 13:31:01.939 [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 13:31:01.939 [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 13:31:01.939 [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 13:31:01.940 [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 13:31:01.940 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 13:31:01.940 [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 13:31:01.940 [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 13:31:01.940 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 13:31:01.941 [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 13:31:01.941 [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 13:31:01.941 [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 13:31:01.941 [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 13:31:01.942 [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 13:31:01.942 [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 13:31:01.942 [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 13:31:01.942 [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 13:31:01.942 [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 13:31:01.942 [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 13:31:01.942 [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 13:31:01.942 [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 13:31:01.942 [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 13:31:01.942 [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 13:31:01.942 [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 13:31:01.943 [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 13:31:01.943 [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[] 13:31:01.944 [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 13:31:01.944 [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 13:31:01.944 [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 13:31:01.947 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 13:31:01.947 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:31:02.140 [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 13:31:02.141 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:31:02.141 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:31:02.142 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:31:02.145 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:31:02.145 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:31:02.146 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /colored-tree.model... 13:31:02.189 [pool-146-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:02.189 [pool-146-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:02.189 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /colored-tree.model... 13:31:02.191 [pool-146-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /colored-tree.model 13:31:02.193 [pool-146-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:31:02.193 [pool-146-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /colored-tree.model 13:31:02.193 [pool-146-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 13:31:02.193 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /colored-tree.model. 0s47ms [pure insertion] marking any relevant derived attributes for update...13:31:02.194 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 13:31:02.195 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 13:31:02.195 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:31:02.195 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:31:02.195 [pool-146-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:31:02.195 [pool-146-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:31:02.195 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:31:02.195 [pool-146-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:31:02.195 [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... 13:31:02.195 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:31:02.195 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:31:02.195 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:31:02.195 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 54 ms 13:31:02.197 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:31:02.197 [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 13:31:02.198 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:31:02.198 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:31:02.621 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:31:02.621 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8444121879885316645/test_queryEnumValues[LevelDB GreyCat] 13:31:02.621 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:31:02.772 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:31:02.773 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:31:02.773 [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 13:31:02.773 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:31:02.773 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:31:02.774 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:31:02.774 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:31:02.774 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:31:02.774 [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! 13:31:02.775 [pool-148-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:31:02.775 [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 13:31:02.775 [pool-148-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 13:31:02.775 [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 13:31:02.792 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:31:02.792 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:31:02.823 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 13:31:02.824 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 13:31:02.825 [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 13:31:02.847 [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 13:31:02.848 [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 13:31:02.848 [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 13:31:02.848 [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 13:31:02.848 [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 13:31:02.848 [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 13:31:02.848 [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 13:31:02.848 [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 13:31:02.848 [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 13:31:02.848 [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 13:31:02.848 [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 13:31:02.849 [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 13:31:02.849 [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 13:31:02.849 [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 13:31:02.849 [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 13:31:02.849 [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 13:31:02.849 [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 13:31:02.850 [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 13:31:02.851 [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 13:31:02.851 [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 13:31:02.851 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 13:31:02.851 [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 13:31:02.851 [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 13:31:02.851 [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 13:31:02.851 [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[] 13:31:02.851 [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 13:31:02.851 [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 13:31:02.852 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 13:31:02.852 [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 13:31:02.852 [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 13:31:02.853 [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 13:31:02.890 [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 13:31:02.891 [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 13:31:02.891 [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 13:31:02.891 [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 13:31:02.891 [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 13:31:02.891 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 13:31:02.892 [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 13:31:02.892 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 13:31:02.921 [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 13:31:02.925 [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 13:31:02.926 [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 13:31:02.935 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 13:31:02.935 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:31:02.990 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:31:02.991 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:31:02.991 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:31:02.991 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:31:03.473 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:31:03.473 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3406133233509964888/test_metamodels[LevelDB GreyCat] 13:31:03.473 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:31:03.667 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:31:03.668 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:31:03.668 [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 13:31:03.668 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:31:03.668 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:31:03.691 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:31:03.691 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:31:03.691 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:31:03.691 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:31:03.691 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:31:03.691 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:31:03.692 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:31:03.692 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 13:31:03.816 [main] INFO o.e.h.m.exml.metamodel.ModelioClass - registered package: Archimate(modelio://Modeliosoft.Archimate/1.0.02) 13:31:03.816 [main] INFO o.e.h.m.exml.metamodel.ModelioClass - registered package: modelio.kernel(modelio://Modeliosoft.modelio.kernel/1.0.00) 13:31:03.816 [main] INFO o.e.h.m.exml.metamodel.ModelioClass - registered package: ModelioMetaPackage(modelio://ModelioMetaPackage) 13:31:03.816 [main] INFO o.e.h.m.exml.metamodel.ModelioClass - registered package: Analyst(modelio://Modeliosoft.Analyst/2.0.00) 13:31:03.816 [main] INFO o.e.h.m.exml.metamodel.ModelioClass - registered package: Infrastructure(modelio://Modeliosoft.Infrastructure/2.0.00) 13:31:03.816 [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 13:31:03.816 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:31:03.816 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:31:03.934 [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 13:31:03.934 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 13:31:03.934 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 13:31:04.000 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 13:31:04.001 [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 13:31:04.001 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 13:31:04.001 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 13:31:04.398 [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 13:31:04.398 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 13:31:04.398 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 13:31:05.920 [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 13:31:05.920 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 13:31:06.012 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~2 sec) 13:31:06.012 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:31:06.363 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit2397411096785350519/:org.eclipse.hawk.localfolder.LocalFolder:false 13:31:06.364 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:31:06.364 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:31:06.394 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:31:06.398 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:31:06.398 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:31:06.407 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 13:31:06.412 [pool-150-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:06.412 [pool-150-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:06.412 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 13:31:06.415 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 13:31:06.427 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 13:31:06.427 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 13:31:06.432 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:31:06.432 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml. 0s25ms [pure insertion] marking any relevant derived attributes for update...13:31:06.432 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 13:31:06.434 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 13:31:06.434 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:31:06.434 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:31:06.435 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/4 proxy references (0 sec total) 13:31:06.437 [pool-150-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 2 proxy ref lists left after resolving 2 refs 13:31:06.437 [pool-150-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 13:31:06.437 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:31:06.437 [pool-150-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:31:06.437 [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... 13:31:06.437 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s3ms [proxy update] 13:31:06.437 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:31:06.437 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:31:06.437 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 73 ms 13:31:06.490 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:31:06.519 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:31:06.520 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:31:06.520 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:31:06.590 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 13:31:06.590 [pool-150-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:06.590 [pool-150-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:06.590 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 13:31:06.592 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 13:31:06.606 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~32sec) 13:31:06.606 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 13:31:06.616 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 13:31:06.616 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml. 0s26ms [pure insertion] marking any relevant derived attributes for update...13:31:06.616 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:06.616 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:06.618 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 13:31:06.618 [pool-150-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:06.618 [pool-150-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:06.618 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 13:31:06.619 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 13:31:06.629 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec) 13:31:06.629 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 13:31:06.698 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 13:31:06.698 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml. 0s81ms [pure insertion] marking any relevant derived attributes for update...13:31:06.699 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:06.699 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:06.699 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:31:06.699 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:31:06.700 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/17 proxy references (0 sec total) 13:31:06.704 [pool-150-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 5 proxy ref lists left after resolving 12 refs 13:31:06.704 [pool-150-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 13:31:06.704 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:31:06.704 [pool-150-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:31:06.704 [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... 13:31:06.704 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 13:31:06.704 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:31:06.705 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:31:06.705 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 215 ms 13:31:06.705 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:31:06.705 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit2397411096785350519/:org.eclipse.hawk.localfolder.LocalFolder:false 13:31:06.706 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:31:06.706 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:31:07.111 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:31:07.112 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2397411096785350519/test_elephantResolve[LevelDB GreyCat] 13:31:07.112 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:31:07.379 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:31:07.380 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:31:07.380 [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 13:31:07.380 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:31:07.380 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:31:07.382 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:31:07.382 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:31:07.382 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:31:07.383 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:31:07.383 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:31:07.383 [pool-152-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:31:07.383 [pool-152-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:31:07.383 [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 13:31:07.422 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:31:07.422 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:31:07.523 [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 13:31:07.523 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 13:31:07.523 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 13:31:07.615 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 13:31:07.615 [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 13:31:07.615 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 13:31:07.615 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 13:31:08.211 [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 13:31:08.211 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 13:31:08.211 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 13:31:09.029 [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 13:31:09.029 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 13:31:09.111 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec) 13:31:09.111 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:31:09.335 [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 13:31:09.337 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:31:09.337 [pool-152-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: Warning, monitor is inactive, synchronisation failed! 13:31:09.337 [pool-152-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. SYNCHRONISATION ERROR 13:31:09.337 [pool-152-thread-1] ERROR o.e.h.c.r.CompositeStateListener - Update FAILED! 13:31:09.338 [pool-152-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (failure). 0 s 0 ms 13:31:09.341 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:31:09.341 [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 13:31:09.342 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:31:09.342 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:31:10.156 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:31:10.156 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit89132168730733142/test_zoo[LevelDB GreyCat] 13:31:10.156 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:31:10.356 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:31:10.357 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:31:10.357 [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 13:31:10.358 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:31:10.358 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:31:10.359 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:31:10.359 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:31:10.359 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:31:10.359 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:31:10.360 [pool-154-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:31:10.360 [pool-154-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:31:10.360 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:31:10.360 [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 13:31:10.396 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:31:10.396 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:31:10.593 [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 13:31:10.593 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 13:31:10.594 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 13:31:10.635 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 13:31:10.635 [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 13:31:10.635 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 13:31:10.636 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 13:31:10.863 [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 13:31:10.863 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 13:31:10.863 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 13:31:10.896 [pool-118-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit4595551651052303388/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@43b4fe19 failed java.nio.file.NoSuchFileException: /tmp/junit4595551651052303388/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] 13:31:11.024 [pool-119-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit5533950394887014897/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@43b4fe19 failed java.nio.file.NoSuchFileException: /tmp/junit5533950394887014897/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] 13:31:11.196 [pool-120-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit3380082960298331745/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@43b4fe19 failed java.nio.file.NoSuchFileException: /tmp/junit3380082960298331745/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] 13:31:11.367 [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 13:31:11.367 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 13:31:11.404 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec) 13:31:11.404 [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! 13:31:11.405 [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 13:31:11.420 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:31:11.420 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:31:11.424 [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! 13:31:11.424 [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! 13:31:11.425 [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! 13:31:11.425 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing! 13:31:11.425 [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! 13:31:11.425 [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! 13:31:11.425 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) 13:31:11.425 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:31:11.427 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:31:11.427 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:31:11.428 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:31:11.428 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:31:12.209 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:31:12.209 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3593808982678004736/test_metamodel[LevelDB GreyCat] 13:31:12.209 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:31:12.442 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:31:12.443 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:31:12.443 [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 13:31:12.443 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:31:12.443 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:31:12.445 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:31:12.445 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:31:12.445 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:31:12.445 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:31:12.445 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:31:12.445 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:31:12.445 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:31:12.445 [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 13:31:12.459 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:31:12.459 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:31:12.536 [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 13:31:12.536 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 13:31:12.536 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 13:31:12.590 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 13:31:12.590 [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 13:31:12.590 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 13:31:12.590 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 13:31:12.729 [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 13:31:12.730 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 13:31:12.730 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 13:31:13.206 [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 13:31:13.206 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:31:13.234 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~0 sec) SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:31:13.234 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:31:13.234 [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 13:31:13.247 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:31:13.247 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:31:13.251 [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! 13:31:13.251 [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! 13:31:13.251 [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! 13:31:13.251 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing! 13:31:13.251 [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! 13:31:13.251 [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! 13:31:13.251 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) 13:31:13.251 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:31:13.580 [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 13:31:13.581 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:31:13.590 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:31:13.715 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:31:13.720 [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/ 13:31:13.720 [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/ 13:31:13.720 [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/ 13:31:13.721 [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/ 13:31:13.721 [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/ 13:31:13.721 [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/ 13:31:13.722 [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/ 13:31:13.722 [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/ 13:31:13.722 [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/ 13:31:13.722 [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/ 13:31:13.722 [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/ 13:31:13.722 [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/ 13:31:13.723 [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/ 13:31:13.723 [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/ 13:31:13.723 [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/ 13:31:13.723 [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/ 13:31:13.723 [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/ 13:31:13.723 [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/ 13:31:13.724 [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/ 13:31:13.724 [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/ 13:31:13.724 [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/ 13:31:13.724 [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/ 13:31:13.725 [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/ 13:31:13.725 [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/ 13:31:13.725 [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/ 13:31:13.725 [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/ 13:31:13.725 [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/ 13:31:13.725 [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/ 13:31:13.725 [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/ 13:31:13.726 [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/ 13:31:13.726 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:31:13.726 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:31:13.726 [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) 13:31:13.790 [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... 13:31:13.796 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:13.797 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:13.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/Standard.DataType/00000004-0000-000b-0000-000000000000.exml... 13:31:13.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/Standard.DataType/00000004-0000-000b-0000-000000000000.exml 13:31:13.804 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 13:31:13.804 [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 13:31:13.806 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:13.806 [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. 0s16ms [pure insertion] marking any relevant derived attributes for update...13:31:13.806 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 13:31:13.808 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 13:31:13.809 [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... 13:31:13.809 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:13.809 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:13.809 [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... 13:31:13.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-024c-0000-000000000000.exml 13:31:13.815 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:13.816 [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 13:31:13.818 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:13.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/01ec12fc-0000-024c-0000-000000000000.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:31:13.818 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:13.818 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:13.820 [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... 13:31:13.821 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:13.821 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:13.821 [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... 13:31:13.892 [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 13:31:13.931 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 18 NODES AND 18 M->MM REFERENCES! (took ~54sec) 13:31:13.931 [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 13:31:14.093 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 17 REFERENCES! (took ~0 sec) 13:31:14.093 [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. 0s273ms [pure insertion] marking any relevant derived attributes for update...13:31:14.093 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:14.094 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:14.094 [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... 13:31:14.094 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:14.095 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:14.095 [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... 13:31:14.097 [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 13:31:14.101 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:31:14.101 [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 13:31:14.104 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:14.104 [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. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:31:14.104 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:14.104 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:14.105 [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... 13:31:14.105 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:14.105 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:14.105 [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... 13:31:14.108 [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 13:31:14.111 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:14.111 [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 13:31:14.114 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:14.114 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:31:14.114 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:14.114 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:14.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/4e477e48-35b4-11df-9280-001302895b2b.exml... 13:31:14.115 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:14.115 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:14.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/4e477e48-35b4-11df-9280-001302895b2b.exml... 13:31:14.118 [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 13:31:14.121 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:14.121 [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 13:31:14.128 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:14.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/4e477e48-35b4-11df-9280-001302895b2b.exml. 0s13ms [pure insertion] marking any relevant derived attributes for update...13:31:14.128 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:14.128 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:14.129 [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... 13:31:14.129 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:14.129 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:14.129 [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... 13:31:14.132 [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 13:31:14.201 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 13:31:14.201 [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 13:31:14.215 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 13:31:14.215 [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. 0s86ms [pure insertion] marking any relevant derived attributes for update...13:31:14.215 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:14.215 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:14.216 [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... 13:31:14.216 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:14.216 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:14.216 [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... 13:31:14.219 [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 13:31:14.224 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:31:14.224 [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 13:31:14.229 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:31:14.229 [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. 0s13ms [pure insertion] marking any relevant derived attributes for update...13:31:14.229 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:14.229 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:14.230 [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... 13:31:14.230 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:14.230 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:14.230 [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... 13:31:14.232 [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 13:31:14.295 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:31:14.295 [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 13:31:14.305 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:31:14.305 [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. 0s75ms [pure insertion] marking any relevant derived attributes for update...13:31:14.305 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:14.305 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:14.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/01ec12fc-0000-0265-0000-000000000000.exml... 13:31:14.306 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:14.306 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:14.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/01ec12fc-0000-0265-0000-000000000000.exml... 13:31:14.308 [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 13:31:14.311 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:14.311 [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 13:31:14.313 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:14.313 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:31:14.313 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:31:14.314 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:31:14.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/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml... 13:31:14.314 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:14.314 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:14.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/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml... 13:31:14.317 [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 13:31:14.319 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:14.319 [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 13:31:14.321 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:14.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/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:31:14.321 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:14.322 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:14.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/00700680-0000-01ce-0000-000000000000.exml... 13:31:14.322 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:14.322 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:14.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/00700680-0000-01ce-0000-000000000000.exml... 13:31:14.325 [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 13:31:14.390 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:14.390 [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 13:31:14.393 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:14.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/00700680-0000-01ce-0000-000000000000.exml. 0s71ms [pure insertion] marking any relevant derived attributes for update...13:31:14.393 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:14.393 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:14.393 [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... 13:31:14.394 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:14.394 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:14.394 [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... 13:31:14.396 [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 13:31:14.399 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:14.399 [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 13:31:14.401 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:14.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/01ec1228-0000-12f8-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:31:14.401 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:14.401 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:14.402 [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... 13:31:14.402 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:14.402 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:14.402 [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... 13:31:14.404 [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 13:31:14.407 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:14.407 [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 13:31:14.410 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:14.410 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:31:14.410 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:14.410 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:14.410 [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... 13:31:14.410 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:14.411 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:14.411 [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... 13:31:14.413 [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 13:31:14.421 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:14.421 [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 13:31:14.423 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:14.423 [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. 0s13ms [pure insertion] marking any relevant derived attributes for update...13:31:14.423 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:14.423 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:14.424 [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... 13:31:14.424 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:14.424 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:14.424 [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... 13:31:14.426 [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 13:31:14.430 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:14.430 [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 13:31:14.432 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:14.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/00000000-0000-9c46-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:31:14.432 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:14.432 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:14.432 [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... 13:31:14.432 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:14.432 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:14.432 [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... 13:31:14.492 [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 13:31:14.593 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 13 NODES AND 13 M->MM REFERENCES! (took ~39sec) 13:31:14.593 [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 13:31:14.630 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 REFERENCES! (took ~0 sec) 13:31:14.630 [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. 0s198ms [pure insertion] marking any relevant derived attributes for update...13:31:14.630 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:14.630 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:14.631 [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... 13:31:14.631 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:14.631 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:14.631 [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... 13:31:14.634 [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 13:31:14.692 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:31:14.692 [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 13:31:14.697 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:31:14.697 [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. 0s66ms [pure insertion] marking any relevant derived attributes for update...13:31:14.697 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:14.697 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:14.697 [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... 13:31:14.697 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:14.697 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:14.697 [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... 13:31:14.701 [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 13:31:14.705 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:14.705 [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 13:31:14.707 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:14.707 [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. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:31:14.707 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:14.707 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:14.707 [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... 13:31:14.708 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:14.708 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:14.708 [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... 13:31:14.710 [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 13:31:14.714 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 13:31:14.714 [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 13:31:14.718 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:31:14.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/a74178fb-df2b-11de-905b-001302895b2b.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...13:31:14.718 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:14.718 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:14.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/00bc2f68-0000-0fd8-0000-000000000000.exml... 13:31:14.718 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:14.718 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:14.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/00bc2f68-0000-0fd8-0000-000000000000.exml... 13:31:14.721 [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 13:31:14.728 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 13:31:14.728 [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 13:31:14.793 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:31:14.793 [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. 0s75ms [pure insertion] marking any relevant derived attributes for update...13:31:14.793 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:14.793 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:14.794 [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... 13:31:14.795 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:14.795 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:14.795 [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... 13:31:14.797 [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 13:31:14.828 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 13:31:14.829 [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 13:31:14.924 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 13:31:14.925 [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. 0s131ms [pure insertion] marking any relevant derived attributes for update...13:31:14.925 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:14.925 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:14.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/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml... 13:31:14.925 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:14.925 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:14.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/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml... 13:31:14.927 [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 13:31:14.929 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:14.929 [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 13:31:14.930 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:14.930 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...13:31:14.930 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:14.930 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:14.931 [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... 13:31:14.931 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:14.931 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:14.931 [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... 13:31:14.990 [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 13:31:14.992 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:14.992 [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 13:31:14.995 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:14.995 [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. 0s64ms [pure insertion] marking any relevant derived attributes for update...13:31:14.995 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:14.995 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:14.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.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml... 13:31:14.996 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:14.996 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:14.996 [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... 13:31:14.998 [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 13:31:15.009 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec) 13:31:15.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.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml 13:31:15.018 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 13:31:15.018 [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. 0s22ms [pure insertion] marking any relevant derived attributes for update...13:31:15.018 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.018 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.019 [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... 13:31:15.019 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.019 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.019 [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... 13:31:15.022 [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 13:31:15.024 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:15.024 [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 13:31:15.025 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:15.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/770df309-5d0c-11df-a996-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...13:31:15.025 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:31:15.026 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:31:15.026 [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... 13:31:15.026 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.026 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.026 [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... 13:31:15.028 [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 13:31:15.030 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:15.030 [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 13:31:15.091 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:15.091 [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. 0s65ms [pure insertion] marking any relevant derived attributes for update...13:31:15.091 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.091 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.092 [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... 13:31:15.092 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.092 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.092 [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... 13:31:15.094 [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 13:31:15.096 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:15.096 [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 13:31:15.098 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:15.098 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...13:31:15.098 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.098 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.099 [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... 13:31:15.099 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.099 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.099 [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... 13:31:15.103 [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 13:31:15.106 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:31:15.106 [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 13:31:15.110 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:31:15.110 [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. 0s11ms [pure insertion] marking any relevant derived attributes for update...13:31:15.110 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.110 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.110 [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... 13:31:15.110 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.110 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.110 [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... 13:31:15.112 [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 13:31:15.114 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:15.114 [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 13:31:15.116 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:15.116 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...13:31:15.116 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.116 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.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/00700680-0000-01c3-0000-000000000000.exml... 13:31:15.117 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.117 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.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/00700680-0000-01c3-0000-000000000000.exml... 13:31:15.119 [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 13:31:15.121 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:15.121 [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 13:31:15.208 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:15.208 [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. 0s91ms [pure insertion] marking any relevant derived attributes for update...13:31:15.208 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.208 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.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/c2e23680-96f0-11de-a322-001fe2c988b8.exml... 13:31:15.209 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.209 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.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/c2e23680-96f0-11de-a322-001fe2c988b8.exml... 13:31:15.211 [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 13:31:15.220 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 13:31:15.220 [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 13:31:15.227 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:31:15.227 [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. 0s18ms [pure insertion] marking any relevant derived attributes for update...13:31:15.227 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.227 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.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/01ec12fc-0000-0247-0000-000000000000.exml... 13:31:15.228 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.228 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.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/01ec12fc-0000-0247-0000-000000000000.exml... 13:31:15.235 [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 13:31:15.291 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:15.291 [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 13:31:15.294 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:15.294 [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. 0s66ms [pure insertion] marking any relevant derived attributes for update...13:31:15.294 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.294 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.294 [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... 13:31:15.294 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.294 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.294 [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... 13:31:15.297 [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 13:31:15.300 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:15.300 [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 13:31:15.303 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:15.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/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:31:15.303 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.303 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.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/00700680-0000-01d1-0000-000000000000.exml... 13:31:15.303 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.303 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.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/00700680-0000-01d1-0000-000000000000.exml... 13:31:15.306 [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 13:31:15.310 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:15.310 [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 13:31:15.312 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:15.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/00700680-0000-01d1-0000-000000000000.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:31:15.312 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.312 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.313 [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... 13:31:15.313 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.313 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.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/00700680-0000-01f1-0000-000000000000.exml... 13:31:15.318 [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 13:31:15.321 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:15.321 [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 13:31:15.323 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:15.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/00700680-0000-01f1-0000-000000000000.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:31:15.323 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:31:15.324 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:31:15.324 [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... 13:31:15.324 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.324 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.324 [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... 13:31:15.327 [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 13:31:15.329 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:15.329 [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 13:31:15.391 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:15.391 [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. 0s67ms [pure insertion] marking any relevant derived attributes for update...13:31:15.391 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.391 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.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/01ec1ac4-0000-2f04-0000-000000000000.exml... 13:31:15.392 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.392 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.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/01ec1ac4-0000-2f04-0000-000000000000.exml... 13:31:15.394 [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 13:31:15.398 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:15.398 [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 13:31:15.400 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:15.400 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:31:15.401 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.401 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.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-01d9-0000-000000000000.exml... 13:31:15.401 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.403 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.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/00700680-0000-01d9-0000-000000000000.exml... 13:31:15.406 [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 13:31:15.409 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:15.409 [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 13:31:15.411 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:15.411 [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. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:31:15.411 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.411 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.412 [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... 13:31:15.412 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.412 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.412 [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... 13:31:15.414 [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 13:31:15.417 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:15.417 [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 13:31:15.419 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:15.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/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:31:15.419 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.419 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.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/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml... 13:31:15.420 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.420 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.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/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml... 13:31:15.422 [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 13:31:15.425 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:15.425 [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 13:31:15.428 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:15.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/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:31:15.428 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.428 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.429 [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... 13:31:15.429 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.431 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.431 [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... 13:31:15.492 [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 13:31:15.494 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:15.494 [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 13:31:15.496 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:15.496 [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. 0s67ms [pure insertion] marking any relevant derived attributes for update...13:31:15.496 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:31:15.497 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:31:15.497 [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... 13:31:15.497 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.497 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.497 [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... 13:31:15.500 [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 13:31:15.502 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:15.502 [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 13:31:15.504 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:15.504 [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...13:31:15.504 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.504 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.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/ec22d8ff-de86-11de-905b-001302895b2b.exml... 13:31:15.505 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.505 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.505 [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... 13:31:15.507 [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 13:31:15.510 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:15.510 [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 13:31:15.513 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:15.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/ec22d8ff-de86-11de-905b-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:31:15.513 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.513 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.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/554cb8bb-5d0e-11df-a996-001302895b2b.exml... 13:31:15.514 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.516 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.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/554cb8bb-5d0e-11df-a996-001302895b2b.exml... 13:31:15.518 [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 13:31:15.521 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:15.521 [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 13:31:15.523 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:15.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/554cb8bb-5d0e-11df-a996-001302895b2b.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:31:15.523 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.523 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.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/ed0bb1c3-de99-11de-905b-001302895b2b.exml... 13:31:15.524 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.524 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.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/ed0bb1c3-de99-11de-905b-001302895b2b.exml... 13:31:15.526 [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 13:31:15.528 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:15.528 [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 13:31:15.530 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:15.530 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...13:31:15.530 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.530 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.530 [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... 13:31:15.530 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.530 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.530 [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... 13:31:15.532 [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 13:31:15.590 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:31:15.590 [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 13:31:15.593 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:15.593 [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. 0s63ms [pure insertion] marking any relevant derived attributes for update...13:31:15.593 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.593 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.593 [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... 13:31:15.593 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.593 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.593 [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... 13:31:15.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.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml 13:31:15.604 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 13:31:15.604 [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 13:31:15.613 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 13:31:15.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.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml. 0s20ms [pure insertion] marking any relevant derived attributes for update...13:31:15.613 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.613 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.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.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml... 13:31:15.613 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.615 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.615 [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... 13:31:15.617 [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 13:31:15.619 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:15.619 [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 13:31:15.621 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:15.621 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:31:15.621 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.621 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.621 [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... 13:31:15.621 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.622 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.622 [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... 13:31:15.623 [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 13:31:15.625 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:15.625 [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 13:31:15.628 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:15.628 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:31:15.628 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.628 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.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/00700680-0000-01db-0000-000000000000.exml... 13:31:15.628 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.628 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.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/00700680-0000-01db-0000-000000000000.exml... 13:31:15.630 [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 13:31:15.690 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:15.690 [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 13:31:15.693 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:15.693 [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. 0s65ms [pure insertion] marking any relevant derived attributes for update...13:31:15.693 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.693 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.693 [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... 13:31:15.693 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.693 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.693 [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... 13:31:15.697 [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 13:31:15.699 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:15.699 [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 13:31:15.701 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:15.701 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:31:15.701 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.701 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.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/01ec1ac4-0000-2eff-0000-000000000000.exml... 13:31:15.701 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.701 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.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/01ec1ac4-0000-2eff-0000-000000000000.exml... 13:31:15.703 [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 13:31:15.705 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:15.705 [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 13:31:15.707 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:15.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/01ec1ac4-0000-2eff-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...13:31:15.707 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.707 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.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/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml... 13:31:15.708 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.708 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.708 [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... 13:31:15.710 [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 13:31:15.712 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:15.713 [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 13:31:15.715 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:15.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/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:31:15.715 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.715 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.715 [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... 13:31:15.715 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.715 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.715 [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... 13:31:15.719 [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 13:31:15.721 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 13:31:15.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-0012-0000-000000000000.exml 13:31:15.723 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:15.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-0012-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:31:15.723 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.723 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.723 [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... 13:31:15.724 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.724 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.724 [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... 13:31:15.726 [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 13:31:15.793 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~11sec) 13:31:15.793 [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 13:31:15.803 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 13:31:15.803 [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. 0s80ms [pure insertion] marking any relevant derived attributes for update...13:31:15.803 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.803 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.804 [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... 13:31:15.804 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.804 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.804 [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... 13:31:15.806 [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 13:31:15.814 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 13:31:15.814 [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 13:31:15.822 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 13:31:15.822 [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. 0s18ms [pure insertion] marking any relevant derived attributes for update...13:31:15.822 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.822 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.823 [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... 13:31:15.823 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.823 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.823 [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... 13:31:15.825 [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 13:31:15.827 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:15.827 [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 13:31:15.828 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:15.828 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...13:31:15.828 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.828 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.829 [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... 13:31:15.829 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.829 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.829 [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... 13:31:15.891 [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 13:31:15.893 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:15.893 [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 13:31:15.894 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:15.895 [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. 0s66ms [pure insertion] marking any relevant derived attributes for update...13:31:15.895 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.895 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.895 [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... 13:31:15.895 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.895 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.895 [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... 13:31:15.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/Standard.DataType/00000004-0000-0013-0000-000000000000.exml 13:31:15.900 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 13:31:15.900 [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 13:31:15.902 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:15.902 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:31:15.902 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.902 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.902 [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... 13:31:15.902 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.902 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.902 [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... 13:31:15.904 [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 13:31:15.912 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 13:31:15.912 [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 13:31:15.920 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 13:31:15.920 [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. 0s18ms [pure insertion] marking any relevant derived attributes for update...13:31:15.920 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.920 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.921 [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... 13:31:15.921 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.921 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.921 [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... 13:31:15.923 [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 13:31:15.926 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:31:15.926 [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 13:31:15.991 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:31:15.991 [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. 0s70ms [pure insertion] marking any relevant derived attributes for update...13:31:15.991 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.991 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.991 [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... 13:31:15.991 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.991 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.991 [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... 13:31:15.993 [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 13:31:15.997 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:15.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 13:31:15.998 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:15.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/b9654705-c2f9-11de-8ac8-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:31:15.998 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:15.999 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:15.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/01ec12fc-0000-0251-0000-000000000000.exml... 13:31:15.999 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:15.999 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:15.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/01ec12fc-0000-0251-0000-000000000000.exml... 13:31:16.001 [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 13:31:16.002 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:16.002 [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 13:31:16.004 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:16.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/01ec12fc-0000-0251-0000-000000000000.exml. 0s5ms [pure insertion] marking any relevant derived attributes for update...13:31:16.004 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:16.004 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:16.004 [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... 13:31:16.004 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:16.004 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:16.004 [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... 13:31:16.006 [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 13:31:16.010 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:31:16.010 [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 13:31:16.013 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:31:16.013 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:31:16.013 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:31:16.014 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:31:16.014 [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... 13:31:16.014 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:16.014 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:16.014 [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... 13:31:16.019 [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 13:31:16.023 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:31:16.023 [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 13:31:16.026 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:31:16.026 [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. 0s12ms [pure insertion] marking any relevant derived attributes for update...13:31:16.026 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:16.026 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:16.026 [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... 13:31:16.026 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:16.027 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:16.027 [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... 13:31:16.028 [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 13:31:16.030 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:16.030 [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 13:31:16.032 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:16.032 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...13:31:16.032 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s58ms 13:31:16.090 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s58ms 13:31:16.090 [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... 13:31:16.090 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:16.090 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:16.090 [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... 13:31:16.095 [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 13:31:16.098 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:16.098 [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 13:31:16.100 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:16.100 [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. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:31:16.100 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:16.100 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:16.101 [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... 13:31:16.101 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:16.101 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:16.101 [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... 13:31:16.103 [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 13:31:16.106 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:16.106 [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 13:31:16.108 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:16.108 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:31:16.108 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:31:16.109 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:31:16.109 [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... 13:31:16.109 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:16.109 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:16.109 [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... 13:31:16.111 [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 13:31:16.114 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:16.114 [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 13:31:16.117 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:16.117 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:31:16.117 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:16.117 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:16.118 [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... 13:31:16.118 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:16.118 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:16.118 [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... 13:31:16.121 [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 13:31:16.131 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec) 13:31:16.132 [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 13:31:16.201 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 13:31:16.201 [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. 0s84ms [pure insertion] marking any relevant derived attributes for update...13:31:16.201 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:16.201 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:16.201 [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... 13:31:16.201 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:16.202 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:16.202 [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... 13:31:16.204 [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 13:31:16.206 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:16.206 [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 13:31:16.207 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:16.207 [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...13:31:16.207 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:16.207 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:16.208 [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... 13:31:16.208 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:16.208 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:16.208 [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... 13:31:16.210 [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 13:31:16.212 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:16.212 [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 13:31:16.214 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:16.214 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...13:31:16.214 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:16.214 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:16.215 [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... 13:31:16.215 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:16.216 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:16.216 [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... 13:31:16.218 [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 13:31:16.219 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:16.219 [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 13:31:16.221 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:16.221 [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...13:31:16.221 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:16.221 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:16.222 [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... 13:31:16.222 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:16.222 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:16.222 [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... 13:31:16.223 [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 13:31:16.300 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~20sec) 13:31:16.300 [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 13:31:16.312 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 13:31:16.312 [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. 0s90ms [pure insertion] marking any relevant derived attributes for update...13:31:16.312 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:16.312 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:16.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.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml... 13:31:16.313 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:16.313 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:16.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.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml... 13:31:16.316 [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 13:31:16.318 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:16.318 [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 13:31:16.319 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:16.319 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...13:31:16.319 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:16.319 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:16.320 [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... 13:31:16.320 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:16.320 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:16.320 [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... 13:31:16.322 [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 13:31:16.323 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:16.323 [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 13:31:16.325 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:16.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/01ec141c-0000-12f2-0000-000000000000.exml. 0s5ms [pure insertion] marking any relevant derived attributes for update...13:31:16.325 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:16.325 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:16.325 [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... 13:31:16.325 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:16.326 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:16.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/01280500-0000-0b37-0000-000000000000.exml... 13:31:16.327 [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 13:31:16.329 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:16.329 [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 13:31:16.331 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:16.331 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...13:31:16.331 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:16.331 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:16.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/b071b025-c2fc-11de-8ac8-001302895b2b.exml... 13:31:16.332 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:16.332 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:16.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/b071b025-c2fc-11de-8ac8-001302895b2b.exml... 13:31:16.392 [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 13:31:16.396 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:16.396 [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 13:31:16.399 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:16.399 [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. 0s67ms [pure insertion] marking any relevant derived attributes for update...13:31:16.399 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:16.399 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:16.400 [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... 13:31:16.400 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:16.400 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:16.400 [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... 13:31:16.402 [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 13:31:16.408 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 13:31:16.408 [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 13:31:16.410 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:16.410 [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...13:31:16.410 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:16.410 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:16.411 [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... 13:31:16.411 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:16.412 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:16.412 [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... 13:31:16.414 [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 13:31:16.516 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 13:31:16.516 [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 13:31:16.619 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 13:31:16.619 [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. 0s208ms [pure insertion] marking any relevant derived attributes for update...13:31:16.619 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:16.619 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:16.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/00700680-0000-01b8-0000-000000000000.exml... 13:31:16.619 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:16.619 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:16.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/00700680-0000-01b8-0000-000000000000.exml... 13:31:16.622 [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 13:31:16.624 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:16.624 [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 13:31:16.627 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:16.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/00700680-0000-01b8-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:31:16.627 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:16.627 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:16.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/Standard.DataType/00000004-0000-000f-0000-000000000000.exml... 13:31:16.627 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:16.627 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:16.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/Standard.DataType/00000004-0000-000f-0000-000000000000.exml... 13:31:16.630 [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 13:31:16.632 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 13:31:16.632 [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 13:31:16.691 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:16.691 [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. 0s64ms [pure insertion] marking any relevant derived attributes for update...13:31:16.691 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:16.691 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:16.692 [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... 13:31:16.692 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:16.692 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:16.692 [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... 13:31:16.696 [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 13:31:16.699 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:16.699 [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 13:31:16.709 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:16.709 [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. 0s17ms [pure insertion] marking any relevant derived attributes for update...13:31:16.709 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:16.709 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:16.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/61222898-ff82-4681-a82f-a8f14c479dd1.exml... 13:31:16.709 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:16.709 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:16.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/61222898-ff82-4681-a82f-a8f14c479dd1.exml... 13:31:16.712 [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 13:31:16.714 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:16.714 [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 13:31:16.717 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:16.717 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:31:16.717 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:16.717 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:16.717 [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... 13:31:16.717 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:16.718 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:16.718 [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... 13:31:16.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.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml 13:31:16.790 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:31:16.790 [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 13:31:16.793 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:16.793 [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. 0s76ms [pure insertion] marking any relevant derived attributes for update...13:31:16.793 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:16.793 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:16.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.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml... 13:31:16.793 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:16.793 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:16.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.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml... 13:31:16.798 [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 13:31:16.800 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:31:16.800 [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 13:31:16.803 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:16.803 [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. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:31:16.803 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:16.803 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:16.803 [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... 13:31:16.803 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:16.803 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:16.803 [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... 13:31:16.806 [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 13:31:16.808 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:31:16.808 [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 13:31:16.811 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:16.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.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:31:16.811 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:16.811 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:16.812 [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... 13:31:16.812 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:16.812 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:16.812 [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... 13:31:16.814 [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 13:31:16.891 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec) 13:31:16.891 [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 13:31:16.903 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 13:31:16.903 [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. 0s91ms [pure insertion] marking any relevant derived attributes for update...13:31:16.903 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:16.903 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:16.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/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml... 13:31:16.904 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:16.904 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:16.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/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml... 13:31:16.907 [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 13:31:16.911 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:31:16.911 [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 13:31:16.914 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:16.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.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:31:16.914 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:16.914 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:16.914 [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... 13:31:16.914 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:16.915 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:16.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/eb8f06b7-de86-11de-905b-001302895b2b.exml... 13:31:16.917 [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 13:31:16.920 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:16.920 [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 13:31:16.922 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:16.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/eb8f06b7-de86-11de-905b-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:31:16.922 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:16.922 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:16.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/ee97796b-de99-11de-905b-001302895b2b.exml... 13:31:16.923 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:16.923 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:16.923 [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... 13:31:16.925 [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 13:31:16.928 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:16.928 [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 13:31:16.930 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:16.930 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:31:16.930 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:16.930 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:16.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... 13:31:16.931 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:16.931 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:16.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... 13:31:16.993 [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 13:31:16.996 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:16.996 [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 13:31:16.998 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:16.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/00700680-0000-0204-0000-000000000000.exml. 0s67ms [pure insertion] marking any relevant derived attributes for update...13:31:16.998 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:16.998 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:16.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/3254be34-c7d8-4018-8a68-5de65c30b773.exml... 13:31:16.999 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:16.999 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:16.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/3254be34-c7d8-4018-8a68-5de65c30b773.exml... 13:31:17.002 [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 13:31:17.007 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 13:31:17.007 [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 13:31:17.012 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:31:17.012 [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. 0s13ms [pure insertion] marking any relevant derived attributes for update...13:31:17.012 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:17.012 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:17.012 [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... 13:31:17.012 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:17.013 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:17.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/e445c33b-de99-11de-905b-001302895b2b.exml... 13:31:17.016 [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 13:31:17.018 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:17.018 [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 13:31:17.021 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:17.021 [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...13:31:17.021 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:17.021 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:17.022 [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... 13:31:17.022 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:17.024 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:17.024 [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... 13:31:17.026 [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 13:31:17.028 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:17.028 [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 13:31:17.030 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:17.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/01ec1ac4-0000-2f09-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:31:17.030 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:17.030 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:17.030 [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... 13:31:17.030 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:17.030 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:17.030 [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... 13:31:17.090 [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 13:31:17.092 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:17.092 [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 13:31:17.094 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:17.094 [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. 0s64ms [pure insertion] marking any relevant derived attributes for update...13:31:17.094 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:17.094 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:17.094 [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... 13:31:17.094 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:17.094 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:17.094 [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... 13:31:17.096 [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 13:31:17.098 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:17.098 [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 13:31:17.100 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:17.100 [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...13:31:17.100 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:17.100 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:17.101 [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... 13:31:17.101 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:17.101 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:17.101 [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... 13:31:17.104 [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 13:31:17.106 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:17.106 [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 13:31:17.108 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:17.108 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:31:17.108 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:17.108 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:17.108 [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... 13:31:17.108 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:17.108 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:17.108 [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... 13:31:17.110 [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 13:31:17.112 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:17.112 [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 13:31:17.114 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:17.114 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...13:31:17.114 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:17.114 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:17.114 [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) 13:31:17.114 [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... 13:31:17.114 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:17.114 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:17.114 [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... 13:31:17.116 [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 13:31:17.120 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:31:17.120 [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 13:31:17.125 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:31:17.125 [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. 0s11ms [pure insertion] marking any relevant derived attributes for update...13:31:17.125 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:17.125 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:17.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/89326f2e-c2fc-11de-8ac8-001302895b2b.exml... 13:31:17.125 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:17.126 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:17.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/89326f2e-c2fc-11de-8ac8-001302895b2b.exml... 13:31:17.127 [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 13:31:17.129 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:17.129 [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 13:31:17.131 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:17.131 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...13:31:17.131 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:17.131 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:17.131 [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... 13:31:17.131 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:17.131 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:17.131 [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... 13:31:17.190 [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 13:31:17.192 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:17.192 [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 13:31:17.194 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:17.194 [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. 0s63ms [pure insertion] marking any relevant derived attributes for update...13:31:17.194 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:17.194 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:17.194 [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... 13:31:17.194 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:17.195 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:17.195 [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... 13:31:17.197 [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 13:31:17.200 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:31:17.200 [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 13:31:17.202 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:17.202 [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...13:31:17.202 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:17.202 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:17.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.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml... 13:31:17.202 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:17.203 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:17.203 [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... 13:31:17.205 [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 13:31:17.305 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 13:31:17.305 [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 13:31:17.410 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 13:31:17.410 [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. 0s208ms [pure insertion] marking any relevant derived attributes for update...13:31:17.410 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:17.410 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:17.411 [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... 13:31:17.411 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:17.411 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:17.411 [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... 13:31:17.413 [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 13:31:17.416 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:17.416 [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 13:31:17.419 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:17.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/67694a37-c2f9-11de-8ac8-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:31:17.419 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:17.419 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:17.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/01ec12fc-0000-021a-0000-000000000000.exml... 13:31:17.420 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:17.420 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:17.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/01ec12fc-0000-021a-0000-000000000000.exml... 13:31:17.427 [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 13:31:17.429 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:17.429 [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 13:31:17.490 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:17.490 [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. 0s70ms [pure insertion] marking any relevant derived attributes for update...13:31:17.490 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:17.490 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:17.491 [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... 13:31:17.491 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:17.491 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:17.491 [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... 13:31:17.493 [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 13:31:17.495 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:17.495 [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 13:31:17.497 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:17.497 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...13:31:17.497 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:17.497 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:17.497 [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... 13:31:17.497 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:17.498 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:17.498 [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... 13:31:17.500 [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 13:31:17.504 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:17.504 [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 13:31:17.508 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:17.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/002005c0-0001-000f-0000-000000000000.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...13:31:17.508 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:31:17.509 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:31:17.509 [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... 13:31:17.509 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:17.509 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:17.509 [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... 13:31:17.514 [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 13:31:17.516 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 13:31:17.517 [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 13:31:17.518 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:17.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/Standard.DataType/00000004-0000-0007-0000-000000000000.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:31:17.518 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:17.518 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:17.519 [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... 13:31:17.519 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:17.519 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:17.519 [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... 13:31:17.521 [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 13:31:17.523 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:17.523 [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 13:31:17.525 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:17.525 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...13:31:17.525 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:17.525 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:17.525 [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... 13:31:17.525 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:17.526 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:17.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/6432b987-256f-4121-9428-a89d364c2cef.exml... 13:31:17.528 [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 13:31:17.592 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:17.592 [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 13:31:17.596 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:17.596 [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. 0s71ms [pure insertion] marking any relevant derived attributes for update...13:31:17.596 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:17.596 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:17.597 [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... 13:31:17.597 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:17.599 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:17.599 [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... 13:31:17.600 [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 13:31:17.603 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:17.603 [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 13:31:17.610 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:17.610 [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. 0s13ms [pure insertion] marking any relevant derived attributes for update...13:31:17.610 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:17.610 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:17.610 [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... 13:31:17.610 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:17.610 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:17.610 [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... 13:31:17.612 [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 13:31:17.615 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec) 13:31:17.615 [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 13:31:17.617 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:17.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/Standard.Package/00000004-0000-0004-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:31:17.617 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:17.617 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:17.618 [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... 13:31:17.618 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:17.618 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:17.618 [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... 13:31:17.620 [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 13:31:17.624 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:17.624 [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 13:31:17.690 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:17.690 [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. 0s72ms [pure insertion] marking any relevant derived attributes for update...13:31:17.690 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:17.690 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:17.691 [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... 13:31:17.691 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:17.692 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:17.692 [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... 13:31:17.694 [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 13:31:17.696 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:17.696 [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 13:31:17.698 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:17.698 [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...13:31:17.698 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:17.698 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:17.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/641a5778-89a9-11df-9978-0014224f9977.exml... 13:31:17.698 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:17.698 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:17.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/641a5778-89a9-11df-9978-0014224f9977.exml... 13:31:17.700 [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 13:31:17.724 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec) 13:31:17.724 [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 13:31:17.800 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 13:31:17.800 [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. 0s102ms [pure insertion] marking any relevant derived attributes for update...13:31:17.800 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:17.800 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:17.800 [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... 13:31:17.800 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:17.800 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:17.800 [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... 13:31:17.806 [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 13:31:17.809 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:17.809 [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 13:31:17.811 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:17.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/002005c0-0001-0009-0000-000000000000.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...13:31:17.811 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:17.811 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:17.811 [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... 13:31:17.811 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:17.811 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:17.811 [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... 13:31:17.814 [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 13:31:17.817 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:31:17.817 [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 13:31:17.819 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:17.819 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:31:17.819 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:17.819 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:17.820 [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... 13:31:17.820 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:17.820 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:17.820 [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... 13:31:17.823 [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 13:31:17.913 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec) 13:31:17.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/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml 13:31:17.993 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 13:31:17.993 [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. 0s173ms [pure insertion] marking any relevant derived attributes for update...13:31:17.993 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:17.994 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:17.994 [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... 13:31:17.994 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:17.994 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:17.994 [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... 13:31:18.020 [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 13:31:18.022 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:18.022 [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 13:31:18.025 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:18.025 [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. 0s31ms [pure insertion] marking any relevant derived attributes for update...13:31:18.025 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:18.025 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:18.025 [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... 13:31:18.025 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:18.025 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:18.025 [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... 13:31:18.027 [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 13:31:18.031 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:18.031 [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 13:31:18.039 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:18.039 [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...13:31:18.039 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:18.039 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:18.039 [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... 13:31:18.039 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:18.039 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:18.039 [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... 13:31:18.042 [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 13:31:18.044 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 13:31:18.044 [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 13:31:18.046 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:18.046 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:31:18.046 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:18.046 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:18.046 [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... 13:31:18.046 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:18.046 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:18.046 [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... 13:31:18.092 [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 13:31:18.094 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:18.094 [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 13:31:18.096 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:18.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/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml. 0s50ms [pure insertion] marking any relevant derived attributes for update...13:31:18.096 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:18.096 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:18.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/01ec141c-0000-12fc-0000-000000000000.exml... 13:31:18.096 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:18.097 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:18.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/01ec141c-0000-12fc-0000-000000000000.exml... 13:31:18.099 [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 13:31:18.104 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:18.104 [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 13:31:18.109 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:18.109 [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. 0s13ms [pure insertion] marking any relevant derived attributes for update...13:31:18.109 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:18.109 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:18.110 [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... 13:31:18.110 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:18.112 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:18.112 [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... 13:31:18.115 [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 13:31:18.118 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:31:18.118 [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 13:31:18.121 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:18.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/3afb2822-6518-4c74-9e9a-404317519061.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...13:31:18.121 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:18.121 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:18.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/01ec12fc-0000-0260-0000-000000000000.exml... 13:31:18.121 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:18.121 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:18.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/01ec12fc-0000-0260-0000-000000000000.exml... 13:31:18.124 [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 13:31:18.127 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:18.127 [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 13:31:18.129 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:18.129 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:31:18.129 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:18.129 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:18.130 [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... 13:31:18.130 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:18.130 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:18.130 [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... 13:31:18.191 [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 13:31:18.194 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:18.194 [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 13:31:18.198 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:18.198 [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. 0s68ms [pure insertion] marking any relevant derived attributes for update...13:31:18.198 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:31:18.199 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:31:18.199 [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... 13:31:18.199 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:18.199 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:18.199 [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... 13:31:18.207 [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 13:31:18.212 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:31:18.212 [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 13:31:18.218 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:31:18.218 [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. 0s19ms [pure insertion] marking any relevant derived attributes for update...13:31:18.218 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:18.218 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:18.219 [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... 13:31:18.219 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:18.219 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:18.219 [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... 13:31:18.222 [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 13:31:18.227 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 13:31:18.228 [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 13:31:18.231 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:18.231 [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...13:31:18.231 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:18.231 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:18.232 [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... 13:31:18.232 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:18.291 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:18.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.PropertyType/01a40888-0000-002a-0000-000000000000.exml... 13:31:18.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.PropertyType/01a40888-0000-002a-0000-000000000000.exml 13:31:18.297 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:18.297 [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 13:31:18.299 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:18.299 [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. 0s67ms [pure insertion] marking any relevant derived attributes for update...13:31:18.299 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:18.299 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:18.300 [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... 13:31:18.300 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:18.300 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:18.300 [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... 13:31:18.303 [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 13:31:18.313 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 13:31:18.313 [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 13:31:18.329 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:31:18.330 [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. 0s30ms [pure insertion] marking any relevant derived attributes for update...13:31:18.330 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:18.330 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:18.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/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml... 13:31:18.330 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:18.330 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:18.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/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml... 13:31:18.333 [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 13:31:18.391 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:18.391 [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 13:31:18.394 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:18.394 [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. 0s64ms [pure insertion] marking any relevant derived attributes for update...13:31:18.394 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:18.394 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:18.394 [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... 13:31:18.394 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:18.395 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:18.395 [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... 13:31:18.397 [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 13:31:18.400 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:18.400 [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 13:31:18.404 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:18.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/00d0052c-0000-0143-0000-000000000000.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:31:18.404 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:18.404 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:18.405 [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... 13:31:18.405 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:18.405 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:18.405 [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... 13:31:18.414 [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 13:31:18.510 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec) 13:31:18.510 [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 13:31:18.610 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 13:31:18.610 [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. 0s205ms [pure insertion] marking any relevant derived attributes for update...13:31:18.610 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:18.610 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:18.611 [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... 13:31:18.611 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:18.611 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:18.611 [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... 13:31:18.613 [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 13:31:18.616 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:18.616 [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 13:31:18.619 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:18.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/ff6e0375-5d09-11df-a996-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:31:18.619 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:18.619 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:18.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/1abd18db-c2fd-11de-8ac8-001302895b2b.exml... 13:31:18.619 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:18.619 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:18.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/1abd18db-c2fd-11de-8ac8-001302895b2b.exml... 13:31:18.623 [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 13:31:18.629 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:18.629 [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 13:31:18.696 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:18.696 [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. 0s77ms [pure insertion] marking any relevant derived attributes for update...13:31:18.697 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:18.697 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:18.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/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml... 13:31:18.697 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:18.697 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:18.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/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml... 13:31:18.700 [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 13:31:18.705 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:31:18.705 [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 13:31:18.710 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:31:18.710 [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. 0s13ms [pure insertion] marking any relevant derived attributes for update...13:31:18.710 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:31:18.711 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:31:18.711 [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... 13:31:18.711 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:18.711 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:18.711 [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... 13:31:18.714 [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 13:31:18.730 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 13:31:18.730 [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 13:31:18.794 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:31:18.794 [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. 0s83ms [pure insertion] marking any relevant derived attributes for update...13:31:18.794 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:18.794 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:18.794 [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... 13:31:18.794 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:18.795 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:18.795 [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... 13:31:18.797 [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 13:31:18.803 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:31:18.803 [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 13:31:18.810 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:31:18.810 [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. 0s16ms [pure insertion] marking any relevant derived attributes for update...13:31:18.810 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:18.810 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:18.811 [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... 13:31:18.811 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:18.811 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:18.811 [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... 13:31:18.818 [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 13:31:18.820 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec) 13:31:18.820 [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 13:31:18.823 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:18.823 [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. 0s12ms [pure insertion] marking any relevant derived attributes for update...13:31:18.823 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:18.823 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:18.823 [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... 13:31:18.823 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:18.824 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:18.824 [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... 13:31:18.826 [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 13:31:18.828 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:18.828 [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 13:31:18.830 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:18.830 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:31:18.830 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:18.830 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:18.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/00700680-0000-01ca-0000-000000000000.exml... 13:31:18.830 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:18.830 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:18.831 [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... 13:31:18.832 [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 13:31:18.892 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:18.892 [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 13:31:18.895 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:18.895 [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. 0s65ms [pure insertion] marking any relevant derived attributes for update...13:31:18.895 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:18.895 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:18.896 [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... 13:31:18.896 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:18.896 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:18.896 [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... 13:31:18.900 [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 13:31:18.905 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:18.905 [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 13:31:18.907 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:18.907 [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. 0s11ms [pure insertion] marking any relevant derived attributes for update...13:31:18.907 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:18.907 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:18.907 [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... 13:31:18.907 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:18.907 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:18.907 [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... 13:31:18.909 [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 13:31:18.913 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:31:18.913 [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 13:31:18.916 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:31:18.916 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:31:18.916 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:31:18.917 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:31:18.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/ad46ab04-9310-11df-a4cf-0014224f9977.exml... 13:31:18.917 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:18.917 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:18.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/ad46ab04-9310-11df-a4cf-0014224f9977.exml... 13:31:18.920 [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 13:31:18.925 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:18.925 [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 13:31:18.927 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:18.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/ad46ab04-9310-11df-a4cf-0014224f9977.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:31:18.927 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:18.927 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:18.927 [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... 13:31:18.927 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:18.927 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:18.927 [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... 13:31:18.929 [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 13:31:18.991 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:18.991 [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 13:31:18.992 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:18.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/744f6321-c2f9-11de-8ac8-001302895b2b.exml. 0s65ms [pure insertion] marking any relevant derived attributes for update...13:31:18.992 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:18.992 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:18.993 [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... 13:31:18.993 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:18.993 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:18.993 [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... 13:31:18.995 [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 13:31:19.008 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec) 13:31:19.008 [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 13:31:19.016 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 13:31:19.016 [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. 0s23ms [pure insertion] marking any relevant derived attributes for update...13:31:19.016 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.016 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.016 [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... 13:31:19.016 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.016 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.016 [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... 13:31:19.018 [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 13:31:19.022 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:31:19.022 [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 13:31:19.029 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:31:19.029 [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. 0s13ms [pure insertion] marking any relevant derived attributes for update...13:31:19.029 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.030 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.030 [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... 13:31:19.030 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.030 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.030 [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... 13:31:19.090 [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 13:31:19.098 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:19.098 [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 13:31:19.100 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:19.100 [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. 0s70ms [pure insertion] marking any relevant derived attributes for update...13:31:19.100 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.100 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.100 [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... 13:31:19.101 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.102 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.102 [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... 13:31:19.104 [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 13:31:19.106 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:19.106 [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 13:31:19.108 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:19.108 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:31:19.108 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.108 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.108 [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... 13:31:19.108 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.108 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.108 [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... 13:31:19.110 [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 13:31:19.112 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 13:31:19.112 [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 13:31:19.115 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:19.115 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:31:19.116 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.116 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.116 [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... 13:31:19.116 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.116 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.116 [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... 13:31:19.122 [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 13:31:19.124 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:19.124 [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 13:31:19.125 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:19.126 [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. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:31:19.126 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.126 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.126 [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... 13:31:19.126 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.126 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.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/01ec12fc-0000-0a37-0000-000000000000.exml... 13:31:19.128 [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 13:31:19.129 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:19.129 [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 13:31:19.131 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:19.131 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...13:31:19.131 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.131 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.131 [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... 13:31:19.131 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.132 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.132 [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... 13:31:19.191 [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 13:31:19.193 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:19.193 [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 13:31:19.195 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:19.195 [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. 0s64ms [pure insertion] marking any relevant derived attributes for update...13:31:19.195 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.195 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.195 [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... 13:31:19.195 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.195 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.195 [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... 13:31:19.198 [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 13:31:19.200 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:19.200 [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 13:31:19.202 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:19.202 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:31:19.202 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.202 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.202 [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... 13:31:19.202 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.202 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.202 [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... 13:31:19.204 [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 13:31:19.208 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:31:19.208 [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 13:31:19.212 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:31:19.212 [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. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:31:19.212 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.212 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.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/00700680-0000-01bd-0000-000000000000.exml... 13:31:19.212 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.212 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.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/00700680-0000-01bd-0000-000000000000.exml... 13:31:19.216 [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 13:31:19.221 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:19.221 [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 13:31:19.222 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:19.222 [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. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:31:19.222 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.222 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.223 [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... 13:31:19.223 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.223 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.223 [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... 13:31:19.225 [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 13:31:19.226 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:19.226 [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 13:31:19.228 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:19.228 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...13:31:19.228 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.228 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.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/00700680-0000-01ef-0000-000000000000.exml... 13:31:19.228 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.228 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.229 [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... 13:31:19.291 [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 13:31:19.293 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:19.293 [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 13:31:19.296 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:19.296 [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. 0s68ms [pure insertion] marking any relevant derived attributes for update...13:31:19.296 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.296 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.296 [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... 13:31:19.296 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.297 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.297 [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... 13:31:19.300 [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 13:31:19.306 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:31:19.307 [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 13:31:19.310 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:31:19.310 [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. 0s14ms [pure insertion] marking any relevant derived attributes for update...13:31:19.310 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.310 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.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/8e76c95f-5821-11df-be59-001302895b2b.exml... 13:31:19.310 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.310 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.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/8e76c95f-5821-11df-be59-001302895b2b.exml... 13:31:19.312 [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 13:31:19.314 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:19.314 [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 13:31:19.316 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:19.316 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...13:31:19.316 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.316 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.316 [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... 13:31:19.316 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.316 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.316 [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... 13:31:19.319 [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 13:31:19.328 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:31:19.328 [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 13:31:19.392 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:31:19.392 [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. 0s76ms [pure insertion] marking any relevant derived attributes for update...13:31:19.392 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.392 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.393 [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... 13:31:19.393 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.393 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.393 [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... 13:31:19.395 [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 13:31:19.397 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:19.397 [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 13:31:19.398 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:19.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/00700680-0000-01f9-0000-000000000000.exml. 0s5ms [pure insertion] marking any relevant derived attributes for update...13:31:19.398 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:31:19.399 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:31:19.399 [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... 13:31:19.399 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.399 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.399 [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... 13:31:19.401 [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 13:31:19.415 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 13:31:19.415 [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 13:31:19.420 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:31:19.420 [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. 0s21ms [pure insertion] marking any relevant derived attributes for update...13:31:19.420 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.420 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.421 [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... 13:31:19.421 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.421 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.421 [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... 13:31:19.423 [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 13:31:19.424 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 13:31:19.425 [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 13:31:19.426 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:19.426 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...13:31:19.426 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.426 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.427 [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... 13:31:19.427 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.427 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.427 [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... 13:31:19.491 [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 13:31:19.500 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 13:31:19.500 [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 13:31:19.506 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:31:19.506 [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. 0s79ms [pure insertion] marking any relevant derived attributes for update...13:31:19.506 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.506 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.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/fca54004-5d0d-11df-a996-001302895b2b.exml... 13:31:19.506 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.506 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.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/fca54004-5d0d-11df-a996-001302895b2b.exml... 13:31:19.508 [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 13:31:19.511 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:19.511 [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 13:31:19.515 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:19.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/fca54004-5d0d-11df-a996-001302895b2b.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:31:19.515 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.515 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.515 [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... 13:31:19.515 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.515 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.515 [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... 13:31:19.519 [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 13:31:19.524 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:19.524 [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 13:31:19.526 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:19.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-0238-0000-000000000000.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...13:31:19.526 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.526 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.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/00000000-0000-9c44-0000-000000000000.exml... 13:31:19.527 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.527 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.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/00000000-0000-9c44-0000-000000000000.exml... 13:31:19.529 [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 13:31:19.531 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:19.531 [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 13:31:19.533 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:19.533 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...13:31:19.533 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.533 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.533 [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... 13:31:19.533 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.533 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.533 [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... 13:31:19.591 [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 13:31:19.593 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:19.594 [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 13:31:19.596 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:19.596 [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. 0s63ms [pure insertion] marking any relevant derived attributes for update...13:31:19.596 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.596 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.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/15d2108f-5d0c-11df-a996-001302895b2b.exml... 13:31:19.596 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.596 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.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/15d2108f-5d0c-11df-a996-001302895b2b.exml... 13:31:19.600 [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 13:31:19.605 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:19.605 [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 13:31:19.607 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:19.607 [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. 0s11ms [pure insertion] marking any relevant derived attributes for update...13:31:19.607 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.607 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.608 [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... 13:31:19.608 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.608 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.608 [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... 13:31:19.609 [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 13:31:19.611 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:19.611 [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 13:31:19.613 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:19.613 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...13:31:19.613 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.613 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.614 [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... 13:31:19.614 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.614 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.614 [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... 13:31:19.616 [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 13:31:19.618 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:19.618 [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 13:31:19.622 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:19.622 [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...13:31:19.622 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.622 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.622 [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... 13:31:19.622 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.622 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.622 [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... 13:31:19.626 [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 13:31:19.632 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:31:19.632 [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 13:31:19.692 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:31:19.692 [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. 0s70ms [pure insertion] marking any relevant derived attributes for update...13:31:19.692 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.692 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.692 [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... 13:31:19.692 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.692 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.692 [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... 13:31:19.694 [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 13:31:19.696 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:19.696 [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 13:31:19.697 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:19.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-01fe-0000-000000000000.exml. 0s5ms [pure insertion] marking any relevant derived attributes for update...13:31:19.697 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:31:19.698 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:31:19.698 [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... 13:31:19.698 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.698 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.698 [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... 13:31:19.701 [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 13:31:19.708 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:31:19.708 [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 13:31:19.712 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:31:19.712 [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. 0s14ms [pure insertion] marking any relevant derived attributes for update...13:31:19.712 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.712 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.712 [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... 13:31:19.712 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.712 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.712 [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... 13:31:19.714 [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 13:31:19.716 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:19.716 [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 13:31:19.718 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:19.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/89927bbf-c2f9-11de-8ac8-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...13:31:19.718 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.718 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.719 [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... 13:31:19.719 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.719 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.719 [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... 13:31:19.721 [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 13:31:19.728 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:31:19.728 [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 13:31:19.794 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:31:19.794 [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. 0s75ms [pure insertion] marking any relevant derived attributes for update...13:31:19.794 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.794 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.795 [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... 13:31:19.795 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.795 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.795 [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... 13:31:19.796 [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 13:31:19.798 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:19.798 [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 13:31:19.800 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:19.800 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...13:31:19.800 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.800 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.801 [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... 13:31:19.801 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.801 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.801 [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... 13:31:19.803 [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 13:31:19.805 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:19.805 [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 13:31:19.811 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:19.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/00bc4480-0000-06a8-0000-000000000000.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:31:19.811 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.811 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.812 [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... 13:31:19.812 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.812 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.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/00000000-0000-9c45-0000-000000000000.exml... 13:31:19.817 [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 13:31:19.824 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:19.824 [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 13:31:19.826 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:19.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/00000000-0000-9c45-0000-000000000000.exml. 0s14ms [pure insertion] marking any relevant derived attributes for update...13:31:19.826 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.826 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.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/0bd72298-5d08-11df-a996-001302895b2b.exml... 13:31:19.827 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.827 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.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/0bd72298-5d08-11df-a996-001302895b2b.exml... 13:31:19.829 [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 13:31:19.891 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:19.891 [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 13:31:19.893 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:19.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/0bd72298-5d08-11df-a996-001302895b2b.exml. 0s66ms [pure insertion] marking any relevant derived attributes for update...13:31:19.893 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.893 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.893 [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... 13:31:19.893 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.893 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.893 [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... 13:31:19.895 [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 13:31:19.897 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:19.897 [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 13:31:19.900 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:19.900 [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...13:31:19.900 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.900 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.900 [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... 13:31:19.900 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.900 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.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/00540a84-0000-0005-0000-000000000000.exml... 13:31:19.903 [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 13:31:19.909 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:19.909 [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 13:31:19.911 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:19.911 [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. 0s11ms [pure insertion] marking any relevant derived attributes for update...13:31:19.911 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.911 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.911 [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... 13:31:19.912 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.912 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.912 [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... 13:31:19.913 [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 13:31:19.917 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 13:31:19.917 [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 13:31:19.917 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:19.917 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...13:31:19.917 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.917 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.918 [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... 13:31:19.918 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.918 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.918 [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... 13:31:19.920 [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 13:31:19.923 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 13:31:19.923 [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 13:31:19.925 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:19.925 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:31:19.925 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.925 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.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/00700680-0000-01c7-0000-000000000000.exml... 13:31:19.925 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.926 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.926 [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... 13:31:19.928 [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 13:31:19.992 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:19.992 [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 13:31:19.994 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:19.994 [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. 0s69ms [pure insertion] marking any relevant derived attributes for update...13:31:19.994 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:19.994 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:19.994 [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... 13:31:19.994 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:19.994 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:19.994 [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... 13:31:19.996 [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 13:31:19.998 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:19.998 [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 13:31:20.000 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:20.000 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...13:31:20.000 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:20.000 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:20.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/5d357779-c2fd-11de-8ac8-001302895b2b.exml... 13:31:20.000 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:20.000 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:20.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/5d357779-c2fd-11de-8ac8-001302895b2b.exml... 13:31:20.002 [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 13:31:20.005 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:20.005 [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 13:31:20.009 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:20.009 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:31:20.009 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:20.009 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:20.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/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml... 13:31:20.009 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:20.009 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:20.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/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml... 13:31:20.013 [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 13:31:20.028 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec) 13:31:20.028 [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 13:31:20.106 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 13:31:20.106 [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. 0s97ms [pure insertion] marking any relevant derived attributes for update...13:31:20.106 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:20.106 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:20.106 [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... 13:31:20.106 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:20.106 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:20.106 [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... 13:31:20.108 [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 13:31:20.114 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 13:31:20.114 [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 13:31:20.116 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:20.116 [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. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:31:20.116 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:20.116 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:20.117 [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... 13:31:20.117 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:20.117 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:20.117 [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... 13:31:20.119 [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 13:31:20.200 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 8 NODES AND 8 M->MM REFERENCES! (took ~27sec) 13:31:20.200 [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 13:31:20.225 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 REFERENCES! (took ~0 sec) 13:31:20.225 [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. 0s108ms [pure insertion] marking any relevant derived attributes for update...13:31:20.225 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:20.225 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:20.225 [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... 13:31:20.225 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:20.225 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:20.225 [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... 13:31:20.228 [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 13:31:20.230 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:20.230 [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 13:31:20.232 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:20.232 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:31:20.232 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:20.232 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:20.232 [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... 13:31:20.232 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:20.232 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:20.232 [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... 13:31:20.293 [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 13:31:20.299 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:20.299 [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 13:31:20.301 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:20.301 [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. 0s69ms [pure insertion] marking any relevant derived attributes for update...13:31:20.301 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:20.301 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:20.302 [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... 13:31:20.302 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:20.302 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:20.302 [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... 13:31:20.304 [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 13:31:20.309 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 13:31:20.309 [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 13:31:20.315 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:31:20.315 [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. 0s13ms [pure insertion] marking any relevant derived attributes for update...13:31:20.315 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:20.315 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:20.316 [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... 13:31:20.316 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:20.316 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:20.316 [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... 13:31:20.320 [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 13:31:20.329 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec) 13:31:20.329 [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 13:31:20.395 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:31:20.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/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml. 0s79ms [pure insertion] marking any relevant derived attributes for update...13:31:20.395 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:20.395 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:20.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/00140d80-0000-0110-0000-000000000000.exml... 13:31:20.396 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:20.396 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:20.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/00140d80-0000-0110-0000-000000000000.exml... 13:31:20.398 [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 13:31:20.412 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec) 13:31:20.412 [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 13:31:20.419 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 13:31:20.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/00140d80-0000-0110-0000-000000000000.exml. 0s23ms [pure insertion] marking any relevant derived attributes for update...13:31:20.419 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:20.419 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:20.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/3f03c5f1-c308-11de-8ac8-001302895b2b.exml... 13:31:20.420 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:20.420 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:20.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/3f03c5f1-c308-11de-8ac8-001302895b2b.exml... 13:31:20.422 [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 13:31:20.425 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:20.425 [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 13:31:20.428 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:20.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/3f03c5f1-c308-11de-8ac8-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:31:20.428 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:31:20.429 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:31:20.429 [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... 13:31:20.429 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:20.430 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:20.430 [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... 13:31:20.491 [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 13:31:20.500 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec) 13:31:20.500 [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 13:31:20.508 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:31:20.508 [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. 0s79ms [pure insertion] marking any relevant derived attributes for update...13:31:20.508 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:20.508 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:20.508 [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) 13:31:20.508 [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... 13:31:20.508 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:20.508 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:20.508 [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... 13:31:20.512 [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 13:31:20.519 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:20.519 [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 13:31:20.520 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:20.520 [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. 0s12ms [pure insertion] marking any relevant derived attributes for update...13:31:20.520 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:31:20.521 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:31:20.521 [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... 13:31:20.521 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:20.521 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:20.521 [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... 13:31:20.523 [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 13:31:20.525 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:20.525 [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 13:31:20.529 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:20.529 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:31:20.529 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:20.529 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:20.529 [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... 13:31:20.529 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:20.529 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:20.529 [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... 13:31:20.590 [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 13:31:20.592 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:20.592 [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 13:31:20.595 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:20.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/01ec12fc-0000-0bfd-0000-000000000000.exml. 0s66ms [pure insertion] marking any relevant derived attributes for update...13:31:20.595 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:20.595 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:20.595 [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... 13:31:20.595 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:20.596 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:20.596 [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... 13:31:20.599 [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 13:31:20.607 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:31:20.607 [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 13:31:20.610 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:31:20.610 [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. 0s15ms [pure insertion] marking any relevant derived attributes for update...13:31:20.610 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:31:20.611 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:31:20.611 [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... 13:31:20.611 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:20.611 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:20.611 [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... 13:31:20.613 [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 13:31:20.615 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:20.616 [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 13:31:20.618 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:20.618 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:31:20.618 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:20.618 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:20.618 [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... 13:31:20.618 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:20.618 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:20.618 [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... 13:31:20.621 [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 13:31:20.624 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:20.624 [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 13:31:20.627 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:20.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/8fb43b1c-7819-11e1-a4f1-002564c97630.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:31:20.627 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:31:20.628 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:31:20.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/01ec12fc-0000-0aca-0000-000000000000.exml... 13:31:20.628 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:20.690 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:20.690 [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... 13:31:20.695 [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 13:31:20.697 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:20.697 [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 13:31:20.699 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:20.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/01ec12fc-0000-0aca-0000-000000000000.exml. 0s71ms [pure insertion] marking any relevant derived attributes for update...13:31:20.699 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:20.699 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:20.699 [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... 13:31:20.699 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:20.699 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:20.699 [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... 13:31:20.702 [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 13:31:20.704 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:20.704 [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 13:31:20.706 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:20.706 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:31:20.706 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:31:20.707 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:31:20.707 [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... 13:31:20.707 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:20.707 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:20.707 [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... 13:31:20.710 [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 13:31:20.713 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:20.713 [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 13:31:20.716 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:20.716 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:31:20.716 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:20.716 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:20.717 [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... 13:31:20.717 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:20.717 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:20.717 [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... 13:31:20.722 [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 13:31:20.726 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 13:31:20.726 [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 13:31:20.728 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:20.728 [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. 0s11ms [pure insertion] marking any relevant derived attributes for update...13:31:20.728 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:20.728 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:20.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/3c4678f8-f169-11df-ae59-0014224f9977.exml... 13:31:20.729 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:20.729 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:20.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/3c4678f8-f169-11df-ae59-0014224f9977.exml... 13:31:20.731 [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 13:31:20.794 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 13:31:20.794 [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 13:31:20.804 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:31:20.804 [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. 0s75ms [pure insertion] marking any relevant derived attributes for update...13:31:20.804 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:20.804 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:20.805 [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... 13:31:20.805 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:20.805 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:20.805 [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... 13:31:20.807 [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 13:31:20.812 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:31:20.812 [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 13:31:20.817 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:31:20.817 [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. 0s12ms [pure insertion] marking any relevant derived attributes for update...13:31:20.817 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:20.817 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:20.818 [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... 13:31:20.818 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:20.818 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:20.818 [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... 13:31:20.822 [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 13:31:21.028 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 NODES AND 23 M->MM REFERENCES! (took ~69sec) 13:31:21.028 [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 13:31:21.192 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 REFERENCES! (took ~0 sec) 13:31:21.192 [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. 0s374ms [pure insertion] marking any relevant derived attributes for update...13:31:21.192 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:31:21.193 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:31:21.193 [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... 13:31:21.193 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:21.193 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:21.193 [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... 13:31:21.198 [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 13:31:21.200 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:21.200 [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 13:31:21.202 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:21.202 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:31:21.202 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:21.202 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:21.203 [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... 13:31:21.203 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:21.203 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:21.203 [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... 13:31:21.205 [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 13:31:21.207 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:21.207 [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 13:31:21.209 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:21.209 [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...13:31:21.209 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:21.209 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:21.210 [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... 13:31:21.210 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:21.210 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:21.210 [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... 13:31:21.212 [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 13:31:21.219 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 13:31:21.219 [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 13:31:21.225 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:31:21.225 [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. 0s15ms [pure insertion] marking any relevant derived attributes for update...13:31:21.225 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:21.225 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:21.225 [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... 13:31:21.225 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:21.225 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:21.225 [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... 13:31:21.227 [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 13:31:21.230 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:21.230 [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 13:31:21.292 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:21.292 [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. 0s67ms [pure insertion] marking any relevant derived attributes for update...13:31:21.292 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:21.292 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:21.292 [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... 13:31:21.292 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:21.292 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:21.292 [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... 13:31:21.294 [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 13:31:21.296 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:21.296 [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 13:31:21.301 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:21.301 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:31:21.301 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:21.301 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:21.302 [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... 13:31:21.302 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:21.302 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:21.302 [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... 13:31:21.304 [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 13:31:21.306 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:21.306 [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 13:31:21.308 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:21.308 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...13:31:21.308 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:21.308 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:21.309 [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... 13:31:21.309 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:21.309 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:21.309 [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... 13:31:21.311 [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 13:31:21.313 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:21.313 [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 13:31:21.315 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:21.315 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...13:31:21.315 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:21.315 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:21.316 [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... 13:31:21.316 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:21.316 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:21.316 [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... 13:31:21.318 [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 13:31:21.320 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:21.320 [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 13:31:21.325 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:21.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/01ec2468-0000-0ac1-0000-000000000000.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:31:21.325 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:31:21.326 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:31:21.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/00700680-0000-01e5-0000-000000000000.exml... 13:31:21.326 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:21.326 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:21.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/00700680-0000-01e5-0000-000000000000.exml... 13:31:21.328 [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 13:31:21.330 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:21.330 [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 13:31:21.331 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:21.331 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...13:31:21.331 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:21.331 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:21.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/00700680-0000-01fb-0000-000000000000.exml... 13:31:21.332 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:21.332 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:21.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/00700680-0000-01fb-0000-000000000000.exml... 13:31:21.391 [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 13:31:21.393 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:21.393 [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 13:31:21.394 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:21.394 [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. 0s62ms [pure insertion] marking any relevant derived attributes for update...13:31:21.394 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:21.394 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:21.395 [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... 13:31:21.395 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:21.395 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:21.395 [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... 13:31:21.397 [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 13:31:21.399 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:21.399 [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 13:31:21.402 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:21.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/00700680-0000-01d7-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:31:21.402 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:21.402 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:21.403 [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... 13:31:21.403 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:21.403 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:21.403 [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... 13:31:21.407 [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 13:31:21.413 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 13:31:21.413 [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 13:31:21.420 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:31:21.420 [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. 0s17ms [pure insertion] marking any relevant derived attributes for update...13:31:21.420 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:21.420 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:21.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/8c44d73d-5d0b-11df-a996-001302895b2b.exml... 13:31:21.420 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:21.420 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:21.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/8c44d73d-5d0b-11df-a996-001302895b2b.exml... 13:31:21.423 [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 13:31:21.491 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:21.491 [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 13:31:21.493 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:21.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/8c44d73d-5d0b-11df-a996-001302895b2b.exml. 0s73ms [pure insertion] marking any relevant derived attributes for update...13:31:21.493 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:21.493 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:21.493 [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... 13:31:21.493 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:21.493 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:21.493 [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... 13:31:21.495 [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 13:31:21.498 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:31:21.499 [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 13:31:21.503 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:31:21.503 [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. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:31:21.503 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:21.503 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:21.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/bae91a3b-7009-11e0-a462-0027103f347c.exml... 13:31:21.504 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:21.504 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:21.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/bae91a3b-7009-11e0-a462-0027103f347c.exml... 13:31:21.506 [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 13:31:21.515 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 13:31:21.515 [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 13:31:21.519 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:31:21.519 [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. 0s15ms [pure insertion] marking any relevant derived attributes for update...13:31:21.519 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:21.519 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:21.519 [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... 13:31:21.519 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:21.519 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:21.519 [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... 13:31:21.521 [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 13:31:21.527 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 13:31:21.527 [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 13:31:21.598 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:31:21.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/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml. 0s79ms [pure insertion] marking any relevant derived attributes for update...13:31:21.598 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:21.598 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:21.598 [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... 13:31:21.598 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:21.598 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:21.598 [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... 13:31:21.600 [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 13:31:21.602 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:21.602 [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 13:31:21.603 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:21.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/435869cb-c2fd-11de-8ac8-001302895b2b.exml. 0s5ms [pure insertion] marking any relevant derived attributes for update...13:31:21.603 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:21.603 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:21.604 [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... 13:31:21.604 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:21.604 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:21.604 [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... 13:31:21.605 [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 13:31:21.607 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:21.607 [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 13:31:21.609 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:21.609 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...13:31:21.609 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:21.609 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:21.609 [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... 13:31:21.610 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:21.610 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:21.610 [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... 13:31:21.613 [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 13:31:21.622 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:31:21.622 [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 13:31:21.626 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:31:21.626 [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. 0s17ms [pure insertion] marking any relevant derived attributes for update...13:31:21.626 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:21.626 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:21.626 [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... 13:31:21.626 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:21.626 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:21.626 [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... 13:31:21.628 [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 13:31:21.630 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:21.630 [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 13:31:21.691 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:21.691 [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. 0s65ms [pure insertion] marking any relevant derived attributes for update...13:31:21.691 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:21.691 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:21.691 [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... 13:31:21.691 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:21.692 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:21.692 [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... 13:31:21.694 [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 13:31:21.697 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 13:31:21.697 [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 13:31:21.701 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:21.701 [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. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:31:21.701 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:21.701 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:21.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/de38398e-c746-11e1-8624-0027103f347d.exml... 13:31:21.702 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:21.703 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:21.703 [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... 13:31:21.705 [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 13:31:21.712 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec) 13:31:21.712 [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 13:31:21.726 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 13:31:21.726 [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. 0s25ms [pure insertion] marking any relevant derived attributes for update...13:31:21.726 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:21.726 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:21.727 [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... 13:31:21.727 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:21.727 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:21.727 [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... 13:31:21.728 [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 13:31:21.814 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec) 13:31:21.814 [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 13:31:21.895 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 13:31:21.895 [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. 0s168ms [pure insertion] marking any relevant derived attributes for update...13:31:21.895 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:21.895 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:21.896 [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... 13:31:21.896 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:21.896 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:21.896 [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... 13:31:21.898 [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 13:31:21.900 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:21.900 [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 13:31:21.901 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:21.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/1b1ba62d-205e-11df-948e-001302895b2b.exml. 0s5ms [pure insertion] marking any relevant derived attributes for update...13:31:21.901 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:31:21.902 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:31:21.902 [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... 13:31:21.902 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:21.902 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:21.902 [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... 13:31:21.905 [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 13:31:21.914 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~32sec) 13:31:21.914 [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 13:31:21.931 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 13:31:21.931 [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. 0s29ms [pure insertion] marking any relevant derived attributes for update...13:31:21.931 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:21.931 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:21.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/27ac6d48-32c8-11e0-91f3-0027103f347c.exml... 13:31:21.931 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:21.931 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:21.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/27ac6d48-32c8-11e0-91f3-0027103f347c.exml... 13:31:21.991 [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 13:31:21.993 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:21.993 [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 13:31:21.995 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:21.995 [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. 0s64ms [pure insertion] marking any relevant derived attributes for update...13:31:21.995 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:21.995 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:21.996 [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... 13:31:21.996 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:21.996 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:21.996 [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... 13:31:21.998 [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 13:31:22.002 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~5sec) 13:31:22.002 [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 13:31:22.004 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:22.004 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:31:22.004 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:22.005 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:22.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/76f275f9-32d9-11e0-91f3-0027103f347c.exml... 13:31:22.005 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:22.005 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:22.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/76f275f9-32d9-11e0-91f3-0027103f347c.exml... 13:31:22.009 [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 13:31:22.012 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:22.012 [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 13:31:22.014 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:22.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/76f275f9-32d9-11e0-91f3-0027103f347c.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:31:22.014 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:22.014 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:22.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.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml... 13:31:22.014 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:22.014 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:22.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.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml... 13:31:22.016 [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 13:31:22.018 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:31:22.018 [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 13:31:22.020 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:22.020 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...13:31:22.020 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:22.020 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:22.020 [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... 13:31:22.020 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:22.020 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:22.020 [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... 13:31:22.022 [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 13:31:22.123 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 13:31:22.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/00080cf0-0000-001e-0000-000000000000.exml 13:31:22.221 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 13:31:22.221 [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. 0s201ms [pure insertion] marking any relevant derived attributes for update...13:31:22.221 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:22.221 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:22.221 [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... 13:31:22.221 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:22.223 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:22.223 [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... 13:31:22.224 [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 13:31:22.226 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:22.226 [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 13:31:22.228 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:22.228 [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...13:31:22.228 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:22.228 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:22.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/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml... 13:31:22.228 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:22.228 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:22.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/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml... 13:31:22.230 [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 13:31:22.292 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:22.292 [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 13:31:22.293 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:22.293 [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. 0s65ms [pure insertion] marking any relevant derived attributes for update...13:31:22.294 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:31:22.294 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:31:22.294 [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... 13:31:22.294 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:22.294 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:22.294 [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... 13:31:22.296 [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 13:31:22.298 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:22.298 [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 13:31:22.300 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:22.300 [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...13:31:22.300 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:22.300 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:22.301 [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... 13:31:22.301 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:22.301 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:22.301 [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... 13:31:22.304 [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 13:31:22.411 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 13:31:22.411 [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 13:31:22.507 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 13:31:22.507 [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. 0s206ms [pure insertion] marking any relevant derived attributes for update...13:31:22.507 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:22.507 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:22.507 [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... 13:31:22.507 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:22.508 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:22.508 [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... 13:31:22.509 [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 13:31:22.524 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec) 13:31:22.524 [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 13:31:22.597 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 13:31:22.597 [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. 0s90ms [pure insertion] marking any relevant derived attributes for update...13:31:22.597 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:22.597 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:22.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-01c5-0000-000000000000.exml... 13:31:22.598 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:22.598 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:22.598 [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... 13:31:22.601 [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 13:31:22.604 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:22.604 [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 13:31:22.608 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:22.608 [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. 0s11ms [pure insertion] marking any relevant derived attributes for update...13:31:22.608 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:22.608 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:22.608 [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... 13:31:22.609 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:22.611 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:22.611 [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... 13:31:22.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-01e7-0000-000000000000.exml 13:31:22.616 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:22.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-01e7-0000-000000000000.exml 13:31:22.619 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:22.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-01e7-0000-000000000000.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...13:31:22.619 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:22.619 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:22.619 [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... 13:31:22.619 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:22.619 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:22.619 [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... 13:31:22.622 [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 13:31:22.627 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:31:22.628 [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 13:31:22.695 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:31:22.695 [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. 0s76ms [pure insertion] marking any relevant derived attributes for update...13:31:22.695 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:22.695 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:22.695 [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... 13:31:22.695 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:22.695 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:22.696 [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... 13:31:22.698 [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 13:31:22.701 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:31:22.701 [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 13:31:22.704 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:22.704 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:31:22.704 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:22.704 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:22.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/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml... 13:31:22.704 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:22.704 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:22.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/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml... 13:31:22.707 [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 13:31:22.711 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:22.711 [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 13:31:22.715 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:22.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/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...13:31:22.715 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:22.715 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:22.716 [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... 13:31:22.716 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:22.716 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:22.716 [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... 13:31:22.719 [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 13:31:22.729 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 13:31:22.729 [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 13:31:22.795 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:31:22.795 [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. 0s79ms [pure insertion] marking any relevant derived attributes for update...13:31:22.795 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:22.795 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:22.796 [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... 13:31:22.796 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:22.796 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:22.796 [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... 13:31:22.798 [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 13:31:22.799 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:22.799 [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 13:31:22.801 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:22.801 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...13:31:22.801 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:22.801 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:22.802 [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... 13:31:22.802 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:22.802 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:22.802 [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... 13:31:22.804 [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 13:31:22.807 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:22.807 [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 13:31:22.809 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:22.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/72ada667-0b7f-4421-bd69-9b037642ed87.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:31:22.809 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:31:22.810 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:31:22.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/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml... 13:31:22.810 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:22.810 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:22.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/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml... 13:31:22.814 [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 13:31:22.819 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:22.819 [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 13:31:22.821 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:22.821 [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. 0s11ms [pure insertion] marking any relevant derived attributes for update...13:31:22.821 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:22.821 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:22.822 [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... 13:31:22.822 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:22.822 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:22.822 [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... 13:31:22.823 [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 13:31:22.825 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:22.825 [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 13:31:22.827 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:22.827 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...13:31:22.827 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:22.827 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:22.828 [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... 13:31:22.828 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:22.828 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:22.828 [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... 13:31:22.831 [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 13:31:22.891 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:22.891 [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 13:31:22.895 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:22.895 [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. 0s67ms [pure insertion] marking any relevant derived attributes for update...13:31:22.895 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:22.895 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:22.895 [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... 13:31:22.895 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:22.895 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:22.895 [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... 13:31:22.900 [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 13:31:22.906 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:22.907 [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 13:31:22.908 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:22.908 [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. 0s13ms [pure insertion] marking any relevant derived attributes for update...13:31:22.908 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:22.908 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:22.909 [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... 13:31:22.909 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:22.909 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:22.909 [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... 13:31:22.910 [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 13:31:22.913 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:22.913 [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 13:31:22.915 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:22.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/01ec12fc-0000-023d-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...13:31:22.915 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:22.915 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:22.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/01ec12fc-0000-025b-0000-000000000000.exml... 13:31:22.915 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:22.915 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:22.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/01ec12fc-0000-025b-0000-000000000000.exml... 13:31:22.918 [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 13:31:22.920 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:22.920 [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 13:31:22.924 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:22.924 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:31:22.924 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:22.924 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:22.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/01ec2468-0000-0acb-0000-000000000000.exml... 13:31:22.925 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:22.925 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:22.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/01ec2468-0000-0acb-0000-000000000000.exml... 13:31:22.929 [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 13:31:22.994 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:22.994 [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 13:31:22.996 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:22.996 [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. 0s71ms [pure insertion] marking any relevant derived attributes for update...13:31:22.996 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:22.996 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:22.996 [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... 13:31:22.996 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:22.996 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:22.996 [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... 13:31:22.998 [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 13:31:23.002 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 13:31:23.002 [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 13:31:23.007 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:31:23.007 [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. 0s11ms [pure insertion] marking any relevant derived attributes for update...13:31:23.007 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:23.007 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:23.007 [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... 13:31:23.007 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:23.007 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:23.007 [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... 13:31:23.010 [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 13:31:23.013 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:23.013 [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 13:31:23.017 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:23.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/01ec2468-0000-0ac6-0000-000000000000.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:31:23.017 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:23.017 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:23.018 [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... 13:31:23.018 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:23.018 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:23.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/37d0688a-c308-11de-8ac8-001302895b2b.exml... 13:31:23.024 [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 13:31:23.026 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:23.026 [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 13:31:23.028 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:23.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/37d0688a-c308-11de-8ac8-001302895b2b.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:31:23.028 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:23.028 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:23.029 [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... 13:31:23.029 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:23.029 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:23.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-0f44-0000-000000000000.exml... 13:31:23.031 [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 13:31:23.096 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 13:31:23.096 [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 13:31:23.110 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:31:23.110 [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. 0s81ms [pure insertion] marking any relevant derived attributes for update...13:31:23.110 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:23.110 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:23.110 [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... 13:31:23.110 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:23.110 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:23.110 [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... 13:31:23.112 [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 13:31:23.115 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:23.115 [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 13:31:23.117 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:23.117 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:31:23.117 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:31:23.118 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:31:23.118 [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... 13:31:23.118 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:23.118 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:23.118 [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... 13:31:23.121 [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 13:31:23.123 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:23.123 [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 13:31:23.126 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:23.126 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:31:23.126 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:23.126 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:23.126 [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... 13:31:23.127 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:23.127 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:23.127 [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... 13:31:23.191 [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 13:31:23.193 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:23.193 [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 13:31:23.198 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:23.198 [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. 0s72ms [pure insertion] marking any relevant derived attributes for update...13:31:23.198 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:23.198 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:23.199 [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... 13:31:23.199 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:23.199 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:23.199 [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... 13:31:23.201 [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 13:31:23.204 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 13:31:23.204 [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 13:31:23.208 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:31:23.208 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:31:23.208 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:23.208 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:23.208 [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... 13:31:23.208 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:23.208 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:23.208 [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... 13:31:23.210 [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 13:31:23.212 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:23.212 [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 13:31:23.214 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:23.214 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...13:31:23.214 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:23.214 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:23.214 [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... 13:31:23.214 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:23.215 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:23.215 [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... 13:31:23.216 [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 13:31:23.219 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:23.219 [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 13:31:23.221 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:23.221 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:31:23.221 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:31:23.222 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:31:23.222 [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... 13:31:23.222 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:23.222 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:23.222 [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... 13:31:23.224 [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 13:31:23.226 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:23.226 [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 13:31:23.228 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:23.228 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...13:31:23.228 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:23.228 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:23.229 [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... 13:31:23.229 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:23.229 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:23.229 [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... 13:31:23.231 [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 13:31:23.290 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:23.290 [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 13:31:23.292 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:23.292 [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. 0s63ms [pure insertion] marking any relevant derived attributes for update...13:31:23.292 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:23.292 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:23.292 [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... 13:31:23.292 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:23.292 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:23.292 [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... 13:31:23.295 [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 13:31:23.300 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:23.300 [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 13:31:23.301 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:23.301 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:31:23.301 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:31:23.302 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:31:23.302 [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... 13:31:23.302 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:23.302 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:23.302 [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... 13:31:23.304 [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 13:31:23.328 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec) 13:31:23.328 [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 13:31:23.413 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 13:31:23.413 [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. 0s111ms [pure insertion] marking any relevant derived attributes for update...13:31:23.413 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:23.413 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:23.414 [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... 13:31:23.414 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:23.414 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:23.414 [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... 13:31:23.416 [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 13:31:23.419 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:31:23.419 [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 13:31:23.421 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:23.421 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:31:23.421 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:23.421 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:23.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/5791cd76-03ec-11e2-9c63-0027103f347d.exml... 13:31:23.422 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:23.422 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:23.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/5791cd76-03ec-11e2-9c63-0027103f347d.exml... 13:31:23.423 [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 13:31:23.425 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:23.425 [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 13:31:23.427 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:23.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/5791cd76-03ec-11e2-9c63-0027103f347d.exml. 0s5ms [pure insertion] marking any relevant derived attributes for update...13:31:23.427 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:23.427 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:23.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/01ec12fc-0000-0229-0000-000000000000.exml... 13:31:23.428 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:23.428 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:23.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/01ec12fc-0000-0229-0000-000000000000.exml... 13:31:23.429 [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 13:31:23.495 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:23.495 [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 13:31:23.497 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:23.497 [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. 0s69ms [pure insertion] marking any relevant derived attributes for update...13:31:23.497 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:23.497 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:23.497 [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... 13:31:23.497 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:23.497 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:23.497 [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... 13:31:23.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/00bc470c-0000-002a-0000-000000000000.exml 13:31:23.606 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec) 13:31:23.607 [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 13:31:23.613 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:31:23.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.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml. 0s116ms [pure insertion] marking any relevant derived attributes for update...13:31:23.613 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:23.613 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:23.613 [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... 13:31:23.613 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:23.613 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:23.613 [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... 13:31:23.615 [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 13:31:23.617 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:23.617 [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 13:31:23.623 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:23.623 [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. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:31:23.623 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:23.623 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:23.624 [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... 13:31:23.624 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:23.625 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:23.625 [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... 13:31:23.627 [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 13:31:23.713 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~36sec) 13:31:23.713 [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 13:31:23.802 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 REFERENCES! (took ~0 sec) 13:31:23.802 [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. 0s178ms [pure insertion] marking any relevant derived attributes for update...13:31:23.802 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:23.802 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:23.802 [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... 13:31:23.802 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:23.802 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:23.802 [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... 13:31:23.804 [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 13:31:23.806 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 13:31:23.806 [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 13:31:23.808 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:23.808 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...13:31:23.808 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:23.808 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:23.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/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml... 13:31:23.808 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:23.808 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:23.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/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml... 13:31:23.814 [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 13:31:23.819 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 13:31:23.819 [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 13:31:23.825 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:31:23.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/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml. 0s17ms [pure insertion] marking any relevant derived attributes for update...13:31:23.825 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:23.825 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:23.825 [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... 13:31:23.825 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:23.825 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:23.825 [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... 13:31:23.827 [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 13:31:23.892 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:23.892 [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 13:31:23.894 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:23.894 [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. 0s69ms [pure insertion] marking any relevant derived attributes for update...13:31:23.894 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:23.894 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:23.895 [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... 13:31:23.895 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:23.895 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:23.895 [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... 13:31:23.897 [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 13:31:23.899 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:31:23.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.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml 13:31:23.902 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:23.902 [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...13:31:23.902 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:23.902 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:23.903 [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... 13:31:23.903 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:23.903 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:23.903 [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... 13:31:23.905 [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 13:31:23.916 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec) 13:31:23.916 [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 13:31:23.991 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 13:31:23.991 [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. 0s88ms [pure insertion] marking any relevant derived attributes for update...13:31:23.991 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:23.991 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:23.991 [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... 13:31:23.991 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:23.992 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:23.992 [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... 13:31:23.994 [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 13:31:24.014 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec) 13:31:24.014 [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 13:31:24.102 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 13:31:24.102 [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. 0s111ms [pure insertion] marking any relevant derived attributes for update...13:31:24.102 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:24.102 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:24.103 [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... 13:31:24.103 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:24.103 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:24.103 [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... 13:31:24.106 [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 13:31:24.111 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:31:24.111 [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 13:31:24.195 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:31:24.195 [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. 0s92ms [pure insertion] marking any relevant derived attributes for update...13:31:24.195 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:24.195 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:24.195 [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... 13:31:24.195 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:24.195 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:24.196 [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... 13:31:24.198 [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 13:31:24.201 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:24.201 [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 13:31:24.210 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:24.210 [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. 0s15ms [pure insertion] marking any relevant derived attributes for update...13:31:24.210 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:24.210 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:24.210 [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... 13:31:24.210 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:24.211 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:24.211 [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... 13:31:24.213 [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 13:31:24.216 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:24.216 [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 13:31:24.218 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:24.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/ee06097f-de99-11de-905b-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:31:24.218 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:31:24.219 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:31:24.219 [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... 13:31:24.219 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:24.219 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:24.219 [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... 13:31:24.222 [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 13:31:24.225 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:24.225 [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 13:31:24.228 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:24.228 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:31:24.228 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:24.228 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:24.228 [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... 13:31:24.228 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:24.228 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:24.228 [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... 13:31:24.231 [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 13:31:24.295 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:31:24.296 [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 13:31:24.297 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:24.298 [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. 0s70ms [pure insertion] marking any relevant derived attributes for update...13:31:24.298 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:24.298 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:24.298 [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... 13:31:24.298 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:24.298 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:24.298 [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... 13:31:24.300 [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 13:31:24.304 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:31:24.305 [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 13:31:24.309 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:31:24.309 [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. 0s11ms [pure insertion] marking any relevant derived attributes for update...13:31:24.309 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:24.309 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:24.309 [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... 13:31:24.309 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:24.309 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:24.309 [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... 13:31:24.312 [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 13:31:24.314 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:24.314 [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 13:31:24.317 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:24.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/6f3c6234-52b8-11df-a320-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:31:24.317 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:24.317 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:24.317 [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... 13:31:24.317 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:24.317 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:24.317 [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... 13:31:24.324 [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 13:31:24.326 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 13:31:24.326 [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 13:31:24.328 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:24.328 [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. 0s11ms [pure insertion] marking any relevant derived attributes for update...13:31:24.328 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:24.328 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:24.328 [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... 13:31:24.328 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:24.329 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:24.329 [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... 13:31:24.331 [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 13:31:24.391 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 13:31:24.391 [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 13:31:24.395 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:31:24.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/40400bbd-0b5d-11df-8680-001302895b2b.exml. 0s67ms [pure insertion] marking any relevant derived attributes for update...13:31:24.395 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:24.395 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:24.395 [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... 13:31:24.396 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:24.396 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:24.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/00700680-0000-01ba-0000-000000000000.exml... 13:31:24.398 [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 13:31:24.402 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:24.402 [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 13:31:24.404 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:24.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/00700680-0000-01ba-0000-000000000000.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:31:24.404 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:24.404 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:24.404 [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... 13:31:24.404 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:24.404 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:24.404 [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... 13:31:24.406 [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 13:31:24.408 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:31:24.408 [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 13:31:24.410 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:24.410 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...13:31:24.410 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:24.410 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:24.410 [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) 13:31:24.410 [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... 13:31:24.410 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:24.410 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:24.410 [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... 13:31:24.412 [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 13:31:24.414 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:24.414 [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 13:31:24.416 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:24.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/4a427283-5d09-11df-a996-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...13:31:24.416 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:24.416 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:24.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/00000000-0000-9c49-0000-000000000000.exml... 13:31:24.417 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:24.417 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:24.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/00000000-0000-9c49-0000-000000000000.exml... 13:31:24.420 [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 13:31:24.425 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:24.425 [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 13:31:24.427 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:24.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/00000000-0000-9c49-0000-000000000000.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:31:24.427 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:24.427 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:24.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/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml... 13:31:24.428 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:24.428 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:24.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/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml... 13:31:24.429 [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 13:31:24.431 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:24.431 [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 13:31:24.491 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:24.491 [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...13:31:24.491 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:31:24.492 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:31:24.492 [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... 13:31:24.492 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:24.492 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:24.492 [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... 13:31:24.494 [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 13:31:24.496 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:24.497 [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 13:31:24.499 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:24.499 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:31:24.499 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:24.499 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:24.499 [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... 13:31:24.499 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:24.499 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:24.499 [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... 13:31:24.501 [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 13:31:24.505 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:24.506 [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 13:31:24.507 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:24.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/a46b20b8-26ab-11df-ac88-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:31:24.507 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:24.507 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:24.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/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml... 13:31:24.508 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:24.508 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:24.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/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml... 13:31:24.509 [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 13:31:24.511 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:24.511 [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 13:31:24.513 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:24.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/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml. 0s5ms [pure insertion] marking any relevant derived attributes for update...13:31:24.513 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:24.513 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:24.513 [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... 13:31:24.513 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:24.513 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:24.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/0054070c-0000-005f-0000-000000000000.exml... 13:31:24.516 [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 13:31:24.519 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:24.519 [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 13:31:24.522 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:24.522 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:31:24.522 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:24.522 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:24.522 [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... 13:31:24.522 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:24.522 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:24.522 [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... 13:31:24.527 [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 13:31:24.608 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:24.608 [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 13:31:24.626 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:24.626 [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. 0s104ms [pure insertion] marking any relevant derived attributes for update...13:31:24.626 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:24.626 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:24.626 [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... 13:31:24.626 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:24.626 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:24.626 [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... 13:31:24.628 [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 13:31:24.630 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:31:24.630 [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 13:31:24.632 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:31:24.632 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...13:31:24.632 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:24.632 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:24.632 [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) 13:31:24.632 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:31:24.632 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:31:24.694 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/1119 proxy references (0 sec total) 13:31:26.220 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 1119 refs 13:31:26.220 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.588s attempting to resolve any uninitialized derived attributes... 13:31:26.220 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:31:26.220 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:31:26.220 [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... 13:31:26.220 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s588ms [proxy update] 13:31:26.220 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:31:26.224 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 309 deleted 0 changed 309 loaded 309 c elems 619 d elems 0 time ~12s validating changes... 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/01ec12fc-0000-024c-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/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/0054070c-0000-005d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-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.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.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/9fb5321d-c2fc-11de-8ac8-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/01ec1228-0000-12f8-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.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/00700680-0000-01d9-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-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/554cb8bb-5d0e-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-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/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.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/679a9417-8f06-4255-a409-1e1f7136e418.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/5582e283-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.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/00700680-0000-01b8-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/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.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/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.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/eb8f06b7-de86-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.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/00700680-0000-01f3-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml validating file UPDATED for /data/fragments/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/67694a37-c2f9-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/edc05471-5d08-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml validating file UPDATED for /data/fragments/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/e4c6c55f-c2fc-11de-8ac8-001302895b2b.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.Profile/007004e8-0000-0282-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.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/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.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.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/01ec12fc-0000-0242-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-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/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.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.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.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/35b84299-c2fd-11de-8ac8-001302895b2b.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/ad46ab04-9310-11df-a4cf-0014224f9977.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.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.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/01ec12fc-0000-0224-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-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.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.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.MetaclassReference/00bc27b8-0000-0258-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/00bc4480-0000-06a8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-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/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/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.PropertyType/01a40888-0000-002b-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-0bfd-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-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/3c4678f8-f169-11df-ae59-0014224f9977.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-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/01ec12fc-0000-0233-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/aa99ee06-c495-11de-ada1-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.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-01fb-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/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-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/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.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/00700680-0000-01f5-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.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/de38398e-c746-11e1-8624-0027103f347d.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/1b1ba62d-205e-11df-948e-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/27ac6d48-32c8-11e0-91f3-0027103f347c.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-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.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.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/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-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/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-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/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-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/007006dc-0000-0139-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.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/01ec12fc-0000-0229-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.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.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.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/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/40400bbd-0b5d-11df-8680-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml changed resource size: 619 relevant graph size: 619 validated changes... true 13:31:28.423 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 14 s 833 ms 13:31:28.425 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:31:28.425 [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 13:31:28.426 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:31:28.426 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:31:29.185 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:31:29.186 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2924785620111885233/test_zoo[LevelDB GreyCat] 13:31:29.186 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:31:29.387 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:31:29.388 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:31:29.388 [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 13:31:29.442 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:31:29.443 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:31:29.546 [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 13:31:29.600 [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 13:31:29.603 [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 13:31:29.606 [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 13:31:29.608 [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 13:31:29.613 [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 13:31:29.630 [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 13:31:29.716 [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 13:31:29.717 [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 13:31:29.730 [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 13:31:29.731 [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 13:31:29.732 [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 13:31:29.743 [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 13:31:29.743 [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 13:31:29.743 [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 13:31:29.790 [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 13:31:29.790 [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 13:31:29.790 [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 13:31: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::EChar will be handled as its instance type char 13:31: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::ECharacterObject will be handled as its instance type java.lang.Character 13:31: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::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 13:31: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::EBooleanObject will be handled as its instance type java.lang.Boolean 13:31: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 13:31: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 13:31: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::EString will be handled as its instance type java.lang.String 13:31: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[] 13:31: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::EBoolean will be handled as its instance type java.lang.Boolean 13:31:29.794 [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 13:31:29.794 [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 13:31:29.794 [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 13:31:29.794 [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 13:31:29.794 [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 13:31:29.794 [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 13:31:29.794 [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 13:31: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::EIntegerObject will be handled as its instance type java.lang.Integer 13:31: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::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 13:31:29.797 [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 13:31:29.797 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 13:31:29.797 [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 13:31:29.797 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 13:31:29.797 [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 13:31:29.797 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 13:31:29.797 [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 13:31:29.797 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 13:31:29.797 [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 13:31: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::ELongObject will be handled as its instance type java.lang.Long 13:31: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::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 13:31: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::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 13:31:29.798 [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 13:31:29.798 [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 13:31:29.798 [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 13:31:29.798 [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 13:31:29.798 [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 13:31:29.798 [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 13:31:29.798 [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 13:31:29.798 [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[] 13:31:29.798 [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 13:31:29.798 [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 13:31:29.798 [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 13:31:29.798 [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 13:31:29.798 [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 13:31:29.798 [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 13:31:29.798 [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 13:31:29.799 [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 13:31:29.799 [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 13:31:29.799 [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 13:31:29.799 [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 13:31:29.799 [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 13:31:29.799 [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 13:31:29.799 [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 13:31:29.799 [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 13:31:29.799 [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 13:31:29.799 [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 13:31:29.799 [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 13:31:29.799 [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 13:31:29.799 [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 13:31:29.799 [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 13:31:29.799 [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 13:31:29.799 [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 13:31:29.799 [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 13:31:29.799 [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 13:31:29.799 [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[] 13:31:29.799 [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 13:31:29.799 [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 13:31:29.799 [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 13:31:29.799 [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 13:31:29.799 [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 13:31:29.799 [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 13:31:29.799 [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 13:31:29.799 [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 13:31:29.799 [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 13:31:29.799 [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 13:31:29.799 [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 13:31:29.799 [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 13:31:29.800 [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 13:31:29.800 [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 13:31:29.800 [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 13:31:29.800 [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 13:31:29.800 [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 13:31:29.800 [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 13:31:29.800 [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 13:31:29.800 [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 13:31:29.800 [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 13:31:29.800 [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 13:31:29.800 [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 13:31:29.800 [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 13:31:29.800 [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 13:31:29.800 [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 13:31:29.802 [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 13:31:29.802 [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 13:31:29.802 [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 13:31:29.802 [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 13:31:29.802 [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 13:31:29.804 [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 13:31:29.806 [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 13:31:29.906 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 184 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:31:29.906 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:31:29.925 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:31:29.925 [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! 13:31:29.925 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:31:29.926 [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 13:31:29.926 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 13:31:30.199 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit7456001906901735559/:org.eclipse.hawk.localfolder.LocalFolder:false 13:31:30.200 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:31:30.200 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:31:30.202 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:31:30.205 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:31:30.205 [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@4b9b94e3 (id: _ba16239e-181e-4b9f-bc5b-0bb2ee973450, anyAttribute: null) (name: null) (isClosed: false, isExecutable: false, processType: None)' is not legal. (file:/tmp/junit7456001906901735559/v0-B.2.0.bpmn, -1, -1) 13:31:30.609 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting all contents of file: /v0-B.2.0.bpmn... 0s1ms [pure insertion] marking any relevant derived attributes for update...13:31:30.609 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:31:30.610 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:31:30.610 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:31:30.610 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:31:30.612 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:31:30.612 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 13:31:30.612 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:31:30.612 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:31:30.614 [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... 13:31:30.614 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 13:31:30.614 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:31:30.614 [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 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 13:31:30.614 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 414 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v1-B.2.0.bpmn over /tmp/junit7456001906901735559/v0-B.2.0.bpmn 13:31:30.615 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:31:30.617 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:31:30.617 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:31:30.617 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:31:30.893 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn... 13:31:30.896 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:30.896 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:30.896 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /v0-B.2.0.bpmn... 13:31:30.900 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn 13:31:30.902 [pool-158-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.di.ParticipantBandKind 13:31:30.907 [pool-158-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.di.MessageVisibleKind 13:31:30.910 [pool-158-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.ProcessType 13:31:30.915 [pool-158-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.GatewayDirection 13:31:30.924 [pool-158-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.MultiInstanceBehavior 13:31:30.927 [pool-158-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.AssociationDirection 13:31:31.117 [pool-158-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.EventBasedGatewayType 13:31:31.120 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1020 NODES AND 1020 M->MM REFERENCES! (took ~2135sec) 13:31:31.120 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn 13:31:32.098 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1481 REFERENCES! (took ~0 sec) 13:31:32.098 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /v0-B.2.0.bpmn. 1s205ms [pure insertion] marking any relevant derived attributes for update...13:31:32.098 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:32.098 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:32.098 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:31:32.098 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:31:32.115 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/214 proxy references (0 sec total) 13:31:32.210 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 214 refs 13:31:32.210 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.112s attempting to resolve any uninitialized derived attributes... 13:31:32.210 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:31:32.210 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:31:32.210 [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... 13:31:32.210 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s112ms [proxy update] 13:31:32.210 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:31:32.210 [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 validating file UPDATED for /v0-B.2.0.bpmn c elems 1020 d elems 0 time ~1s validating changes... changed resource size: 1020 relevant graph size: 1020 validated changes... true 13:31:32.420 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 805 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v2-B.2.0.bpmn over /tmp/junit7456001906901735559/v0-B.2.0.bpmn 13:31:32.420 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:31:32.422 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:31:32.423 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:31:32.423 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:31:32.529 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn... 13:31:32.529 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:32.533 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1020 (1020) nodes in store 13:31:32.610 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:231 u:106 d:228 ratio: 0.553921568627451 13:31:32.610 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:31:32.610 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn... 13:31:32.611 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn 13:31:33.925 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 1.314s 13:31:34.219 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn 13:31:34.323 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1020 NODES AND 1020 M->MM REFERENCES! (took ~2135sec) 13:31:34.323 [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 13:31:35.322 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1481 REFERENCES! (took ~0 sec) 13:31:35.323 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn. 2s794ms [pure insertion] marking any relevant derived attributes for update...13:31:35.323 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:35.323 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:35.323 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:31:35.323 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:31:35.397 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/214 proxy references (0 sec total) 13:31:35.493 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 214 refs 13:31:35.493 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.17s attempting to resolve any uninitialized derived attributes... 13:31:35.493 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:31:35.493 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:31:35.493 [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... 13:31:35.493 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s170ms [proxy update] 13:31:35.493 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:31:35.493 [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 13:31:35.597 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 177 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v3-B.2.0.bpmn over /tmp/junit7456001906901735559/v0-B.2.0.bpmn 13:31:35.598 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:31:35.600 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:31:35.600 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:31:35.600 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:31:35.703 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn... 13:31:35.703 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:35.706 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1020 (1020) nodes in store 13:31:35.728 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:350 u:240 d:235 ratio: 0.8088235294117647 13:31:35.728 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:31:35.728 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn... 13:31:35.728 [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 13:31:37.006 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 1.278s 13:31:37.224 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn 13:31:37.333 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1125 NODES AND 1125 M->MM REFERENCES! (took ~2137sec) 13:31:37.333 [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 13:31:38.932 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1586 REFERENCES! (took ~1 sec) 13:31:38.932 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn. 3s229ms [pure insertion] marking any relevant derived attributes for update...13:31:38.932 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:31:38.933 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:31:38.933 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:31:38.933 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:31:39.008 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/320 proxy references (0 sec total) 13:31:39.108 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 320 refs 13:31:39.108 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.175s attempting to resolve any uninitialized derived attributes... 13:31:39.108 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:31:39.108 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:31:39.108 [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... 13:31:39.108 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s175ms [proxy update] 13:31:39.108 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:31:39.108 [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 1020 time ~3s validating changes... validating file UPDATED for /v0-B.2.0.bpmn changed resource size: 1125 relevant graph size: 1125 validated changes... true 13:31:39.217 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 619 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v4-B.2.0.bpmn over /tmp/junit7456001906901735559/v0-B.2.0.bpmn 13:31:39.217 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:31:39.219 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:31:39.220 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:31:39.220 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:31:39.312 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn... 13:31:39.312 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:39.316 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1125 (1125) nodes in store 13:31:39.394 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:257 u:403 d:253 ratio: 0.8115555555555556 13:31:39.394 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:31:39.394 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn... 13:31:39.394 [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 13:31:40.713 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 1.319s 13:31:40.898 [pool-118-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit4595551651052303388/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@43b4fe19 failed java.nio.file.NoSuchFileException: /tmp/junit4595551651052303388/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] 13:31:41.024 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn 13:31:41.025 [pool-119-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit5533950394887014897/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@43b4fe19 failed java.nio.file.NoSuchFileException: /tmp/junit5533950394887014897/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] 13:31:41.128 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1125 NODES AND 1125 M->MM REFERENCES! (took ~2133sec) 13:31:41.128 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn 13:31:41.198 [pool-120-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit3380082960298331745/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@43b4fe19 failed java.nio.file.NoSuchFileException: /tmp/junit3380082960298331745/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] WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 13:31:42.518 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1586 REFERENCES! (took ~1 sec) 13:31:42.518 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn. 3s206ms [pure insertion] marking any relevant derived attributes for update...13:31:42.518 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:42.518 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:42.518 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:31:42.518 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:31:42.593 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total) 13:31:42.696 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs 13:31:42.696 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.178s attempting to resolve any uninitialized derived attributes... 13:31:42.696 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:31:42.696 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:31:42.696 [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... 13:31:42.696 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s178ms [proxy update] 13:31:42.696 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:31:42.696 [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 ~3s validating changes... validating file UPDATED for /v0-B.2.0.bpmn changed resource size: 1125 relevant graph size: 1125 validated changes... true 13:31:42.802 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 585 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v5-B.2.0.bpmn over /tmp/junit7456001906901735559/v0-B.2.0.bpmn 13:31:42.803 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:31:42.805 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:31:42.806 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:31:42.806 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:31:42.897 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn... 13:31:42.897 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:42.900 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1125 (1125) nodes in store 13:31:42.919 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:253 u:617 d:243 ratio: 0.9893333333333333 13:31:42.919 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:31:42.919 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn... 13:31:42.919 [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 13:31:44.067 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 1.148s 13:31:44.341 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn 13:31:44.411 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1127 NODES AND 1127 M->MM REFERENCES! (took ~2136sec) 13:31:44.411 [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 13:31:46.304 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1588 REFERENCES! (took ~1 sec) 13:31:46.304 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn. 3s407ms [pure insertion] marking any relevant derived attributes for update...13:31:46.304 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:46.304 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:46.304 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:31:46.304 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:31:46.325 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total) 13:31:46.423 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs 13:31:46.423 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.119s attempting to resolve any uninitialized derived attributes... 13:31:46.423 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:31:46.423 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:31:46.423 [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... 13:31:46.423 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s119ms [proxy update] 13:31:46.423 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:31:46.423 [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 13:31:46.525 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 722 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v6-B.2.0.bpmn over /tmp/junit7456001906901735559/v0-B.2.0.bpmn 13:31:46.526 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:31:46.528 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:31:46.528 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:31:46.528 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:31:46.620 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn... 13:31:46.620 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:46.624 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1127 (1127) nodes in store 13:31:46.692 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:249 u:312 d:237 ratio: 0.7080745341614907 13:31:46.692 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:31:46.692 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn... 13:31:46.692 [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 13:31:47.469 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.777s 13:31:47.657 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn 13:31:47.793 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1127 NODES AND 1127 M->MM REFERENCES! (took ~2136sec) 13:31:47.793 [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 13:31:49.402 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1588 REFERENCES! (took ~1 sec) 13:31:49.402 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn. 2s782ms [pure insertion] marking any relevant derived attributes for update...13:31:49.402 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:49.402 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:49.402 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:31:49.402 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:31:49.422 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total) 13:31:49.524 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs 13:31:49.525 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.123s attempting to resolve any uninitialized derived attributes... 13:31:49.525 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:31:49.525 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:31:49.525 [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... 13:31:49.525 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s123ms [proxy update] 13:31:49.525 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:31:49.525 [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 ~2s validating changes... validating file UPDATED for /v0-B.2.0.bpmn changed resource size: 1127 relevant graph size: 1127 validated changes... true 13:31:49.626 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 100 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v7-B.2.0.bpmn over /tmp/junit7456001906901735559/v0-B.2.0.bpmn 13:31:49.626 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:31:49.628 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:31:49.629 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:31:49.629 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:31:49.719 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn... 13:31:49.719 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:49.722 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1127 (1127) nodes in store 13:31:49.794 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:247 u:321 d:240 ratio: 0.7169476486246673 13:31:49.794 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:31:49.794 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn... 13:31:49.794 [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 13:31:51.119 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 1.325s 13:31:51.338 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn 13:31:51.426 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1127 NODES AND 1127 M->MM REFERENCES! (took ~2136sec) 13:31:51.426 [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 13:31:52.708 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1588 REFERENCES! (took ~1 sec) 13:31:52.709 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn. 2s990ms [pure insertion] marking any relevant derived attributes for update...13:31:52.709 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:52.709 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:52.709 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:31:52.709 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:31:52.729 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total) 13:31:52.831 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs 13:31:52.831 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.122s attempting to resolve any uninitialized derived attributes... 13:31:52.831 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:31:52.831 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:31:52.831 [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... 13:31:52.831 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s122ms [proxy update] 13:31:52.831 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:31:52.831 [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 ~3s validating changes... validating file UPDATED for /v0-B.2.0.bpmn changed resource size: 1127 relevant graph size: 1127 validated changes... true 13:31:52.926 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 300 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v8-B.2.0.bpmn over /tmp/junit7456001906901735559/v0-B.2.0.bpmn 13:31:52.927 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:31:52.929 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:31:52.929 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:31:52.929 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:31:53.018 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn... 13:31:53.018 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:53.022 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1127 (1127) nodes in store 13:31:53.094 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:259 u:383 d:253 ratio: 0.7941437444543035 13:31:53.094 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:31:53.094 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn... 13:31:53.095 [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 13:31:53.896 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.801s 13:31:54.075 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn 13:31:54.206 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1129 NODES AND 1129 M->MM REFERENCES! (took ~2140sec) 13:31:54.206 [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 13:31:56.109 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1590 REFERENCES! (took ~1 sec) 13:31:56.109 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn. 3s91ms [pure insertion] marking any relevant derived attributes for update...13:31:56.109 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:56.109 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:56.109 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:31:56.109 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:31:56.130 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/322 proxy references (0 sec total) 13:31:56.295 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 322 refs 13:31:56.295 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.186s attempting to resolve any uninitialized derived attributes... 13:31:56.295 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:31:56.295 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:31:56.295 [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... 13:31:56.295 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s186ms [proxy update] 13:31:56.295 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:31:56.295 [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 ~3s validating changes... validating file UPDATED for /v0-B.2.0.bpmn changed resource size: 1129 relevant graph size: 1129 validated changes... true 13:31:56.396 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 469 ms 13:31:56.396 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:31:56.396 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit7456001906901735559/:org.eclipse.hawk.localfolder.LocalFolder:false 13:31:56.397 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:31:56.397 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:31:56.691 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:31:56.691 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit655846617594087851/test_bpmn[LevelDB GreyCat] 13:31:56.691 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:31:56.841 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:31:56.842 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:31:56.842 [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 13:31:56.842 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:31:56.842 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:31:56.843 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:31:56.843 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:31:56.844 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:31:56.844 [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! 13:31:56.844 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:31:56.844 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:31:56.844 [pool-160-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 13:31:56.844 [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 13:31:56.848 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:31:56.848 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:31:56.858 [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 13:31:56.858 [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 13:31:56.858 [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[] 13:31:56.860 [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 13:31:56.860 [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 13:31:56.860 [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 13:31:56.861 [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 13:31:56.861 [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 13:31:56.861 [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 13:31:56.861 [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 13:31:56.861 [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 13:31:56.861 [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 13:31:56.861 [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 13:31:56.861 [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 13:31:56.861 [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 13:31:56.861 [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 13:31:56.861 [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 13:31:56.861 [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 13:31:56.861 [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 13:31:56.861 [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 13:31:56.861 [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 13:31:56.861 [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 13:31:56.862 [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 13:31:56.862 [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 13:31:56.862 [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 13:31:56.862 [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 13:31:56.862 [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 13:31:56.862 [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 13:31:56.863 [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 13:31:56.863 [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 13:31:56.863 [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 13:31:56.863 [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 13:31:56.863 [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 13:31:56.864 [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 13:31:56.866 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 13:31:56.866 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 13:31:57.092 [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 13:31:57.093 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:31:57.093 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:31:57.095 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:31:57.097 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:31:57.097 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:31:57.098 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 13:31:57.135 [pool-160-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:57.135 [pool-160-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:57.135 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 13:31:57.137 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 13:31:57.140 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:31:57.140 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 13:31:57.147 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 13:31:57.147 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s49ms [pure insertion] marking any relevant derived attributes for update...13:31:57.147 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:31:57.148 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:31:57.149 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 13:31:57.149 [pool-160-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:57.149 [pool-160-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:57.149 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 13:31:57.151 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 13:31:57.191 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:31:57.191 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 13:31:57.195 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:31:57.195 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s46ms [pure insertion] marking any relevant derived attributes for update...13:31:57.195 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:57.195 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:57.196 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 13:31:57.196 [pool-160-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:57.196 [pool-160-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:57.196 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 13:31:57.198 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 13:31:57.200 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:31:57.200 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 13:31:57.206 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:31:57.206 [pool-160-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...13:31:57.206 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:57.206 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:57.206 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:31:57.206 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:31:57.207 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 13:31:57.214 [pool-160-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 13:31:57.214 [pool-160-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.008s attempting to resolve any uninitialized derived attributes... 13:31:57.214 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:31:57.214 [pool-160-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:31:57.214 [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... 13:31:57.214 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 13:31:57.214 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:31:57.214 [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 validating file UPDATED for /subfolder/subfolder/grandchild.model c elems 9 d elems 0 time ~0s validating changes... validating file UPDATED for /root.model validating file UPDATED for /subfolder/child.model changed resource size: 9 relevant graph size: 9 validated changes... true 13:31:57.215 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 122 ms 13:31:57.224 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:31:57.224 [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 13:31:57.225 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:31:57.225 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:31:57.634 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:31:57.634 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4451249183514213030/test_instanceCountsAllOf[LevelDB GreyCat] 13:31:57.634 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:31:57.768 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:31:57.769 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:31:57.769 [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 13:31:57.769 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:31:57.769 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:31:57.770 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:31:57.770 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:31:57.771 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:31:57.771 [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! 13:31:57.771 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:31:57.771 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:31:57.771 [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 13:31:57.771 [pool-162-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 13:31:57.775 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:31:57.775 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:31:57.802 [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 13:31:57.803 [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 13:31:57.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 13:31:57.803 [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 13:31:57.803 [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 13:31:57.803 [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 13:31:57.803 [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[] 13:31:57.804 [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 13:31:57.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 13:31:57.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 13:31:57.804 [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 13:31:57.804 [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 13:31:57.804 [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 13:31:57.804 [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 13:31:57.804 [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 13:31:57.804 [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 13:31:57.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 13:31:57.804 [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 13:31:57.804 [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 13:31:57.804 [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 13:31:57.804 [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 13:31:57.804 [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 13:31:57.804 [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 13:31:57.805 [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 13:31:57.805 [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 13:31:57.805 [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 13:31:57.805 [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 13:31:57.806 [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 13:31:57.806 [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 13:31:57.806 [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 13:31:57.807 [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 13:31:57.807 [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 13:31:57.807 [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 13:31:57.807 [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 13:31:57.810 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 13:31:57.810 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:31:57.997 [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 13:31:57.998 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:31:57.998 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:31:57.999 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:31:58.001 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:31:58.001 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:31:58.002 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 13:31:58.046 [pool-162-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:58.046 [pool-162-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:58.046 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 13:31:58.048 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 13:31:58.051 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:31:58.051 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 13:31:58.057 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:31:58.057 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s55ms [pure insertion] marking any relevant derived attributes for update...13:31:58.057 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:31:58.058 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:31:58.058 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 13:31:58.058 [pool-162-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:58.058 [pool-162-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:58.058 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 13:31:58.060 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 13:31:58.062 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:31:58.062 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 13:31:58.066 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:31:58.066 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:31:58.066 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:58.066 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:58.067 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 13:31:58.067 [pool-162-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:58.067 [pool-162-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:58.067 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 13:31:58.069 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 13:31:58.071 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:31:58.071 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 13:31:58.076 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 13:31:58.076 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:31:58.076 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:58.076 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:58.076 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:31:58.076 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:31:58.077 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 13:31:58.095 [pool-162-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 13:31:58.095 [pool-162-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.019s attempting to resolve any uninitialized derived attributes... 13:31:58.095 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:31:58.095 [pool-162-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:31:58.095 [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... 13:31:58.095 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s19ms [proxy update] 13:31:58.095 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:31:58.095 [pool-162-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 /root.model validating file UPDATED for /subfolder/subfolder/grandchild.model changed resource size: 9 relevant graph size: 9 validated changes... true 13:31:58.096 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 98 ms 13:31:58.101 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:31:58.101 [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 13:31:58.102 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:31:58.102 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:31:58.611 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:31:58.611 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2548207665078227354/test_listFiles[LevelDB GreyCat] 13:31:58.611 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:31:58.761 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:31:58.762 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:31:58.762 [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 13:31:58.762 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:31:58.762 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:31:58.764 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:31:58.764 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:31:58.764 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:31:58.764 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:31:58.764 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:31:58.764 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:31:58.764 [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 13:31:58.765 [pool-164-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 13:31:58.767 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:31:58.767 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:31:58.779 [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 13:31:58.779 [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 13:31:58.779 [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 13:31:58.780 [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 13:31:58.780 [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 13:31:58.781 [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 13:31:58.781 [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 13:31:58.781 [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 13:31:58.781 [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 13:31:58.781 [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 13:31:58.781 [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 13:31:58.781 [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 13:31:58.781 [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 13:31:58.781 [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 13:31:58.781 [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 13:31:58.782 [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 13:31:58.782 [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 13:31:58.782 [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 13:31:58.782 [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 13:31:58.782 [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 13:31:58.782 [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 13:31:58.782 [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[] 13:31:58.782 [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 13:31:58.782 [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 13:31:58.782 [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 13:31:58.782 [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 13:31:58.782 [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 13:31:58.782 [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 13:31:58.783 [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 13:31:58.783 [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 13:31:58.783 [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 13:31:58.783 [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 13:31:58.783 [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 13:31:58.783 [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 13:31:58.786 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 13:31:58.786 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:31:58.974 [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 13:31:58.974 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:31:58.975 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:31:58.976 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:31:58.978 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:31:58.979 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:31:58.979 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 13:31:59.030 [pool-164-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:59.030 [pool-164-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:59.030 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 13:31:59.032 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 13:31:59.033 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:31:59.033 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 13:31:59.038 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:31:59.038 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s59ms [pure insertion] marking any relevant derived attributes for update...13:31:59.038 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:31:59.039 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:31:59.040 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 13:31:59.040 [pool-164-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:59.040 [pool-164-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:59.040 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 13:31:59.041 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 13:31:59.043 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:31:59.043 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 13:31:59.047 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 13:31:59.047 [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...13:31:59.048 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:59.048 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:59.048 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 13:31:59.048 [pool-164-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:59.048 [pool-164-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:59.048 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 13:31:59.050 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 13:31:59.052 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:31:59.052 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 13:31:59.092 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:31:59.092 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s44ms [pure insertion] marking any relevant derived attributes for update...13:31:59.092 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:31:59.093 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:31:59.093 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:31:59.093 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:31:59.093 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 13:31:59.101 [pool-164-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 13:31:59.101 [pool-164-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.008s attempting to resolve any uninitialized derived attributes... 13:31:59.101 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:31:59.101 [pool-164-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:31:59.101 [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... 13:31:59.101 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 13:31:59.101 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:31:59.102 [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 13:31:59.102 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 127 ms 13:31:59.105 [pool-164-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 13:31:59.106 [pool-164-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8832737237572103337/test_instanceCounts[LevelDB GreyCat] 13:31:59.107 [pool-164-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 13:31:59.107 [pool-164-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8832737237572103337/test_instanceCounts[LevelDB GreyCat] 13:31:59.108 [pool-164-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 13:31:59.108 [pool-164-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8832737237572103337/test_instanceCounts[LevelDB GreyCat] 13:31:59.110 [pool-164-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 13:31:59.110 [pool-164-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8832737237572103337/test_instanceCounts[LevelDB GreyCat] 13:31:59.113 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:31:59.113 [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 13:31:59.114 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:31:59.114 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:31:59.396 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:31:59.396 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8832737237572103337/test_instanceCounts[LevelDB GreyCat] 13:31:59.396 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:31:59.521 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:31:59.522 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:31:59.522 [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 13:31:59.522 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:31:59.523 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:31:59.524 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:31:59.524 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:31:59.524 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:31:59.524 [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! 13:31:59.524 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:31:59.524 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:31:59.525 [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 13:31:59.525 [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 13:31:59.527 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:31:59.527 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:31:59.548 [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 13:31:59.548 [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 13:31:59.548 [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 13:31:59.548 [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 13:31:59.548 [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 13:31:59.548 [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 13:31:59.548 [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 13:31:59.549 [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 13:31:59.549 [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 13:31:59.549 [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 13:31:59.549 [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 13:31:59.549 [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 13:31:59.549 [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 13:31:59.549 [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 13:31:59.549 [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 13:31:59.549 [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 13:31:59.549 [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 13:31:59.549 [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 13:31:59.549 [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 13:31:59.549 [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 13:31:59.550 [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 13:31:59.550 [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 13:31:59.550 [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 13:31:59.550 [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 13:31:59.550 [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 13:31:59.551 [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 13:31:59.551 [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 13:31:59.551 [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 13:31:59.551 [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 13:31:59.551 [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 13:31:59.551 [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 13:31:59.552 [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 13:31:59.552 [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[] 13:31:59.552 [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 13:31:59.554 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 13:31:59.554 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:31:59.742 [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 13:31:59.743 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:31:59.743 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:31:59.745 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:31:59.748 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:31:59.748 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:31:59.749 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 13:31:59.782 [pool-166-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:59.782 [pool-166-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:59.782 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 13:31:59.784 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 13:31:59.786 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:31:59.786 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 13:31:59.792 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 13:31:59.793 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s44ms [pure insertion] marking any relevant derived attributes for update...13:31:59.793 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:59.793 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:59.794 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 13:31:59.794 [pool-166-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:59.794 [pool-166-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:59.794 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 13:31:59.796 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 13:31:59.797 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:31:59.797 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 13:31:59.802 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:31:59.802 [pool-166-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...13:31:59.802 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:59.802 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:59.802 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 13:31:59.802 [pool-166-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:31:59.802 [pool-166-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:31:59.802 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 13:31:59.804 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 13:31:59.806 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:31:59.806 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 13:31:59.812 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:31:59.812 [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...13:31:59.812 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:31:59.812 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:31:59.812 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:31:59.812 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:31:59.813 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 13:31:59.821 [pool-166-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 13:31:59.821 [pool-166-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.009s attempting to resolve any uninitialized derived attributes... 13:31:59.821 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:31:59.821 [pool-166-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:31:59.821 [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... 13:31:59.821 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 13:31:59.821 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:31:59.821 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 3 deleted 0 validating file UPDATED for /subfolder/subfolder/grandchild.model changed 3 loaded 3 c elems 9 d elems 0 time ~0s validating changes... validating file UPDATED for /subfolder/child.model validating file UPDATED for /root.model changed resource size: 9 relevant graph size: 9 validated changes... true 13:31:59.822 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 79 ms 13:31:59.824 [pool-166-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 13:31:59.824 [pool-166-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8379880695299568728/test_reverseRefs[LevelDB GreyCat] 13:31:59.827 [pool-166-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 13:31:59.827 [pool-166-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8379880695299568728/test_reverseRefs[LevelDB GreyCat] 13:31:59.830 [pool-166-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 13:31:59.830 [pool-166-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8379880695299568728/test_reverseRefs[LevelDB GreyCat] 13:31:59.831 [pool-166-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 13:31:59.831 [pool-166-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8379880695299568728/test_reverseRefs[LevelDB GreyCat] 13:31:59.892 [pool-166-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 13:31:59.892 [pool-166-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8379880695299568728/test_reverseRefs[LevelDB GreyCat] 13:31:59.894 [pool-166-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 13:31:59.894 [pool-166-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8379880695299568728/test_reverseRefs[LevelDB GreyCat] 13:31:59.897 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:31:59.897 [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 13:31:59.898 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:31:59.898 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:32:00.348 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:32:00.348 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8379880695299568728/test_reverseRefs[LevelDB GreyCat] 13:32:00.348 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:32:00.498 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:32:00.499 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:00.499 [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 13:32:00.499 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:00.499 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:00.501 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:32:00.501 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:32:00.501 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:32:00.501 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:32:00.501 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:32:00.501 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:00.501 [pool-168-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 13:32:00.502 [pool-168-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 13:32:00.504 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:00.504 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:00.533 [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 13:32:00.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 13:32:00.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 13:32:00.535 [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 13:32:00.535 [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 13:32:00.536 [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 13:32:00.536 [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 13:32:00.536 [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 13:32:00.536 [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 13:32:00.536 [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 13:32:00.536 [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 13:32:00.537 [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 13:32:00.537 [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 13:32:00.537 [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 13:32:00.537 [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 13:32:00.537 [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 13:32:00.537 [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 13:32:00.537 [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 13:32:00.538 [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[] 13:32:00.538 [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 13:32:00.538 [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 13:32:00.538 [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 13:32:00.538 [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 13:32:00.538 [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 13:32:00.538 [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 13:32:00.541 [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 13:32:00.541 [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 13:32:00.541 [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 13:32:00.541 [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 13:32:00.541 [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 13:32:00.541 [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 13:32:00.541 [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 13:32:00.541 [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 13:32:00.541 [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 13:32:00.546 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 13:32:00.546 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:32:00.785 [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 13:32:00.786 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:00.786 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:00.788 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:00.791 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:00.791 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:00.792 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 13:32:01.234 [pool-168-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:01.234 [pool-168-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:01.234 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 13:32:01.236 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 13:32:01.238 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:32:01.238 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 13:32:01.244 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 13:32:01.244 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s452ms [pure insertion] marking any relevant derived attributes for update...13:32:01.244 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:32:01.245 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:32:01.246 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 13:32:01.246 [pool-168-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:01.246 [pool-168-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:01.246 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 13:32:01.247 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 13:32:01.249 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:32:01.249 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 13:32:01.254 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:32:01.254 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:32:01.254 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:01.254 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:01.255 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 13:32:01.255 [pool-168-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:01.255 [pool-168-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:01.255 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 13:32:01.256 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 13:32:01.258 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:32:01.258 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 13:32:01.266 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:32:01.266 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s11ms [pure insertion] marking any relevant derived attributes for update...13:32:01.266 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:01.266 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:01.266 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:01.266 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:01.267 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 13:32:01.275 [pool-168-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 13:32:01.275 [pool-168-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.009s attempting to resolve any uninitialized derived attributes... 13:32:01.275 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:01.275 [pool-168-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:01.275 [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... 13:32:01.275 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 13:32:01.275 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:01.275 [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 /root.model validating file UPDATED for /subfolder/child.model changed resource size: 9 relevant graph size: 9 validated changes... true 13:32:01.276 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 490 ms 13:32:01.278 [pool-168-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 13:32:01.278 [pool-168-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2427979122192919264/test_forwardRefs[LevelDB GreyCat] 13:32:01.292 [pool-168-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 13:32:01.292 [pool-168-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2427979122192919264/test_forwardRefs[LevelDB GreyCat] 13:32:01.295 [pool-168-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 13:32:01.295 [pool-168-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2427979122192919264/test_forwardRefs[LevelDB GreyCat] 13:32:01.297 [pool-168-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 13:32:01.297 [pool-168-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2427979122192919264/test_forwardRefs[LevelDB GreyCat] 13:32:01.301 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:32:01.301 [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 13:32:01.302 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:01.302 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:32:01.700 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:32:01.700 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2427979122192919264/test_forwardRefs[LevelDB GreyCat] 13:32:01.700 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:32:01.867 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:32:01.868 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:01.868 [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 13:32:01.868 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:01.868 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:01.869 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:32:01.869 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:32:01.869 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:32:01.870 [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! 13:32:01.870 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:01.870 [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 13:32:01.870 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 13:32:01.871 [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 13:32:01.887 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:01.887 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:01.918 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 13:32:01.918 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 13:32:01.924 [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 13:32:01.926 [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 13:32:01.931 [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 13:32:01.935 [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 13:32:01.936 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 13:32:01.938 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 13:32:01.940 [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 13:32:01.941 [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 13:32:01.941 [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 13:32:01.941 [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 13:32:01.942 [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[] 13:32:01.942 [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 13:32:01.942 [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 13:32:01.942 [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 13:32:01.943 [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 13:32:01.943 [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 13:32:01.944 [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 13:32:01.944 [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 13:32:01.944 [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 13:32:01.944 [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 13:32:01.944 [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 13:32:01.944 [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 13:32:01.944 [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 13:32:01.944 [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 13:32:01.945 [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 13:32:01.945 [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 13:32:01.945 [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 13:32:01.945 [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 13:32:01.945 [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 13:32:01.945 [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 13:32:01.945 [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 13:32:01.945 [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 13:32:01.945 [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 13:32:01.945 [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 13:32:01.946 [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 13:32:01.946 [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 13:32:01.946 [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 13:32:01.947 [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 13:32:01.947 [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 13:32:01.947 [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 13:32:01.947 [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 13:32:01.947 [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 13:32:01.947 [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 13:32:01.994 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 13:32:01.994 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:32:02.179 [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 13:32:02.180 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:02.180 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:02.188 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:02.191 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:02.191 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:02.304 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 13:32:02.329 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:02.329 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:02.329 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 13:32:02.331 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 13:32:02.814 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec) 13:32:02.814 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 13:32:03.153 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 13:32:03.153 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s849ms [pure insertion] marking any relevant derived attributes for update...13:32:03.153 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:32:03.154 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:32:03.154 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:03.154 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:03.165 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:32:03.165 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.011s attempting to resolve any uninitialized derived attributes... 13:32:03.165 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:03.165 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:03.165 [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... 13:32:03.165 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 13:32:03.165 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:03.165 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /set0.xmi sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 5353 d elems 0 time ~0s validating changes... changed resource size: 5353 relevant graph size: 5353 validated changes... true 13:32:03.502 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 322 ms 13:32:03.680 [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 13:32:03.681 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:03.681 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:03.692 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:03.693 [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/ 13:32:03.693 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:03.693 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:03.699 [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... 13:32:03.699 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:03.699 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:03.699 [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... 13:32:03.701 [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 13:32:03.701 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:32:03.701 [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 13:32:03.703 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:03.703 [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. 0s4ms [pure insertion] marking any relevant derived attributes for update...13:32:03.703 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:03.703 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:03.719 [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... 13:32:03.720 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:03.720 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:03.720 [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... 13:32:03.721 [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 13:32:04.214 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec) 13:32:04.214 [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 13:32:04.412 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 13:32:04.412 [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. 0s693ms [pure insertion] marking any relevant derived attributes for update...13:32:04.412 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:04.412 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:04.422 [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... 13:32:04.422 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:04.422 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:04.422 [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... 13:32:04.424 [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 13:32:04.726 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec) 13:32:04.726 [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 13:32:04.910 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 13:32:04.910 [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. 0s488ms [pure insertion] marking any relevant derived attributes for update...13:32:04.910 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:04.910 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:04.914 [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... 13:32:04.914 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:04.916 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:04.916 [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... 13:32:04.944 [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 13:32:04.944 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:32:04.944 [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 13:32:04.945 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:04.946 [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. 0s32ms [pure insertion] marking any relevant derived attributes for update...13:32:04.946 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:04.946 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:04.992 [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... 13:32:04.992 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:04.992 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:04.992 [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... 13:32:04.994 [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 13:32:04.994 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:32:04.994 [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 13:32:04.996 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:04.996 [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...13:32:04.996 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:04.996 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:05.002 [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... 13:32:05.002 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:05.002 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:05.002 [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... 13:32:05.004 [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 13:32:05.401 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec) 13:32:05.401 [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 13:32:05.496 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 13:32:05.496 [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. 0s494ms [pure insertion] marking any relevant derived attributes for update...13:32:05.496 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:05.496 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:05.501 [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... 13:32:05.501 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:05.501 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:05.501 [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... 13:32:05.502 [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 13:32:05.503 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:32:05.503 [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 13:32:05.504 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:05.504 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...13:32:05.504 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:32:05.505 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:32:05.509 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 13:32:05.509 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:05.509 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:05.509 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 13:32:05.511 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 13:32:05.514 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:32:05.514 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 13:32:05.514 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:05.514 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...13:32:05.514 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:05.514 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:05.519 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 13:32:05.519 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:05.519 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:05.519 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 13:32:05.520 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 13:32:05.522 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:32:05.522 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 13:32:05.522 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:05.522 [pool-170-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...13:32:05.522 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:05.522 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:05.594 [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... 13:32:05.594 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:05.594 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:05.594 [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... 13:32:05.596 [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 13:32:05.598 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:32:05.598 [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 13:32:05.698 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:32:05.698 [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. 0s104ms [pure insertion] marking any relevant derived attributes for update...13:32:05.698 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:05.698 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:05.703 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 13:32:05.703 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:05.703 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:05.703 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 13:32:05.704 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 13:32:05.706 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec) 13:32:05.706 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 13:32:05.713 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:05.713 [pool-170-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...13:32:05.713 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:05.713 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:05.713 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:05.713 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:05.727 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 13:32:06.025 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 13:32:06.025 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.312s attempting to resolve any uninitialized derived attributes... 13:32:06.025 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:06.025 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:06.025 [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... 13:32:06.025 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s312ms [proxy update] 13:32:06.025 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. sync metrics: interesting 11 deleted 0 13:32:06.026 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. changed 11 loaded 11 c elems 5353 d elems 0 time ~2s validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggvalidating changes... able/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.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/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /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 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 /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 13:32:06.636 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 955 ms 13:32:06.636 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6721634747918099902/test_allContents[LevelDB GreyCat] 13:32:06.637 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6721634747918099902/test_allContents[LevelDB GreyCat] 13:32:06.700 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6721634747918099902/test_allContents[LevelDB GreyCat] 13:32:06.701 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6721634747918099902/test_allContents[LevelDB GreyCat] 13:32:06.702 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6721634747918099902/test_allContents[LevelDB GreyCat] 13:32:06.796 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6721634747918099902/test_allContents[LevelDB GreyCat] 13:32:06.798 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6721634747918099902/test_allContents[LevelDB GreyCat] 13:32:06.799 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:32:06.799 [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 13:32:06.800 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:06.800 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:32:07.119 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:32:07.120 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6721634747918099902/test_allContents[LevelDB GreyCat] 13:32:07.120 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:32:07.328 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:32:07.329 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:07.329 [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 13:32:07.329 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:07.329 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:07.377 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:32:07.377 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:32:07.377 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:32:07.377 [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! 13:32:07.377 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:07.390 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:32:07.378 [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 13:32:07.390 [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 13:32:07.406 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:07.406 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:07.446 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 13:32:07.446 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 13:32:07.446 [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 13:32:07.491 [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 13:32:07.500 [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 13:32:07.501 [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 13:32:07.502 [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 13:32:07.502 [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 13:32:07.502 [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 13:32:07.502 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 13:32:07.504 [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 13:32:07.505 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 13:32:07.508 [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 13:32:07.508 [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 13:32:07.508 [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 13:32:07.508 [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[] 13:32:07.508 [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 13:32:07.509 [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 13:32:07.509 [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 13:32:07.509 [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 13:32:07.509 [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 13:32:07.510 [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 13:32:07.510 [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 13:32:07.510 [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 13:32:07.510 [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 13:32:07.510 [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 13:32:07.510 [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 13:32:07.510 [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 13:32:07.510 [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 13:32:07.511 [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 13:32:07.512 [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 13:32:07.512 [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 13:32:07.512 [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 13:32:07.512 [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 13:32:07.512 [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 13:32:07.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 13:32:07.512 [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 13:32:07.512 [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 13:32:07.512 [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 13:32:07.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 13:32:07.512 [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 13:32:07.512 [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 13:32:07.512 [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 13:32:07.512 [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 13:32:07.513 [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 13:32:07.521 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 13:32:07.521 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:32:07.707 [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 13:32:07.708 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:07.708 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:07.717 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:07.719 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:07.719 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:07.745 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 13:32:07.792 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:07.792 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:07.792 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 13:32:07.795 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 13:32:08.218 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec) 13:32:08.218 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 13:32:08.459 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 13:32:08.459 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s714ms [pure insertion] marking any relevant derived attributes for update...13:32:08.459 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:32:08.460 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:32:08.460 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:08.460 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:08.471 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:32:08.471 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.011s attempting to resolve any uninitialized derived attributes... 13:32:08.471 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:08.471 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:08.471 [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... 13:32:08.471 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 13:32:08.471 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:08.471 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /set0.xmi sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 5353 d elems 0 time ~0s validating changes... changed resource size: 5353 relevant graph size: 5353 validated changes... true 13:32:08.739 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 31 ms 13:32:08.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-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 13:32:08.992 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:08.992 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:09.003 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:09.004 [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/ 13:32:09.004 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:09.004 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:09.009 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 13:32:09.009 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:09.009 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:09.009 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 13:32:09.010 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 13:32:09.012 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec) 13:32:09.012 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 13:32:09.016 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:09.016 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:32:09.016 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:09.016 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:09.026 [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... 13:32:09.026 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:09.026 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:09.026 [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... 13:32:09.027 [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 13:32:09.306 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec) 13:32:09.306 [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 13:32:09.419 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 13:32:09.419 [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. 0s393ms [pure insertion] marking any relevant derived attributes for update...13:32:09.419 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:09.419 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:09.423 [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... 13:32:09.423 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:09.423 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:09.423 [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... 13:32:09.425 [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 13:32:09.425 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:32:09.425 [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 13:32:09.428 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:09.428 [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...13:32:09.428 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:09.428 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:09.434 [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... 13:32:09.434 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:09.434 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:09.434 [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... 13:32:09.490 [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 13:32:09.524 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec) 13:32:09.524 [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 13:32:09.600 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 13:32:09.600 [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. 0s166ms [pure insertion] marking any relevant derived attributes for update...13:32:09.600 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:09.600 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:09.604 [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... 13:32:09.604 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:09.604 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:09.604 [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... 13:32:09.605 [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 13:32:09.606 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:32:09.606 [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 13:32:09.607 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:09.607 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...13:32:09.607 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:09.607 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:09.611 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 13:32:09.611 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:09.611 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:09.611 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 13:32:09.613 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 13:32:09.614 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:32:09.614 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 13:32:09.614 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:09.614 [pool-172-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...13:32:09.614 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:09.614 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:09.618 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 13:32:09.618 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:09.619 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:09.619 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 13:32:09.620 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 13:32:09.622 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:32:09.622 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 13:32:09.622 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:09.622 [pool-172-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...13:32:09.622 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:09.622 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:09.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/IPackageFragment_org.eclipse.jdt.xmi... 13:32:09.626 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:09.627 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:09.627 [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... 13:32:09.691 [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 13:32:09.691 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:32:09.691 [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 13:32:09.692 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:09.692 [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. 0s66ms [pure insertion] marking any relevant derived attributes for update...13:32:09.692 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:09.692 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:09.697 [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... 13:32:09.697 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:09.697 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:09.697 [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... 13:32:09.698 [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 13:32:09.700 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:32:09.700 [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 13:32:09.713 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:32:09.713 [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. 0s16ms [pure insertion] marking any relevant derived attributes for update...13:32:09.713 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:09.713 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:09.717 [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... 13:32:09.717 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:09.717 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:09.717 [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... 13:32:09.719 [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 13:32:09.719 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:32:09.719 [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 13:32:09.720 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:09.720 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...13:32:09.720 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:09.720 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:09.731 [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... 13:32:09.731 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:09.731 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:09.731 [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... 13:32:09.733 [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 13:32:10.219 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec) 13:32:10.219 [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 13:32:10.599 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 13:32:10.599 [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. 0s868ms [pure insertion] marking any relevant derived attributes for update...13:32:10.599 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:10.599 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:10.599 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:10.599 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:10.612 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 13:32:10.963 [pool-118-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit4595551651052303388/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@43b4fe19 failed java.nio.file.NoSuchFileException: /tmp/junit4595551651052303388/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] 13:32:11.018 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 13:32:11.018 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.419s attempting to resolve any uninitialized derived attributes... 13:32:11.018 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:11.018 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:11.018 [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... 13:32:11.018 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s419ms [proxy update] 13:32:11.018 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:11.019 [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 ~2s validating changes... validating file UPDATED for /set0.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 13:32:11.091 [pool-119-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit5533950394887014897/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@43b4fe19 failed java.nio.file.NoSuchFileException: /tmp/junit5533950394887014897/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] 13:32:11.199 [pool-120-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit3380082960298331745/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@43b4fe19 failed java.nio.file.NoSuchFileException: /tmp/junit3380082960298331745/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] validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 13:32:11.415 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 423 ms 13:32:11.415 [main] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 13:32:11.415 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4340395927279457821/test_subtreeTraversalScoping[LevelDB GreyCat] 13:32:11.417 [main] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 13:32:11.417 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4340395927279457821/test_subtreeTraversalScoping[LevelDB GreyCat] 13:32:11.418 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:32:11.418 [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 13:32:11.419 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:11.419 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:32:11.847 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:32:11.847 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4340395927279457821/test_subtreeTraversalScoping[LevelDB GreyCat] 13:32:11.847 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:32:12.031 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:32:12.032 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:12.032 [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 13:32:12.032 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:12.032 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:12.034 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:32:12.034 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:32:12.034 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:32:12.034 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:32:12.034 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:12.034 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: 13:32:12.035 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 13:32:12.035 [pool-174-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/JDTAST.ecore to store 13:32:12.055 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:12.055 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:12.082 [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 13:32:12.082 [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 13:32:12.082 [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 13:32:12.083 [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 13:32:12.084 [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 13:32:12.084 [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 13:32:12.084 [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 13:32:12.084 [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 13:32:12.084 [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 13:32:12.084 [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 13:32:12.085 [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 13:32:12.085 [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 13:32:12.085 [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 13:32:12.085 [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 13:32:12.085 [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 13:32:12.085 [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 13:32:12.085 [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 13:32:12.085 [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 13:32:12.085 [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 13:32:12.085 [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 13:32:12.086 [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 13:32:12.086 [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 13:32:12.086 [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 13:32:12.086 [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 13:32:12.087 [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 13:32:12.087 [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 13:32:12.087 [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 13:32:12.087 [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[] 13:32:12.087 [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 13:32:12.087 [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 13:32:12.087 [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 13:32:12.087 [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 13:32:12.087 [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 13:32:12.087 [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 13:32:12.088 [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 13:32:12.088 [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 13:32:12.088 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 13:32:12.088 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 13:32:12.093 [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 13:32:12.137 [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 13:32:12.138 [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 13:32:12.138 [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 13:32:12.194 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 13:32:12.196 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 13:32:12.197 [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 13:32:12.209 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 13:32:12.209 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:32:12.435 [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 13:32:12.436 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:12.436 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:12.446 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:12.448 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:12.448 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:12.469 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 13:32:12.493 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:12.493 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:12.493 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 13:32:12.497 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 13:32:12.919 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec) 13:32:12.919 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 13:32:13.099 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 13:32:13.099 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s630ms [pure insertion] marking any relevant derived attributes for update...13:32:13.099 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:32:13.100 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:32:13.100 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:13.100 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:13.110 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:32:13.110 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 13:32:13.110 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:13.110 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:13.111 [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... 13:32:13.111 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 13:32:13.111 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:13.111 [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 13:32:13.340 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 904 ms 13:32:13.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/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 13:32:13.553 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:13.553 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:13.565 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:13.566 [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/ 13:32:13.566 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:13.566 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:13.570 [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... 13:32:13.570 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:13.570 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:13.570 [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... 13:32:13.571 [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 13:32:13.572 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:32:13.572 [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 13:32:13.573 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:13.573 [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...13:32:13.573 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:13.573 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:13.577 [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... 13:32:13.577 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:13.577 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:13.577 [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... 13:32:13.579 [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 13:32:13.579 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:32:13.579 [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 13:32:13.581 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:13.581 [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...13:32:13.581 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:13.581 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:13.585 [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... 13:32:13.585 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:13.585 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:13.585 [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... 13:32:13.587 [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 13:32:13.589 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:32:13.589 [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 13:32:13.606 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:32:13.606 [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. 0s21ms [pure insertion] marking any relevant derived attributes for update...13:32:13.606 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:13.606 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:13.615 [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... 13:32:13.616 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:13.616 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:13.616 [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... 13:32:13.617 [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 13:32:14.005 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec) 13:32:14.005 [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 13:32:14.096 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 13:32:14.096 [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. 0s481ms [pure insertion] marking any relevant derived attributes for update...13:32:14.096 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:14.096 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:14.101 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 13:32:14.101 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:14.101 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:14.101 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 13:32:14.102 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 13:32:14.104 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:32:14.104 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 13:32:14.104 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:14.104 [pool-174-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...13:32:14.104 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:14.104 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:14.108 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 13:32:14.108 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:14.108 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:14.108 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 13:32:14.110 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 13:32:14.111 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:32:14.111 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 13:32:14.111 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:14.111 [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...13:32:14.111 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:14.111 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:14.115 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 13:32:14.115 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:14.115 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:14.115 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 13:32:14.117 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 13:32:14.120 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec) 13:32:14.120 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 13:32:14.125 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:14.125 [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...13:32:14.125 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:14.125 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:14.129 [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... 13:32:14.129 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:14.129 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:14.129 [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... 13:32:14.131 [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 13:32:14.131 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:32:14.131 [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 13:32:14.132 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:14.132 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...13:32:14.132 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:14.132 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:14.190 [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... 13:32:14.190 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:14.190 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:14.190 [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... 13:32:14.192 [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 13:32:14.224 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec) 13:32:14.224 [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 13:32:14.242 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 13:32:14.242 [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. 0s52ms [pure insertion] marking any relevant derived attributes for update...13:32:14.242 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:14.242 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:14.246 [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... 13:32:14.246 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:14.247 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:14.247 [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... 13:32:14.248 [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 13:32:14.248 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:32:14.248 [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 13:32:14.250 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:14.250 [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...13:32:14.250 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:14.250 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:14.297 [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... 13:32:14.297 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:14.298 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:14.298 [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... 13:32:14.299 [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 13:32:14.512 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec) 13:32:14.512 [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 13:32:14.706 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 13:32:14.706 [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. 0s409ms [pure insertion] marking any relevant derived attributes for update...13:32:14.706 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:14.706 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:14.706 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:14.706 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:14.720 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 13:32:14.960 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 13:32:14.960 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.254s attempting to resolve any uninitialized derived attributes... 13:32:14.960 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:14.960 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:14.960 [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... 13:32:14.960 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s254ms [proxy update] 13:32:14.960 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:14.961 [pool-174-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/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/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 /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /set0.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.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/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 13:32:15.409 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 856 ms 13:32:15.409 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5874145235294893957/test_getAllOf[LevelDB GreyCat] 13:32:15.411 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5874145235294893957/test_getAllOf[LevelDB GreyCat] 13:32:15.431 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5874145235294893957/test_getAllOf[LevelDB GreyCat] 13:32:15.491 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5874145235294893957/test_getAllOf[LevelDB GreyCat] 13:32:15.513 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5874145235294893957/test_getAllOf[LevelDB GreyCat] 13:32:15.514 [main] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IType::allof_IType... 13:32:15.514 [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); 13:32:15.551 [main] INFO o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IType#allof_IType 13:32:15.592 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 13:32:16.417 [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) 13:32:16.417 [main] INFO o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.866s 13:32:16.417 [main] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IType::allof_IType. 13:32:16.418 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:32:16.418 [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 13:32:16.419 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:16.419 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:32:17.017 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:32:17.018 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5874145235294893957/test_getAllOf[LevelDB GreyCat] 13:32:17.018 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:32:17.176 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:32:17.177 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32: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 13:32:17.177 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:17.177 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:17.178 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:32:17.178 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:32:17.179 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:32:17.179 [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! 13:32:17.179 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:17.179 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:32:17.179 [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 13:32:17.179 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 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/JDTAST.ecore to store 13:32:17.193 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:17.193 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:17.219 [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 13:32:17.219 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 13:32:17.219 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 13:32:17.221 [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 13:32:17.222 [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 13:32:17.231 [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 13:32:17.241 [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 13:32:17.241 [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 13:32:17.241 [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 13:32:17.241 [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 13:32:17.241 [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 13:32:17.242 [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 13:32:17.243 [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 13:32:17.243 [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 13:32:17.243 [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 13:32:17.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 13:32:17.243 [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 13:32:17.243 [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 13:32:17.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 13:32:17.244 [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 13:32:17.244 [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 13:32:17.244 [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[] 13:32:17.244 [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 13:32:17.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 13:32:17.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 13:32:17.245 [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 13:32:17.245 [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 13:32:17.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 13:32:17.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 13:32:17.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 13:32:17.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 13:32:17.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 13:32:17.246 [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 13:32:17.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 13:32:17.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 13:32:17.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 13:32:17.246 [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 13:32:17.246 [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 13:32:17.246 [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 13:32:17.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 13:32:17.250 [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 13:32:17.251 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 13:32:17.251 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 13:32:17.252 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 13:32:17.255 [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 13:32:17.273 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 13:32:17.273 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:32:17.615 [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 13:32:17.616 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:17.617 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:17.625 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:17.627 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:17.627 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:17.647 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 13:32:17.672 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:17.672 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:17.672 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 13:32:17.691 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 13:32:17.943 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec) 13:32:17.943 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 13:32:18.138 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 13:32:18.138 [pool-176-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...13:32:18.138 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 13:32:18.140 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 13:32:18.140 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:18.140 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:18.151 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:32:18.151 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.011s attempting to resolve any uninitialized derived attributes... 13:32:18.151 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:18.151 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:18.151 [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... 13:32:18.151 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 13:32:18.151 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:18.151 [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 13:32:18.348 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 731 ms 13:32:18.591 [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 13:32:18.592 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:18.592 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:18.608 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:18.612 [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/ 13:32:18.612 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:18.612 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:18.617 [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... 13:32:18.617 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:18.618 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:18.618 [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... 13:32:18.619 [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 13:32:18.621 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:32:18.621 [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 13:32:18.695 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:32:18.695 [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. 0s78ms [pure insertion] marking any relevant derived attributes for update...13:32:18.695 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:32:18.696 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:32:18.700 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 13:32:18.700 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:18.700 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:18.700 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 13:32:18.702 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 13:32:18.704 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec) 13:32:18.704 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 13:32:18.710 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:18.710 [pool-176-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...13:32:18.710 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:18.710 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:18.716 [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... 13:32:18.716 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:18.716 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:18.716 [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... 13:32:18.718 [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 13:32:18.811 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec) 13:32:18.811 [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 13:32:18.828 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 13:32:18.828 [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. 0s113ms [pure insertion] marking any relevant derived attributes for update...13:32:18.829 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:18.829 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:18.833 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 13:32:18.833 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:18.833 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:18.833 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 13:32:18.834 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 13:32:18.836 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:32:18.836 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 13:32:18.837 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:18.837 [pool-176-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...13:32:18.837 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:18.837 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:18.841 [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... 13:32:18.841 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:18.841 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:18.841 [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... 13:32:18.890 [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 13:32:18.890 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:32:18.890 [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 13:32:18.894 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:18.894 [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. 0s53ms [pure insertion] marking any relevant derived attributes for update...13:32:18.894 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:18.894 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:18.900 [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... 13:32:18.900 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:18.900 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:18.900 [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... 13:32:18.905 [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 13:32:18.905 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:32:18.905 [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 13:32:18.909 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:18.909 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:32:18.909 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:18.909 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:18.920 [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... 13:32:18.920 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:18.921 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:18.921 [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... 13:32:18.965 [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 13:32:19.136 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec) 13:32:19.136 [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 13:32:19.220 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 13:32:19.220 [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. 0s300ms [pure insertion] marking any relevant derived attributes for update...13:32:19.220 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:19.220 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:19.224 [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... 13:32:19.224 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:19.224 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:19.224 [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... 13:32:19.229 [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 13:32:19.229 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:32:19.229 [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 13:32:19.234 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:19.234 [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. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:32:19.234 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:19.234 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:19.238 [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... 13:32:19.238 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:19.238 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:19.238 [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... 13:32:19.242 [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 13:32:19.243 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:32:19.243 [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 13:32:19.247 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:19.247 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:32:19.247 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:19.247 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:19.251 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 13:32:19.251 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:19.252 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:19.252 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 13:32:19.294 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 13:32:19.299 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:32:19.299 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 13:32:19.299 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:19.299 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s48ms [pure insertion] marking any relevant derived attributes for update...13:32:19.299 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:19.299 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:19.311 [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... 13:32:19.311 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:19.311 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:19.311 [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... 13:32:19.316 [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 13:32:19.610 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec) 13:32:19.610 [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 13:32:19.944 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 13:32:19.944 [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. 0s633ms [pure insertion] marking any relevant derived attributes for update...13:32:19.944 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:19.944 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:19.944 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:19.944 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:19.958 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 13:32:20.405 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 13:32:20.405 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.461s attempting to resolve any uninitialized derived attributes... 13:32:20.405 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:20.405 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:20.405 [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... 13:32:20.405 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s461ms [proxy update] 13:32:20.405 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:20.406 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi sync metrics: interesting 11 deleted 0 changed 11 loaded 11 c elems 5353 d elems 0 time ~1s validating changes... validating file UPDATED for /set0.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/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.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 13:32:21.056 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 464 ms 13:32:21.056 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4241358094982849482/test_getFiles[LevelDB GreyCat] 13:32:21.058 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4241358094982849482/test_getFiles[LevelDB GreyCat] 13:32:21.059 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:32:21.059 [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 13:32:21.060 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:21.060 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:32:21.389 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:32:21.390 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4241358094982849482/test_getFiles[LevelDB GreyCat] 13:32:21.390 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:32:21.557 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:32:21.558 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:21.558 [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 13:32:21.558 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:21.558 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:21.561 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:32:21.561 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:32:21.561 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:32:21.561 [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! 13:32:21.561 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:21.561 [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... 13:32:21.561 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... changed resource size: 0 relevant graph size: 0 validated changes... true 13:32:21.561 [pool-178-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 13:32:21.580 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:21.580 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:21.609 [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 13:32:21.609 [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 13:32:21.609 [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 13:32:21.609 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 13:32:21.610 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 13:32:21.612 [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 13:32:21.618 [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 13:32:21.621 [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 13:32:21.624 [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 13:32:21.627 [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 13:32:21.627 [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 13:32:21.627 [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 13:32:21.627 [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 13:32:21.627 [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 13:32:21.628 [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 13:32:21.628 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 13:32:21.628 [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 13:32:21.628 [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 13:32:21.628 [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 13:32:21.628 [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 13:32:21.628 [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 13:32:21.628 [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 13:32:21.628 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 13:32:21.628 [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 13:32:21.628 [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 13:32:21.628 [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 13:32:21.628 [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 13:32:21.628 [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 13:32:21.628 [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 13:32:21.629 [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 13:32:21.629 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 13:32:21.629 [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 13:32:21.629 [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 13:32:21.629 [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 13:32:21.629 [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 13:32:21.629 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 13:32:21.629 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 13:32:21.629 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 13:32:21.630 [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[] 13:32:21.630 [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 13:32:21.630 [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 13:32:21.631 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 13:32:21.633 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 13:32:21.635 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 13:32:21.636 [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 13:32:21.648 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 13:32:21.648 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:32:21.836 [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 13:32:21.837 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:21.837 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:21.846 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:21.866 [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/ 13:32:21.866 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:21.866 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:21.875 [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... 13:32:21.878 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:21.878 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:21.878 [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... 13:32:21.880 [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 13:32:21.998 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec) 13:32:21.998 [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 13:32:22.034 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 13:32:22.034 [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. 0s159ms [pure insertion] marking any relevant derived attributes for update...13:32:22.034 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:32:22.035 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:32:22.040 [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... 13:32:22.040 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:22.040 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:22.040 [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... 13:32:22.041 [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 13:32:22.043 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:32:22.043 [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 13:32:22.095 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:32:22.095 [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. 0s55ms [pure insertion] marking any relevant derived attributes for update...13:32:22.095 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:22.095 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:22.100 [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... 13:32:22.100 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:22.100 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:22.100 [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... 13:32:22.102 [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 13:32:22.102 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:32:22.102 [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 13:32:22.104 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:22.104 [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. 0s4ms [pure insertion] marking any relevant derived attributes for update...13:32:22.104 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:22.104 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:22.110 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 13:32:22.110 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:22.112 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:22.112 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 13:32:22.150 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 13:32:22.152 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:32:22.152 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 13:32:22.152 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:22.152 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s42ms [pure insertion] marking any relevant derived attributes for update...13:32:22.152 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:22.152 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:22.156 [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... 13:32:22.156 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:22.156 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:22.156 [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... 13:32:22.157 [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 13:32:22.157 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:32:22.157 [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 13:32:22.159 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:22.159 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...13:32:22.159 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:22.159 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:22.196 [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... 13:32:22.196 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:22.196 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:22.196 [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... 13:32:22.199 [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 13:32:22.515 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec) 13:32:22.515 [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 13:32:22.649 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 13:32:22.649 [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. 0s453ms [pure insertion] marking any relevant derived attributes for update...13:32:22.649 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:22.649 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:22.654 [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... 13:32:22.654 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:22.654 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:22.654 [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... 13:32:22.656 [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 13:32:22.656 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:32:22.656 [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 13:32:22.658 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:22.658 [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. 0s4ms [pure insertion] marking any relevant derived attributes for update...13:32:22.658 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:22.658 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:22.662 [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... 13:32:22.662 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:22.662 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:22.662 [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... 13:32:22.691 [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 13:32:22.691 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:32:22.691 [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 13:32:22.696 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:22.696 [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. 0s34ms [pure insertion] marking any relevant derived attributes for update...13:32:22.696 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:22.696 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:22.701 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 13:32:22.701 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:22.701 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:22.701 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 13:32:22.703 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 13:32:22.704 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:32:22.704 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 13:32:22.704 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:22.704 [pool-178-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...13:32:22.704 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:22.704 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:22.714 [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... 13:32:22.714 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:22.714 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:22.714 [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... 13:32:22.716 [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 13:32:23.106 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec) 13:32:23.106 [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 13:32:23.134 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 13:32:23.135 [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. 0s421ms [pure insertion] marking any relevant derived attributes for update...13:32:23.135 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:23.135 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:23.195 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 13:32:23.195 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:23.195 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:23.195 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 13:32:23.198 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 13:32:23.201 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec) 13:32:23.201 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 13:32:23.210 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:23.210 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s15ms [pure insertion] marking any relevant derived attributes for update...13:32:23.210 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:23.210 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:23.210 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:23.210 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:23.228 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 13:32:23.636 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 13:32:23.636 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.426s attempting to resolve any uninitialized derived attributes... 13:32:23.636 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:23.636 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:23.636 [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... 13:32:23.636 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s426ms [proxy update] 13:32:23.636 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:23.637 [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 changes... validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/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 /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 13:32:24.028 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 191 ms 13:32:24.028 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7909767961393504286/test_getAllOfCountsSubtypes[LevelDB GreyCat] 13:32:24.029 [main] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot... 13:32:24.029 [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); 13:32:24.093 [main] INFO o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot#allof_BinaryPackageFragmentRoot 13:32:24.096 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 13:32:24.106 [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) 13:32:24.106 [main] INFO o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.013s 13:32:24.106 [main] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot. 13:32:24.106 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7909767961393504286/test_getAllOfCountsSubtypes[LevelDB GreyCat] 13:32:24.107 [main] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot... 13:32:24.107 [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); 13:32:24.108 [main] INFO o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot#allof_IPackageFragmentRoot 13:32:24.111 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 13:32:24.129 [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) 13:32:24.129 [main] INFO o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.021s 13:32:24.129 [main] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot. 13:32:24.132 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:24.135 [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 13:32:24.135 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 3 ms 13:32:24.135 [pool-178-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7909767961393504286/test_getAllOfCountsSubtypes[LevelDB GreyCat] 13:32:24.136 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:32:24.136 [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 13:32:24.138 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:24.138 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:32:24.726 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:32:24.726 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7909767961393504286/test_getAllOfCountsSubtypes[LevelDB GreyCat] 13:32:24.726 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:32:24.926 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:32:24.927 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:24.927 [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 13:32:24.927 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:24.927 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:24.929 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:32:24.929 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:32:24.929 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:32:24.929 [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! 13:32:24.929 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:24.929 [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 13:32:24.930 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 13:32:24.930 [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 13:32:24.932 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:24.932 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:24.935 [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 13:32:24.935 [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 13:32:24.935 [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 13:32:24.935 [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 13:32:24.935 [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 13:32:24.935 [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 13:32:24.935 [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 13:32:24.935 [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 13:32:24.935 [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 13:32:24.935 [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 13:32:24.936 [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 13:32:24.936 [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 13:32:24.936 [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 13:32:24.936 [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[] 13:32:24.936 [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 13:32:24.937 [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 13:32:24.937 [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 13:32:24.937 [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 13:32:24.937 [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 13:32:24.937 [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 13:32:24.937 [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 13:32:24.938 [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 13:32:24.938 [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 13:32:24.938 [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 13:32:24.938 [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 13:32:24.938 [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 13:32:24.938 [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 13:32:24.938 [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 13:32:24.938 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 13:32:24.938 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 13:32:24.938 [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 13:32:24.938 [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 13:32:24.939 [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 13:32:24.941 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:32:24.941 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:32:24.941 [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 13:32:24.943 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:24.943 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:24.952 [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 13:32:24.952 [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 13:32:24.952 [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 13:32:24.953 [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 13:32:24.953 [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[] 13:32:24.953 [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 13:32:24.953 [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 13:32:24.953 [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 13:32:24.953 [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 13:32:24.953 [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 13:32:24.953 [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 13:32:24.953 [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 13:32:24.953 [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 13:32:24.953 [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 13:32:24.953 [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 13:32:24.953 [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 13:32:24.953 [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 13:32:24.953 [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 13:32:24.953 [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 13:32:24.953 [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 13:32:24.953 [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 13:32:24.953 [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 13:32:24.953 [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 13:32:24.953 [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 13:32:24.953 [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 13:32:24.953 [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 13:32:24.953 [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 13:32:24.953 [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 13:32:24.953 [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 13:32:24.953 [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 13:32:24.953 [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 13:32:24.953 [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 13:32:24.953 [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 13:32:24.953 [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 13:32:24.953 [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 13:32:24.953 [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 13:32:24.953 [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 13:32:24.954 [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 13:32:24.954 [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 13:32:24.954 [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 13:32:24.954 [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 13:32:24.954 [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 13:32:24.954 [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 13:32:24.954 [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 13:32:24.954 [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 13:32:24.954 [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[] 13:32:24.954 [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 13:32:24.954 [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 13:32:24.954 [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 13:32:24.954 [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 13:32:24.954 [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 13:32:24.954 [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 13:32:24.954 [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 13:32:24.954 [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 13:32:24.954 [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 13:32:24.954 [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 13:32:24.954 [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 13:32:24.954 [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 13:32:24.954 [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 13:32:24.955 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:32:24.955 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:32:24.955 [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 13:32:24.990 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:24.990 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:24.994 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:32:24.995 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:32:24.995 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:32:25.230 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit6074613182389671014/:org.eclipse.hawk.localfolder.LocalFolder:false 13:32:25.231 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:25.231 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:25.232 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:25.234 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:25.234 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:25.234 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 13:32:25.271 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:25.271 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:25.271 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 13:32:25.272 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 13:32:25.276 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 13:32:25.276 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 13:32:25.276 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:32:25.276 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 0s42ms [pure insertion] marking any relevant derived attributes for update...13:32:25.276 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:32:25.277 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:32:25.277 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:25.277 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:25.277 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:32:25.277 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:32:25.277 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:25.277 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:25.277 [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... 13:32:25.277 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:32:25.277 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 13:32:25.277 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 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 13:32:25.277 [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/junit6074613182389671014/tree.model 13:32:25.278 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:25.278 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:25.278 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:25.278 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:25.279 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 13:32:25.279 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:25.279 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:32:25.279 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 13:32:25.279 [pool-180-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:32:25.279 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /tree.model... 13:32:25.279 [pool-180-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model 13:32:25.281 [pool-180-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.002s 13:32:25.283 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 13:32:25.284 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:32:25.284 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 13:32:25.284 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 13:32:25.284 [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...13:32:25.285 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:25.285 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:25.285 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:25.285 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:25.285 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:32:25.285 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:32:25.285 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:25.285 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:25.285 [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... 13:32:25.285 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:32:25.285 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:25.285 [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 changes... validating file UPDATED for /tree.model changed resource size: 3 relevant graph size: 3 validated changes... true 13:32:25.285 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 7 ms 13:32:25.286 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:32:25.286 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit6074613182389671014/:org.eclipse.hawk.localfolder.LocalFolder:false 13:32:25.287 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:25.287 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:32:25.720 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:32:25.720 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8744380121111708785/test_addChild[LevelDB GreyCat] 13:32:25.720 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:32:25.854 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:32:25.855 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:25.855 [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 13:32:25.855 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:25.855 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:25.858 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:32:25.858 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:32:25.858 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:32:25.858 [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! 13:32:25.858 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... 13:32:25.858 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... updating indexer: 13:32:25.858 [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 13:32:25.859 [pool-182-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 13:32:25.860 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:25.860 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:25.862 [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 13:32:25.862 [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 13:32:25.862 [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 13:32:25.862 [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 13:32:25.862 [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 13:32:25.862 [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 13:32:25.862 [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 13:32:25.862 [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 13:32:25.863 [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 13:32:25.863 [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 13:32:25.863 [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 13:32:25.863 [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 13:32:25.863 [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 13:32:25.863 [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 13:32:25.864 [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 13:32:25.864 [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 13:32:25.864 [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 13:32:25.864 [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 13:32:25.864 [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 13:32:25.864 [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 13:32:25.864 [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 13:32:25.864 [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 13:32:25.864 [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 13:32:25.864 [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 13:32:25.864 [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 13:32:25.865 [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 13:32:25.865 [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 13:32:25.865 [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 13:32:25.865 [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 13:32:25.865 [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[] 13:32:25.865 [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 13:32:25.865 [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 13:32:25.865 [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 13:32:25.867 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:32:25.867 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:32:25.867 [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 13:32:25.868 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:25.868 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:25.887 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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[] 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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[] 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.888 [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 13:32:25.889 [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 13:32:25.889 [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 13:32:25.889 [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 13:32:25.889 [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 13:32:25.889 [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 13:32:25.889 [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 13:32:25.889 [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 13:32:25.890 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:32:25.890 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:32:25.890 [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 13:32:25.890 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:25.890 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:25.896 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:32:25.897 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:32:25.897 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:32:26.083 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit1131265247185487390/:org.eclipse.hawk.localfolder.LocalFolder:false 13:32:26.083 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:26.084 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:26.084 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:26.084 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:26.084 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:26.084 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:26.084 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:26.087 [pool-182-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:32:26.087 [pool-182-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 13:32:26.087 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:26.087 [pool-182-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:26.121 [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... 13:32:26.121 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s45ms [proxy update] 13:32:26.129 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:26.130 [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 13:32:26.130 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 46 ms 13:32:26.130 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:26.131 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:26.132 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:26.132 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:26.132 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 13:32:26.134 [pool-182-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:26.134 [pool-182-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:26.134 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 13:32:26.136 [pool-182-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 13:32:26.138 [pool-182-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 13:32:26.138 [pool-182-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 13:32:26.138 [pool-182-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:32:26.138 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 0s6ms [pure insertion] marking any relevant derived attributes for update...13:32:26.138 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:26.138 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:26.138 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:26.138 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:26.138 [pool-182-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:32:26.138 [pool-182-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:32:26.138 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:26.139 [pool-182-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:26.139 [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... 13:32:26.139 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:32:26.139 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:26.139 [pool-182-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 2 d elems 0 time ~0s validating changes... changed resource size: 2 relevant graph size: 2 validated changes... true 13:32:26.139 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 9 ms 13:32:26.139 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:32:26.139 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit1131265247185487390/:org.eclipse.hawk.localfolder.LocalFolder:false 13:32:26.140 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:26.140 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:32:26.497 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:32:26.497 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4628684651445000115/test_addModel[LevelDB GreyCat] 13:32:26.497 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:32:26.639 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:32:26.640 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:26.640 [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 13:32:26.640 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:26.640 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:26.642 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:32:26.642 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:32:26.642 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:32:26.642 [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! 13:32:26.642 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:26.642 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:32:26.642 [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 13:32:26.643 [pool-184-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 13:32:26.644 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:26.644 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:26.646 [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 13:32:26.646 [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 13:32:26.646 [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 13:32:26.647 [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 13:32:26.647 [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 13:32:26.647 [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 13:32:26.647 [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[] 13:32:26.647 [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 13:32:26.647 [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 13:32:26.647 [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 13:32:26.647 [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 13:32:26.647 [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 13:32:26.647 [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 13:32:26.647 [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 13:32:26.647 [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 13:32:26.647 [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 13:32:26.647 [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 13:32:26.647 [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 13:32:26.647 [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 13:32:26.647 [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 13:32:26.647 [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 13:32:26.648 [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 13:32:26.648 [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 13:32:26.648 [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 13:32:26.648 [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 13:32:26.649 [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 13:32:26.649 [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 13:32:26.649 [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 13:32:26.649 [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 13:32:26.649 [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 13:32:26.649 [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 13:32:26.649 [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 13:32:26.649 [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 13:32:26.651 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:32:26.651 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:32:26.651 [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 13:32:26.652 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:26.652 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:26.656 [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 13:32:26.656 [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 13:32:26.656 [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 13:32:26.656 [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 13:32:26.656 [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 13:32:26.656 [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 13:32:26.656 [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 13:32:26.656 [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 13:32:26.656 [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 13:32:26.656 [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 13:32:26.656 [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 13:32:26.656 [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 13:32:26.656 [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 13:32:26.656 [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 13:32:26.656 [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 13:32:26.656 [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 13:32:26.656 [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 13:32:26.656 [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 13:32:26.656 [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 13:32:26.656 [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 13:32:26.656 [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 13:32:26.656 [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 13:32:26.656 [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 13:32:26.656 [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 13:32:26.656 [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 13:32:26.656 [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 13:32:26.656 [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 13:32:26.656 [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 13:32:26.656 [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 13:32:26.656 [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 13:32:26.656 [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 13:32:26.656 [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 13:32:26.656 [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 13:32:26.656 [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 13:32:26.656 [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 13:32:26.657 [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 13:32:26.657 [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 13:32:26.657 [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 13:32:26.657 [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 13:32:26.657 [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 13:32:26.657 [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 13:32:26.657 [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 13:32:26.657 [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 13:32:26.657 [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 13:32:26.657 [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 13:32:26.657 [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 13:32:26.657 [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 13:32:26.657 [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[] 13:32:26.657 [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 13:32:26.657 [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 13:32:26.657 [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 13:32:26.657 [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[] 13:32:26.657 [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 13:32:26.657 [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 13:32:26.657 [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 13:32:26.657 [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 13:32:26.657 [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 13:32:26.657 [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 13:32:26.657 [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 13:32:26.658 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:32:26.658 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:32:26.658 [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 13:32:26.659 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:26.659 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:26.665 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:32:26.665 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:32:26.665 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:32:26.851 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit3870030480640522420/:org.eclipse.hawk.localfolder.LocalFolder:false 13:32:26.852 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:26.852 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:26.852 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:26.855 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:26.855 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:26.855 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 13:32:26.900 [pool-184-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:26.900 [pool-184-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:26.900 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 13:32:26.902 [pool-184-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 13:32:26.904 [pool-184-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 13:32:26.904 [pool-184-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 13:32:26.904 [pool-184-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:32:26.904 [pool-184-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...13:32:26.904 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:32:26.905 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:32:26.905 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:26.905 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:26.906 [pool-184-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:32:26.906 [pool-184-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 13:32:26.906 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:26.906 [pool-184-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:26.906 [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... 13:32:26.906 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:32:26.906 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:26.906 [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 validating file UPDATED for /tree.model time ~0s validating changes... changed resource size: 2 relevant graph size: 2 validated changes... true 13:32:26.906 [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/junit3870030480640522420/tree.model 13:32:26.906 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:26.907 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:26.907 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:26.907 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:26.908 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 13:32:26.908 [pool-184-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:26.908 [pool-184-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:32:26.908 [pool-184-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 13:32:26.908 [pool-184-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:32:26.908 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model... 13:32:26.908 [pool-184-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:32:26.910 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /tree.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...13:32:26.910 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:26.910 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:26.910 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:26.910 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:26.910 [pool-184-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:32:26.910 [pool-184-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:32:26.910 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:26.910 [pool-184-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:26.910 [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... 13:32:26.910 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:32:26.910 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:26.910 [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 file UPDATED for /tree.model validating changes... changed resource size: 2 relevant graph size: 2 validated changes... true 13:32:26.911 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 5 ms 13:32:26.912 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:32:26.912 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit3870030480640522420/:org.eclipse.hawk.localfolder.LocalFolder:false 13:32:26.913 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:26.913 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:32:27.265 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:32:27.265 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7845007891773350713/test_renameRoot[LevelDB GreyCat] 13:32:27.265 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:32:27.408 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:32:27.409 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:27.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 13:32:27.409 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:27.409 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:27.410 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:32:27.410 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:32:27.410 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:32:27.410 [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! 13:32:27.410 [pool-186-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:27.411 [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 13:32:27.411 [pool-186-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 13:32:27.411 [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 13:32:27.412 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:27.412 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:27.414 [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 13:32:27.415 [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 13:32:27.415 [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 13:32:27.416 [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 13:32:27.416 [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 13:32:27.416 [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 13:32:27.416 [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 13:32:27.416 [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 13:32:27.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 13:32:27.416 [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 13:32:27.417 [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 13:32:27.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 13:32:27.417 [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 13:32:27.417 [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 13:32:27.417 [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 13:32:27.417 [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 13:32:27.417 [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 13:32:27.417 [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 13:32:27.418 [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 13:32:27.418 [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 13:32:27.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 13:32:27.418 [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 13:32:27.418 [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 13:32:27.418 [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 13:32:27.418 [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 13:32:27.418 [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[] 13:32:27.418 [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 13:32:27.418 [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 13:32:27.418 [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 13:32:27.418 [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 13:32:27.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 13:32:27.418 [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 13:32:27.418 [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 13:32:27.420 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:32:27.420 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:32:27.420 [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 13:32:27.421 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:27.421 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:27.442 [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 13:32:27.442 [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 13:32:27.442 [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 13:32:27.442 [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 13:32:27.442 [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 13:32:27.442 [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 13:32:27.442 [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 13:32:27.442 [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 13:32:27.442 [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 13:32:27.442 [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 13:32:27.442 [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 13:32:27.442 [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 13:32:27.442 [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 13:32:27.442 [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 13:32:27.442 [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 13:32:27.442 [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 13:32:27.442 [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 13:32:27.442 [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 13:32:27.442 [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 13:32:27.442 [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 13:32:27.442 [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 13:32:27.442 [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 13:32:27.442 [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 13:32:27.442 [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[] 13:32:27.443 [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[] 13:32:27.443 [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 13:32:27.443 [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 13:32:27.443 [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 13:32:27.443 [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 13:32:27.443 [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 13:32:27.443 [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 13:32:27.443 [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 13:32:27.443 [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 13:32:27.443 [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 13:32:27.443 [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 13:32:27.443 [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 13:32:27.443 [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 13:32:27.443 [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 13:32:27.443 [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 13:32:27.443 [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 13:32:27.443 [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 13:32:27.443 [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 13:32:27.443 [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 13:32:27.443 [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 13:32:27.443 [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 13:32:27.443 [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 13:32:27.443 [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 13:32:27.443 [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 13:32:27.443 [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 13:32:27.443 [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 13:32:27.443 [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 13:32:27.443 [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 13:32:27.443 [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 13:32:27.443 [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 13:32:27.443 [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 13:32:27.443 [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 13:32:27.443 [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 13:32:27.443 [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 13:32:27.443 [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 13:32:27.444 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:32:27.444 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:32:27.444 [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 13:32:27.445 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:27.445 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:27.450 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:32:27.451 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:32:27.451 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:32:27.636 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit1667386412082626232/:org.eclipse.hawk.localfolder.LocalFolder:false 13:32:27.637 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:27.637 [pool-186-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:27.638 [pool-186-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:27.640 [pool-186-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:27.640 [pool-186-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:27.640 [pool-186-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 13:32:27.677 [pool-186-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:27.677 [pool-186-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:27.677 [pool-186-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 13:32:27.679 [pool-186-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 13:32:27.684 [pool-186-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 13:32:27.684 [pool-186-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 13:32:27.684 [pool-186-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:32:27.684 [pool-186-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 0s44ms [pure insertion] marking any relevant derived attributes for update...13:32:27.684 [pool-186-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:32:27.685 [pool-186-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:32:27.685 [pool-186-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:27.685 [pool-186-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:27.685 [pool-186-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:32:27.686 [pool-186-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:32:27.686 [pool-186-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:27.686 [pool-186-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:27.686 [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... 13:32:27.686 [pool-186-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:32:27.686 [pool-186-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:27.686 [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 validating file UPDATED for /tree.model d elems 0 time ~0s validating changes... changed resource size: 2 relevant graph size: 2 validated changes... true 13:32:27.686 [pool-186-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 49 ms property: eContainer not found in metamodel for type: Tree 13:32:27.687 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:32:27.687 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit1667386412082626232/:org.eclipse.hawk.localfolder.LocalFolder:false 13:32:27.688 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:27.688 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:32:28.192 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:32:28.192 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8257787698953538357/test_eContainer[LevelDB GreyCat] 13:32:28.192 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:32:28.343 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:32:28.344 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:28.344 [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 13:32:28.344 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:28.344 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:28.345 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:32:28.345 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:32:28.345 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:32:28.346 [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! 13:32:28.346 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:28.346 [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 13:32:28.346 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 13:32:28.346 [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 13:32:28.348 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:28.348 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:28.350 [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 13:32:28.350 [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 13:32:28.350 [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 13:32:28.350 [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 13:32:28.350 [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 13:32:28.350 [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 13:32:28.350 [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 13:32:28.350 [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[] 13:32:28.350 [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 13:32:28.351 [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 13:32:28.351 [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 13:32:28.351 [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 13:32:28.351 [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 13:32:28.351 [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 13:32:28.351 [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 13:32:28.351 [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 13:32:28.351 [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 13:32:28.352 [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 13:32:28.352 [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 13:32:28.352 [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 13:32:28.352 [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 13:32:28.352 [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 13:32:28.352 [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 13:32:28.352 [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 13:32:28.352 [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 13:32:28.352 [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 13:32:28.352 [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 13:32:28.352 [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 13:32:28.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 13:32:28.352 [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 13:32:28.353 [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 13:32:28.353 [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 13:32:28.353 [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 13:32:28.355 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:32:28.355 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:32:28.355 [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 13:32:28.356 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:28.356 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:28.369 [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 13:32:28.369 [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 13:32:28.369 [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 13:32:28.369 [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 13:32:28.369 [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 13:32:28.369 [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 13:32:28.369 [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 13:32:28.369 [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 13:32:28.370 [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 13:32:28.370 [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 13:32:28.370 [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 13:32:28.370 [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 13:32:28.370 [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 13:32:28.370 [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 13:32:28.370 [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 13:32:28.370 [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 13:32:28.370 [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 13:32:28.370 [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 13:32:28.370 [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[] 13:32:28.370 [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 13:32:28.370 [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 13:32:28.370 [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 13:32:28.370 [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 13:32:28.370 [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 13:32:28.370 [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 13:32:28.370 [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 13:32:28.370 [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 13:32:28.370 [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 13:32:28.370 [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 13:32:28.370 [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 13:32:28.370 [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 13:32:28.370 [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 13:32:28.370 [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 13:32:28.370 [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 13:32:28.370 [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 13:32:28.370 [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 13:32:28.370 [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 13:32:28.370 [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 13:32:28.370 [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 13:32:28.370 [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 13:32:28.370 [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 13:32:28.370 [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 13:32:28.370 [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 13:32:28.370 [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 13:32:28.370 [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 13:32:28.370 [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[] 13:32:28.370 [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 13:32:28.370 [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 13:32:28.371 [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 13:32:28.371 [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 13:32:28.371 [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 13:32:28.371 [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 13:32:28.371 [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 13:32:28.371 [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 13:32:28.371 [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 13:32:28.371 [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 13:32:28.371 [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 13:32:28.371 [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 13:32:28.371 [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 13:32:28.373 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:32:28.373 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:32:28.373 [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 13:32:28.374 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:28.374 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:28.385 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:32:28.386 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:32:28.386 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:32:28.588 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit476474406679606047/:org.eclipse.hawk.localfolder.LocalFolder:false 13:32:28.589 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:28.589 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:28.590 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:28.592 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:28.592 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:28.593 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 13:32:28.637 [pool-188-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:28.637 [pool-188-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:28.637 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 13:32:28.639 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 13:32:28.641 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 13:32:28.641 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 13:32:28.641 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:32:28.641 [pool-188-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...13:32:28.641 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:32:28.642 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:32:28.642 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:28.642 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:28.643 [pool-188-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:32:28.643 [pool-188-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 13:32:28.643 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:28.643 [pool-188-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:28.643 [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... 13:32:28.643 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:32:28.643 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:28.643 [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 13:32:28.643 [pool-188-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/remove-child.model over /tmp/junit476474406679606047/tree.model 13:32:28.644 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:28.644 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:28.644 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:28.644 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:28.645 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 13:32:28.645 [pool-188-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:28.645 [pool-188-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:32:28.645 [pool-188-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0 13:32:28.645 [pool-188-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:32:28.645 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /tree.model... 13:32:28.645 [pool-188-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model 13:32:28.647 [pool-188-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.002s 13:32:28.648 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 13:32:28.650 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:32:28.650 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 13:32:28.650 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:32:28.650 [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...13:32:28.650 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:28.650 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:28.650 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:28.650 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:28.650 [pool-188-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:32:28.650 [pool-188-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:32:28.650 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:28.650 [pool-188-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:28.650 [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... 13:32:28.650 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:32:28.650 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:28.650 [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 1 d elems 2 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 1 relevant graph size: 1 validated changes... true 13:32:28.650 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 6 ms 13:32:28.651 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:32:28.651 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit476474406679606047/:org.eclipse.hawk.localfolder.LocalFolder:false 13:32:28.652 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:28.652 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:32:29.269 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:32:29.269 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5504965267778345799/test_removeChild[LevelDB GreyCat] 13:32:29.269 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:32:29.420 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:32:29.421 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:29.421 [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 13:32:29.421 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:29.421 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:29.430 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:32:29.430 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:32:29.430 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:32:29.430 [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! 13:32:29.430 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:29.431 [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 13:32:29.431 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:32:29.431 [pool-190-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 13:32:29.432 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:29.432 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:29.434 [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 13:32:29.435 [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 13:32:29.435 [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 13:32:29.435 [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 13:32:29.435 [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 13:32:29.435 [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 13:32:29.435 [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 13:32:29.435 [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 13:32:29.435 [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 13:32:29.436 [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 13:32:29.436 [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 13:32:29.436 [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 13:32:29.437 [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 13:32:29.437 [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 13:32:29.437 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 13:32:29.437 [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 13:32:29.437 [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 13:32:29.437 [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[] 13:32:29.437 [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 13:32:29.437 [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 13:32:29.437 [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 13:32:29.437 [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 13:32:29.437 [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 13:32:29.438 [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 13:32:29.438 [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 13:32:29.438 [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 13:32:29.438 [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 13:32:29.438 [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 13:32:29.438 [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 13:32:29.438 [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 13:32:29.438 [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 13:32:29.438 [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 13:32:29.438 [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 13:32:29.440 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:32:29.440 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:32:29.440 [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 13:32:29.441 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:29.441 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:29.454 [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 13:32:29.454 [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 13:32:29.454 [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 13:32:29.454 [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 13:32:29.454 [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 13:32:29.454 [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 13:32:29.454 [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 13:32:29.454 [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 13:32:29.454 [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 13:32:29.454 [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[] 13:32:29.454 [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 13:32:29.454 [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 13:32:29.454 [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 13:32:29.454 [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 13:32:29.454 [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 13:32:29.454 [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[] 13:32:29.454 [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 13:32:29.454 [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 13:32:29.454 [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 13:32:29.454 [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 13:32:29.454 [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 13:32:29.454 [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 13:32:29.454 [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 13:32:29.454 [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 13:32:29.454 [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 13:32:29.455 [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 13:32:29.455 [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 13:32:29.455 [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 13:32:29.455 [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 13:32:29.455 [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 13:32:29.455 [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 13:32:29.455 [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 13:32:29.455 [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 13:32:29.455 [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 13:32:29.455 [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 13:32:29.455 [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 13:32:29.455 [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 13:32:29.455 [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 13:32:29.455 [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 13:32:29.455 [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 13:32:29.455 [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 13:32:29.455 [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 13:32:29.455 [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 13:32:29.455 [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 13:32:29.455 [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 13:32:29.455 [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 13:32:29.455 [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 13:32:29.455 [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 13:32:29.455 [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 13:32:29.455 [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 13:32:29.455 [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 13:32:29.455 [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 13:32:29.455 [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 13:32:29.455 [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 13:32:29.455 [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 13:32:29.455 [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 13:32:29.455 [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 13:32:29.455 [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 13:32:29.455 [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 13:32:29.457 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:32:29.457 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:32:29.457 [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 13:32:29.457 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:29.457 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:29.463 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:32:29.463 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:32:29.463 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:32:29.774 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit554833076274758032/:org.eclipse.hawk.localfolder.LocalFolder:false 13:32:29.775 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:29.775 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:29.776 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:29.778 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:29.778 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:29.778 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 13:32:29.816 [pool-190-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:29.816 [pool-190-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:29.816 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 13:32:29.819 [pool-190-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 13:32:29.822 [pool-190-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 13:32:29.822 [pool-190-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 13:32:29.822 [pool-190-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:32:29.822 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 0s44ms [pure insertion] marking any relevant derived attributes for update...13:32:29.822 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:32:29.823 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:32:29.823 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:29.823 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:29.823 [pool-190-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:32:29.823 [pool-190-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:32:29.823 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:29.823 [pool-190-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:29.823 [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... 13:32:29.823 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:32:29.823 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:29.823 [pool-190-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 13:32:29.824 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 49 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/rename-child.model over /tmp/junit554833076274758032/tree.model 13:32:29.824 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:29.824 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:29.825 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:29.825 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:29.825 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 13:32:29.825 [pool-190-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:29.825 [pool-190-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:32:29.826 [pool-190-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 13:32:29.826 [pool-190-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:32:29.826 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model... 13:32:29.826 [pool-190-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:32:29.826 [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...13:32:29.826 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:29.826 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:29.826 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:29.826 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:29.826 [pool-190-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:32:29.826 [pool-190-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:32:29.826 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:29.826 [pool-190-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:29.826 [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... 13:32:29.826 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:32:29.826 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:29.826 [pool-190-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 13:32:29.826 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 2 ms 13:32:29.828 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:32:29.828 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit554833076274758032/:org.eclipse.hawk.localfolder.LocalFolder:false 13:32:29.828 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:29.828 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:32:30.447 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:32:30.447 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7677243861610858969/test_renameChild[LevelDB GreyCat] 13:32:30.447 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:32:31.382 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:32:31.383 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:31.383 [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 13:32:31.806 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:31.806 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:32.025 [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 13:32:32.031 [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 13:32:32.031 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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[] 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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[] 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.034 [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 13:32:32.035 [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 13:32:32.035 [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 13:32:32.035 [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 13:32:32.035 [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 13:32:32.035 [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 13:32:32.035 [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 13:32:32.035 [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 13:32:32.035 [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 13:32:32.035 [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 13:32:32.035 [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 13:32:32.035 [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 13:32:32.035 [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 13:32:32.035 [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 13:32:32.036 [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 13:32:32.036 [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 13:32:32.039 [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 13:32:32.457 [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 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 13:32:32.943 [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 13:32:32.946 [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 13:32:32.949 [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 13:32:32.991 [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 13:32:32.991 [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 13:32:33.092 [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 13:32:33.106 [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 13:32:33.117 [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 13:32:33.304 [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 13:32:33.492 [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 13:32:33.609 [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 13:32:33.714 [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 13:32:33.714 [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 13:32:33.720 [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 13:32:33.720 [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 13:32:33.720 [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 13:32:33.793 [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 13:32:33.793 [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 13:32:33.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/Types::Boolean will be handled as its instance type java.lang.Boolean 13:32:33.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/Types::Integer will be handled as its instance type java.lang.Integer 13:32:33.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/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 13:32:33.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/Types::String will be handled as its instance type java.lang.String 13:32:33.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/Types::Real will be handled as its instance type java.lang.Double 13:32:33.806 [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 13:32:33.806 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:32:33.807 [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 13:32:33.812 [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 13:32:33.812 [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 13:32:33.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 13:32:33.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 13:32:33.814 [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 13:32:33.815 [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 13:32:33.816 [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 13:32:33.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 13:32:33.816 [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 13:32:33.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 13:32:33.819 [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 13:32:33.819 [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 13:32:33.819 [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[] 13:32:33.819 [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 13:32:33.819 [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 13:32:33.820 [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 13:32:33.820 [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 13:32:33.820 [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 13:32:33.820 [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 13:32:33.820 [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 13:32:33.820 [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 13:32:33.822 [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 13:32:33.822 [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 13:32:33.891 [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 13:32:33.891 [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 13:32:33.891 [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 13:32:33.891 [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 13:32:33.892 [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 13:32:33.892 [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 13:32:33.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 13:32:33.892 [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 13:32:33.892 [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 13:32:33.892 [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 13:32:33.892 [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 13:32:33.892 [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 13:32:33.893 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:32:33.893 [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 13:32:33.894 [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 13:32:33.895 [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 13:32:33.899 [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 13:32:33.900 [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 13:32:33.902 [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 13:32:33.902 [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 13:32:33.903 [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 13:32:33.906 [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 13:32:33.907 [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 13:32:33.908 [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 13:32:33.909 [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 13:32:33.909 [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 13:32:33.909 [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 13:32:33.913 [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 13:32:33.916 [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 13:32:33.916 [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 13:32:33.990 [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 13:32:33.992 [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 13:32:33.992 [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 13:32:34.013 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~2 sec) inserting static metamodels complete 13:32:34.013 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:32:34.225 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:32:34.226 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:32:34.226 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:34.226 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:32:34.226 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 13:32:34.323 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 13:32:34.324 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:34.324 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:34.325 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:34.394 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:34.395 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:34.397 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 13:32:34.409 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:34.409 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:34.409 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 13:32:34.413 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 13:32:34.432 [pool-192-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.VisibilityKind 13:32:34.694 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 13:32:34.694 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 13:32:34.705 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 13:32:34.705 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s308ms [pure insertion] marking any relevant derived attributes for update...13:32:34.705 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 13:32:34.707 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 13:32:34.712 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 13:32:34.712 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:34.712 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:34.712 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 13:32:34.715 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 13:32:34.896 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 13:32:34.896 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 13:32:34.913 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 13:32:34.913 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s201ms [pure insertion] marking any relevant derived attributes for update...13:32:34.913 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:34.913 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:34.916 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 13:32:34.917 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:34.917 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:34.917 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 13:32:34.919 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 13:32:35.012 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 13:32:35.012 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 13:32:35.016 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 13:32:35.016 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s100ms [pure insertion] marking any relevant derived attributes for update...13:32:35.016 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:35.016 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:35.090 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 13:32:35.090 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:35.091 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:35.091 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 13:32:35.092 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 13:32:35.115 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 13:32:35.115 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 13:32:35.125 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 13:32:35.125 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s35ms [pure insertion] marking any relevant derived attributes for update...13:32:35.125 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:35.125 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:35.125 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:35.125 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:35.193 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 13:32:35.193 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 13:32:35.193 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.068s attempting to resolve any uninitialized derived attributes... 13:32:35.193 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:35.193 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:35.193 [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... 13:32:35.193 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s68ms [proxy update] 13:32:35.193 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:35.194 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:32:35.194 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 870 ms 13:32:35.194 [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 13:32:35.196 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:35.196 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:35.207 [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 13:32:35.207 [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 13:32:35.208 [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 13:32:35.208 [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 13:32:35.209 [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 13:32:35.209 [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 13:32:35.210 [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 13:32:35.210 [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 13:32:35.213 [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) 13:32:35.215 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:32:35.500 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit666182466577211052/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 13:32:35.501 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:35.502 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:35.502 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:35.503 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:35.503 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:35.503 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:35.503 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:35.503 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 13:32:35.503 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 13:32:35.503 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:32:35.503 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:35.503 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:35.503 [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... 13:32:35.503 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:32:35.503 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:35.504 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:35.505 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:35.505 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:35.509 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml... 13:32:35.509 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:35.509 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:35.509 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml... 13:32:35.513 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml 13:32:35.525 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 13:32:35.525 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml 13:32:35.529 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 13:32:35.529 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml. 0s20ms [pure insertion] marking any relevant derived attributes for update...13:32:35.529 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:35.529 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:35.530 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:35.530 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:35.532 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 13:32:35.532 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 13:32:35.532 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 13:32:35.532 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:35.532 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:35.532 [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... 13:32:35.532 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 13:32:35.532 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:35.532 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:32:35.532 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 30 ms 13:32:35.600 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:35.601 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:35.601 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:35.601 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:35.605 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml... 13:32:35.606 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:35.606 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 11 (11) nodes in store 13:32:35.614 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635 13:32:35.614 [pool-192-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:32:35.614 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /model.uml... 13:32:35.614 [pool-192-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /model.uml 13:32:35.705 [pool-192-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.091s 13:32:35.720 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml 13:32:35.728 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 13:32:35.728 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml 13:32:35.734 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 13:32:35.734 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /model.uml. 0s129ms [pure insertion] marking any relevant derived attributes for update...13:32:35.734 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:35.734 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:35.734 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:35.734 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:35.736 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 13:32:35.736 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 13:32:35.736 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 13:32:35.736 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:35.736 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:35.736 [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... 13:32:35.736 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s3ms [proxy update] 13:32:35.737 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:35.737 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:32:35.737 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 137 ms 13:32:35.742 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:32:35.742 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit666182466577211052/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 13:32:35.790 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:35.790 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:32:36.397 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:32:36.398 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6419747302127672386/test_upgradeModelProfileVersion[LevelDB GreyCat] 13:32:36.398 [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 13:32:36.774 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:32:36.790 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:36.790 [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 13:32:36.906 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:36.906 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:37.291 [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 13:32:37.291 [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 13:32:37.293 [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 13:32:37.294 [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 13:32:37.299 [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 13:32:37.300 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:32:37.300 [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 13:32:37.302 [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 13:32:37.304 [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 13:32:37.305 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 13:32:37.306 [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 13:32:37.312 [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 13:32:37.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 13:32:37.312 [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 13:32:37.312 [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 13:32:37.312 [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 13:32:37.312 [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 13:32:37.312 [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 13:32:37.312 [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[] 13:32:37.312 [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 13:32:37.312 [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 13:32:37.312 [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 13:32:37.312 [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 13:32:37.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 13:32:37.312 [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 13:32:37.312 [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 13:32:37.312 [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 13:32:37.312 [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 13:32:37.312 [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 13:32:37.312 [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 13:32:37.313 [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 13:32:37.313 [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 13:32:37.313 [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 13:32:37.313 [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 13:32:37.313 [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 13:32:37.313 [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 13:32:37.313 [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 13:32:37.313 [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 13:32:37.313 [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 13:32:37.313 [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 13:32:37.313 [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 13:32:37.313 [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 13:32:37.313 [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 13:32:37.313 [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 13:32:37.313 [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[] 13:32:37.313 [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 13:32:37.313 [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 13:32:37.313 [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 13:32:37.313 [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 13:32:37.313 [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 13:32:37.313 [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 13:32:37.313 [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 13:32:37.313 [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 13:32:37.313 [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 13:32:37.313 [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 13:32:37.313 [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 13:32:37.313 [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 13:32:37.314 [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 13:32:37.314 [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 13:32:37.314 [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 13:32:37.314 [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 13:32:37.314 [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 13:32:37.314 [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 13:32:37.314 [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 13:32:37.314 [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 13:32:37.314 [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 13:32:37.314 [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 13:32:37.314 [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 13:32:37.314 [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 13:32:37.314 [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 13:32:37.315 [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 13:32:37.315 [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 13:32:37.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::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 13:32:37.395 [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 13:32:37.414 [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 13:32:37.417 [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 13:32:37.420 [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 13:32:37.428 [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 13:32:37.428 [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 13:32:37.519 [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 13:32:37.530 [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 13:32:37.593 [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 13:32:37.695 [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 13:32:37.728 [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 13:32:37.753 [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 13:32:37.800 [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 13:32:37.801 [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 13:32:37.803 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 13:32:37.803 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 13:32:37.803 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 13:32:37.803 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 13:32:37.803 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 13:32:37.803 [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 13:32:37.803 [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 13:32:37.803 [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 13:32:37.805 [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 13:32:37.806 [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 13:32:37.808 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:32:37.808 [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 13:32:37.809 [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 13:32:37.811 [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 13:32:37.812 [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 13:32:37.813 [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 13:32:37.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 13:32:37.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 13:32:37.814 [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 13:32:37.815 [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 13:32:37.816 [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 13:32:37.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 13:32:37.816 [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 13:32:37.816 [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 13:32:37.817 [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 13:32:37.817 [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 13:32:37.818 [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[] 13:32:37.818 [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 13:32:37.818 [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 13:32:37.818 [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 13:32:37.818 [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 13:32:37.818 [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 13:32:37.818 [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 13:32:37.819 [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 13:32:37.819 [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 13:32:37.820 [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 13:32:37.820 [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 13:32:37.821 [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 13:32:37.821 [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 13:32:37.821 [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 13:32:37.821 [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 13:32:37.822 [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 13:32:37.822 [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 13:32:37.822 [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 13:32:37.822 [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 13:32:37.822 [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 13:32:37.822 [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 13:32:37.822 [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 13:32:37.823 [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 13:32:37.823 [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 13:32:37.823 [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 13:32:37.826 [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 13:32:37.826 [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 13:32:37.827 [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 13:32:37.827 [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 13:32:37.830 [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 13:32:37.831 [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 13:32:37.831 [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 13:32:37.832 [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 13:32:37.832 [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 13:32:37.833 [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 13:32:37.910 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec) inserting static metamodels complete 13:32:37.910 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:32:37.993 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:32:37.994 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:32:37.994 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:37.995 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:32:37.995 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 13:32:38.013 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 13:32:38.014 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:38.014 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:38.014 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:38.094 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:38.094 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:38.109 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 13:32:38.114 [pool-194-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:38.115 [pool-194-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:38.115 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 13:32:38.117 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 13:32:38.303 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 13:32:38.303 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 13:32:38.311 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 13:32:38.311 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s202ms [pure insertion] marking any relevant derived attributes for update...13:32:38.311 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:32:38.312 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:32:38.314 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 13:32:38.314 [pool-194-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:38.314 [pool-194-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:38.314 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 13:32:38.316 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 13:32:38.594 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 13:32:38.594 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 13:32:38.605 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 13:32:38.605 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s291ms [pure insertion] marking any relevant derived attributes for update...13:32:38.605 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:38.605 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:38.607 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 13:32:38.607 [pool-194-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:38.607 [pool-194-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:38.607 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 13:32:38.608 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 13:32:38.696 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 13:32:38.696 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 13:32:38.700 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 13:32:38.700 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s93ms [pure insertion] marking any relevant derived attributes for update...13:32:38.700 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:38.700 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:38.701 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 13:32:38.701 [pool-194-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:38.701 [pool-194-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:38.701 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 13:32:38.703 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 13:32:38.791 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 13:32:38.791 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 13:32:38.797 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 13:32:38.797 [pool-194-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...13:32:38.797 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:38.797 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:38.798 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:38.798 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:38.802 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 13:32:38.803 [pool-194-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 13:32:38.803 [pool-194-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 13:32:38.803 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:38.803 [pool-194-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:38.803 [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... 13:32:38.803 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 13:32:38.803 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:38.803 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:32:38.803 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 789 ms 13:32:39.040 [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/simpleProfile/:org.eclipse.hawk.localfolder.LocalFolder:false 13:32:39.041 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:39.041 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:39.042 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:39.043 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:39.043 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:39.044 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.profile.uml... 13:32:39.044 [pool-194-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:39.044 [pool-194-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:39.044 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.profile.uml... 13:32:39.046 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.profile.uml 13:32:39.414 [pool-194-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.AggregationKind 13:32:39.417 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 NODES AND 72 M->MM REFERENCES! (took ~155sec) 13:32:39.417 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.profile.uml 13:32:39.535 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec) 13:32:39.535 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.profile.uml. 0s491ms [pure insertion] marking any relevant derived attributes for update...13:32:39.535 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:39.535 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:39.536 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:39.536 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:39.538 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/72 proxy references (0 sec total) 13:32:39.540 [pool-194-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 37 proxy ref lists left after resolving 2 refs 13:32:39.540 [pool-194-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 13:32:39.540 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:39.540 [pool-194-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:39.540 [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... 13:32:39.540 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 13:32:39.540 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:39.540 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:32:39.540 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 499 ms 13:32:39.542 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:32:39.542 [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/simpleProfile/:org.eclipse.hawk.localfolder.LocalFolder:false 13:32:39.543 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:39.543 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:32:40.230 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:32:40.230 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4636920791108815147/test_stereotypeAsModel[LevelDB GreyCat] 13:32:40.230 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:32:40.406 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:32:40.407 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:40.407 [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 13:32:40.423 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:40.423 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:40.524 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:32:40.524 [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 13:32:40.525 [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 13:32:40.526 [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 13:32:40.527 [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 13:32:40.528 [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 13:32:40.528 [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 13:32:40.529 [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 13:32:40.529 [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 13:32:40.531 [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 13:32:40.532 [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 13:32:40.536 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 13:32:40.537 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 13:32:40.538 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 13:32:40.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 13:32:40.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 13:32:40.541 [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 13:32:40.541 [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 13:32:40.541 [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 13:32:40.541 [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 13:32:40.541 [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 13:32:40.541 [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 13:32:40.541 [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 13:32:40.541 [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[] 13:32:40.541 [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 13:32:40.541 [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 13:32:40.541 [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 13:32:40.541 [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 13:32:40.541 [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 13:32:40.541 [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 13:32:40.541 [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 13:32:40.541 [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 13:32:40.541 [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 13:32:40.541 [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 13:32:40.541 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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[] 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.542 [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 13:32:40.590 [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 13:32:40.590 [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 13:32:40.594 [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 13:32:40.612 [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 13:32:40.631 [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 13:32:40.634 [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 13:32:40.637 [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 13:32:40.800 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 13:32:40.800 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 13:32:40.893 [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 13:32:40.905 [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 13:32:40.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::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 13:32:40.964 [pool-118-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit4595551651052303388/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@43b4fe19 failed java.nio.file.NoSuchFileException: /tmp/junit4595551651052303388/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] 13:32:41.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::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 13:32:41.093 [pool-119-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit5533950394887014897/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@43b4fe19 failed java.nio.file.NoSuchFileException: /tmp/junit5533950394887014897/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] 13:32:41.125 [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 13:32:41.200 [pool-120-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit3380082960298331745/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@43b4fe19 failed java.nio.file.NoSuchFileException: /tmp/junit3380082960298331745/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] 13:32:41.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::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 13:32:41.235 [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 13:32:41.235 [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 13:32:41.235 [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 13:32:41.235 [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 13:32:41.235 [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 13:32:41.235 [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 13:32:41.235 [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 13:32:41.294 [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 13:32:41.294 [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 13:32:41.295 [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 13:32:41.296 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:32:41.296 [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 13:32:41.297 [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 13:32:41.298 [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 13:32:41.301 [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 13:32:41.301 [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 13:32:41.304 [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 13:32:41.304 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 13:32:41.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 13:32:41.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 13:32:41.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 13:32:41.306 [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 13:32:41.306 [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 13:32:41.307 [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 13:32:41.308 [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 13:32:41.308 [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 13:32:41.308 [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[] 13:32:41.309 [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 13:32:41.309 [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 13:32:41.309 [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 13:32:41.309 [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 13:32:41.309 [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 13:32:41.309 [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 13:32:41.309 [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 13:32:41.309 [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 13:32:41.311 [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 13:32:41.311 [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 13:32:41.312 [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 13:32:41.312 [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 13:32:41.312 [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 13:32:41.312 [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 13:32:41.313 [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 13:32:41.313 [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 13:32:41.313 [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 13:32:41.313 [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 13:32:41.313 [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 13:32:41.314 [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 13:32:41.314 [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 13:32:41.314 [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 13:32:41.315 [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 13:32:41.315 [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 13:32:41.317 [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 13:32:41.317 [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 13:32:41.320 [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 13:32:41.320 [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 13:32:41.320 [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 13:32:41.320 [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 13:32:41.323 [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 13:32:41.406 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:32:41.407 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:32:41.418 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:32:41.490 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:41.497 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:32:41.497 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:32:41.497 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 7 ms 13:32:41.592 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 13:32:41.593 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:41.593 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:41.593 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:41.598 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:41.598 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:41.599 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 13:32:41.606 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:41.606 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:41.606 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 13:32:41.611 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 13:32:41.804 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 13:32:41.804 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 13:32:41.813 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 13:32:41.813 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s214ms [pure insertion] marking any relevant derived attributes for update...13:32:41.813 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:32:41.814 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:32:41.817 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 13:32:41.817 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:41.817 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:41.817 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 13:32:41.820 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 13:32:41.917 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 13:32:41.917 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 13:32:41.930 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 13:32:41.930 [pool-196-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...13:32:41.930 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:41.930 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:41.932 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 13:32:41.932 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:41.933 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:41.933 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 13:32:41.935 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 13:32:42.017 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 13:32:42.017 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 13:32:42.023 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 13:32:42.023 [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...13:32:42.023 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:42.023 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:42.094 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 13:32:42.094 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:42.094 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:42.094 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 13:32:42.096 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 13:32:42.125 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 13:32:42.125 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 13:32:42.191 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 13:32:42.191 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s97ms [pure insertion] marking any relevant derived attributes for update...13:32:42.191 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:42.191 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:42.191 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:42.191 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:42.198 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 13:32:42.199 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 13:32:42.199 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.008s attempting to resolve any uninitialized derived attributes... 13:32:42.199 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:42.199 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:42.199 [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... 13:32:42.199 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 13:32:42.199 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:42.199 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:32:42.199 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 606 ms 13:32:42.418 [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/crossfile-refs/:org.eclipse.hawk.localfolder.LocalFolder:false 13:32:42.419 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:42.420 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:42.422 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:42.423 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:42.423 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:42.424 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model1/model.uml... 13:32:42.424 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:42.424 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:42.424 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model1/model.uml... 13:32:42.425 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model1/model.uml 13:32:42.448 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec) 13:32:42.448 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model1/model.uml 13:32:42.452 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 13:32:42.452 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model1/model.uml. 0s28ms [pure insertion] marking any relevant derived attributes for update...13:32:42.452 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:42.452 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:42.453 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model2/model.uml... 13:32:42.453 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:42.453 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:42.453 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model2/model.uml... 13:32:42.455 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model2/model.uml 13:32:42.501 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec) 13:32:42.501 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model2/model.uml 13:32:42.530 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 13:32:42.530 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model2/model.uml. 0s77ms [pure insertion] marking any relevant derived attributes for update...13:32:42.530 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:42.530 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:42.530 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:42.530 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:42.532 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/50 proxy references (0 sec total) 13:32:42.535 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 30 refs 13:32:42.535 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 13:32:42.535 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:42.535 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:42.535 [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... 13:32:42.535 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 13:32:42.535 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:42.535 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:32:42.536 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 115 ms 13:32:42.536 [pool-196-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7192106094366573778/test_localfolderCrosslinks[LevelDB GreyCat] 13:32:42.540 [pool-196-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7192106094366573778/test_localfolderCrosslinks[LevelDB GreyCat] 13:32:42.544 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:32:42.544 [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/crossfile-refs/:org.eclipse.hawk.localfolder.LocalFolder:false 13:32:42.590 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:42.590 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:32:43.007 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:32:43.008 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7192106094366573778/test_localfolderCrosslinks[LevelDB GreyCat] 13:32:43.008 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:32:43.133 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:32:43.134 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:43.134 [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 13:32:43.183 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:43.183 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:43.292 [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 13:32:43.292 [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 13:32:43.294 [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 13:32:43.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 13:32:43.297 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 13:32:43.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 13:32:43.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 13:32:43.297 [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 13:32:43.297 [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 13:32:43.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 13:32:43.297 [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[] 13:32:43.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 13:32:43.297 [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 13:32:43.297 [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 13:32:43.297 [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 13:32:43.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 13:32:43.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 13:32:43.297 [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 13:32:43.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 13:32:43.298 [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 13:32:43.298 [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 13:32:43.298 [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 13:32:43.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 13:32:43.298 [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 13:32:43.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 13:32:43.298 [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 13:32:43.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 13:32:43.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 13:32:43.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 13:32:43.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 13:32:43.298 [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 13:32:43.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 13:32:43.298 [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 13:32:43.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 13:32:43.298 [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 13:32:43.298 [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 13:32:43.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[] 13:32:43.298 [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 13:32:43.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 13:32:43.298 [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 13:32:43.298 [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 13:32:43.298 [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 13:32:43.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 13:32:43.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 13:32:43.298 [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 13:32:43.298 [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 13:32:43.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 13:32:43.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 13:32:43.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 13:32:43.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 13:32:43.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 13:32:43.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 13:32:43.298 [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 13:32:43.298 [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 13:32:43.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 13:32:43.298 [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 13:32:43.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 13:32:43.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 13:32:43.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 13:32:43.298 [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 13:32:43.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 13:32:43.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 13:32:43.299 [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 13:32:43.299 [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 13:32:43.321 [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 13:32:43.338 [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 13:32:43.398 [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 13:32:43.401 [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 13:32:43.403 [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 13:32:43.430 [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 13:32:43.430 [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 13:32:43.513 [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 13:32:43.526 [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 13:32:43.591 [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 13:32:43.714 [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 13:32:43.807 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 13:32:43.930 [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 13:32:43.949 [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 13:32:43.949 [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 13:32:43.949 [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 13:32:43.949 [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 13:32:43.949 [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 13:32:43.949 [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 13:32:43.949 [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 13:32:43.949 [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 13:32:43.950 [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 13:32:43.952 [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 13:32:43.954 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 13:32:43.955 [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 13:32:43.956 [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 13:32:43.956 [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 13:32:43.958 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:32:43.958 [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 13:32:43.961 [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 13:32:43.961 [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 13:32:43.962 [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 13:32:43.963 [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 13:32:43.963 [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 13:32:43.964 [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 13:32:43.965 [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 13:32:43.966 [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 13:32:43.966 [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 13:32:43.966 [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 13:32:43.966 [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 13:32:43.967 [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 13:32:43.967 [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 13:32:43.967 [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 13:32:43.967 [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 13:32:43.968 [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 13:32:43.968 [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 13:32:43.968 [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[] 13:32:43.968 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 13:32:43.968 [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 13:32:43.968 [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 13:32:43.968 [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 13:32:43.969 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 13:32:43.969 [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 13:32:43.969 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 13:32:43.969 [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 13:32:43.970 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 13:32:43.970 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 13:32:43.971 [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 13:32:43.971 [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 13:32:43.971 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 13:32:43.971 [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 13:32:43.971 [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 13:32:43.971 [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 13:32:43.971 [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 13:32:43.971 [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 13:32:43.971 [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 13:32:43.990 [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 13:32:43.990 [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 13:32:43.990 [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 13:32:43.991 [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 13:32:43.991 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:32:44.000 [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 13:32:44.001 [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 13:32:44.001 [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 13:32:44.004 [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 13:32:44.004 [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 13:32:44.006 [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 13:32:44.006 [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 13:32:44.006 [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 13:32:44.008 [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 13:32:44.008 [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 13:32:44.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 13:32:44.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 13:32:44.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::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 13:32:44.024 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:32:44.024 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:32:44.032 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:32:44.032 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:32:44.032 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:44.032 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:32:44.032 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 13:32:44.090 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 13:32:44.091 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:44.091 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:44.091 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:44.094 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:44.094 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:44.105 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 13:32:44.109 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:44.109 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:44.109 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 13:32:44.112 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 13:32:44.191 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 13:32:44.191 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 13:32:44.199 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 13:32:44.199 [pool-198-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...13:32:44.199 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:32:44.200 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:32:44.201 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 13:32:44.201 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:44.201 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:44.201 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 13:32:44.203 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 13:32:44.220 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 13:32:44.220 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 13:32:44.225 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 13:32:44.225 [pool-198-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...13:32:44.225 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:44.225 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:44.226 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 13:32:44.226 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:44.227 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:44.227 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 13:32:44.228 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 13:32:44.309 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 13:32:44.309 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 13:32:44.318 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 13:32:44.318 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s92ms [pure insertion] marking any relevant derived attributes for update...13:32:44.318 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:44.318 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:44.319 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 13:32:44.319 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:44.319 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:44.319 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 13:32:44.321 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 13:32:44.402 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 13:32:44.402 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 13:32:44.408 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 13:32:44.408 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s89ms [pure insertion] marking any relevant derived attributes for update...13:32:44.408 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:44.408 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:44.408 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:44.408 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:44.412 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 13:32:44.413 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 13:32:44.413 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 13:32:44.413 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:44.413 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:44.413 [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... 13:32:44.413 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 13:32:44.413 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:44.413 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:32:44.413 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 322 ms 13:32:44.705 [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/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 13:32:44.706 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:44.706 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:44.708 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:44.708 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:44.708 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:44.709 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml... 13:32:44.709 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:44.709 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:44.709 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml... 13:32:44.711 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml 13:32:44.719 [pool-198-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.CallConcurrencyKind 13:32:44.720 [pool-198-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterDirectionKind 13:32:44.720 [pool-198-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterEffectKind 13:32:44.722 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~135sec) 13:32:44.722 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml 13:32:44.728 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec) 13:32:44.728 [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...13:32:44.728 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:44.728 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:44.728 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:44.728 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:44.730 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/23 proxy references (0 sec total) 13:32:44.732 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 3 refs 13:32:44.732 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 13:32:44.732 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:44.732 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:44.732 [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... 13:32:44.732 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 13:32:44.732 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:44.732 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:32:44.732 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 26 ms 13:32:44.736 [pool-198-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit758016837775895814/test_zoo[LevelDB GreyCat] 13:32:44.741 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:32:44.741 [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/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 13:32:44.742 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:44.742 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:32:45.519 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:32:45.519 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit758016837775895814/test_zoo[LevelDB GreyCat] 13:32:45.519 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:32:45.728 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:32:45.729 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:45.729 [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 13:32:45.749 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:45.749 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:46.001 [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 13:32:46.006 [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 13:32:46.006 [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 13:32:46.006 [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 13:32:46.006 [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 13:32:46.006 [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 13:32:46.006 [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 13:32:46.006 [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 13:32:46.006 [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[] 13:32:46.006 [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 13:32:46.006 [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 13:32:46.006 [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 13:32:46.006 [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 13:32:46.006 [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 13:32:46.006 [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 13:32:46.006 [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 13:32:46.007 [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 13:32:46.007 [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 13:32:46.007 [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 13:32:46.007 [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 13:32:46.007 [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 13:32:46.007 [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 13:32:46.007 [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 13:32:46.007 [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 13:32:46.007 [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 13:32:46.007 [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 13:32:46.007 [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 13:32:46.007 [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 13:32:46.007 [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 13:32:46.007 [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 13:32:46.007 [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 13:32:46.007 [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 13:32:46.007 [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 13:32:46.007 [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 13:32:46.007 [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[] 13:32:46.007 [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 13:32:46.007 [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 13:32:46.007 [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 13:32:46.007 [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 13:32:46.007 [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 13:32:46.007 [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 13:32:46.007 [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 13:32:46.007 [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 13:32:46.007 [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 13:32:46.007 [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 13:32:46.007 [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 13:32:46.007 [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 13:32:46.008 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 13:32:46.008 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 13:32:46.008 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 13:32:46.008 [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 13:32:46.008 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 13:32:46.008 [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 13:32:46.008 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 13:32:46.008 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 13:32:46.008 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 13:32:46.008 [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 13:32:46.008 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 13:32:46.008 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 13:32:46.008 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 13:32:46.009 [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 13:32:46.009 [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 13:32:46.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/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 13:32:46.152 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 13:32:46.172 [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 13:32:46.174 [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 13:32:46.177 [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 13:32:46.193 [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 13:32:46.193 [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 13:32:46.239 [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 13:32:46.250 [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 13:32:46.260 [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 13:32:46.355 [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 13:32:46.394 [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 13:32:46.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::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 13:32:46.473 [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 13:32:46.473 [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 13:32:46.473 [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 13:32:46.491 [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 13:32:46.493 [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 13:32:46.494 [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 13:32:46.494 [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 13:32:46.494 [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 13:32:46.494 [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 13:32:46.494 [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 13:32:46.494 [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 13:32:46.494 [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 13:32:46.496 [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 13:32:46.497 [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 13:32:46.499 [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 13:32:46.500 [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 13:32:46.502 [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 13:32:46.503 [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 13:32:46.506 [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 13:32:46.507 [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 13:32:46.508 [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 13:32:46.509 [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 13:32:46.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 13:32:46.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 13:32:46.513 [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 13:32:46.514 [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 13:32:46.514 [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 13:32:46.514 [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 13:32:46.515 [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 13:32:46.515 [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 13:32:46.515 [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 13:32:46.515 [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 13:32:46.516 [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 13:32:46.517 [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 13:32:46.517 [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 13:32:46.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[] 13:32:46.517 [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 13:32:46.517 [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 13:32:46.518 [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 13:32:46.518 [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 13:32:46.518 [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 13:32:46.518 [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 13:32:46.518 [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 13:32:46.518 [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 13:32:46.520 [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 13:32:46.520 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 13:32:46.521 [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 13:32:46.521 [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 13:32:46.521 [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 13:32:46.521 [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 13:32:46.522 [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 13:32:46.522 [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 13:32:46.522 [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 13:32:46.522 [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 13:32:46.522 [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 13:32:46.522 [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 13:32:46.522 [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 13:32:46.522 [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 13:32:46.523 [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 13:32:46.523 [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 13:32:46.525 [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 13:32:46.526 [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 13:32:46.526 [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 13:32:46.527 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:32:46.528 [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 13:32:46.530 [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 13:32:46.531 [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 13:32:46.532 [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 13:32:46.532 [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 13:32:46.533 [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 13:32:46.533 [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 13:32:46.534 [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 13:32:46.536 [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 13:32:46.610 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:32:46.610 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:32:46.622 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:32:46.690 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:32:46.690 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:46.696 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:32:46.696 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 13:32:46.712 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 13:32:46.713 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:46.713 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:46.713 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:46.716 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:46.716 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:46.790 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 13:32:46.797 [pool-200-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:46.798 [pool-200-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:46.798 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 13:32:46.800 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 13:32:46.898 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 13:32:46.898 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 13:32:46.902 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 13:32:46.902 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s112ms [pure insertion] marking any relevant derived attributes for update...13:32:46.902 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:32:46.903 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:32:46.905 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 13:32:46.905 [pool-200-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:46.905 [pool-200-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:46.905 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 13:32:46.907 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 13:32:47.014 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 13:32:47.014 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 13:32:47.096 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 13:32:47.096 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s191ms [pure insertion] marking any relevant derived attributes for update...13:32:47.096 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:47.096 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:47.099 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 13:32:47.099 [pool-200-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:47.099 [pool-200-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:47.099 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 13:32:47.102 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 13:32:47.210 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 13:32:47.210 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 13:32:47.337 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 13:32:47.337 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s238ms [pure insertion] marking any relevant derived attributes for update...13:32:47.337 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:47.337 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:47.391 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 13:32:47.391 [pool-200-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:47.391 [pool-200-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:47.391 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 13:32:47.394 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 13:32:47.421 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 13:32:47.421 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 13:32:47.490 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 13:32:47.490 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s99ms [pure insertion] marking any relevant derived attributes for update...13:32:47.490 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:32:47.491 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:32:47.491 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:47.491 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:47.495 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 13:32:47.495 [pool-200-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 13:32:47.495 [pool-200-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 13:32:47.495 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:47.495 [pool-200-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:47.495 [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... 13:32:47.495 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 13:32:47.495 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:47.496 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:32:47.496 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 783 ms 13:32:47.501 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:32:47.501 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 13:32:47.502 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:47.502 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:32:48.079 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:32:48.079 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7735366701128982124/test_indexLibraries[LevelDB GreyCat] 13:32:48.079 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:32:48.221 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:32:48.222 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:48.222 [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 13:32:48.238 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:48.238 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:48.327 [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 13:32:48.327 [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 13:32:48.329 [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 13:32:48.332 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:32:48.332 [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 13:32:48.334 [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 13:32:48.335 [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 13:32:48.336 [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 13:32:48.336 [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 13:32:48.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 13:32:48.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 13:32:48.336 [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 13:32:48.336 [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 13:32:48.336 [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 13:32:48.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[] 13:32:48.336 [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 13:32:48.336 [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 13:32:48.336 [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 13:32:48.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 13:32:48.336 [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 13:32:48.336 [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 13:32:48.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 13:32:48.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 13:32:48.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 13:32:48.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 13:32:48.336 [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 13:32:48.336 [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 13:32:48.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 13:32:48.336 [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 13:32:48.336 [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 13:32:48.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 13:32:48.336 [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 13:32:48.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 13:32:48.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 13:32:48.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 13:32:48.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 13:32:48.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 13:32:48.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 13:32:48.337 [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 13:32:48.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 13:32:48.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[] 13:32:48.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 13:32:48.337 [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 13:32:48.337 [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 13:32:48.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 13:32:48.337 [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 13:32:48.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 13:32:48.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 13:32:48.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 13:32:48.337 [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 13:32:48.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 13:32:48.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 13:32:48.337 [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 13:32:48.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 13:32:48.337 [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 13:32:48.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 13:32:48.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 13:32:48.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 13:32:48.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 13:32:48.337 [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 13:32:48.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 13:32:48.337 [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 13:32:48.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 13:32:48.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 13:32:48.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 13:32:48.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 13:32:48.338 [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 13:32:48.338 [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 13:32:48.341 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 13:32:48.358 [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 13:32:48.376 [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 13:32:48.379 [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 13:32:48.381 [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 13:32:48.393 [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 13:32:48.393 [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 13:32:48.473 [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 13:32:48.484 [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 13:32:48.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::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 13:32:48.551 [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 13:32:48.614 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 13:32:48.639 [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 13:32:48.693 [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 13:32:48.693 [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 13:32:48.693 [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 13:32:48.697 [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 13:32:48.698 [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 13:32:48.700 [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 13:32:48.700 [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 13:32:48.700 [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 13:32:48.700 [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 13:32:48.700 [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 13:32:48.700 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:32:48.700 [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 13:32:48.701 [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 13:32:48.702 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 13:32:48.703 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 13:32:48.704 [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 13:32:48.704 [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 13:32:48.705 [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 13:32:48.707 [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 13:32:48.708 [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 13:32:48.709 [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 13:32:48.709 [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 13:32:48.710 [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 13:32:48.710 [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 13:32:48.713 [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 13:32:48.713 [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 13:32:48.713 [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 13:32:48.713 [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 13:32:48.714 [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 13:32:48.715 [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 13:32:48.715 [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 13:32:48.715 [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 13:32:48.715 [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 13:32:48.716 [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 13:32:48.716 [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 13:32:48.716 [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[] 13:32:48.716 [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 13:32:48.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 13:32:48.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 13:32:48.717 [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 13:32:48.717 [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 13:32:48.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 13:32:48.717 [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 13:32:48.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 13:32:48.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 13:32:48.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 13:32:48.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 13:32:48.720 [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 13:32:48.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 13:32:48.720 [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 13:32:48.721 [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 13:32:48.721 [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 13:32:48.721 [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 13:32:48.721 [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 13:32:48.721 [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 13:32:48.721 [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 13:32:48.721 [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 13:32:48.721 [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 13:32:48.722 [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 13:32:48.722 [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 13:32:48.726 [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 13:32:48.726 [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 13:32:48.727 [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 13:32:48.727 [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 13:32:48.727 [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 13:32:48.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 13:32:48.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/Types 13:32:48.797 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:32:48.797 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:32:48.805 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:32:48.805 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:32:48.805 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:48.807 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:32:48.807 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 13:32:48.821 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 13:32:48.822 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:48.822 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:48.822 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:48.893 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:48.893 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:48.894 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 13:32:48.907 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:48.908 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:48.908 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 13:32:48.912 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 13:32:49.016 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 13:32:49.016 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 13:32:49.106 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 13:32:49.106 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s212ms [pure insertion] marking any relevant derived attributes for update...13:32:49.106 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 13:32:49.108 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 13:32:49.110 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 13:32:49.110 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:49.110 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:49.110 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 13:32:49.114 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 13:32:49.213 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 13:32:49.213 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 13:32:49.217 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 13:32:49.217 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s107ms [pure insertion] marking any relevant derived attributes for update...13:32:49.217 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:49.217 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:49.298 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 13:32:49.298 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:49.298 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:49.298 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 13:32:49.300 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 13:32:49.393 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 13:32:49.393 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 13:32:49.444 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 13:32:49.444 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s146ms [pure insertion] marking any relevant derived attributes for update...13:32:49.444 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:49.444 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:49.446 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 13:32:49.446 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:49.446 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:49.446 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 13:32:49.447 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 13:32:49.510 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 13:32:49.510 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 13:32:49.516 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 13:32:49.516 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s70ms [pure insertion] marking any relevant derived attributes for update...13:32:49.516 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:49.516 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:49.517 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:49.517 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:49.521 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 13:32:49.521 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 13:32:49.521 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 13:32:49.521 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:49.521 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:49.521 [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... 13:32:49.521 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 13:32:49.521 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:49.521 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:32:49.521 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 699 ms 13:32:49.522 [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 13:32:49.523 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:49.523 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:49.531 [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 13:32:49.531 [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 13:32:49.532 [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 13:32:49.532 [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 13:32:49.532 [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 13:32:49.533 [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 13:32:49.533 [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 13:32:49.533 [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 reseting local top revision of repository: pathmap://UML_LIBRARIES/ 13:32:49.591 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) (as elements in it were removed or new metamodels were added to Hawk) 13:32:49.591 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:32:49.800 [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 13:32:49.801 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:49.801 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:49.801 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:49.802 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:49.802 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:49.802 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:49.802 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:49.802 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 13:32:49.802 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 13:32:49.802 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:32:49.802 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:49.802 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:49.802 [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... 13:32:49.802 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:32:49.802 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:49.803 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:49.804 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:49.804 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:49.806 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml... 13:32:49.806 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:49.806 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:49.806 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml... 13:32:49.808 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml 13:32:49.817 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 13:32:49.817 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml 13:32:49.821 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 13:32:49.821 [pool-202-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...13:32:49.821 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:49.821 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:49.821 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:49.821 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:49.822 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 13:32:49.822 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 13:32:49.822 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 13:32:49.822 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:49.822 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:49.822 [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... 13:32:49.822 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:32:49.822 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:49.823 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:32:49.823 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 22 ms 13:32:49.829 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:32:49.830 [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 13:32:49.831 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:49.831 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:32:50.431 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:32:50.432 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7087732041497183983/test_customProfileV4[LevelDB GreyCat] 13:32:50.432 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:32:50.574 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:32:50.575 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:50.575 [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 13:32:50.587 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:50.587 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:50.664 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:32:50.665 [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 13:32:50.666 [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 13:32:50.668 [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 13:32:50.668 [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 13:32:50.668 [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 13:32:50.668 [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 13:32:50.668 [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 13:32:50.671 [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 13:32:50.672 [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 13:32:50.672 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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[] 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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[] 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.676 [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 13:32:50.677 [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 13:32:50.677 [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 13:32:50.677 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 13:32:50.677 [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 13:32:50.677 [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 13:32:50.677 [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 13:32:50.677 [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 13:32:50.677 [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 13:32:50.677 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 13:32:50.677 [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 13:32:50.677 [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 13:32:50.677 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 13:32:50.677 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 13:32:50.677 [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 13:32:50.677 [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 13:32:50.681 [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 13:32:50.698 [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 13:32:50.777 [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 13:32:50.790 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 13:32:50.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::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 13:32:50.800 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 13:32:50.800 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 13:32:50.839 [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 13:32:50.850 [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 13:32:50.860 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 13:32:50.948 [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 13:32:50.983 [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 13:32:51.048 [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 13:32:51.099 [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 13:32:51.100 [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 13:32:51.102 [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 13:32:51.102 [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 13:32:51.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 13:32:51.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 13:32:51.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 13:32:51.107 [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 13:32:51.109 [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 13:32:51.111 [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 13:32:51.111 [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 13:32:51.111 [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 13:32:51.111 [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 13:32:51.111 [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 13:32:51.111 [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 13:32:51.111 [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 13:32:51.111 [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 13:32:51.113 [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 13:32:51.114 [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 13:32:51.115 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 13:32:51.116 [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 13:32:51.116 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 13:32:51.118 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 13:32:51.120 [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 13:32:51.121 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:32:51.122 [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 13:32:51.122 [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 13:32:51.125 [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 13:32:51.127 [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 13:32:51.127 [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 13:32:51.129 [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 13:32:51.129 [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 13:32:51.129 [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 13:32:51.129 [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 13:32:51.130 [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 13:32:51.130 [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 13:32:51.130 [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 13:32:51.131 [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 13:32:51.132 [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 13:32:51.132 [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 13:32:51.132 [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[] 13:32:51.132 [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 13:32:51.132 [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 13:32:51.132 [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 13:32:51.132 [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 13:32:51.190 [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 13:32:51.190 [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 13:32:51.190 [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 13:32:51.190 [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 13:32:51.192 [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 13:32:51.192 [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 13:32:51.193 [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 13:32:51.193 [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 13:32:51.193 [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 13:32:51.193 [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 13:32:51.193 [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 13:32:51.193 [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 13:32:51.193 [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 13:32:51.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 13:32:51.193 [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 13:32:51.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 13:32:51.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 13:32:51.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 13:32:51.207 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:32:51.207 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:32:51.215 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:32:51.216 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:32:51.216 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:51.216 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:32:51.216 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 13:32:51.300 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 13:32:51.302 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:51.302 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:51.302 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:51.305 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:51.305 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:51.306 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 13:32:51.310 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:51.312 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:51.312 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 13:32:51.314 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 13:32:51.491 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 13:32:51.491 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 13:32:51.500 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 13:32:51.500 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s194ms [pure insertion] marking any relevant derived attributes for update...13:32:51.500 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:32:51.501 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:32:51.512 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 13:32:51.513 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:51.513 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:51.513 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 13:32:51.514 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 13:32:51.606 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 13:32:51.606 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 13:32:51.615 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 13:32:51.615 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s103ms [pure insertion] marking any relevant derived attributes for update...13:32:51.615 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:51.615 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:51.616 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 13:32:51.616 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:51.616 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:51.616 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 13:32:51.618 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 13:32:51.705 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 13:32:51.705 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 13:32:51.709 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 13:32:51.709 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s93ms [pure insertion] marking any relevant derived attributes for update...13:32:51.709 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:51.709 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:51.710 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 13:32:51.711 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:51.711 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:51.711 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 13:32:51.712 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 13:32:51.843 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 13:32:51.843 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 13:32:51.897 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 13:32:51.897 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s187ms [pure insertion] marking any relevant derived attributes for update...13:32:51.897 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:51.897 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:51.898 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:51.898 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:51.905 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 13:32:51.905 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 13:32:51.905 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 13:32:51.905 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:51.905 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:51.905 [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... 13:32:51.905 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s7ms [proxy update] 13:32:51.905 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:51.906 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:32:51.906 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 604 ms 13:32:51.906 [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 13:32:51.907 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:51.907 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:51.915 [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 13:32:51.916 [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 13:32:51.916 [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 13:32:51.916 [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 13:32:51.917 [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 13:32:51.917 [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 13:32:51.918 [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 13:32:51.918 [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 13:32:51.920 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) 13:32:51.920 [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) 13:32:52.154 [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/simpleProfileApplicationNewVersion/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 13:32:52.155 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:52.155 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:52.155 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:52.155 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:52.155 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:52.155 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:52.155 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:52.156 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 13:32:52.156 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 13:32:52.156 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:32:52.156 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:52.156 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:52.156 [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... 13:32:52.156 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:32:52.156 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:52.157 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:52.157 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:52.158 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:52.160 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml... 13:32:52.160 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:52.160 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:52.160 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml... 13:32:52.162 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml 13:32:52.173 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 13:32:52.173 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml 13:32:52.176 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 13:32:52.176 [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...13:32:52.176 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:52.176 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:52.176 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:52.176 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:52.178 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 13:32:52.178 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 13:32:52.178 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 13:32:52.178 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:52.178 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:52.178 [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... 13:32:52.178 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 13:32:52.178 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:52.178 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:32:52.178 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 23 ms 13:32:52.184 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:32:52.184 [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/simpleProfileApplicationNewVersion/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 13:32:52.185 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:52.185 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:32:52.634 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:32:52.635 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2826198915318545981/test_customProfileV5[LevelDB GreyCat] 13:32:52.635 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:32:52.793 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:32:52.794 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:52.795 [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 13:32:52.806 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:52.806 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:52.875 [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 13:32:52.878 [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 13:32:52.878 [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 13:32:52.878 [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 13:32:52.878 [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 13:32:52.878 [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 13:32:52.878 [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 13:32:52.878 [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 13:32:52.878 [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[] 13:32:52.878 [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 13:32:52.878 [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 13:32:52.878 [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 13:32:52.878 [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 13:32:52.878 [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 13:32:52.878 [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 13:32:52.878 [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 13:32:52.878 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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[] 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.879 [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 13:32:52.880 [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 13:32:52.880 [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 13:32:52.890 [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 13:32:52.963 [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 13:32:52.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::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 13:32:52.995 [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 13:32:52.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::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 13:32:53.004 [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 13:32:53.004 [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 13:32:53.080 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 13:32:53.095 [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 13:32:53.106 [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 13:32:53.231 [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 13:32:53.330 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 13:32:53.417 [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 13:32:53.512 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 13:32:53.512 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 13:32:53.512 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 13:32:53.512 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 13:32:53.512 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 13:32:53.513 [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 13:32:53.513 [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 13:32:53.515 [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 13:32:53.515 [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 13:32:53.517 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:32:53.517 [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 13:32:53.518 [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 13:32:53.518 [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 13:32:53.519 [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 13:32:53.522 [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 13:32:53.522 [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 13:32:53.524 [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 13:32:53.525 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:32:53.525 [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 13:32:53.529 [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 13:32:53.529 [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 13:32:53.529 [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 13:32:53.529 [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 13:32:53.529 [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 13:32:53.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 13:32:53.530 [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 13:32:53.530 [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 13:32:53.530 [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 13:32:53.532 [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 13:32:53.532 [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 13:32:53.532 [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[] 13:32:53.532 [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 13:32:53.532 [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 13:32:53.532 [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 13:32:53.532 [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 13:32:53.532 [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 13:32:53.532 [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 13:32:53.533 [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 13:32:53.533 [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 13:32:53.534 [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 13:32:53.534 [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 13:32:53.535 [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 13:32:53.535 [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 13:32:53.535 [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 13:32:53.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 13:32:53.536 [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 13:32:53.536 [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 13:32:53.536 [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 13:32:53.536 [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 13:32:53.536 [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 13:32:53.536 [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 13:32:53.536 [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 13:32:53.536 [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 13:32:53.537 [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 13:32:53.537 [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 13:32:53.537 [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 13:32:53.538 [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 13:32:53.538 [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 13:32:53.592 [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 13:32:53.592 [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 13:32:53.592 [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 13:32:53.595 [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 13:32:53.596 [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 13:32:53.596 [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 13:32:53.596 [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 13:32:53.597 [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 13:32:53.597 [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 13:32:53.598 [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 13:32:53.602 [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 13:32:53.602 [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 13:32:53.606 [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 13:32:53.606 [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 13:32:53.607 [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 13:32:53.623 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:32:53.623 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:32:53.631 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:32:53.690 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:32:53.690 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:53.690 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:32:53.690 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 13:32:53.710 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 13:32:53.711 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:53.711 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:53.711 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:53.714 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:53.714 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:53.715 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 13:32:53.719 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:53.719 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:53.719 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 13:32:53.793 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 13:32:53.820 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 13:32:53.820 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 13:32:53.933 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 13:32:53.933 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s218ms [pure insertion] marking any relevant derived attributes for update...13:32:53.933 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:32:53.934 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:32:53.944 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 13:32:53.944 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:53.944 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:53.944 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 13:32:53.945 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 13:32:54.001 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 13:32:54.001 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 13:32:54.009 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 13:32:54.009 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s65ms [pure insertion] marking any relevant derived attributes for update...13:32:54.009 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:54.009 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:54.010 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 13:32:54.010 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:54.010 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:54.010 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 13:32:54.012 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 13:32:54.028 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 13:32:54.028 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 13:32:54.032 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 13:32:54.032 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s22ms [pure insertion] marking any relevant derived attributes for update...13:32:54.032 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:32:54.033 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:32:54.034 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 13:32:54.034 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:54.034 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:54.034 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 13:32:54.035 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 13:32:54.109 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 13:32:54.109 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 13:32:54.118 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 13:32:54.118 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s84ms [pure insertion] marking any relevant derived attributes for update...13:32:54.118 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:54.118 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:54.118 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:54.118 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:54.123 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 13:32:54.123 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 13:32:54.123 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 13:32:54.123 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:54.123 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:54.123 [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... 13:32:54.123 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 13:32:54.123 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:54.123 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:32:54.123 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 412 ms 13:32:54.123 [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 13:32:54.125 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:54.125 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:54.193 [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 13:32:54.194 [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 13:32:54.194 [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 13:32:54.194 [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 13:32:54.195 [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 13:32:54.195 [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 13:32:54.195 [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 13:32:54.195 [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 13:32:54.197 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) reseting local top revision of repository: pathmap://UML_LIBRARIES/ 13:32:54.197 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). (as elements in it were removed or new metamodels were added to Hawk) 13:32:54.406 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: file:///tmp/junit817344826034800409/:org.eclipse.hawk.localfolder.LocalFolder:false 13:32:54.407 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:54.407 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:54.407 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:54.408 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:54.408 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:54.408 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:54.408 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:54.408 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 13:32:54.408 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 13:32:54.408 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:32:54.408 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:54.408 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:54.408 [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... 13:32:54.408 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:32:54.408 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:54.411 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:54.412 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:54.412 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:54.413 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /zoo/model.uml... 13:32:54.413 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:54.413 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:54.413 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /zoo/model.uml... 13:32:54.415 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /zoo/model.uml 13:32:54.425 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~135sec) 13:32:54.426 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /zoo/model.uml 13:32:54.431 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec) 13:32:54.431 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /zoo/model.uml. 0s18ms [pure insertion] marking any relevant derived attributes for update...13:32:54.431 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:54.431 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:54.432 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model1/model.uml... 13:32:54.432 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:54.432 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:54.432 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model1/model.uml... 13:32:54.434 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model1/model.uml 13:32:54.491 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec) 13:32:54.491 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model1/model.uml 13:32:54.495 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 13:32:54.495 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model1/model.uml. 0s63ms [pure insertion] marking any relevant derived attributes for update...13:32:54.495 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:54.495 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:54.498 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml... 13:32:54.498 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:54.498 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:54.498 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /simpleProfileApplication/model.uml... 13:32:54.499 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml 13:32:54.590 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 13:32:54.590 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml 13:32:54.593 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 13:32:54.593 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /simpleProfileApplication/model.uml. 0s95ms [pure insertion] marking any relevant derived attributes for update...13:32:54.593 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:54.593 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:54.594 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model2/model.uml... 13:32:54.594 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:54.595 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:54.595 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model2/model.uml... 13:32:54.596 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model2/model.uml 13:32:54.609 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec) 13:32:54.609 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model2/model.uml 13:32:54.617 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 13:32:54.617 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model2/model.uml. 0s23ms [pure insertion] marking any relevant derived attributes for update...13:32:54.617 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:54.617 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:54.619 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /simpleProfile/model.profile.uml... 13:32:54.619 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:54.620 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:54.620 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /simpleProfile/model.profile.uml... 13:32:54.622 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /simpleProfile/model.profile.uml 13:32:54.826 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 NODES AND 72 M->MM REFERENCES! (took ~155sec) 13:32:54.826 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /simpleProfile/model.profile.uml 13:32:54.991 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec) 13:32:54.991 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /simpleProfile/model.profile.uml. 0s372ms [pure insertion] marking any relevant derived attributes for update...13:32:54.991 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:54.991 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:54.991 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:54.991 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:54.995 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/109 proxy references (0 sec total) 13:32:55.000 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 37 proxy ref lists left after resolving 39 refs 13:32:55.000 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.008s attempting to resolve any uninitialized derived attributes... 13:32:55.000 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:55.000 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:55.000 [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... 13:32:55.000 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 13:32:55.000 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:55.001 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:32:55.001 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 594 ms 13:32:55.004 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:55.007 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:55.008 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:55.008 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:55.010 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml... 13:32:55.010 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:55.010 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 11 (11) nodes in store 13:32:55.013 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635 13:32:55.013 [pool-206-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:32:55.013 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /simpleProfileApplication/model.uml... 13:32:55.013 [pool-206-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /simpleProfileApplication/model.uml 13:32:55.020 [pool-206-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.007s 13:32:55.024 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml 13:32:55.031 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 13:32:55.031 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml 13:32:55.034 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 13:32:55.034 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /simpleProfileApplication/model.uml. 0s24ms [pure insertion] marking any relevant derived attributes for update...13:32:55.034 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:55.034 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:55.034 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:55.034 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:55.091 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/74 proxy references (0 sec total) 13:32:55.092 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 38 proxy ref lists left after resolving 1 refs 13:32:55.092 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.058s attempting to resolve any uninitialized derived attributes... 13:32:55.092 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:55.092 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:55.092 [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... 13:32:55.092 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s58ms [proxy update] 13:32:55.092 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:55.092 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:32:55.092 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 88 ms 13:32:55.095 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:32:55.095 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: file:///tmp/junit817344826034800409/:org.eclipse.hawk.localfolder.LocalFolder:false 13:32:55.096 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:55.096 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:32:56.264 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:32:56.265 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7055030535416450778/test_modelProfileInsideRepository[LevelDB GreyCat] 13:32:56.265 [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 13:32:56.540 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:32:56.541 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:56.541 [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 13:32:56.592 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:32:56.592 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:32:56.836 [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 13:32:56.836 [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 13:32:56.838 [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 13:32:56.838 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:32:56.840 [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 13:32:56.841 [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 13:32:56.841 [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 13:32:56.843 [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 13:32:56.846 [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 13:32:56.846 [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 13:32:56.848 [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 13:32:56.848 [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 13:32:56.848 [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 13:32:56.848 [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 13:32:56.849 [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 13:32:56.852 [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 13:32:56.852 [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 13:32:56.852 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 13:32:56.852 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 13:32:56.852 [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 13:32:56.852 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 13:32:56.852 [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 13:32:56.852 [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[] 13:32:56.852 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 13:32:56.852 [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 13:32:56.852 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 13:32:56.852 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 13:32:56.852 [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 13:32:56.852 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 13:32:56.852 [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 13:32:56.852 [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 13:32:56.852 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 13:32:56.852 [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 13:32:56.852 [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 13:32:56.852 [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 13:32:56.852 [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 13:32:56.852 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 13:32:56.852 [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 13:32:56.852 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 13:32:56.852 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 13:32:56.852 [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 13:32:56.852 [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 13:32:56.852 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 13:32:56.852 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 13:32:56.852 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 13:32:56.852 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 13:32:56.852 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 13:32:56.852 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 13:32:56.852 [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[] 13:32:56.852 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 13:32:56.852 [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 13:32:56.852 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 13:32:56.852 [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 13:32:56.852 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 13:32:56.852 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 13:32:56.852 [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 13:32:56.852 [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 13:32:56.852 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 13:32:56.852 [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 13:32:56.852 [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 13:32:56.852 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 13:32:56.853 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 13:32:56.853 [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 13:32:56.853 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 13:32:56.853 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 13:32:56.853 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 13:32:56.853 [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 13:32:56.853 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 13:32:56.853 [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 13:32:56.853 [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 13:32:56.853 [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 13:32:56.853 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 13:32:56.853 [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 13:32:56.853 [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 13:32:56.853 [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 13:32:56.854 [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 13:32:56.890 [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 13:32:56.907 [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 13:32:56.926 [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 13:32:56.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::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 13:32:56.931 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 13:32:57.109 [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 13:32:57.109 [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 13:32:57.147 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 13:32:57.158 [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 13:32:57.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::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 13:32:57.311 [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 13:32:57.395 [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 13:32:57.426 [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 13:32:57.497 [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 13:32:57.497 [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 13:32:57.497 [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 13:32:57.497 [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 13:32:57.497 [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 13:32:57.497 [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 13:32:57.497 [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 13:32:57.498 [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 13:32:57.499 [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 13:32:57.502 [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 13:32:57.503 [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 13:32:57.503 [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 13:32:57.503 [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 13:32:57.504 [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 13:32:57.504 [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 13:32:57.507 [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 13:32:57.507 [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 13:32:57.507 [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 13:32:57.508 [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 13:32:57.509 [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 13:32:57.509 [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 13:32:57.509 [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 13:32:57.509 [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 13:32:57.510 [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 13:32:57.510 [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 13:32:57.510 [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[] 13:32:57.510 [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 13:32:57.511 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 13:32:57.511 [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 13:32:57.511 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 13:32:57.511 [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 13:32:57.511 [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 13:32:57.511 [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 13:32:57.511 [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 13:32:57.513 [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 13:32:57.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 13:32:57.514 [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 13:32:57.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 13:32:57.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 13:32:57.514 [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 13:32:57.515 [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 13:32:57.515 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 13:32:57.515 [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 13:32:57.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 13:32:57.515 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 13:32:57.515 [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 13:32:57.515 [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 13:32:57.515 [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 13:32:57.516 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:32:57.516 [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 13:32:57.516 [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 13:32:57.520 [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 13:32:57.520 [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 13:32:57.521 [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 13:32:57.522 [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 13:32:57.524 [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 13:32:57.525 [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 13:32:57.527 [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 13:32:57.527 [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 13:32:57.595 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec) inserting static metamodels complete 13:32:57.595 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:32:57.640 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:32:57.640 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:32:57.640 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:57.641 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:32:57.641 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 13:32:57.697 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 13:32:57.698 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:57.698 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:57.698 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:57.703 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:57.703 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:57.714 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 13:32:57.718 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:57.718 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:57.718 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 13:32:57.793 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 13:32:57.892 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 13:32:57.892 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 13:32:57.899 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 13:32:57.899 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s185ms [pure insertion] marking any relevant derived attributes for update...13:32:57.899 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:32:57.900 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:32:57.901 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 13:32:57.901 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:57.901 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:57.901 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 13:32:57.903 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 13:32:57.991 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 13:32:57.991 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 13:32:57.997 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 13:32:57.997 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s96ms [pure insertion] marking any relevant derived attributes for update...13:32:57.997 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:57.997 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:57.998 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 13:32:57.998 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:57.998 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:57.998 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 13:32:58.000 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 13:32:58.095 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 13:32:58.095 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 13:32:58.106 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 13:32:58.106 [pool-208-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...13:32:58.106 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:32:58.107 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:32:58.108 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 13:32:58.109 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:58.109 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:58.109 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 13:32:58.110 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 13:32:58.290 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 13:32:58.290 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 13:32:58.295 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 13:32:58.295 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s187ms [pure insertion] marking any relevant derived attributes for update...13:32:58.295 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:58.295 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:58.296 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:58.296 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:58.300 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 13:32:58.301 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 13:32:58.301 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 13:32:58.301 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:58.301 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:58.301 [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... 13:32:58.301 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 13:32:58.301 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:58.301 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:32:58.301 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 603 ms 13:32:58.406 [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 13:32:58.408 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:58.408 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:32:58.412 [pool-208-thread-1] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 4 ms 13:32:58.412 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:32:58.412 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:32:58.412 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:32:58.413 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model1/model.uml... 13:32:58.413 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:58.413 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:58.413 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model1/model.uml... 13:32:58.415 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model1/model.uml 13:32:58.490 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec) 13:32:58.490 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model1/model.uml 13:32:58.497 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 13:32:58.497 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model1/model.uml. 0s84ms [pure insertion] marking any relevant derived attributes for update...13:32:58.497 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:58.497 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:58.498 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model2/model.uml... 13:32:58.498 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:32:58.498 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:32:58.498 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model2/model.uml... 13:32:58.501 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model2/model.uml 13:32:58.523 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec) 13:32:58.523 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model2/model.uml 13:32:58.595 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 13:32:58.595 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model2/model.uml. 0s97ms [pure insertion] marking any relevant derived attributes for update...13:32:58.595 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:32:58.595 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:32:58.595 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:32:58.595 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:32:58.597 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/50 proxy references (0 sec total) 13:32:58.600 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 30 refs 13:32:58.600 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 13:32:58.600 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:32:58.600 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:32:58.600 [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... 13:32:58.600 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 13:32:58.600 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:32:58.601 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:32:58.601 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 193 ms 13:32:58.601 [pool-208-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2435040520200222260/test_workspaceCrosslinks[LevelDB GreyCat] 13:32:58.603 [pool-208-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2435040520200222260/test_workspaceCrosslinks[LevelDB GreyCat] 13:32:58.609 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:32:58.609 [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 13:32:58.610 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:32:58.611 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:32:59.009 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 13:32:59.009 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2435040520200222260/test_workspaceCrosslinks[LevelDB GreyCat] 13:32:59.009 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 166.933 s - in org.eclipse.hawk.greycat.tests.GreycatIntegrationTestSuite set0[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 36.343 s tree[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 1.499 s treeWithSpaces[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 0.903 s treeCrossResourceContainment[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 1.111 s derivedEdgeCollection[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 1.235 s deriveThenAdd[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 1.331 s derivedEdgeSingle[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 1.704 s addThenIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 1.121 s lookupWithIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 1.085 s lookupWithoutIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 0.894 s eContainersIsUpdatedRoot[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFromMetaPropertiesTest) Time elapsed: 2.403 s queryEnumValues[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.EnumSupportTest) Time elapsed: 0.903 s metamodels[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 0.851 s elephantResolve[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest) Time elapsed: 3.646 s zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest) Time elapsed: 3.039 s metamodel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest) Time elapsed: 2.052 s zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest) Time elapsed: 16.982 s bpmn[LevelDB GreyCat](org.eclipse.hawk.integration.tests.bpmn.ModelVersioningTest) Time elapsed: 27.499 s instanceCountsAllOf[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.942 s listFiles[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.977 s instanceCounts[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.785 s reverseRefs[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.951 s forwardRefs[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 1.353 s allContents[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 5.426 s subtreeTraversalScoping[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 4.728 s getAllOf[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 5.172 s getFiles[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 4.371 s getAllOfCountsSubtypes[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 3.335 s addChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.988 s addModel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.777 s renameRoot[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.768 s eContainer[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.927 s removeChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 1.077 s renameChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 1.178 s upgradeModelProfileVersion[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 5.954 s stereotypeAsModel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 3.832 s localfolderCrosslinks[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 2.777 s zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 2.512 s indexLibraries[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 2.559 s customProfileV4[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 2.353 s customProfileV5[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 2.203 s modelProfileInsideRepository[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 3.632 s workspaceCrosslinks[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLWorkspaceIndexingTest) Time elapsed: 2.742 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-HtXaJpf8FOQK/agent.375 SSH_AGENT_PID=377 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/Hawk_Greycat_backend_master@tmp/private_key_1137146493211091908.key (/home/jenkins/agent/workspace/Hawk_Greycat_backend_master@tmp/private_key_1137146493211091908.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.202007051627.jar features/org.eclipse.hawk.greycat.feature_2.1.0.202007051627.jar plugins/org.eclipse.hawk.greycat.source_2.1.0.202007051627.jar plugins/org.eclipse.hawk.greycat_2.1.0.202007051627.jar sent 15.88M bytes received 30.71K bytes 3.54M bytes/sec total size is 24.61M speedup is 1.55 [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 377 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } Lock released on resource [download-area] [Pipeline] // lock [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] slackSend Slack Send Pipeline step running, values are - baseUrl: , teamDomain: hawk-developers, channel: #ci-notifications, color: #00FF00, botUser: true, tokenCredentialId: slack-token, notifyCommitters: false, iconEmoji: , username: , timestamp: [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: SUCCESS