-
-
Save lrowe/a68b37583494597f26e7 to your computer and use it in GitHub Desktop.
goofys parallel stall
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ubuntu@ip-172-31-30-91:~$ sudo -u encode-files goofys -f -o allow_other --dir-mode 0555 --file-mode 0444 --stat-cache-ttl 0 --debug_fuse --debug_s3 encode-files /s3/encode-files | |
2015/11/12 02:41:20.649084 s3.DEBUG DEBUG: Request s3/GetBucketLocation Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://s3-us-west-2.amazonaws.com/encode-files?location= HTTP/1.1 | |
Host: s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024120Z | |
X-Amz-Security-Token: xxx | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2015/11/12 02:41:20.692390 s3.DEBUG DEBUG: Response s3/GetBucketLocation Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Transfer-Encoding: chunked | |
Content-Type: application/xml | |
Date: Thu, 12 Nov 2015 02:41:21 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: zJWMqYVow1bF/6ss4w2wY4e75+XRCqcTUFuMSmlRiPJVn6VIxqZECe66g+tlF2s2eFza20965E0= | |
X-Amz-Request-Id: C4F32C66F716EAA6 | |
----------------------------------------------------- | |
2015/11/12 02:41:20.692935 s3.DEBUG { | |
LocationConstraint: "us-west-2" | |
} | |
2015/11/12 02:41:20.694571 fuse.DEBUG Op 0x00000001 connection.go:395] <- init | |
2015/11/12 02:41:20.694632 fuse.DEBUG Op 0x00000001 connection.go:474] -> OK | |
2015/11/12 02:41:20.694658 main.INFO File system has been successfully mounted. | |
2015/11/12 02:41:23.453330 fuse.DEBUG Op 0x00000002 connection.go:395] <- GetInodeAttributes (inode 1) | |
2015/11/12 02:41:23.453431 fuse.DEBUG GetAttributes 1 [] | |
2015/11/12 02:41:23.453475 fuse.DEBUG Op 0x00000002 connection.go:474] -> OK | |
2015/11/12 02:41:23.453988 fuse.DEBUG Op 0x00000003 connection.go:395] <- LookUpInode (parent 1, name "2015") | |
2015/11/12 02:41:23.454194 fuse.DEBUG Inode.LookUp 1 [2015] | |
2015/11/12 02:41:23.454847 s3.DEBUG DEBUG: Request s3/ListObjects Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/?delimiter=%2F&max-keys=1&prefix=2015%2F HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024123Z | |
X-Amz-Security-Token: xxx | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2015/11/12 02:41:23.455910 s3.DEBUG DEBUG: Request s3/HeadObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
HEAD http://encode-files.s3-us-west-2.amazonaws.com/2015 HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024123Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:23.502038 s3.DEBUG DEBUG: Response s3/HeadObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 404 Not Found | |
Transfer-Encoding: chunked | |
Content-Type: application/xml | |
Date: Thu, 12 Nov 2015 02:41:23 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: CCX06fV0Tk5wjOixxEgKt/5orV4yggskvIkUb5RuudjrILojLYFf3/Iouf9QEzStAGObyrMk17U= | |
X-Amz-Request-Id: 2F10489FA25AB55F | |
----------------------------------------------------- | |
2015/11/12 02:41:23.502192 s3.DEBUG DEBUG: Validate Response s3/HeadObject failed, not retrying, error : | |
status code: 404, request id: | |
2015/11/12 02:41:23.507920 s3.DEBUG DEBUG: Response s3/ListObjects Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Transfer-Encoding: chunked | |
Content-Type: application/xml | |
Date: Thu, 12 Nov 2015 02:41:24 GMT | |
Server: AmazonS3 | |
X-Amz-Bucket-Region: us-west-2 | |
X-Amz-Id-2: CNjpJPy00Y3b/+EVT60453q5jDwy+EQTrrisxG5LKPq9HS/ri1Rzf7J/2XF0cjKb1Megnx2XJaA= | |
X-Amz-Request-Id: 14D9518565A8C410 | |
----------------------------------------------------- | |
2015/11/12 02:41:23.508650 s3.DEBUG { | |
CommonPrefixes: [{ | |
Prefix: "2015/01/" | |
}], | |
Delimiter: "/", | |
IsTruncated: true, | |
Marker: "", | |
MaxKeys: 1, | |
Name: "encode-files", | |
NextMarker: "2015/01/", | |
Prefix: "2015/" | |
} | |
2015/11/12 02:41:23.508731 fuse.DEBUG <-- LookUpInode 2 2015 [] | |
2015/11/12 02:41:23.508767 fuse.DEBUG Op 0x00000003 connection.go:474] -> OK | |
2015/11/12 02:41:23.508851 fuse.DEBUG Op 0x00000004 connection.go:395] <- GetInodeAttributes (inode 2) | |
2015/11/12 02:41:23.508984 fuse.DEBUG GetAttributes 2 2015 [] | |
2015/11/12 02:41:23.509016 fuse.DEBUG Op 0x00000004 connection.go:474] -> OK | |
2015/11/12 02:41:23.509095 fuse.DEBUG Op 0x00000005 connection.go:395] <- LookUpInode (parent 2, name "06") | |
2015/11/12 02:41:23.509330 fuse.DEBUG Inode.LookUp 2 2015 [06] | |
2015/11/12 02:41:23.509660 s3.DEBUG DEBUG: Request s3/ListObjects Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/?delimiter=%2F&max-keys=1&prefix=2015%2F06%2F HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024123Z | |
X-Amz-Security-Token: xxx | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2015/11/12 02:41:23.509773 s3.DEBUG DEBUG: Request s3/HeadObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
HEAD http://encode-files.s3-us-west-2.amazonaws.com/2015/06 HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024123Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:23.515189 s3.DEBUG DEBUG: Response s3/HeadObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 404 Not Found | |
Transfer-Encoding: chunked | |
Content-Type: application/xml | |
Date: Thu, 12 Nov 2015 02:41:23 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: gfSD0yqY7LDuXWfH7Twg52NEG24g6PpkofPVC5ZPATvvsJ/Jyq6VQUEk2pWJQeAod1loFDSEflg= | |
X-Amz-Request-Id: 69D2478484D02935 | |
----------------------------------------------------- | |
2015/11/12 02:41:23.515313 s3.DEBUG DEBUG: Validate Response s3/HeadObject failed, not retrying, error : | |
status code: 404, request id: | |
2015/11/12 02:41:23.523165 s3.DEBUG DEBUG: Response s3/ListObjects Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Transfer-Encoding: chunked | |
Content-Type: application/xml | |
Date: Thu, 12 Nov 2015 02:41:24 GMT | |
Server: AmazonS3 | |
X-Amz-Bucket-Region: us-west-2 | |
X-Amz-Id-2: bsJkWzrK8RNYYuG30mbxRa5FtWmvDmD0LS+8563xWPq0YfYEGB3ecWiXaaz/jUARHYBgmTpaL90= | |
X-Amz-Request-Id: DCCEF2EDC7FFECD3 | |
----------------------------------------------------- | |
2015/11/12 02:41:23.523974 s3.DEBUG { | |
CommonPrefixes: [{ | |
Prefix: "2015/06/01/" | |
}], | |
Delimiter: "/", | |
IsTruncated: true, | |
Marker: "", | |
MaxKeys: 1, | |
Name: "encode-files", | |
NextMarker: "2015/06/01/", | |
Prefix: "2015/06/" | |
} | |
2015/11/12 02:41:23.524035 fuse.DEBUG <-- LookUpInode 3 2015/06 [] | |
2015/11/12 02:41:23.524066 fuse.DEBUG Op 0x00000005 connection.go:474] -> OK | |
2015/11/12 02:41:23.524132 fuse.DEBUG Op 0x00000006 connection.go:395] <- GetInodeAttributes (inode 3) | |
2015/11/12 02:41:23.524288 fuse.DEBUG GetAttributes 3 2015/06 [] | |
2015/11/12 02:41:23.524318 fuse.DEBUG Op 0x00000006 connection.go:474] -> OK | |
2015/11/12 02:41:23.524383 fuse.DEBUG Op 0x00000007 connection.go:395] <- LookUpInode (parent 3, name "19") | |
2015/11/12 02:41:23.524631 fuse.DEBUG Inode.LookUp 3 2015/06 [19] | |
2015/11/12 02:41:23.524961 s3.DEBUG DEBUG: Request s3/ListObjects Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/?delimiter=%2F&max-keys=1&prefix=2015%2F06%2F19%2F HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024123Z | |
X-Amz-Security-Token: xxx | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2015/11/12 02:41:23.525065 s3.DEBUG DEBUG: Request s3/HeadObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
HEAD http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19 HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024123Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:23.531619 s3.DEBUG DEBUG: Response s3/HeadObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 404 Not Found | |
Transfer-Encoding: chunked | |
Content-Type: application/xml | |
Date: Thu, 12 Nov 2015 02:41:23 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: oI7rqkOVwHfeuQ1xG3rcZ1bbRKyn3edqOxZnF8XC1mXI4OBSO5ReM23I862psQnhzcIXhMCP2n4= | |
X-Amz-Request-Id: 1746EA1E52E2EC04 | |
----------------------------------------------------- | |
2015/11/12 02:41:23.531734 s3.DEBUG DEBUG: Validate Response s3/HeadObject failed, not retrying, error : | |
status code: 404, request id: | |
2015/11/12 02:41:23.534007 s3.DEBUG DEBUG: Response s3/ListObjects Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Transfer-Encoding: chunked | |
Content-Type: application/xml | |
Date: Thu, 12 Nov 2015 02:41:24 GMT | |
Server: AmazonS3 | |
X-Amz-Bucket-Region: us-west-2 | |
X-Amz-Id-2: yAs5exj6NTuLaxg947310m+yjMbVgfh7rbBXyu5Gbu9VmAlPbFVkk8RYsWXmbqruFfVFEXktog4= | |
X-Amz-Request-Id: 39C0BDA7A4DE607B | |
----------------------------------------------------- | |
2015/11/12 02:41:23.534458 s3.DEBUG { | |
CommonPrefixes: [{ | |
Prefix: "2015/06/19/00437231-2fcb-4357-a6bd-2c698da53d35/" | |
}], | |
Delimiter: "/", | |
IsTruncated: true, | |
Marker: "", | |
MaxKeys: 1, | |
Name: "encode-files", | |
NextMarker: "2015/06/19/00437231-2fcb-4357-a6bd-2c698da53d35/", | |
Prefix: "2015/06/19/" | |
} | |
2015/11/12 02:41:23.534540 fuse.DEBUG <-- LookUpInode 4 2015/06/19 [] | |
2015/11/12 02:41:23.534574 fuse.DEBUG Op 0x00000007 connection.go:474] -> OK | |
2015/11/12 02:41:23.534647 fuse.DEBUG Op 0x00000008 connection.go:395] <- GetInodeAttributes (inode 4) | |
2015/11/12 02:41:23.534951 fuse.DEBUG GetAttributes 4 2015/06/19 [] | |
2015/11/12 02:41:23.534983 fuse.DEBUG Op 0x00000008 connection.go:474] -> OK | |
2015/11/12 02:41:23.535051 fuse.DEBUG Op 0x00000009 connection.go:395] <- LookUpInode (parent 4, name "67365aaf-b53d-46a4-b26f-8bd61dbabd25") | |
2015/11/12 02:41:23.535164 fuse.DEBUG Inode.LookUp 4 2015/06/19 [67365aaf-b53d-46a4-b26f-8bd61dbabd25] | |
2015/11/12 02:41:23.535494 s3.DEBUG DEBUG: Request s3/HeadObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
HEAD http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25 HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024123Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:23.535501 s3.DEBUG DEBUG: Request s3/ListObjects Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/?delimiter=%2F&max-keys=1&prefix=2015%2F06%2F19%2F67365aaf-b53d-46a4-b26f-8bd61dbabd25%2F HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024123Z | |
X-Amz-Security-Token: xxx | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2015/11/12 02:41:23.540503 s3.DEBUG DEBUG: Response s3/HeadObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 404 Not Found | |
Transfer-Encoding: chunked | |
Content-Type: application/xml | |
Date: Thu, 12 Nov 2015 02:41:23 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: jF0vTcgMqADfMjtCP0ibniIye/OzDmofRM+jL1nQOhj5NnMBI/Ww3Y8JmnZA3gJpGU594TiX5oU= | |
X-Amz-Request-Id: CF9DC44B607D1835 | |
----------------------------------------------------- | |
2015/11/12 02:41:23.540622 s3.DEBUG DEBUG: Validate Response s3/HeadObject failed, not retrying, error : | |
status code: 404, request id: | |
2015/11/12 02:41:23.548838 s3.DEBUG DEBUG: Response s3/ListObjects Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Transfer-Encoding: chunked | |
Content-Type: application/xml | |
Date: Thu, 12 Nov 2015 02:41:24 GMT | |
Server: AmazonS3 | |
X-Amz-Bucket-Region: us-west-2 | |
X-Amz-Id-2: /PPZleIijVwXomTywOPqp0xGh+mWXxixrbvR7CJHnKuIyZtm4XVbGXFNIEKDiBNAPB+sGGhRZbA= | |
X-Amz-Request-Id: FA40A856FBAED3AF | |
----------------------------------------------------- | |
2015/11/12 02:41:23.549545 s3.DEBUG { | |
Contents: [{ | |
ETag: "\"8812855bb146e3b0756b0316cefd7db4-397\"", | |
Key: "2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz", | |
LastModified: 2015-06-19 08:13:28 +0000 UTC, | |
Size: 2913812172, | |
StorageClass: "STANDARD" | |
}], | |
Delimiter: "/", | |
IsTruncated: false, | |
Marker: "", | |
MaxKeys: 1, | |
Name: "encode-files", | |
Prefix: "2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/" | |
} | |
2015/11/12 02:41:23.549610 fuse.DEBUG <-- LookUpInode 5 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25 [] | |
2015/11/12 02:41:23.549636 fuse.DEBUG Op 0x00000009 connection.go:474] -> OK | |
2015/11/12 02:41:23.549722 fuse.DEBUG Op 0x0000000a connection.go:395] <- GetInodeAttributes (inode 5) | |
2015/11/12 02:41:23.550009 fuse.DEBUG GetAttributes 5 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25 [] | |
2015/11/12 02:41:23.550041 fuse.DEBUG Op 0x0000000a connection.go:474] -> OK | |
2015/11/12 02:41:23.550107 fuse.DEBUG Op 0x0000000b connection.go:395] <- LookUpInode (parent 5, name "ENCFF531KNS.fastq.gz") | |
2015/11/12 02:41:23.550197 fuse.DEBUG Inode.LookUp 5 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25 [ENCFF531KNS.fastq.gz] | |
2015/11/12 02:41:23.550420 s3.DEBUG DEBUG: Request s3/ListObjects Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/?delimiter=%2F&max-keys=1&prefix=2015%2F06%2F19%2F67365aaf-b53d-46a4-b26f-8bd61dbabd25%2FENCFF531KNS.fastq.gz%2F HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024123Z | |
X-Amz-Security-Token: xxx | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2015/11/12 02:41:23.550475 s3.DEBUG DEBUG: Request s3/HeadObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
HEAD http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024123Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:23.556698 s3.DEBUG DEBUG: Response s3/HeadObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Content-Length: 2913812172 | |
Accept-Ranges: bytes | |
Content-Type: binary/octet-stream | |
Date: Thu, 12 Nov 2015 02:41:24 GMT | |
Etag: "8812855bb146e3b0756b0316cefd7db4-397" | |
Last-Modified: Fri, 19 Jun 2015 08:13:28 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: 7D4Jeoo7+fPsOTJwA5Sw74plRMzQZtnMGUP4Hu1azoSx5hIv9xqP+TkUvQ6LnEot0Kx3Wga44cw= | |
X-Amz-Request-Id: FBA6EFC267ED2972 | |
X-Amz-Version-Id: fL16j2gHcRvr7risStMlwXZqmEHJuG1b | |
----------------------------------------------------- | |
2015/11/12 02:41:23.556852 s3.DEBUG { | |
AcceptRanges: "bytes", | |
ContentLength: 2913812172, | |
ContentType: "binary/octet-stream", | |
ETag: "\"8812855bb146e3b0756b0316cefd7db4-397\"", | |
LastModified: 2015-06-19 08:13:28 +0000 UTC, | |
Metadata: { | |
}, | |
VersionId: "fL16j2gHcRvr7risStMlwXZqmEHJuG1b" | |
} | |
2015/11/12 02:41:23.556904 fuse.DEBUG <-- LookUpInode 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [] | |
2015/11/12 02:41:23.556929 fuse.DEBUG Op 0x0000000b connection.go:474] -> OK | |
2015/11/12 02:41:23.557005 fuse.DEBUG Op 0x0000000c connection.go:395] <- GetInodeAttributes (inode 6) | |
2015/11/12 02:41:23.557293 fuse.DEBUG GetAttributes 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [] | |
2015/11/12 02:41:23.557320 fuse.DEBUG Op 0x0000000c connection.go:474] -> OK | |
2015/11/12 02:41:23.557386 fuse.DEBUG Op 0x0000000d connection.go:395] <- OpenFile (inode 6) | |
2015/11/12 02:41:23.557470 fuse.DEBUG OpenFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [] | |
2015/11/12 02:41:23.557510 fuse.DEBUG Op 0x0000000d connection.go:474] -> OK | |
2015/11/12 02:41:23.557581 fuse.DEBUG Op 0x0000000e connection.go:395] <- FlushFile (inode 6) | |
2015/11/12 02:41:23.557805 fuse.DEBUG FlushFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [] | |
2015/11/12 02:41:23.557834 fuse.DEBUG Op 0x0000000e connection.go:474] -> OK | |
2015/11/12 02:41:23.557949 fuse.DEBUG Op 0x0000000f connection.go:395] <- ReadFile (inode 6, handle 1, offset 0, 131072 bytes) | |
2015/11/12 02:41:23.558319 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [0 131072 0] | |
2015/11/12 02:41:23.558343 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [0] | |
2015/11/12 02:41:23.558640 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024123Z | |
X-Amz-Security-Token: xxx | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2015/11/12 02:41:23.561467 s3.DEBUG DEBUG: Response s3/ListObjects Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Transfer-Encoding: chunked | |
Content-Type: application/xml | |
Date: Thu, 12 Nov 2015 02:41:24 GMT | |
Server: AmazonS3 | |
X-Amz-Bucket-Region: us-west-2 | |
X-Amz-Id-2: ceG3EUDt1PUK1Pwp365UJ1KMnlBpHs6c/D/sqNTuWlIo297TqJsj8X/T0QTC++j8l6VOoAaV0nA= | |
X-Amz-Request-Id: 3F6274E2DBA9D85E | |
----------------------------------------------------- | |
2015/11/12 02:41:23.562047 s3.DEBUG { | |
Delimiter: "/", | |
IsTruncated: false, | |
Marker: "", | |
MaxKeys: 1, | |
Name: "encode-files", | |
Prefix: "2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz/" | |
} | |
2015/11/12 02:41:23.614326 s3.DEBUG DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Content-Length: 2913812172 | |
Accept-Ranges: bytes | |
Content-Type: binary/octet-stream | |
Date: Thu, 12 Nov 2015 02:41:24 GMT | |
Etag: "8812855bb146e3b0756b0316cefd7db4-397" | |
Last-Modified: Fri, 19 Jun 2015 08:13:28 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: o9NCTxCEDCo3U/9YclObYxpkN2E2/HM08LLMxQGS9xEtzzcdKLJHPHe4WPZAjuh81fwxzEBuOF4= | |
X-Amz-Request-Id: FA5DE3323E98D318 | |
X-Amz-Version-Id: fL16j2gHcRvr7risStMlwXZqmEHJuG1b | |
----------------------------------------------------- | |
2015/11/12 02:41:23.619046 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.619110 fuse.DEBUG Op 0x0000000f connection.go:474] -> OK | |
2015/11/12 02:41:23.619268 fuse.DEBUG Op 0x00000010 connection.go:395] <- ReadFile (inode 6, handle 1, offset 131072, 131072 bytes) | |
2015/11/12 02:41:23.619670 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072 131072 131072] | |
2015/11/12 02:41:23.621175 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.621216 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.621241 fuse.DEBUG Op 0x00000010 connection.go:474] -> OK | |
2015/11/12 02:41:23.621422 fuse.DEBUG Op 0x00000011 connection.go:395] <- ReadFile (inode 6, handle 1, offset 262144, 131072 bytes) | |
2015/11/12 02:41:23.621522 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [262144 131072 262144] | |
2015/11/12 02:41:23.623097 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.623124 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.623177 fuse.DEBUG Op 0x00000011 connection.go:474] -> OK | |
2015/11/12 02:41:23.623376 fuse.DEBUG Op 0x00000012 connection.go:395] <- ReadFile (inode 6, handle 1, offset 393216, 131072 bytes) | |
2015/11/12 02:41:23.623648 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [393216 131072 393216] | |
2015/11/12 02:41:23.624690 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.624731 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.624766 fuse.DEBUG Op 0x00000012 connection.go:474] -> OK | |
2015/11/12 02:41:23.624948 fuse.DEBUG Op 0x00000013 connection.go:395] <- ReadFile (inode 6, handle 1, offset 524288, 131072 bytes) | |
2015/11/12 02:41:23.625025 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [524288 131072 524288] | |
2015/11/12 02:41:23.626415 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.626463 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.626500 fuse.DEBUG Op 0x00000013 connection.go:474] -> OK | |
2015/11/12 02:41:23.626676 fuse.DEBUG Op 0x00000014 connection.go:395] <- ReadFile (inode 6, handle 1, offset 655360, 131072 bytes) | |
2015/11/12 02:41:23.626977 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [655360 131072 655360] | |
2015/11/12 02:41:23.627863 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.627888 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.627912 fuse.DEBUG Op 0x00000014 connection.go:474] -> OK | |
2015/11/12 02:41:23.628085 fuse.DEBUG Op 0x00000015 connection.go:395] <- ReadFile (inode 6, handle 1, offset 786432, 131072 bytes) | |
2015/11/12 02:41:23.628366 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [786432 131072 786432] | |
2015/11/12 02:41:23.629230 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.629253 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.629278 fuse.DEBUG Op 0x00000015 connection.go:474] -> OK | |
2015/11/12 02:41:23.629448 fuse.DEBUG Op 0x00000016 connection.go:395] <- ReadFile (inode 6, handle 1, offset 917504, 131072 bytes) | |
2015/11/12 02:41:23.629564 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [917504 131072 917504] | |
2015/11/12 02:41:23.630502 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.630522 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.630546 fuse.DEBUG Op 0x00000016 connection.go:474] -> OK | |
2015/11/12 02:41:23.630727 fuse.DEBUG Op 0x00000017 connection.go:395] <- ReadFile (inode 6, handle 1, offset 1048576, 131072 bytes) | |
2015/11/12 02:41:23.631029 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [1048576 131072 1048576] | |
2015/11/12 02:41:23.631791 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.631809 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.631849 fuse.DEBUG Op 0x00000017 connection.go:474] -> OK | |
2015/11/12 02:41:23.632046 fuse.DEBUG Op 0x00000018 connection.go:395] <- ReadFile (inode 6, handle 1, offset 1179648, 131072 bytes) | |
2015/11/12 02:41:23.632121 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [1179648 131072 1179648] | |
2015/11/12 02:41:23.633087 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.633109 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.633132 fuse.DEBUG Op 0x00000018 connection.go:474] -> OK | |
2015/11/12 02:41:23.633287 fuse.DEBUG Op 0x00000019 connection.go:395] <- ReadFile (inode 6, handle 1, offset 1310720, 131072 bytes) | |
2015/11/12 02:41:23.633637 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [1310720 131072 1310720] | |
2015/11/12 02:41:23.634438 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.634457 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.634504 fuse.DEBUG Op 0x00000019 connection.go:474] -> OK | |
2015/11/12 02:41:23.634652 fuse.DEBUG Op 0x0000001a connection.go:395] <- ReadFile (inode 6, handle 1, offset 1441792, 131072 bytes) | |
2015/11/12 02:41:23.634971 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [1441792 131072 1441792] | |
2015/11/12 02:41:23.636193 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.636240 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.636272 fuse.DEBUG Op 0x0000001a connection.go:474] -> OK | |
2015/11/12 02:41:23.636427 fuse.DEBUG Op 0x0000001b connection.go:395] <- ReadFile (inode 6, handle 1, offset 1572864, 131072 bytes) | |
2015/11/12 02:41:23.636552 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [1572864 131072 1572864] | |
2015/11/12 02:41:23.638187 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.638212 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.638247 fuse.DEBUG Op 0x0000001b connection.go:474] -> OK | |
2015/11/12 02:41:23.638396 fuse.DEBUG Op 0x0000001c connection.go:395] <- ReadFile (inode 6, handle 1, offset 1703936, 131072 bytes) | |
2015/11/12 02:41:23.638647 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [1703936 131072 1703936] | |
2015/11/12 02:41:23.640151 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.640171 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.640193 fuse.DEBUG Op 0x0000001c connection.go:474] -> OK | |
2015/11/12 02:41:23.640338 fuse.DEBUG Op 0x0000001d connection.go:395] <- ReadFile (inode 6, handle 1, offset 1835008, 131072 bytes) | |
2015/11/12 02:41:23.640456 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [1835008 131072 1835008] | |
2015/11/12 02:41:23.641297 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.641321 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.641363 fuse.DEBUG Op 0x0000001d connection.go:474] -> OK | |
2015/11/12 02:41:23.641493 fuse.DEBUG Op 0x0000001e connection.go:395] <- ReadFile (inode 6, handle 1, offset 1966080, 131072 bytes) | |
2015/11/12 02:41:23.641808 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [1966080 131072 1966080] | |
2015/11/12 02:41:23.643432 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.643454 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.643478 fuse.DEBUG Op 0x0000001e connection.go:474] -> OK | |
2015/11/12 02:41:23.643652 fuse.DEBUG Op 0x0000001f connection.go:395] <- ReadFile (inode 6, handle 1, offset 2097152, 131072 bytes) | |
2015/11/12 02:41:23.643903 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [2097152 131072 2097152] | |
2015/11/12 02:41:23.644995 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.645017 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.645041 fuse.DEBUG Op 0x0000001f connection.go:474] -> OK | |
2015/11/12 02:41:23.645169 fuse.DEBUG Op 0x00000020 connection.go:395] <- ReadFile (inode 6, handle 1, offset 2228224, 131072 bytes) | |
2015/11/12 02:41:23.645549 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [2228224 131072 2228224] | |
2015/11/12 02:41:23.646518 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.646537 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.646576 fuse.DEBUG Op 0x00000020 connection.go:474] -> OK | |
2015/11/12 02:41:23.646721 fuse.DEBUG Op 0x00000021 connection.go:395] <- ReadFile (inode 6, handle 1, offset 2359296, 131072 bytes) | |
2015/11/12 02:41:23.646868 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [2359296 131072 2359296] | |
2015/11/12 02:41:23.647630 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.647674 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.647714 fuse.DEBUG Op 0x00000021 connection.go:474] -> OK | |
2015/11/12 02:41:23.647882 fuse.DEBUG Op 0x00000022 connection.go:395] <- ReadFile (inode 6, handle 1, offset 2490368, 131072 bytes) | |
2015/11/12 02:41:23.648262 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [2490368 131072 2490368] | |
2015/11/12 02:41:23.649682 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.649705 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.649742 fuse.DEBUG Op 0x00000022 connection.go:474] -> OK | |
2015/11/12 02:41:23.649895 fuse.DEBUG Op 0x00000023 connection.go:395] <- ReadFile (inode 6, handle 1, offset 2621440, 131072 bytes) | |
2015/11/12 02:41:23.649991 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [2621440 131072 2621440] | |
2015/11/12 02:41:23.651982 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.652004 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.652053 fuse.DEBUG Op 0x00000023 connection.go:474] -> OK | |
2015/11/12 02:41:23.652239 fuse.DEBUG Op 0x00000024 connection.go:395] <- ReadFile (inode 6, handle 1, offset 2752512, 131072 bytes) | |
2015/11/12 02:41:23.652536 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [2752512 131072 2752512] | |
2015/11/12 02:41:23.653893 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.653937 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.653967 fuse.DEBUG Op 0x00000024 connection.go:474] -> OK | |
2015/11/12 02:41:23.654127 fuse.DEBUG Op 0x00000025 connection.go:395] <- ReadFile (inode 6, handle 1, offset 2883584, 131072 bytes) | |
2015/11/12 02:41:23.654451 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [2883584 131072 2883584] | |
2015/11/12 02:41:23.655949 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.655987 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.656046 fuse.DEBUG Op 0x00000025 connection.go:474] -> OK | |
2015/11/12 02:41:23.656181 fuse.DEBUG Op 0x00000026 connection.go:395] <- ReadFile (inode 6, handle 1, offset 3014656, 131072 bytes) | |
2015/11/12 02:41:23.656522 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [3014656 131072 3014656] | |
2015/11/12 02:41:23.657826 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.657845 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.657886 fuse.DEBUG Op 0x00000026 connection.go:474] -> OK | |
2015/11/12 02:41:23.658022 fuse.DEBUG Op 0x00000027 connection.go:395] <- ReadFile (inode 6, handle 1, offset 3145728, 131072 bytes) | |
2015/11/12 02:41:23.658164 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [3145728 131072 3145728] | |
2015/11/12 02:41:23.659965 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.659999 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.660022 fuse.DEBUG Op 0x00000027 connection.go:474] -> OK | |
2015/11/12 02:41:23.660162 fuse.DEBUG Op 0x00000028 connection.go:395] <- ReadFile (inode 6, handle 1, offset 3276800, 131072 bytes) | |
2015/11/12 02:41:23.660465 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [3276800 131072 3276800] | |
2015/11/12 02:41:23.661758 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.661777 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.661799 fuse.DEBUG Op 0x00000028 connection.go:474] -> OK | |
2015/11/12 02:41:23.661940 fuse.DEBUG Op 0x00000029 connection.go:395] <- ReadFile (inode 6, handle 1, offset 3407872, 131072 bytes) | |
2015/11/12 02:41:23.662062 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [3407872 131072 3407872] | |
2015/11/12 02:41:23.663953 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.663974 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.663997 fuse.DEBUG Op 0x00000029 connection.go:474] -> OK | |
2015/11/12 02:41:23.664154 fuse.DEBUG Op 0x0000002a connection.go:395] <- ReadFile (inode 6, handle 1, offset 3538944, 131072 bytes) | |
2015/11/12 02:41:23.664380 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [3538944 131072 3538944] | |
2015/11/12 02:41:23.665779 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.665799 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.665821 fuse.DEBUG Op 0x0000002a connection.go:474] -> OK | |
2015/11/12 02:41:23.665984 fuse.DEBUG Op 0x0000002b connection.go:395] <- ReadFile (inode 6, handle 1, offset 3670016, 131072 bytes) | |
2015/11/12 02:41:23.666090 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [3670016 131072 3670016] | |
2015/11/12 02:41:23.667143 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.667170 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.667206 fuse.DEBUG Op 0x0000002b connection.go:474] -> OK | |
2015/11/12 02:41:23.667359 fuse.DEBUG Op 0x0000002c connection.go:395] <- ReadFile (inode 6, handle 1, offset 3801088, 131072 bytes) | |
2015/11/12 02:41:23.667613 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [3801088 131072 3801088] | |
2015/11/12 02:41:23.668611 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.668637 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.668661 fuse.DEBUG Op 0x0000002c connection.go:474] -> OK | |
2015/11/12 02:41:23.668830 fuse.DEBUG Op 0x0000002d connection.go:395] <- ReadFile (inode 6, handle 1, offset 3932160, 131072 bytes) | |
2015/11/12 02:41:23.668938 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [3932160 131072 3932160] | |
2015/11/12 02:41:23.670703 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.670724 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.670746 fuse.DEBUG Op 0x0000002d connection.go:474] -> OK | |
2015/11/12 02:41:23.670922 fuse.DEBUG Op 0x0000002e connection.go:395] <- ReadFile (inode 6, handle 1, offset 4063232, 131072 bytes) | |
2015/11/12 02:41:23.671215 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [4063232 131072 4063232] | |
2015/11/12 02:41:23.672411 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.672443 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.672465 fuse.DEBUG Op 0x0000002e connection.go:474] -> OK | |
2015/11/12 02:41:23.672614 fuse.DEBUG Op 0x0000002f connection.go:395] <- ReadFile (inode 6, handle 1, offset 4194304, 131072 bytes) | |
2015/11/12 02:41:23.672903 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [4194304 131072 4194304] | |
2015/11/12 02:41:23.674565 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.674600 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.674624 fuse.DEBUG Op 0x0000002f connection.go:474] -> OK | |
2015/11/12 02:41:23.674765 fuse.DEBUG Op 0x00000030 connection.go:395] <- ReadFile (inode 6, handle 1, offset 4325376, 131072 bytes) | |
2015/11/12 02:41:23.674880 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [4325376 131072 4325376] | |
2015/11/12 02:41:23.675875 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.675897 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.675919 fuse.DEBUG Op 0x00000030 connection.go:474] -> OK | |
2015/11/12 02:41:23.676069 fuse.DEBUG Op 0x00000031 connection.go:395] <- ReadFile (inode 6, handle 1, offset 4456448, 131072 bytes) | |
2015/11/12 02:41:23.676365 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [4456448 131072 4456448] | |
2015/11/12 02:41:23.677498 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.677517 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.677539 fuse.DEBUG Op 0x00000031 connection.go:474] -> OK | |
2015/11/12 02:41:23.677707 fuse.DEBUG Op 0x00000032 connection.go:395] <- ReadFile (inode 6, handle 1, offset 4587520, 131072 bytes) | |
2015/11/12 02:41:23.677818 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [4587520 131072 4587520] | |
2015/11/12 02:41:23.678698 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.678723 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.678760 fuse.DEBUG Op 0x00000032 connection.go:474] -> OK | |
2015/11/12 02:41:23.678917 fuse.DEBUG Op 0x00000033 connection.go:395] <- ReadFile (inode 6, handle 1, offset 4718592, 131072 bytes) | |
2015/11/12 02:41:23.679177 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [4718592 131072 4718592] | |
2015/11/12 02:41:23.680053 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.680087 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.680126 fuse.DEBUG Op 0x00000033 connection.go:474] -> OK | |
2015/11/12 02:41:23.680280 fuse.DEBUG Op 0x00000034 connection.go:395] <- ReadFile (inode 6, handle 1, offset 4849664, 131072 bytes) | |
2015/11/12 02:41:23.680372 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [4849664 131072 4849664] | |
2015/11/12 02:41:23.682131 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.682163 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.682187 fuse.DEBUG Op 0x00000034 connection.go:474] -> OK | |
2015/11/12 02:41:23.682345 fuse.DEBUG Op 0x00000035 connection.go:395] <- ReadFile (inode 6, handle 1, offset 4980736, 131072 bytes) | |
2015/11/12 02:41:23.682610 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [4980736 131072 4980736] | |
2015/11/12 02:41:23.684011 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.684059 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.684088 fuse.DEBUG Op 0x00000035 connection.go:474] -> OK | |
2015/11/12 02:41:23.684245 fuse.DEBUG Op 0x00000036 connection.go:395] <- ReadFile (inode 6, handle 1, offset 5111808, 131072 bytes) | |
2015/11/12 02:41:23.684353 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [5111808 131072 5111808] | |
2015/11/12 02:41:23.685436 fuse.DEBUG < readFromStream 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.685457 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.685480 fuse.DEBUG Op 0x00000036 connection.go:474] -> OK | |
2015/11/12 02:41:23.685642 fuse.DEBUG Op 0x00000037 connection.go:395] <- ReadFile (inode 6, handle 1, offset 5242880, 131072 bytes) | |
2015/11/12 02:41:23.685975 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [5242880 131072 5242880] | |
2015/11/12 02:41:23.685996 fuse.DEBUG cutover to the parallel algorithm 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [] | |
2015/11/12 02:41:23.686365 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.687593 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
Range: bytes=5242880-10485759 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024123Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:23.703291 s3.DEBUG DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 206 Partial Content | |
Content-Length: 5242880 | |
Accept-Ranges: bytes | |
Content-Range: bytes 5242880-10485759/2913812172 | |
Content-Type: binary/octet-stream | |
Date: Thu, 12 Nov 2015 02:41:24 GMT | |
Etag: "8812855bb146e3b0756b0316cefd7db4-397" | |
Last-Modified: Fri, 19 Jun 2015 08:13:28 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: pv0JT5Yxg/68nye2LsikC46n0jA4aHcQ5LO9YGx4CMuvMqyEdQDt55CtLbZaUcDy9jHYL+PFiug= | |
X-Amz-Request-Id: 502CC12E3AA3BF98 | |
X-Amz-Version-Id: fL16j2gHcRvr7risStMlwXZqmEHJuG1b | |
----------------------------------------------------- | |
2015/11/12 02:41:23.804800 fuse.DEBUG reading 131072 @ 5242880 = 131072, size=5111808 | |
2015/11/12 02:41:23.804884 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.804933 fuse.DEBUG Op 0x00000037 connection.go:474] -> OK | |
2015/11/12 02:41:23.805117 fuse.DEBUG Op 0x00000038 connection.go:395] <- ReadFile (inode 6, handle 1, offset 5373952, 131072 bytes) | |
2015/11/12 02:41:23.805424 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [5373952 131072 5373952] | |
2015/11/12 02:41:23.813227 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
Range: bytes=10485760-62914559 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024123Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:23.814911 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.814970 fuse.DEBUG reading 131072 @ 5373952 = 131072, size=4980736 | |
2015/11/12 02:41:23.815049 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.815095 fuse.DEBUG Op 0x00000038 connection.go:474] -> OK | |
2015/11/12 02:41:23.815335 fuse.DEBUG Op 0x00000039 connection.go:395] <- ReadFile (inode 6, handle 1, offset 5505024, 131072 bytes) | |
2015/11/12 02:41:23.815675 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
Range: bytes=62914560-110231551 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024123Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:23.816053 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [5505024 131072 5505024] | |
2015/11/12 02:41:23.816492 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.816586 fuse.DEBUG reading 131072 @ 5505024 = 131072, size=4849664 | |
2015/11/12 02:41:23.816614 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.816644 fuse.DEBUG Op 0x00000039 connection.go:474] -> OK | |
2015/11/12 02:41:23.816822 fuse.DEBUG Op 0x0000003a connection.go:395] <- ReadFile (inode 6, handle 1, offset 5636096, 131072 bytes) | |
2015/11/12 02:41:23.817097 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [5636096 131072 5636096] | |
2015/11/12 02:41:23.817121 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.817160 fuse.DEBUG reading 131072 @ 5636096 = 131072, size=4718592 | |
2015/11/12 02:41:23.817188 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.817219 fuse.DEBUG Op 0x0000003a connection.go:474] -> OK | |
2015/11/12 02:41:23.817374 fuse.DEBUG Op 0x0000003b connection.go:395] <- ReadFile (inode 6, handle 1, offset 5767168, 131072 bytes) | |
2015/11/12 02:41:23.817617 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [5767168 131072 5767168] | |
2015/11/12 02:41:23.817640 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.817669 fuse.DEBUG reading 131072 @ 5767168 = 131072, size=4587520 | |
2015/11/12 02:41:23.817685 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.817708 fuse.DEBUG Op 0x0000003b connection.go:474] -> OK | |
2015/11/12 02:41:23.817870 fuse.DEBUG Op 0x0000003c connection.go:395] <- ReadFile (inode 6, handle 1, offset 5898240, 131072 bytes) | |
2015/11/12 02:41:23.818143 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [5898240 131072 5898240] | |
2015/11/12 02:41:23.818165 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.818194 fuse.DEBUG reading 131072 @ 5898240 = 131072, size=4456448 | |
2015/11/12 02:41:23.818211 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.818234 fuse.DEBUG Op 0x0000003c connection.go:474] -> OK | |
2015/11/12 02:41:23.818360 fuse.DEBUG Op 0x0000003d connection.go:395] <- ReadFile (inode 6, handle 1, offset 6029312, 131072 bytes) | |
2015/11/12 02:41:23.818466 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [6029312 131072 6029312] | |
2015/11/12 02:41:23.818484 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.818511 fuse.DEBUG reading 131072 @ 6029312 = 131072, size=4325376 | |
2015/11/12 02:41:23.818527 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.818548 fuse.DEBUG Op 0x0000003d connection.go:474] -> OK | |
2015/11/12 02:41:23.818677 fuse.DEBUG Op 0x0000003e connection.go:395] <- ReadFile (inode 6, handle 1, offset 6160384, 131072 bytes) | |
2015/11/12 02:41:23.818960 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [6160384 131072 6160384] | |
2015/11/12 02:41:23.818981 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.819019 fuse.DEBUG reading 131072 @ 6160384 = 131072, size=4194304 | |
2015/11/12 02:41:23.819038 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.819058 fuse.DEBUG Op 0x0000003e connection.go:474] -> OK | |
2015/11/12 02:41:23.819187 fuse.DEBUG Op 0x0000003f connection.go:395] <- ReadFile (inode 6, handle 1, offset 6291456, 131072 bytes) | |
2015/11/12 02:41:23.819310 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [6291456 131072 6291456] | |
2015/11/12 02:41:23.819330 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.819357 fuse.DEBUG reading 131072 @ 6291456 = 131072, size=4063232 | |
2015/11/12 02:41:23.819373 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.819394 fuse.DEBUG Op 0x0000003f connection.go:474] -> OK | |
2015/11/12 02:41:23.819519 fuse.DEBUG Op 0x00000040 connection.go:395] <- ReadFile (inode 6, handle 1, offset 6422528, 131072 bytes) | |
2015/11/12 02:41:23.819795 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [6422528 131072 6422528] | |
2015/11/12 02:41:23.819821 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.819848 fuse.DEBUG reading 131072 @ 6422528 = 131072, size=3932160 | |
2015/11/12 02:41:23.819863 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.819883 fuse.DEBUG Op 0x00000040 connection.go:474] -> OK | |
2015/11/12 02:41:23.819998 fuse.DEBUG Op 0x00000041 connection.go:395] <- ReadFile (inode 6, handle 1, offset 6553600, 131072 bytes) | |
2015/11/12 02:41:23.820136 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [6553600 131072 6553600] | |
2015/11/12 02:41:23.820153 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.820181 fuse.DEBUG reading 131072 @ 6553600 = 131072, size=3801088 | |
2015/11/12 02:41:23.820196 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.820216 fuse.DEBUG Op 0x00000041 connection.go:474] -> OK | |
2015/11/12 02:41:23.820335 fuse.DEBUG Op 0x00000042 connection.go:395] <- ReadFile (inode 6, handle 1, offset 6684672, 131072 bytes) | |
2015/11/12 02:41:23.820633 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [6684672 131072 6684672] | |
2015/11/12 02:41:23.820655 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.820687 fuse.DEBUG reading 131072 @ 6684672 = 131072, size=3670016 | |
2015/11/12 02:41:23.820704 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.820725 fuse.DEBUG Op 0x00000042 connection.go:474] -> OK | |
2015/11/12 02:41:23.820843 fuse.DEBUG Op 0x00000043 connection.go:395] <- ReadFile (inode 6, handle 1, offset 6815744, 131072 bytes) | |
2015/11/12 02:41:23.820983 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [6815744 131072 6815744] | |
2015/11/12 02:41:23.821003 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.821031 fuse.DEBUG reading 131072 @ 6815744 = 131072, size=3538944 | |
2015/11/12 02:41:23.821047 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.821069 fuse.DEBUG Op 0x00000043 connection.go:474] -> OK | |
2015/11/12 02:41:23.821193 fuse.DEBUG Op 0x00000044 connection.go:395] <- ReadFile (inode 6, handle 1, offset 6946816, 131072 bytes) | |
2015/11/12 02:41:23.821467 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [6946816 131072 6946816] | |
2015/11/12 02:41:23.821486 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.821520 fuse.DEBUG reading 131072 @ 6946816 = 131072, size=3407872 | |
2015/11/12 02:41:23.821540 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.821562 fuse.DEBUG Op 0x00000044 connection.go:474] -> OK | |
2015/11/12 02:41:23.821682 fuse.DEBUG Op 0x00000045 connection.go:395] <- ReadFile (inode 6, handle 1, offset 7077888, 131072 bytes) | |
2015/11/12 02:41:23.821818 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [7077888 131072 7077888] | |
2015/11/12 02:41:23.821837 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.821864 fuse.DEBUG reading 131072 @ 7077888 = 131072, size=3276800 | |
2015/11/12 02:41:23.821880 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.821901 fuse.DEBUG Op 0x00000045 connection.go:474] -> OK | |
2015/11/12 02:41:23.822018 fuse.DEBUG Op 0x00000046 connection.go:395] <- ReadFile (inode 6, handle 1, offset 7208960, 131072 bytes) | |
2015/11/12 02:41:23.822307 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [7208960 131072 7208960] | |
2015/11/12 02:41:23.822331 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.822363 fuse.DEBUG reading 131072 @ 7208960 = 131072, size=3145728 | |
2015/11/12 02:41:23.822379 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.822400 fuse.DEBUG Op 0x00000046 connection.go:474] -> OK | |
2015/11/12 02:41:23.822518 fuse.DEBUG Op 0x00000047 connection.go:395] <- ReadFile (inode 6, handle 1, offset 7340032, 131072 bytes) | |
2015/11/12 02:41:23.822662 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [7340032 131072 7340032] | |
2015/11/12 02:41:23.822683 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.822711 fuse.DEBUG reading 131072 @ 7340032 = 131072, size=3014656 | |
2015/11/12 02:41:23.822726 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.822748 fuse.DEBUG Op 0x00000047 connection.go:474] -> OK | |
2015/11/12 02:41:23.822868 fuse.DEBUG Op 0x00000048 connection.go:395] <- ReadFile (inode 6, handle 1, offset 7471104, 131072 bytes) | |
2015/11/12 02:41:23.823147 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [7471104 131072 7471104] | |
2015/11/12 02:41:23.823176 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.823235 fuse.DEBUG reading 131072 @ 7471104 = 131072, size=2883584 | |
2015/11/12 02:41:23.823261 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.823295 fuse.DEBUG Op 0x00000048 connection.go:474] -> OK | |
2015/11/12 02:41:23.823431 fuse.DEBUG Op 0x00000049 connection.go:395] <- ReadFile (inode 6, handle 1, offset 7602176, 131072 bytes) | |
2015/11/12 02:41:23.823812 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [7602176 131072 7602176] | |
2015/11/12 02:41:23.823836 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.823874 fuse.DEBUG reading 131072 @ 7602176 = 131072, size=2752512 | |
2015/11/12 02:41:23.823898 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.823933 fuse.DEBUG Op 0x00000049 connection.go:474] -> OK | |
2015/11/12 02:41:23.824067 fuse.DEBUG Op 0x0000004a connection.go:395] <- ReadFile (inode 6, handle 1, offset 7733248, 131072 bytes) | |
2015/11/12 02:41:23.824140 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [7733248 131072 7733248] | |
2015/11/12 02:41:23.824164 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.824204 fuse.DEBUG reading 131072 @ 7733248 = 131072, size=2621440 | |
2015/11/12 02:41:23.824224 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.824270 fuse.DEBUG Op 0x0000004a connection.go:474] -> OK | |
2015/11/12 02:41:23.824394 fuse.DEBUG Op 0x0000004b connection.go:395] <- ReadFile (inode 6, handle 1, offset 7864320, 131072 bytes) | |
2015/11/12 02:41:23.824635 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [7864320 131072 7864320] | |
2015/11/12 02:41:23.824660 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.824695 fuse.DEBUG reading 131072 @ 7864320 = 131072, size=2490368 | |
2015/11/12 02:41:23.824715 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.824749 fuse.DEBUG Op 0x0000004b connection.go:474] -> OK | |
2015/11/12 02:41:23.824879 fuse.DEBUG Op 0x0000004c connection.go:395] <- ReadFile (inode 6, handle 1, offset 7995392, 131072 bytes) | |
2015/11/12 02:41:23.825023 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [7995392 131072 7995392] | |
2015/11/12 02:41:23.825053 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.825097 fuse.DEBUG reading 131072 @ 7995392 = 131072, size=2359296 | |
2015/11/12 02:41:23.825122 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.825153 fuse.DEBUG Op 0x0000004c connection.go:474] -> OK | |
2015/11/12 02:41:23.825279 fuse.DEBUG Op 0x0000004d connection.go:395] <- ReadFile (inode 6, handle 1, offset 8126464, 131072 bytes) | |
2015/11/12 02:41:23.825553 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [8126464 131072 8126464] | |
2015/11/12 02:41:23.825575 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.825611 fuse.DEBUG reading 131072 @ 8126464 = 131072, size=2228224 | |
2015/11/12 02:41:23.825633 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.825667 fuse.DEBUG Op 0x0000004d connection.go:474] -> OK | |
2015/11/12 02:41:23.825791 fuse.DEBUG Op 0x0000004e connection.go:395] <- ReadFile (inode 6, handle 1, offset 8257536, 131072 bytes) | |
2015/11/12 02:41:23.826028 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [8257536 131072 8257536] | |
2015/11/12 02:41:23.826050 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.826086 fuse.DEBUG reading 131072 @ 8257536 = 131072, size=2097152 | |
2015/11/12 02:41:23.826107 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.826139 fuse.DEBUG Op 0x0000004e connection.go:474] -> OK | |
2015/11/12 02:41:23.826284 fuse.DEBUG Op 0x0000004f connection.go:395] <- ReadFile (inode 6, handle 1, offset 8388608, 131072 bytes) | |
2015/11/12 02:41:23.826411 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [8388608 131072 8388608] | |
2015/11/12 02:41:23.826436 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.826474 fuse.DEBUG reading 131072 @ 8388608 = 131072, size=1966080 | |
2015/11/12 02:41:23.826498 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.826531 fuse.DEBUG Op 0x0000004f connection.go:474] -> OK | |
2015/11/12 02:41:23.826660 fuse.DEBUG Op 0x00000050 connection.go:395] <- ReadFile (inode 6, handle 1, offset 8519680, 131072 bytes) | |
2015/11/12 02:41:23.826897 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [8519680 131072 8519680] | |
2015/11/12 02:41:23.826917 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.826946 fuse.DEBUG reading 131072 @ 8519680 = 131072, size=1835008 | |
2015/11/12 02:41:23.826962 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.826978 fuse.DEBUG Op 0x00000050 connection.go:474] -> OK | |
2015/11/12 02:41:23.827101 fuse.DEBUG Op 0x00000051 connection.go:395] <- ReadFile (inode 6, handle 1, offset 8650752, 131072 bytes) | |
2015/11/12 02:41:23.827407 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [8650752 131072 8650752] | |
2015/11/12 02:41:23.827425 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.827452 fuse.DEBUG reading 131072 @ 8650752 = 131072, size=1703936 | |
2015/11/12 02:41:23.827468 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.827483 fuse.DEBUG Op 0x00000051 connection.go:474] -> OK | |
2015/11/12 02:41:23.827613 fuse.DEBUG Op 0x00000052 connection.go:395] <- ReadFile (inode 6, handle 1, offset 8781824, 131072 bytes) | |
2015/11/12 02:41:23.827963 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [8781824 131072 8781824] | |
2015/11/12 02:41:23.827981 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.828008 fuse.DEBUG reading 131072 @ 8781824 = 131072, size=1572864 | |
2015/11/12 02:41:23.828023 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.828037 fuse.DEBUG Op 0x00000052 connection.go:474] -> OK | |
2015/11/12 02:41:23.828162 fuse.DEBUG Op 0x00000053 connection.go:395] <- ReadFile (inode 6, handle 1, offset 8912896, 131072 bytes) | |
2015/11/12 02:41:23.828416 s3.DEBUG DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 206 Partial Content | |
Content-Length: 52428800 | |
Accept-Ranges: bytes | |
Content-Range: bytes 10485760-62914559/2913812172 | |
Content-Type: binary/octet-stream | |
Date: Thu, 12 Nov 2015 02:41:24 GMT | |
Etag: "8812855bb146e3b0756b0316cefd7db4-397" | |
Last-Modified: Fri, 19 Jun 2015 08:13:28 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: waS87f3QqxCPQVEGAFFLB8D0LsXOvaR0SVs9/yVZi5xTfyWnyJzSn6sR6lNpAfzjxxcRDVRPin4= | |
X-Amz-Request-Id: D96E886F01367EE4 | |
X-Amz-Version-Id: fL16j2gHcRvr7risStMlwXZqmEHJuG1b | |
----------------------------------------------------- | |
2015/11/12 02:41:23.828541 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [8912896 131072 8912896] | |
2015/11/12 02:41:23.828565 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.828626 fuse.DEBUG reading 131072 @ 8912896 = 131072, size=1441792 | |
2015/11/12 02:41:23.828654 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.828691 fuse.DEBUG Op 0x00000053 connection.go:474] -> OK | |
2015/11/12 02:41:23.828834 fuse.DEBUG Op 0x00000054 connection.go:395] <- ReadFile (inode 6, handle 1, offset 9043968, 131072 bytes) | |
2015/11/12 02:41:23.829216 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [9043968 131072 9043968] | |
2015/11/12 02:41:23.829248 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.829294 fuse.DEBUG reading 131072 @ 9043968 = 131072, size=1310720 | |
2015/11/12 02:41:23.829319 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.829359 fuse.DEBUG Op 0x00000054 connection.go:474] -> OK | |
2015/11/12 02:41:23.829487 fuse.DEBUG Op 0x00000055 connection.go:395] <- ReadFile (inode 6, handle 1, offset 9175040, 131072 bytes) | |
2015/11/12 02:41:23.829784 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [9175040 131072 9175040] | |
2015/11/12 02:41:23.829804 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.829841 fuse.DEBUG reading 131072 @ 9175040 = 131072, size=1179648 | |
2015/11/12 02:41:23.829861 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.829902 fuse.DEBUG Op 0x00000055 connection.go:474] -> OK | |
2015/11/12 02:41:23.830031 fuse.DEBUG Op 0x00000056 connection.go:395] <- ReadFile (inode 6, handle 1, offset 9306112, 131072 bytes) | |
2015/11/12 02:41:23.830157 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [9306112 131072 9306112] | |
2015/11/12 02:41:23.830182 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.830221 fuse.DEBUG reading 131072 @ 9306112 = 131072, size=1048576 | |
2015/11/12 02:41:23.830242 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.830284 fuse.DEBUG Op 0x00000056 connection.go:474] -> OK | |
2015/11/12 02:41:23.830406 fuse.DEBUG Op 0x00000057 connection.go:395] <- ReadFile (inode 6, handle 1, offset 9437184, 131072 bytes) | |
2015/11/12 02:41:23.830745 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [9437184 131072 9437184] | |
2015/11/12 02:41:23.830770 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.830808 fuse.DEBUG reading 131072 @ 9437184 = 131072, size=917504 | |
2015/11/12 02:41:23.830824 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.830843 fuse.DEBUG Op 0x00000057 connection.go:474] -> OK | |
2015/11/12 02:41:23.831006 fuse.DEBUG Op 0x00000058 connection.go:395] <- ReadFile (inode 6, handle 1, offset 9568256, 131072 bytes) | |
2015/11/12 02:41:23.831279 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [9568256 131072 9568256] | |
2015/11/12 02:41:23.831303 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.831375 fuse.DEBUG reading 131072 @ 9568256 = 131072, size=786432 | |
2015/11/12 02:41:23.831415 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.831447 fuse.DEBUG Op 0x00000058 connection.go:474] -> OK | |
2015/11/12 02:41:23.831596 fuse.DEBUG Op 0x00000059 connection.go:395] <- ReadFile (inode 6, handle 1, offset 9699328, 131072 bytes) | |
2015/11/12 02:41:23.831856 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [9699328 131072 9699328] | |
2015/11/12 02:41:23.831905 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.831953 fuse.DEBUG reading 131072 @ 9699328 = 131072, size=655360 | |
2015/11/12 02:41:23.831978 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.832006 fuse.DEBUG Op 0x00000059 connection.go:474] -> OK | |
2015/11/12 02:41:23.832148 fuse.DEBUG Op 0x0000005a connection.go:395] <- ReadFile (inode 6, handle 1, offset 9830400, 131072 bytes) | |
2015/11/12 02:41:23.832288 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [9830400 131072 9830400] | |
2015/11/12 02:41:23.832320 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.832363 fuse.DEBUG reading 131072 @ 9830400 = 131072, size=524288 | |
2015/11/12 02:41:23.832388 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.832426 fuse.DEBUG Op 0x0000005a connection.go:474] -> OK | |
2015/11/12 02:41:23.832568 fuse.DEBUG Op 0x0000005b connection.go:395] <- ReadFile (inode 6, handle 1, offset 9961472, 131072 bytes) | |
2015/11/12 02:41:23.832912 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [9961472 131072 9961472] | |
2015/11/12 02:41:23.832939 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.832980 fuse.DEBUG reading 131072 @ 9961472 = 131072, size=393216 | |
2015/11/12 02:41:23.833004 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.833037 fuse.DEBUG Op 0x0000005b connection.go:474] -> OK | |
2015/11/12 02:41:23.833162 fuse.DEBUG Op 0x0000005c connection.go:395] <- ReadFile (inode 6, handle 1, offset 10092544, 131072 bytes) | |
2015/11/12 02:41:23.833289 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [10092544 131072 10092544] | |
2015/11/12 02:41:23.833312 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.833349 fuse.DEBUG reading 131072 @ 10092544 = 131072, size=262144 | |
2015/11/12 02:41:23.833370 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.833403 fuse.DEBUG Op 0x0000005c connection.go:474] -> OK | |
2015/11/12 02:41:23.833532 fuse.DEBUG Op 0x0000005d connection.go:395] <- ReadFile (inode 6, handle 1, offset 10223616, 131072 bytes) | |
2015/11/12 02:41:23.833670 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [10223616 131072 10223616] | |
2015/11/12 02:41:23.833691 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.833720 fuse.DEBUG reading 131072 @ 10223616 = 131072, size=131072 | |
2015/11/12 02:41:23.833735 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.833751 fuse.DEBUG Op 0x0000005d connection.go:474] -> OK | |
2015/11/12 02:41:23.833877 fuse.DEBUG Op 0x0000005e connection.go:395] <- ReadFile (inode 6, handle 1, offset 10354688, 131072 bytes) | |
2015/11/12 02:41:23.834168 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [10354688 131072 10354688] | |
2015/11/12 02:41:23.834187 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.834215 fuse.DEBUG reading 131072 @ 10354688 = 131072, size=0 | |
2015/11/12 02:41:23.834235 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:23.834250 fuse.DEBUG Op 0x0000005e connection.go:474] -> OK | |
2015/11/12 02:41:23.834377 fuse.DEBUG Op 0x0000005f connection.go:395] <- ReadFile (inode 6, handle 1, offset 10485760, 131072 bytes) | |
2015/11/12 02:41:23.834676 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [10485760 131072 10485760] | |
2015/11/12 02:41:23.834704 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:23.863682 s3.DEBUG DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 206 Partial Content | |
Content-Length: 47316992 | |
Accept-Ranges: bytes | |
Content-Range: bytes 62914560-110231551/2913812172 | |
Content-Type: binary/octet-stream | |
Date: Thu, 12 Nov 2015 02:41:24 GMT | |
Etag: "8812855bb146e3b0756b0316cefd7db4-397" | |
Last-Modified: Fri, 19 Jun 2015 08:13:28 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: oXTyCK+aWrePv2r0U/PpokrYrMES6rVPKjCJdTG91GTz/Vp8IISgb8rTx/9ZVhLUZvCM99t3uV8= | |
X-Amz-Request-Id: 70A7F5848C7DC882 | |
X-Amz-Version-Id: fL16j2gHcRvr7risStMlwXZqmEHJuG1b | |
----------------------------------------------------- | |
2015/11/12 02:41:25.441118 fuse.DEBUG reading 131072 @ 10485760 = 131072, size=52297728 | |
2015/11/12 02:41:25.441160 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.441187 fuse.DEBUG Op 0x0000005f connection.go:474] -> OK | |
2015/11/12 02:41:25.441375 fuse.DEBUG Op 0x00000060 connection.go:395] <- ReadFile (inode 6, handle 1, offset 10616832, 131072 bytes) | |
2015/11/12 02:41:25.441632 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [10616832 131072 10616832] | |
2015/11/12 02:41:25.441662 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.441692 fuse.DEBUG reading 131072 @ 10616832 = 131072, size=52166656 | |
2015/11/12 02:41:25.441711 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.441727 fuse.DEBUG Op 0x00000060 connection.go:474] -> OK | |
2015/11/12 02:41:25.441874 fuse.DEBUG Op 0x00000061 connection.go:395] <- ReadFile (inode 6, handle 1, offset 10747904, 131072 bytes) | |
2015/11/12 02:41:25.442146 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
Range: bytes=110231552-115474431 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024125Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:25.442160 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [10747904 131072 10747904] | |
2015/11/12 02:41:25.442241 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.442287 fuse.DEBUG reading 131072 @ 10747904 = 131072, size=52035584 | |
2015/11/12 02:41:25.442321 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.442364 fuse.DEBUG Op 0x00000061 connection.go:474] -> OK | |
2015/11/12 02:41:25.442511 fuse.DEBUG Op 0x00000062 connection.go:395] <- ReadFile (inode 6, handle 1, offset 10878976, 131072 bytes) | |
2015/11/12 02:41:25.442648 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [10878976 131072 10878976] | |
2015/11/12 02:41:25.442672 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.442703 fuse.DEBUG reading 131072 @ 10878976 = 131072, size=51904512 | |
2015/11/12 02:41:25.442718 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.442744 fuse.DEBUG Op 0x00000062 connection.go:474] -> OK | |
2015/11/12 02:41:25.442874 fuse.DEBUG Op 0x00000063 connection.go:395] <- ReadFile (inode 6, handle 1, offset 11010048, 131072 bytes) | |
2015/11/12 02:41:25.443172 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [11010048 131072 11010048] | |
2015/11/12 02:41:25.443188 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.443217 fuse.DEBUG reading 131072 @ 11010048 = 131072, size=51773440 | |
2015/11/12 02:41:25.443233 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.443253 fuse.DEBUG Op 0x00000063 connection.go:474] -> OK | |
2015/11/12 02:41:25.443379 fuse.DEBUG Op 0x00000064 connection.go:395] <- ReadFile (inode 6, handle 1, offset 11141120, 131072 bytes) | |
2015/11/12 02:41:25.443514 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [11141120 131072 11141120] | |
2015/11/12 02:41:25.443537 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.443576 fuse.DEBUG reading 131072 @ 11141120 = 131072, size=51642368 | |
2015/11/12 02:41:25.443596 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.443630 fuse.DEBUG Op 0x00000064 connection.go:474] -> OK | |
2015/11/12 02:41:25.443766 fuse.DEBUG Op 0x00000065 connection.go:395] <- ReadFile (inode 6, handle 1, offset 11272192, 131072 bytes) | |
2015/11/12 02:41:25.444019 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [11272192 131072 11272192] | |
2015/11/12 02:41:25.444037 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.444064 fuse.DEBUG reading 131072 @ 11272192 = 131072, size=51511296 | |
2015/11/12 02:41:25.444080 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.444099 fuse.DEBUG Op 0x00000065 connection.go:474] -> OK | |
2015/11/12 02:41:25.444251 fuse.DEBUG Op 0x00000066 connection.go:395] <- ReadFile (inode 6, handle 1, offset 11403264, 131072 bytes) | |
2015/11/12 02:41:25.444350 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [11403264 131072 11403264] | |
2015/11/12 02:41:25.444373 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.444412 fuse.DEBUG reading 131072 @ 11403264 = 131072, size=51380224 | |
2015/11/12 02:41:25.444434 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.444467 fuse.DEBUG Op 0x00000066 connection.go:474] -> OK | |
2015/11/12 02:41:25.444602 fuse.DEBUG Op 0x00000067 connection.go:395] <- ReadFile (inode 6, handle 1, offset 11534336, 131072 bytes) | |
2015/11/12 02:41:25.444865 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [11534336 131072 11534336] | |
2015/11/12 02:41:25.444885 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.444922 fuse.DEBUG reading 131072 @ 11534336 = 131072, size=51249152 | |
2015/11/12 02:41:25.444942 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.444974 fuse.DEBUG Op 0x00000067 connection.go:474] -> OK | |
2015/11/12 02:41:25.445095 fuse.DEBUG Op 0x00000068 connection.go:395] <- ReadFile (inode 6, handle 1, offset 11665408, 131072 bytes) | |
2015/11/12 02:41:25.445221 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [11665408 131072 11665408] | |
2015/11/12 02:41:25.445240 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.445270 fuse.DEBUG reading 131072 @ 11665408 = 131072, size=51118080 | |
2015/11/12 02:41:25.445286 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.445307 fuse.DEBUG Op 0x00000068 connection.go:474] -> OK | |
2015/11/12 02:41:25.445428 fuse.DEBUG Op 0x00000069 connection.go:395] <- ReadFile (inode 6, handle 1, offset 11796480, 131072 bytes) | |
2015/11/12 02:41:25.445705 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [11796480 131072 11796480] | |
2015/11/12 02:41:25.445723 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.445750 fuse.DEBUG reading 131072 @ 11796480 = 131072, size=50987008 | |
2015/11/12 02:41:25.445766 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.445790 fuse.DEBUG Op 0x00000069 connection.go:474] -> OK | |
2015/11/12 02:41:25.445903 fuse.DEBUG Op 0x0000006a connection.go:395] <- ReadFile (inode 6, handle 1, offset 11927552, 131072 bytes) | |
2015/11/12 02:41:25.446045 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [11927552 131072 11927552] | |
2015/11/12 02:41:25.446066 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.446104 fuse.DEBUG reading 131072 @ 11927552 = 131072, size=50855936 | |
2015/11/12 02:41:25.446125 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.446157 fuse.DEBUG Op 0x0000006a connection.go:474] -> OK | |
2015/11/12 02:41:25.446289 fuse.DEBUG Op 0x0000006b connection.go:395] <- ReadFile (inode 6, handle 1, offset 12058624, 131072 bytes) | |
2015/11/12 02:41:25.446552 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [12058624 131072 12058624] | |
2015/11/12 02:41:25.446572 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.446610 fuse.DEBUG reading 131072 @ 12058624 = 131072, size=50724864 | |
2015/11/12 02:41:25.446631 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.446662 fuse.DEBUG Op 0x0000006b connection.go:474] -> OK | |
2015/11/12 02:41:25.446781 fuse.DEBUG Op 0x0000006c connection.go:395] <- ReadFile (inode 6, handle 1, offset 12189696, 131072 bytes) | |
2015/11/12 02:41:25.446909 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [12189696 131072 12189696] | |
2015/11/12 02:41:25.446929 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.446958 fuse.DEBUG reading 131072 @ 12189696 = 131072, size=50593792 | |
2015/11/12 02:41:25.446973 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.447000 fuse.DEBUG Op 0x0000006c connection.go:474] -> OK | |
2015/11/12 02:41:25.447121 fuse.DEBUG Op 0x0000006d connection.go:395] <- ReadFile (inode 6, handle 1, offset 12320768, 131072 bytes) | |
2015/11/12 02:41:25.447394 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [12320768 131072 12320768] | |
2015/11/12 02:41:25.447412 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.447439 fuse.DEBUG reading 131072 @ 12320768 = 131072, size=50462720 | |
2015/11/12 02:41:25.447454 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.447474 fuse.DEBUG Op 0x0000006d connection.go:474] -> OK | |
2015/11/12 02:41:25.447588 fuse.DEBUG Op 0x0000006e connection.go:395] <- ReadFile (inode 6, handle 1, offset 12451840, 131072 bytes) | |
2015/11/12 02:41:25.447728 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [12451840 131072 12451840] | |
2015/11/12 02:41:25.447750 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.447788 fuse.DEBUG reading 131072 @ 12451840 = 131072, size=50331648 | |
2015/11/12 02:41:25.447809 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.447841 fuse.DEBUG Op 0x0000006e connection.go:474] -> OK | |
2015/11/12 02:41:25.447959 fuse.DEBUG Op 0x0000006f connection.go:395] <- ReadFile (inode 6, handle 1, offset 12582912, 131072 bytes) | |
2015/11/12 02:41:25.448236 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [12582912 131072 12582912] | |
2015/11/12 02:41:25.448255 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.448291 fuse.DEBUG reading 131072 @ 12582912 = 131072, size=50200576 | |
2015/11/12 02:41:25.448313 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.448349 fuse.DEBUG Op 0x0000006f connection.go:474] -> OK | |
2015/11/12 02:41:25.448472 fuse.DEBUG Op 0x00000070 connection.go:395] <- ReadFile (inode 6, handle 1, offset 12713984, 131072 bytes) | |
2015/11/12 02:41:25.448595 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [12713984 131072 12713984] | |
2015/11/12 02:41:25.448614 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.448643 fuse.DEBUG reading 131072 @ 12713984 = 131072, size=50069504 | |
2015/11/12 02:41:25.448658 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.448679 fuse.DEBUG Op 0x00000070 connection.go:474] -> OK | |
2015/11/12 02:41:25.448797 fuse.DEBUG Op 0x00000071 connection.go:395] <- ReadFile (inode 6, handle 1, offset 12845056, 131072 bytes) | |
2015/11/12 02:41:25.449079 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [12845056 131072 12845056] | |
2015/11/12 02:41:25.449096 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.449124 fuse.DEBUG reading 131072 @ 12845056 = 131072, size=49938432 | |
2015/11/12 02:41:25.449140 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.449160 fuse.DEBUG Op 0x00000071 connection.go:474] -> OK | |
2015/11/12 02:41:25.449273 fuse.DEBUG Op 0x00000072 connection.go:395] <- ReadFile (inode 6, handle 1, offset 12976128, 131072 bytes) | |
2015/11/12 02:41:25.449418 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [12976128 131072 12976128] | |
2015/11/12 02:41:25.449440 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.449479 fuse.DEBUG reading 131072 @ 12976128 = 131072, size=49807360 | |
2015/11/12 02:41:25.449500 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.449533 fuse.DEBUG Op 0x00000072 connection.go:474] -> OK | |
2015/11/12 02:41:25.449652 fuse.DEBUG Op 0x00000073 connection.go:395] <- ReadFile (inode 6, handle 1, offset 13107200, 131072 bytes) | |
2015/11/12 02:41:25.449921 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [13107200 131072 13107200] | |
2015/11/12 02:41:25.449942 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.449980 fuse.DEBUG reading 131072 @ 13107200 = 131072, size=49676288 | |
2015/11/12 02:41:25.450000 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.450031 fuse.DEBUG Op 0x00000073 connection.go:474] -> OK | |
2015/11/12 02:41:25.450150 fuse.DEBUG Op 0x00000074 connection.go:395] <- ReadFile (inode 6, handle 1, offset 13238272, 131072 bytes) | |
2015/11/12 02:41:25.450277 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [13238272 131072 13238272] | |
2015/11/12 02:41:25.450296 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.450326 fuse.DEBUG reading 131072 @ 13238272 = 131072, size=49545216 | |
2015/11/12 02:41:25.450344 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.450367 fuse.DEBUG Op 0x00000074 connection.go:474] -> OK | |
2015/11/12 02:41:25.450485 fuse.DEBUG Op 0x00000075 connection.go:395] <- ReadFile (inode 6, handle 1, offset 13369344, 131072 bytes) | |
2015/11/12 02:41:25.450761 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [13369344 131072 13369344] | |
2015/11/12 02:41:25.450778 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.450806 fuse.DEBUG reading 131072 @ 13369344 = 131072, size=49414144 | |
2015/11/12 02:41:25.450822 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.450842 fuse.DEBUG Op 0x00000075 connection.go:474] -> OK | |
2015/11/12 02:41:25.450954 fuse.DEBUG Op 0x00000076 connection.go:395] <- ReadFile (inode 6, handle 1, offset 13500416, 131072 bytes) | |
2015/11/12 02:41:25.451097 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [13500416 131072 13500416] | |
2015/11/12 02:41:25.451119 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.451158 fuse.DEBUG reading 131072 @ 13500416 = 131072, size=49283072 | |
2015/11/12 02:41:25.451178 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.451213 fuse.DEBUG Op 0x00000076 connection.go:474] -> OK | |
2015/11/12 02:41:25.451329 fuse.DEBUG Op 0x00000077 connection.go:395] <- ReadFile (inode 6, handle 1, offset 13631488, 131072 bytes) | |
2015/11/12 02:41:25.451605 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [13631488 131072 13631488] | |
2015/11/12 02:41:25.451625 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.451661 fuse.DEBUG reading 131072 @ 13631488 = 131072, size=49152000 | |
2015/11/12 02:41:25.451682 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.451714 fuse.DEBUG Op 0x00000077 connection.go:474] -> OK | |
2015/11/12 02:41:25.451837 fuse.DEBUG Op 0x00000078 connection.go:395] <- ReadFile (inode 6, handle 1, offset 13762560, 131072 bytes) | |
2015/11/12 02:41:25.451960 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [13762560 131072 13762560] | |
2015/11/12 02:41:25.451980 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.452009 fuse.DEBUG reading 131072 @ 13762560 = 131072, size=49020928 | |
2015/11/12 02:41:25.452026 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.452046 fuse.DEBUG Op 0x00000078 connection.go:474] -> OK | |
2015/11/12 02:41:25.452162 fuse.DEBUG Op 0x00000079 connection.go:395] <- ReadFile (inode 6, handle 1, offset 13893632, 131072 bytes) | |
2015/11/12 02:41:25.452447 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [13893632 131072 13893632] | |
2015/11/12 02:41:25.452464 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.452492 fuse.DEBUG reading 131072 @ 13893632 = 131072, size=48889856 | |
2015/11/12 02:41:25.452507 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.452527 fuse.DEBUG Op 0x00000079 connection.go:474] -> OK | |
2015/11/12 02:41:25.452637 fuse.DEBUG Op 0x0000007a connection.go:395] <- ReadFile (inode 6, handle 1, offset 14024704, 131072 bytes) | |
2015/11/12 02:41:25.452784 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [14024704 131072 14024704] | |
2015/11/12 02:41:25.452805 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.452844 fuse.DEBUG reading 131072 @ 14024704 = 131072, size=48758784 | |
2015/11/12 02:41:25.452864 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.452918 fuse.DEBUG Op 0x0000007a connection.go:474] -> OK | |
2015/11/12 02:41:25.453036 fuse.DEBUG Op 0x0000007b connection.go:395] <- ReadFile (inode 6, handle 1, offset 14155776, 131072 bytes) | |
2015/11/12 02:41:25.453289 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [14155776 131072 14155776] | |
2015/11/12 02:41:25.453309 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.453346 fuse.DEBUG reading 131072 @ 14155776 = 131072, size=48627712 | |
2015/11/12 02:41:25.453366 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.453397 fuse.DEBUG Op 0x0000007b connection.go:474] -> OK | |
2015/11/12 02:41:25.453514 fuse.DEBUG Op 0x0000007c connection.go:395] <- ReadFile (inode 6, handle 1, offset 14286848, 131072 bytes) | |
2015/11/12 02:41:25.453643 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [14286848 131072 14286848] | |
2015/11/12 02:41:25.453663 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.453692 fuse.DEBUG reading 131072 @ 14286848 = 131072, size=48496640 | |
2015/11/12 02:41:25.453707 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.453728 fuse.DEBUG Op 0x0000007c connection.go:474] -> OK | |
2015/11/12 02:41:25.453844 fuse.DEBUG Op 0x0000007d connection.go:395] <- ReadFile (inode 6, handle 1, offset 14417920, 131072 bytes) | |
2015/11/12 02:41:25.454133 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [14417920 131072 14417920] | |
2015/11/12 02:41:25.454151 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.454178 fuse.DEBUG reading 131072 @ 14417920 = 131072, size=48365568 | |
2015/11/12 02:41:25.454193 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.454212 fuse.DEBUG Op 0x0000007d connection.go:474] -> OK | |
2015/11/12 02:41:25.454321 fuse.DEBUG Op 0x0000007e connection.go:395] <- ReadFile (inode 6, handle 1, offset 14548992, 131072 bytes) | |
2015/11/12 02:41:25.454467 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [14548992 131072 14548992] | |
2015/11/12 02:41:25.454488 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.454527 fuse.DEBUG reading 131072 @ 14548992 = 131072, size=48234496 | |
2015/11/12 02:41:25.454547 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.454581 fuse.DEBUG Op 0x0000007e connection.go:474] -> OK | |
2015/11/12 02:41:25.454700 fuse.DEBUG Op 0x0000007f connection.go:395] <- ReadFile (inode 6, handle 1, offset 14680064, 131072 bytes) | |
2015/11/12 02:41:25.454974 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [14680064 131072 14680064] | |
2015/11/12 02:41:25.454994 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.455032 fuse.DEBUG reading 131072 @ 14680064 = 131072, size=48103424 | |
2015/11/12 02:41:25.455052 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.455084 fuse.DEBUG Op 0x0000007f connection.go:474] -> OK | |
2015/11/12 02:41:25.455204 fuse.DEBUG Op 0x00000080 connection.go:395] <- ReadFile (inode 6, handle 1, offset 14811136, 131072 bytes) | |
2015/11/12 02:41:25.455330 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [14811136 131072 14811136] | |
2015/11/12 02:41:25.455349 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.455378 fuse.DEBUG reading 131072 @ 14811136 = 131072, size=47972352 | |
2015/11/12 02:41:25.455393 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.455414 fuse.DEBUG Op 0x00000080 connection.go:474] -> OK | |
2015/11/12 02:41:25.455530 fuse.DEBUG Op 0x00000081 connection.go:395] <- ReadFile (inode 6, handle 1, offset 14942208, 131072 bytes) | |
2015/11/12 02:41:25.455818 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [14942208 131072 14942208] | |
2015/11/12 02:41:25.455835 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.455862 fuse.DEBUG reading 131072 @ 14942208 = 131072, size=47841280 | |
2015/11/12 02:41:25.455879 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.455899 fuse.DEBUG Op 0x00000081 connection.go:474] -> OK | |
2015/11/12 02:41:25.456011 fuse.DEBUG Op 0x00000082 connection.go:395] <- ReadFile (inode 6, handle 1, offset 15073280, 131072 bytes) | |
2015/11/12 02:41:25.456181 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [15073280 131072 15073280] | |
2015/11/12 02:41:25.456195 s3.DEBUG DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 206 Partial Content | |
Content-Length: 5242880 | |
Accept-Ranges: bytes | |
Content-Range: bytes 110231552-115474431/2913812172 | |
Content-Type: binary/octet-stream | |
Date: Thu, 12 Nov 2015 02:41:26 GMT | |
Etag: "8812855bb146e3b0756b0316cefd7db4-397" | |
Last-Modified: Fri, 19 Jun 2015 08:13:28 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: RLABHgBH40xgIYYGQPmXDlhTnYqog5tydu2AhKLl0010rcjm/2Wato7yv3SQQG56irrDuerFAlo= | |
X-Amz-Request-Id: 965CC3BE4CF6353C | |
X-Amz-Version-Id: fL16j2gHcRvr7risStMlwXZqmEHJuG1b | |
----------------------------------------------------- | |
2015/11/12 02:41:25.456215 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.456350 fuse.DEBUG reading 131072 @ 15073280 = 131072, size=47710208 | |
2015/11/12 02:41:25.456377 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.456417 fuse.DEBUG Op 0x00000082 connection.go:474] -> OK | |
2015/11/12 02:41:25.456552 fuse.DEBUG Op 0x00000083 connection.go:395] <- ReadFile (inode 6, handle 1, offset 15204352, 131072 bytes) | |
2015/11/12 02:41:25.456860 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [15204352 131072 15204352] | |
2015/11/12 02:41:25.456891 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.456958 fuse.DEBUG reading 131072 @ 15204352 = 131072, size=47579136 | |
2015/11/12 02:41:25.456989 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.457048 fuse.DEBUG Op 0x00000083 connection.go:474] -> OK | |
2015/11/12 02:41:25.457207 fuse.DEBUG Op 0x00000084 connection.go:395] <- ReadFile (inode 6, handle 1, offset 15335424, 131072 bytes) | |
2015/11/12 02:41:25.457343 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [15335424 131072 15335424] | |
2015/11/12 02:41:25.457365 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.457395 fuse.DEBUG reading 131072 @ 15335424 = 131072, size=47448064 | |
2015/11/12 02:41:25.457411 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.457434 fuse.DEBUG Op 0x00000084 connection.go:474] -> OK | |
2015/11/12 02:41:25.457583 fuse.DEBUG Op 0x00000085 connection.go:395] <- ReadFile (inode 6, handle 1, offset 15466496, 131072 bytes) | |
2015/11/12 02:41:25.457878 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [15466496 131072 15466496] | |
2015/11/12 02:41:25.457904 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.457939 fuse.DEBUG reading 131072 @ 15466496 = 131072, size=47316992 | |
2015/11/12 02:41:25.457962 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.457996 fuse.DEBUG Op 0x00000085 connection.go:474] -> OK | |
2015/11/12 02:41:25.458138 fuse.DEBUG Op 0x00000086 connection.go:395] <- ReadFile (inode 6, handle 1, offset 15597568, 131072 bytes) | |
2015/11/12 02:41:25.458259 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [15597568 131072 15597568] | |
2015/11/12 02:41:25.458283 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.458345 fuse.DEBUG reading 131072 @ 15597568 = 131072, size=47185920 | |
2015/11/12 02:41:25.458371 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.458416 fuse.DEBUG Op 0x00000086 connection.go:474] -> OK | |
2015/11/12 02:41:25.458540 fuse.DEBUG Op 0x00000087 connection.go:395] <- ReadFile (inode 6, handle 1, offset 15728640, 131072 bytes) | |
2015/11/12 02:41:25.458774 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [15728640 131072 15728640] | |
2015/11/12 02:41:25.458793 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.458822 fuse.DEBUG reading 131072 @ 15728640 = 131072, size=47054848 | |
2015/11/12 02:41:25.458838 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.458883 fuse.DEBUG Op 0x00000087 connection.go:474] -> OK | |
2015/11/12 02:41:25.459008 fuse.DEBUG Op 0x00000088 connection.go:395] <- ReadFile (inode 6, handle 1, offset 15859712, 131072 bytes) | |
2015/11/12 02:41:25.459150 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [15859712 131072 15859712] | |
2015/11/12 02:41:25.459265 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.459307 fuse.DEBUG reading 131072 @ 15859712 = 131072, size=46923776 | |
2015/11/12 02:41:25.459325 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.459341 fuse.DEBUG Op 0x00000088 connection.go:474] -> OK | |
2015/11/12 02:41:25.459475 fuse.DEBUG Op 0x00000089 connection.go:395] <- ReadFile (inode 6, handle 1, offset 15990784, 131072 bytes) | |
2015/11/12 02:41:25.459658 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
Range: bytes=115474432-120717311 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024125Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:25.459757 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [15990784 131072 15990784] | |
2015/11/12 02:41:25.459785 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.459824 fuse.DEBUG reading 131072 @ 15990784 = 131072, size=46792704 | |
2015/11/12 02:41:25.459847 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.459881 fuse.DEBUG Op 0x00000089 connection.go:474] -> OK | |
2015/11/12 02:41:25.460040 fuse.DEBUG Op 0x0000008a connection.go:395] <- ReadFile (inode 6, handle 1, offset 16121856, 131072 bytes) | |
2015/11/12 02:41:25.460371 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [16121856 131072 16121856] | |
2015/11/12 02:41:25.460396 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.460426 fuse.DEBUG reading 131072 @ 16121856 = 131072, size=46661632 | |
2015/11/12 02:41:25.460441 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.460461 fuse.DEBUG Op 0x0000008a connection.go:474] -> OK | |
2015/11/12 02:41:25.460596 fuse.DEBUG Op 0x0000008b connection.go:395] <- ReadFile (inode 6, handle 1, offset 16252928, 131072 bytes) | |
2015/11/12 02:41:25.460860 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [16252928 131072 16252928] | |
2015/11/12 02:41:25.460885 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.460935 fuse.DEBUG reading 131072 @ 16252928 = 131072, size=46530560 | |
2015/11/12 02:41:25.460958 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.460985 fuse.DEBUG Op 0x0000008b connection.go:474] -> OK | |
2015/11/12 02:41:25.461132 fuse.DEBUG Op 0x0000008c connection.go:395] <- ReadFile (inode 6, handle 1, offset 16384000, 131072 bytes) | |
2015/11/12 02:41:25.461521 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [16384000 131072 16384000] | |
2015/11/12 02:41:25.461543 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.461593 fuse.DEBUG reading 131072 @ 16384000 = 131072, size=46399488 | |
2015/11/12 02:41:25.461615 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.461648 fuse.DEBUG Op 0x0000008c connection.go:474] -> OK | |
2015/11/12 02:41:25.461771 fuse.DEBUG Op 0x0000008d connection.go:395] <- ReadFile (inode 6, handle 1, offset 16515072, 131072 bytes) | |
2015/11/12 02:41:25.461900 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [16515072 131072 16515072] | |
2015/11/12 02:41:25.461918 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.461948 fuse.DEBUG reading 131072 @ 16515072 = 131072, size=46268416 | |
2015/11/12 02:41:25.461963 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.461986 fuse.DEBUG Op 0x0000008d connection.go:474] -> OK | |
2015/11/12 02:41:25.462103 fuse.DEBUG Op 0x0000008e connection.go:395] <- ReadFile (inode 6, handle 1, offset 16646144, 131072 bytes) | |
2015/11/12 02:41:25.462372 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [16646144 131072 16646144] | |
2015/11/12 02:41:25.462389 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.462417 fuse.DEBUG reading 131072 @ 16646144 = 131072, size=46137344 | |
2015/11/12 02:41:25.462431 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.462452 fuse.DEBUG Op 0x0000008e connection.go:474] -> OK | |
2015/11/12 02:41:25.462614 fuse.DEBUG Op 0x0000008f connection.go:395] <- ReadFile (inode 6, handle 1, offset 16777216, 131072 bytes) | |
2015/11/12 02:41:25.462715 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [16777216 131072 16777216] | |
2015/11/12 02:41:25.462733 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.462764 fuse.DEBUG reading 131072 @ 16777216 = 131072, size=46006272 | |
2015/11/12 02:41:25.462784 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.462815 fuse.DEBUG Op 0x0000008f connection.go:474] -> OK | |
2015/11/12 02:41:25.462954 fuse.DEBUG Op 0x00000090 connection.go:395] <- ReadFile (inode 6, handle 1, offset 16908288, 131072 bytes) | |
2015/11/12 02:41:25.463224 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [16908288 131072 16908288] | |
2015/11/12 02:41:25.463281 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.463321 fuse.DEBUG reading 131072 @ 16908288 = 131072, size=45875200 | |
2015/11/12 02:41:25.463342 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.463375 fuse.DEBUG Op 0x00000090 connection.go:474] -> OK | |
2015/11/12 02:41:25.463529 fuse.DEBUG Op 0x00000091 connection.go:395] <- ReadFile (inode 6, handle 1, offset 17039360, 131072 bytes) | |
2015/11/12 02:41:25.463796 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [17039360 131072 17039360] | |
2015/11/12 02:41:25.463824 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.463884 fuse.DEBUG reading 131072 @ 17039360 = 131072, size=45744128 | |
2015/11/12 02:41:25.463911 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.463954 fuse.DEBUG Op 0x00000091 connection.go:474] -> OK | |
2015/11/12 02:41:25.464098 fuse.DEBUG Op 0x00000092 connection.go:395] <- ReadFile (inode 6, handle 1, offset 17170432, 131072 bytes) | |
2015/11/12 02:41:25.464428 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [17170432 131072 17170432] | |
2015/11/12 02:41:25.464447 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.464476 fuse.DEBUG reading 131072 @ 17170432 = 131072, size=45613056 | |
2015/11/12 02:41:25.464493 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.464515 fuse.DEBUG Op 0x00000092 connection.go:474] -> OK | |
2015/11/12 02:41:25.464680 fuse.DEBUG Op 0x00000093 connection.go:395] <- ReadFile (inode 6, handle 1, offset 17301504, 131072 bytes) | |
2015/11/12 02:41:25.464997 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [17301504 131072 17301504] | |
2015/11/12 02:41:25.465025 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.465064 fuse.DEBUG reading 131072 @ 17301504 = 131072, size=45481984 | |
2015/11/12 02:41:25.465099 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.465128 fuse.DEBUG Op 0x00000093 connection.go:474] -> OK | |
2015/11/12 02:41:25.465256 fuse.DEBUG Op 0x00000094 connection.go:395] <- ReadFile (inode 6, handle 1, offset 17432576, 131072 bytes) | |
2015/11/12 02:41:25.465411 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [17432576 131072 17432576] | |
2015/11/12 02:41:25.465442 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.465501 fuse.DEBUG reading 131072 @ 17432576 = 131072, size=45350912 | |
2015/11/12 02:41:25.465525 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.465551 fuse.DEBUG Op 0x00000094 connection.go:474] -> OK | |
2015/11/12 02:41:25.465691 fuse.DEBUG Op 0x00000095 connection.go:395] <- ReadFile (inode 6, handle 1, offset 17563648, 131072 bytes) | |
2015/11/12 02:41:25.465994 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [17563648 131072 17563648] | |
2015/11/12 02:41:25.466014 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.466044 fuse.DEBUG reading 131072 @ 17563648 = 131072, size=45219840 | |
2015/11/12 02:41:25.466060 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.466076 fuse.DEBUG Op 0x00000095 connection.go:474] -> OK | |
2015/11/12 02:41:25.466236 fuse.DEBUG Op 0x00000096 connection.go:395] <- ReadFile (inode 6, handle 1, offset 17694720, 131072 bytes) | |
2015/11/12 02:41:25.466536 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [17694720 131072 17694720] | |
2015/11/12 02:41:25.466556 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.466584 fuse.DEBUG reading 131072 @ 17694720 = 131072, size=45088768 | |
2015/11/12 02:41:25.466603 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.466619 fuse.DEBUG Op 0x00000096 connection.go:474] -> OK | |
2015/11/12 02:41:25.466763 fuse.DEBUG Op 0x00000097 connection.go:395] <- ReadFile (inode 6, handle 1, offset 17825792, 131072 bytes) | |
2015/11/12 02:41:25.467076 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [17825792 131072 17825792] | |
2015/11/12 02:41:25.467099 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.467129 fuse.DEBUG reading 131072 @ 17825792 = 131072, size=44957696 | |
2015/11/12 02:41:25.467173 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.467213 fuse.DEBUG Op 0x00000097 connection.go:474] -> OK | |
2015/11/12 02:41:25.467386 fuse.DEBUG Op 0x00000098 connection.go:395] <- ReadFile (inode 6, handle 1, offset 17956864, 131072 bytes) | |
2015/11/12 02:41:25.467661 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [17956864 131072 17956864] | |
2015/11/12 02:41:25.467680 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.467709 fuse.DEBUG reading 131072 @ 17956864 = 131072, size=44826624 | |
2015/11/12 02:41:25.467724 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.467744 fuse.DEBUG Op 0x00000098 connection.go:474] -> OK | |
2015/11/12 02:41:25.467878 fuse.DEBUG Op 0x00000099 connection.go:395] <- ReadFile (inode 6, handle 1, offset 18087936, 131072 bytes) | |
2015/11/12 02:41:25.468141 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [18087936 131072 18087936] | |
2015/11/12 02:41:25.468163 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.468190 fuse.DEBUG reading 131072 @ 18087936 = 131072, size=44695552 | |
2015/11/12 02:41:25.468204 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.468226 fuse.DEBUG Op 0x00000099 connection.go:474] -> OK | |
2015/11/12 02:41:25.468357 fuse.DEBUG Op 0x0000009a connection.go:395] <- ReadFile (inode 6, handle 1, offset 18219008, 131072 bytes) | |
2015/11/12 02:41:25.468687 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [18219008 131072 18219008] | |
2015/11/12 02:41:25.468721 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.468763 fuse.DEBUG reading 131072 @ 18219008 = 131072, size=44564480 | |
2015/11/12 02:41:25.468786 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.468814 fuse.DEBUG Op 0x0000009a connection.go:474] -> OK | |
2015/11/12 02:41:25.468971 fuse.DEBUG Op 0x0000009b connection.go:395] <- ReadFile (inode 6, handle 1, offset 18350080, 131072 bytes) | |
2015/11/12 02:41:25.469267 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [18350080 131072 18350080] | |
2015/11/12 02:41:25.469291 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.469329 fuse.DEBUG reading 131072 @ 18350080 = 131072, size=44433408 | |
2015/11/12 02:41:25.469354 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.469381 fuse.DEBUG Op 0x0000009b connection.go:474] -> OK | |
2015/11/12 02:41:25.469523 fuse.DEBUG Op 0x0000009c connection.go:395] <- ReadFile (inode 6, handle 1, offset 18481152, 131072 bytes) | |
2015/11/12 02:41:25.469793 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [18481152 131072 18481152] | |
2015/11/12 02:41:25.469814 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.469852 fuse.DEBUG reading 131072 @ 18481152 = 131072, size=44302336 | |
2015/11/12 02:41:25.469867 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.469883 fuse.DEBUG Op 0x0000009c connection.go:474] -> OK | |
2015/11/12 02:41:25.470018 fuse.DEBUG Op 0x0000009d connection.go:395] <- ReadFile (inode 6, handle 1, offset 18612224, 131072 bytes) | |
2015/11/12 02:41:25.470293 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [18612224 131072 18612224] | |
2015/11/12 02:41:25.470313 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.470345 fuse.DEBUG reading 131072 @ 18612224 = 131072, size=44171264 | |
2015/11/12 02:41:25.470367 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.470392 fuse.DEBUG Op 0x0000009d connection.go:474] -> OK | |
2015/11/12 02:41:25.470523 fuse.DEBUG Op 0x0000009e connection.go:395] <- ReadFile (inode 6, handle 1, offset 18743296, 131072 bytes) | |
2015/11/12 02:41:25.470877 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [18743296 131072 18743296] | |
2015/11/12 02:41:25.470935 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.470982 fuse.DEBUG reading 131072 @ 18743296 = 131072, size=44040192 | |
2015/11/12 02:41:25.471011 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.471060 fuse.DEBUG Op 0x0000009e connection.go:474] -> OK | |
2015/11/12 02:41:25.471211 fuse.DEBUG Op 0x0000009f connection.go:395] <- ReadFile (inode 6, handle 1, offset 18874368, 131072 bytes) | |
2015/11/12 02:41:25.471569 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [18874368 131072 18874368] | |
2015/11/12 02:41:25.471590 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.471627 fuse.DEBUG reading 131072 @ 18874368 = 131072, size=43909120 | |
2015/11/12 02:41:25.471648 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.471680 fuse.DEBUG Op 0x0000009f connection.go:474] -> OK | |
2015/11/12 02:41:25.471817 fuse.DEBUG Op 0x000000a0 connection.go:395] <- ReadFile (inode 6, handle 1, offset 19005440, 131072 bytes) | |
2015/11/12 02:41:25.471930 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [19005440 131072 19005440] | |
2015/11/12 02:41:25.471974 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.472005 fuse.DEBUG reading 131072 @ 19005440 = 131072, size=43778048 | |
2015/11/12 02:41:25.472021 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.472038 fuse.DEBUG Op 0x000000a0 connection.go:474] -> OK | |
2015/11/12 02:41:25.472179 fuse.DEBUG Op 0x000000a1 connection.go:395] <- ReadFile (inode 6, handle 1, offset 19136512, 131072 bytes) | |
2015/11/12 02:41:25.472454 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [19136512 131072 19136512] | |
2015/11/12 02:41:25.472475 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.472504 fuse.DEBUG reading 131072 @ 19136512 = 131072, size=43646976 | |
2015/11/12 02:41:25.472520 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.472555 fuse.DEBUG Op 0x000000a1 connection.go:474] -> OK | |
2015/11/12 02:41:25.472695 fuse.DEBUG Op 0x000000a2 connection.go:395] <- ReadFile (inode 6, handle 1, offset 19267584, 131072 bytes) | |
2015/11/12 02:41:25.472995 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [19267584 131072 19267584] | |
2015/11/12 02:41:25.473024 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.473062 fuse.DEBUG reading 131072 @ 19267584 = 131072, size=43515904 | |
2015/11/12 02:41:25.473079 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.473099 fuse.DEBUG Op 0x000000a2 connection.go:474] -> OK | |
2015/11/12 02:41:25.473223 fuse.DEBUG Op 0x000000a3 connection.go:395] <- ReadFile (inode 6, handle 1, offset 19398656, 131072 bytes) | |
2015/11/12 02:41:25.473501 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [19398656 131072 19398656] | |
2015/11/12 02:41:25.473521 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.473550 fuse.DEBUG reading 131072 @ 19398656 = 131072, size=43384832 | |
2015/11/12 02:41:25.473566 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.473587 fuse.DEBUG Op 0x000000a3 connection.go:474] -> OK | |
2015/11/12 02:41:25.473718 fuse.DEBUG Op 0x000000a4 connection.go:395] <- ReadFile (inode 6, handle 1, offset 19529728, 131072 bytes) | |
2015/11/12 02:41:25.474009 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [19529728 131072 19529728] | |
2015/11/12 02:41:25.474028 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.474057 fuse.DEBUG reading 131072 @ 19529728 = 131072, size=43253760 | |
2015/11/12 02:41:25.474072 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.474087 fuse.DEBUG Op 0x000000a4 connection.go:474] -> OK | |
2015/11/12 02:41:25.474204 fuse.DEBUG Op 0x000000a5 connection.go:395] <- ReadFile (inode 6, handle 1, offset 19660800, 131072 bytes) | |
2015/11/12 02:41:25.474518 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [19660800 131072 19660800] | |
2015/11/12 02:41:25.474537 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.474564 fuse.DEBUG reading 131072 @ 19660800 = 131072, size=43122688 | |
2015/11/12 02:41:25.474579 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.474594 fuse.DEBUG Op 0x000000a5 connection.go:474] -> OK | |
2015/11/12 02:41:25.474722 fuse.DEBUG Op 0x000000a6 connection.go:395] <- ReadFile (inode 6, handle 1, offset 19791872, 131072 bytes) | |
2015/11/12 02:41:25.475073 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [19791872 131072 19791872] | |
2015/11/12 02:41:25.475091 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.475120 fuse.DEBUG reading 131072 @ 19791872 = 131072, size=42991616 | |
2015/11/12 02:41:25.475135 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.475158 fuse.DEBUG Op 0x000000a6 connection.go:474] -> OK | |
2015/11/12 02:41:25.475295 fuse.DEBUG Op 0x000000a7 connection.go:395] <- ReadFile (inode 6, handle 1, offset 19922944, 131072 bytes) | |
2015/11/12 02:41:25.475581 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [19922944 131072 19922944] | |
2015/11/12 02:41:25.475604 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.475641 fuse.DEBUG reading 131072 @ 19922944 = 131072, size=42860544 | |
2015/11/12 02:41:25.475662 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.475689 fuse.DEBUG Op 0x000000a7 connection.go:474] -> OK | |
2015/11/12 02:41:25.475830 fuse.DEBUG Op 0x000000a8 connection.go:395] <- ReadFile (inode 6, handle 1, offset 20054016, 131072 bytes) | |
2015/11/12 02:41:25.476089 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [20054016 131072 20054016] | |
2015/11/12 02:41:25.476111 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.476148 fuse.DEBUG reading 131072 @ 20054016 = 131072, size=42729472 | |
2015/11/12 02:41:25.476169 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.476194 fuse.DEBUG Op 0x000000a8 connection.go:474] -> OK | |
2015/11/12 02:41:25.476316 fuse.DEBUG Op 0x000000a9 connection.go:395] <- ReadFile (inode 6, handle 1, offset 20185088, 131072 bytes) | |
2015/11/12 02:41:25.476596 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [20185088 131072 20185088] | |
2015/11/12 02:41:25.476618 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.476654 fuse.DEBUG reading 131072 @ 20185088 = 131072, size=42598400 | |
2015/11/12 02:41:25.476675 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.476700 fuse.DEBUG Op 0x000000a9 connection.go:474] -> OK | |
2015/11/12 02:41:25.476830 fuse.DEBUG Op 0x000000aa connection.go:395] <- ReadFile (inode 6, handle 1, offset 20316160, 131072 bytes) | |
2015/11/12 02:41:25.477097 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [20316160 131072 20316160] | |
2015/11/12 02:41:25.477118 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.477148 fuse.DEBUG reading 131072 @ 20316160 = 131072, size=42467328 | |
2015/11/12 02:41:25.477163 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.477180 fuse.DEBUG Op 0x000000aa connection.go:474] -> OK | |
2015/11/12 02:41:25.477302 fuse.DEBUG Op 0x000000ab connection.go:395] <- ReadFile (inode 6, handle 1, offset 20447232, 131072 bytes) | |
2015/11/12 02:41:25.477578 s3.DEBUG DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 206 Partial Content | |
Content-Length: 5242880 | |
Accept-Ranges: bytes | |
Content-Range: bytes 115474432-120717311/2913812172 | |
Content-Type: binary/octet-stream | |
Date: Thu, 12 Nov 2015 02:41:26 GMT | |
Etag: "8812855bb146e3b0756b0316cefd7db4-397" | |
Last-Modified: Fri, 19 Jun 2015 08:13:28 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: ANE2MRFNx72zVoDZ+usZNo7Ag/A4AyzQZ8a5mauOid05evFMirAbtuT15lKkrI6FbYIFgNoAfbM= | |
X-Amz-Request-Id: 6D445E1F98DA4096 | |
X-Amz-Version-Id: fL16j2gHcRvr7risStMlwXZqmEHJuG1b | |
----------------------------------------------------- | |
2015/11/12 02:41:25.477637 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [20447232 131072 20447232] | |
2015/11/12 02:41:25.477729 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.477786 fuse.DEBUG reading 131072 @ 20447232 = 131072, size=42336256 | |
2015/11/12 02:41:25.477810 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.477837 fuse.DEBUG Op 0x000000ab connection.go:474] -> OK | |
2015/11/12 02:41:25.477969 fuse.DEBUG Op 0x000000ac connection.go:395] <- ReadFile (inode 6, handle 1, offset 20578304, 131072 bytes) | |
2015/11/12 02:41:25.478109 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [20578304 131072 20578304] | |
2015/11/12 02:41:25.478129 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.478158 fuse.DEBUG reading 131072 @ 20578304 = 131072, size=42205184 | |
2015/11/12 02:41:25.478174 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.478197 fuse.DEBUG Op 0x000000ac connection.go:474] -> OK | |
2015/11/12 02:41:25.478325 fuse.DEBUG Op 0x000000ad connection.go:395] <- ReadFile (inode 6, handle 1, offset 20709376, 131072 bytes) | |
2015/11/12 02:41:25.478643 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [20709376 131072 20709376] | |
2015/11/12 02:41:25.478671 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.478709 fuse.DEBUG reading 131072 @ 20709376 = 131072, size=42074112 | |
2015/11/12 02:41:25.478740 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.478788 fuse.DEBUG Op 0x000000ad connection.go:474] -> OK | |
2015/11/12 02:41:25.478945 fuse.DEBUG Op 0x000000ae connection.go:395] <- ReadFile (inode 6, handle 1, offset 20840448, 131072 bytes) | |
2015/11/12 02:41:25.479044 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [20840448 131072 20840448] | |
2015/11/12 02:41:25.479066 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.479108 fuse.DEBUG reading 131072 @ 20840448 = 131072, size=41943040 | |
2015/11/12 02:41:25.479130 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.479162 fuse.DEBUG Op 0x000000ae connection.go:474] -> OK | |
2015/11/12 02:41:25.479283 fuse.DEBUG Op 0x000000af connection.go:395] <- ReadFile (inode 6, handle 1, offset 20971520, 131072 bytes) | |
2015/11/12 02:41:25.479659 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [20971520 131072 20971520] | |
2015/11/12 02:41:25.479685 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.479730 fuse.DEBUG reading 131072 @ 20971520 = 131072, size=41811968 | |
2015/11/12 02:41:25.479755 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.479784 fuse.DEBUG Op 0x000000af connection.go:474] -> OK | |
2015/11/12 02:41:25.479932 fuse.DEBUG Op 0x000000b0 connection.go:395] <- ReadFile (inode 6, handle 1, offset 21102592, 131072 bytes) | |
2015/11/12 02:41:25.480322 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [21102592 131072 21102592] | |
2015/11/12 02:41:25.480507 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.480598 fuse.DEBUG reading 131072 @ 21102592 = 131072, size=41680896 | |
2015/11/12 02:41:25.480624 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.480649 fuse.DEBUG Op 0x000000b0 connection.go:474] -> OK | |
2015/11/12 02:41:25.480873 fuse.DEBUG Op 0x000000b1 connection.go:395] <- ReadFile (inode 6, handle 1, offset 21233664, 131072 bytes) | |
2015/11/12 02:41:25.481077 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
Range: bytes=120717312-125960191 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024125Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:25.481168 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [21233664 131072 21233664] | |
2015/11/12 02:41:25.481238 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.481284 fuse.DEBUG reading 131072 @ 21233664 = 131072, size=41549824 | |
2015/11/12 02:41:25.481309 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.481335 fuse.DEBUG Op 0x000000b1 connection.go:474] -> OK | |
2015/11/12 02:41:25.481530 fuse.DEBUG Op 0x000000b2 connection.go:395] <- ReadFile (inode 6, handle 1, offset 21364736, 131072 bytes) | |
2015/11/12 02:41:25.481838 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [21364736 131072 21364736] | |
2015/11/12 02:41:25.481869 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.481908 fuse.DEBUG reading 131072 @ 21364736 = 131072, size=41418752 | |
2015/11/12 02:41:25.481929 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.482133 fuse.DEBUG Op 0x000000b2 connection.go:474] -> OK | |
2015/11/12 02:41:25.482319 fuse.DEBUG Op 0x000000b3 connection.go:395] <- ReadFile (inode 6, handle 1, offset 21495808, 131072 bytes) | |
2015/11/12 02:41:25.482592 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [21495808 131072 21495808] | |
2015/11/12 02:41:25.482618 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.482653 fuse.DEBUG reading 131072 @ 21495808 = 131072, size=41287680 | |
2015/11/12 02:41:25.482674 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.482692 fuse.DEBUG Op 0x000000b3 connection.go:474] -> OK | |
2015/11/12 02:41:25.482836 fuse.DEBUG Op 0x000000b4 connection.go:395] <- ReadFile (inode 6, handle 1, offset 21626880, 131072 bytes) | |
2015/11/12 02:41:25.483133 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [21626880 131072 21626880] | |
2015/11/12 02:41:25.483195 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.483259 fuse.DEBUG reading 131072 @ 21626880 = 131072, size=41156608 | |
2015/11/12 02:41:25.483286 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.483317 fuse.DEBUG Op 0x000000b4 connection.go:474] -> OK | |
2015/11/12 02:41:25.483570 fuse.DEBUG Op 0x000000b5 connection.go:395] <- ReadFile (inode 6, handle 1, offset 21757952, 131072 bytes) | |
2015/11/12 02:41:25.483850 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [21757952 131072 21757952] | |
2015/11/12 02:41:25.483871 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.483911 fuse.DEBUG reading 131072 @ 21757952 = 131072, size=41025536 | |
2015/11/12 02:41:25.483932 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.483968 fuse.DEBUG Op 0x000000b5 connection.go:474] -> OK | |
2015/11/12 02:41:25.484109 fuse.DEBUG Op 0x000000b6 connection.go:395] <- ReadFile (inode 6, handle 1, offset 21889024, 131072 bytes) | |
2015/11/12 02:41:25.484384 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [21889024 131072 21889024] | |
2015/11/12 02:41:25.484416 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.484455 fuse.DEBUG reading 131072 @ 21889024 = 131072, size=40894464 | |
2015/11/12 02:41:25.484473 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.484494 fuse.DEBUG Op 0x000000b6 connection.go:474] -> OK | |
2015/11/12 02:41:25.484662 fuse.DEBUG Op 0x000000b7 connection.go:395] <- ReadFile (inode 6, handle 1, offset 22020096, 131072 bytes) | |
2015/11/12 02:41:25.484917 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [22020096 131072 22020096] | |
2015/11/12 02:41:25.484938 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.484993 fuse.DEBUG reading 131072 @ 22020096 = 131072, size=40763392 | |
2015/11/12 02:41:25.485011 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.485027 fuse.DEBUG Op 0x000000b7 connection.go:474] -> OK | |
2015/11/12 02:41:25.485192 fuse.DEBUG Op 0x000000b8 connection.go:395] <- ReadFile (inode 6, handle 1, offset 22151168, 131072 bytes) | |
2015/11/12 02:41:25.485506 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [22151168 131072 22151168] | |
2015/11/12 02:41:25.485531 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.485560 fuse.DEBUG reading 131072 @ 22151168 = 131072, size=40632320 | |
2015/11/12 02:41:25.485598 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.485623 fuse.DEBUG Op 0x000000b8 connection.go:474] -> OK | |
2015/11/12 02:41:25.485775 fuse.DEBUG Op 0x000000b9 connection.go:395] <- ReadFile (inode 6, handle 1, offset 22282240, 131072 bytes) | |
2015/11/12 02:41:25.486162 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [22282240 131072 22282240] | |
2015/11/12 02:41:25.486185 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.486224 fuse.DEBUG reading 131072 @ 22282240 = 131072, size=40501248 | |
2015/11/12 02:41:25.486245 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.486275 fuse.DEBUG Op 0x000000b9 connection.go:474] -> OK | |
2015/11/12 02:41:25.486428 fuse.DEBUG Op 0x000000ba connection.go:395] <- ReadFile (inode 6, handle 1, offset 22413312, 131072 bytes) | |
2015/11/12 02:41:25.486858 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [22413312 131072 22413312] | |
2015/11/12 02:41:25.486879 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.486915 fuse.DEBUG reading 131072 @ 22413312 = 131072, size=40370176 | |
2015/11/12 02:41:25.486928 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.486962 fuse.DEBUG Op 0x000000ba connection.go:474] -> OK | |
2015/11/12 02:41:25.487298 fuse.DEBUG Op 0x000000bb connection.go:395] <- ReadFile (inode 6, handle 1, offset 22544384, 131072 bytes) | |
2015/11/12 02:41:25.487561 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [22544384 131072 22544384] | |
2015/11/12 02:41:25.487580 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.487617 fuse.DEBUG reading 131072 @ 22544384 = 131072, size=40239104 | |
2015/11/12 02:41:25.487634 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.487657 fuse.DEBUG Op 0x000000bb connection.go:474] -> OK | |
2015/11/12 02:41:25.488096 fuse.DEBUG Op 0x000000bc connection.go:395] <- ReadFile (inode 6, handle 1, offset 22675456, 131072 bytes) | |
2015/11/12 02:41:25.488402 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [22675456 131072 22675456] | |
2015/11/12 02:41:25.488422 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.488461 fuse.DEBUG reading 131072 @ 22675456 = 131072, size=40108032 | |
2015/11/12 02:41:25.488479 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.488500 fuse.DEBUG Op 0x000000bc connection.go:474] -> OK | |
2015/11/12 02:41:25.489227 fuse.DEBUG Op 0x000000bd connection.go:395] <- ReadFile (inode 6, handle 1, offset 22806528, 131072 bytes) | |
2015/11/12 02:41:25.489588 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [22806528 131072 22806528] | |
2015/11/12 02:41:25.489604 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.489636 fuse.DEBUG reading 131072 @ 22806528 = 131072, size=39976960 | |
2015/11/12 02:41:25.489657 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.489681 fuse.DEBUG Op 0x000000bd connection.go:474] -> OK | |
2015/11/12 02:41:25.489855 fuse.DEBUG Op 0x000000be connection.go:395] <- ReadFile (inode 6, handle 1, offset 22937600, 131072 bytes) | |
2015/11/12 02:41:25.490120 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [22937600 131072 22937600] | |
2015/11/12 02:41:25.490145 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.490186 fuse.DEBUG reading 131072 @ 22937600 = 131072, size=39845888 | |
2015/11/12 02:41:25.490210 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.490251 fuse.DEBUG Op 0x000000be connection.go:474] -> OK | |
2015/11/12 02:41:25.490413 fuse.DEBUG Op 0x000000bf connection.go:395] <- ReadFile (inode 6, handle 1, offset 23068672, 131072 bytes) | |
2015/11/12 02:41:25.490692 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [23068672 131072 23068672] | |
2015/11/12 02:41:25.490715 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.490814 fuse.DEBUG reading 131072 @ 23068672 = 131072, size=39714816 | |
2015/11/12 02:41:25.490879 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.490947 fuse.DEBUG Op 0x000000bf connection.go:474] -> OK | |
2015/11/12 02:41:25.491142 fuse.DEBUG Op 0x000000c0 connection.go:395] <- ReadFile (inode 6, handle 1, offset 23199744, 131072 bytes) | |
2015/11/12 02:41:25.491492 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [23199744 131072 23199744] | |
2015/11/12 02:41:25.491514 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.491552 fuse.DEBUG reading 131072 @ 23199744 = 131072, size=39583744 | |
2015/11/12 02:41:25.491569 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.491597 fuse.DEBUG Op 0x000000c0 connection.go:474] -> OK | |
2015/11/12 02:41:25.491748 fuse.DEBUG Op 0x000000c1 connection.go:395] <- ReadFile (inode 6, handle 1, offset 23330816, 131072 bytes) | |
2015/11/12 02:41:25.492019 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [23330816 131072 23330816] | |
2015/11/12 02:41:25.492041 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.492082 fuse.DEBUG reading 131072 @ 23330816 = 131072, size=39452672 | |
2015/11/12 02:41:25.492104 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.492137 fuse.DEBUG Op 0x000000c1 connection.go:474] -> OK | |
2015/11/12 02:41:25.492359 fuse.DEBUG Op 0x000000c2 connection.go:395] <- ReadFile (inode 6, handle 1, offset 23461888, 131072 bytes) | |
2015/11/12 02:41:25.492675 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [23461888 131072 23461888] | |
2015/11/12 02:41:25.492699 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.492735 fuse.DEBUG reading 131072 @ 23461888 = 131072, size=39321600 | |
2015/11/12 02:41:25.492755 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.492781 fuse.DEBUG Op 0x000000c2 connection.go:474] -> OK | |
2015/11/12 02:41:25.492927 fuse.DEBUG Op 0x000000c3 connection.go:395] <- ReadFile (inode 6, handle 1, offset 23592960, 131072 bytes) | |
2015/11/12 02:41:25.493193 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [23592960 131072 23592960] | |
2015/11/12 02:41:25.493216 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.493252 fuse.DEBUG reading 131072 @ 23592960 = 131072, size=39190528 | |
2015/11/12 02:41:25.493272 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.493298 fuse.DEBUG Op 0x000000c3 connection.go:474] -> OK | |
2015/11/12 02:41:25.493597 fuse.DEBUG Op 0x000000c4 connection.go:395] <- ReadFile (inode 6, handle 1, offset 23724032, 131072 bytes) | |
2015/11/12 02:41:25.493892 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [23724032 131072 23724032] | |
2015/11/12 02:41:25.493915 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.493945 fuse.DEBUG reading 131072 @ 23724032 = 131072, size=39059456 | |
2015/11/12 02:41:25.493961 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.493988 fuse.DEBUG Op 0x000000c4 connection.go:474] -> OK | |
2015/11/12 02:41:25.494159 fuse.DEBUG Op 0x000000c5 connection.go:395] <- ReadFile (inode 6, handle 1, offset 23855104, 131072 bytes) | |
2015/11/12 02:41:25.494401 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [23855104 131072 23855104] | |
2015/11/12 02:41:25.494423 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.494463 fuse.DEBUG reading 131072 @ 23855104 = 131072, size=38928384 | |
2015/11/12 02:41:25.494619 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.494654 fuse.DEBUG Op 0x000000c5 connection.go:474] -> OK | |
2015/11/12 02:41:25.494794 fuse.DEBUG Op 0x000000c6 connection.go:395] <- ReadFile (inode 6, handle 1, offset 23986176, 131072 bytes) | |
2015/11/12 02:41:25.495086 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [23986176 131072 23986176] | |
2015/11/12 02:41:25.495108 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.495139 fuse.DEBUG reading 131072 @ 23986176 = 131072, size=38797312 | |
2015/11/12 02:41:25.495160 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.495197 fuse.DEBUG Op 0x000000c6 connection.go:474] -> OK | |
2015/11/12 02:41:25.495327 fuse.DEBUG Op 0x000000c7 connection.go:395] <- ReadFile (inode 6, handle 1, offset 24117248, 131072 bytes) | |
2015/11/12 02:41:25.495639 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [24117248 131072 24117248] | |
2015/11/12 02:41:25.495679 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.495738 fuse.DEBUG reading 131072 @ 24117248 = 131072, size=38666240 | |
2015/11/12 02:41:25.495763 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.495812 fuse.DEBUG Op 0x000000c7 connection.go:474] -> OK | |
2015/11/12 02:41:25.495972 fuse.DEBUG Op 0x000000c8 connection.go:395] <- ReadFile (inode 6, handle 1, offset 24248320, 131072 bytes) | |
2015/11/12 02:41:25.496122 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [24248320 131072 24248320] | |
2015/11/12 02:41:25.496145 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.496183 fuse.DEBUG reading 131072 @ 24248320 = 131072, size=38535168 | |
2015/11/12 02:41:25.496218 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.496258 fuse.DEBUG Op 0x000000c8 connection.go:474] -> OK | |
2015/11/12 02:41:25.496399 fuse.DEBUG Op 0x000000c9 connection.go:395] <- ReadFile (inode 6, handle 1, offset 24379392, 131072 bytes) | |
2015/11/12 02:41:25.496650 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [24379392 131072 24379392] | |
2015/11/12 02:41:25.496677 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.496705 fuse.DEBUG reading 131072 @ 24379392 = 131072, size=38404096 | |
2015/11/12 02:41:25.496723 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.496745 fuse.DEBUG Op 0x000000c9 connection.go:474] -> OK | |
2015/11/12 02:41:25.496865 fuse.DEBUG Op 0x000000ca connection.go:395] <- ReadFile (inode 6, handle 1, offset 24510464, 131072 bytes) | |
2015/11/12 02:41:25.496915 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [24510464 131072 24510464] | |
2015/11/12 02:41:25.496953 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.497010 fuse.DEBUG reading 131072 @ 24510464 = 131072, size=38273024 | |
2015/11/12 02:41:25.497031 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.497069 fuse.DEBUG Op 0x000000ca connection.go:474] -> OK | |
2015/11/12 02:41:25.497249 fuse.DEBUG Op 0x000000cb connection.go:395] <- ReadFile (inode 6, handle 1, offset 24641536, 131072 bytes) | |
2015/11/12 02:41:25.497565 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [24641536 131072 24641536] | |
2015/11/12 02:41:25.497591 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.497630 fuse.DEBUG reading 131072 @ 24641536 = 131072, size=38141952 | |
2015/11/12 02:41:25.497656 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.497690 fuse.DEBUG Op 0x000000cb connection.go:474] -> OK | |
2015/11/12 02:41:25.497834 fuse.DEBUG Op 0x000000cc connection.go:395] <- ReadFile (inode 6, handle 1, offset 24772608, 131072 bytes) | |
2015/11/12 02:41:25.498142 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [24772608 131072 24772608] | |
2015/11/12 02:41:25.498163 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.498190 fuse.DEBUG reading 131072 @ 24772608 = 131072, size=38010880 | |
2015/11/12 02:41:25.498209 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.498238 fuse.DEBUG Op 0x000000cc connection.go:474] -> OK | |
2015/11/12 02:41:25.498380 fuse.DEBUG Op 0x000000cd connection.go:395] <- ReadFile (inode 6, handle 1, offset 24903680, 131072 bytes) | |
2015/11/12 02:41:25.498498 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [24903680 131072 24903680] | |
2015/11/12 02:41:25.498521 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.498561 fuse.DEBUG reading 131072 @ 24903680 = 131072, size=37879808 | |
2015/11/12 02:41:25.498586 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.498615 fuse.DEBUG Op 0x000000cd connection.go:474] -> OK | |
2015/11/12 02:41:25.498755 fuse.DEBUG Op 0x000000ce connection.go:395] <- ReadFile (inode 6, handle 1, offset 25034752, 131072 bytes) | |
2015/11/12 02:41:25.498891 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [25034752 131072 25034752] | |
2015/11/12 02:41:25.498917 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.498954 fuse.DEBUG reading 131072 @ 25034752 = 131072, size=37748736 | |
2015/11/12 02:41:25.498976 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.499005 fuse.DEBUG Op 0x000000ce connection.go:474] -> OK | |
2015/11/12 02:41:25.499128 fuse.DEBUG Op 0x000000cf connection.go:395] <- ReadFile (inode 6, handle 1, offset 25165824, 131072 bytes) | |
2015/11/12 02:41:25.499404 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [25165824 131072 25165824] | |
2015/11/12 02:41:25.499423 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.499449 fuse.DEBUG reading 131072 @ 25165824 = 131072, size=37617664 | |
2015/11/12 02:41:25.499468 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.499483 fuse.DEBUG Op 0x000000cf connection.go:474] -> OK | |
2015/11/12 02:41:25.499623 fuse.DEBUG Op 0x000000d0 connection.go:395] <- ReadFile (inode 6, handle 1, offset 25296896, 131072 bytes) | |
2015/11/12 02:41:25.499977 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [25296896 131072 25296896] | |
2015/11/12 02:41:25.500011 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.500048 fuse.DEBUG reading 131072 @ 25296896 = 131072, size=37486592 | |
2015/11/12 02:41:25.500070 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.500104 fuse.DEBUG Op 0x000000d0 connection.go:474] -> OK | |
2015/11/12 02:41:25.500245 fuse.DEBUG Op 0x000000d1 connection.go:395] <- ReadFile (inode 6, handle 1, offset 25427968, 131072 bytes) | |
2015/11/12 02:41:25.500373 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [25427968 131072 25427968] | |
2015/11/12 02:41:25.500396 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.500426 fuse.DEBUG reading 131072 @ 25427968 = 131072, size=37355520 | |
2015/11/12 02:41:25.500442 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.500473 fuse.DEBUG Op 0x000000d1 connection.go:474] -> OK | |
2015/11/12 02:41:25.500601 fuse.DEBUG Op 0x000000d2 connection.go:395] <- ReadFile (inode 6, handle 1, offset 25559040, 131072 bytes) | |
2015/11/12 02:41:25.500841 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [25559040 131072 25559040] | |
2015/11/12 02:41:25.500864 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.500915 fuse.DEBUG reading 131072 @ 25559040 = 131072, size=37224448 | |
2015/11/12 02:41:25.500935 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.500967 fuse.DEBUG Op 0x000000d2 connection.go:474] -> OK | |
2015/11/12 02:41:25.501101 fuse.DEBUG Op 0x000000d3 connection.go:395] <- ReadFile (inode 6, handle 1, offset 25690112, 131072 bytes) | |
2015/11/12 02:41:25.501358 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [25690112 131072 25690112] | |
2015/11/12 02:41:25.501381 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.501417 fuse.DEBUG reading 131072 @ 25690112 = 131072, size=37093376 | |
2015/11/12 02:41:25.501438 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.501463 fuse.DEBUG Op 0x000000d3 connection.go:474] -> OK | |
2015/11/12 02:41:25.501606 fuse.DEBUG Op 0x000000d4 connection.go:395] <- ReadFile (inode 6, handle 1, offset 25821184, 131072 bytes) | |
2015/11/12 02:41:25.501915 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [25821184 131072 25821184] | |
2015/11/12 02:41:25.501942 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.501983 fuse.DEBUG reading 131072 @ 25821184 = 131072, size=36962304 | |
2015/11/12 02:41:25.502008 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.502031 fuse.DEBUG Op 0x000000d4 connection.go:474] -> OK | |
2015/11/12 02:41:25.502188 fuse.DEBUG Op 0x000000d5 connection.go:395] <- ReadFile (inode 6, handle 1, offset 25952256, 131072 bytes) | |
2015/11/12 02:41:25.502429 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [25952256 131072 25952256] | |
2015/11/12 02:41:25.502453 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.502491 fuse.DEBUG reading 131072 @ 25952256 = 131072, size=36831232 | |
2015/11/12 02:41:25.502511 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.502538 fuse.DEBUG Op 0x000000d5 connection.go:474] -> OK | |
2015/11/12 02:41:25.502692 fuse.DEBUG Op 0x000000d6 connection.go:395] <- ReadFile (inode 6, handle 1, offset 26083328, 131072 bytes) | |
2015/11/12 02:41:25.502952 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [26083328 131072 26083328] | |
2015/11/12 02:41:25.502974 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.503009 fuse.DEBUG reading 131072 @ 26083328 = 131072, size=36700160 | |
2015/11/12 02:41:25.503043 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.503072 fuse.DEBUG Op 0x000000d6 connection.go:474] -> OK | |
2015/11/12 02:41:25.503429 fuse.DEBUG Op 0x000000d7 connection.go:395] <- ReadFile (inode 6, handle 1, offset 26214400, 131072 bytes) | |
2015/11/12 02:41:25.503816 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [26214400 131072 26214400] | |
2015/11/12 02:41:25.503837 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.503888 fuse.DEBUG reading 131072 @ 26214400 = 131072, size=36569088 | |
2015/11/12 02:41:25.503903 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.503918 fuse.DEBUG Op 0x000000d7 connection.go:474] -> OK | |
2015/11/12 02:41:25.504049 fuse.DEBUG Op 0x000000d8 connection.go:395] <- ReadFile (inode 6, handle 1, offset 26345472, 131072 bytes) | |
2015/11/12 02:41:25.504333 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [26345472 131072 26345472] | |
2015/11/12 02:41:25.504471 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.504512 fuse.DEBUG reading 131072 @ 26345472 = 131072, size=36438016 | |
2015/11/12 02:41:25.504529 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.504552 fuse.DEBUG Op 0x000000d8 connection.go:474] -> OK | |
2015/11/12 02:41:25.504713 fuse.DEBUG Op 0x000000d9 connection.go:395] <- ReadFile (inode 6, handle 1, offset 26476544, 131072 bytes) | |
2015/11/12 02:41:25.504975 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
Range: bytes=125960192-131203071 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024125Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:25.505008 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [26476544 131072 26476544] | |
2015/11/12 02:41:25.505097 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.505128 fuse.DEBUG reading 131072 @ 26476544 = 131072, size=36306944 | |
2015/11/12 02:41:25.505165 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.505199 fuse.DEBUG Op 0x000000d9 connection.go:474] -> OK | |
2015/11/12 02:41:25.505367 fuse.DEBUG Op 0x000000da connection.go:395] <- ReadFile (inode 6, handle 1, offset 26607616, 131072 bytes) | |
2015/11/12 02:41:25.505642 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [26607616 131072 26607616] | |
2015/11/12 02:41:25.505668 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.505704 fuse.DEBUG reading 131072 @ 26607616 = 131072, size=36175872 | |
2015/11/12 02:41:25.505729 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.505753 fuse.DEBUG Op 0x000000da connection.go:474] -> OK | |
2015/11/12 02:41:25.505938 fuse.DEBUG Op 0x000000db connection.go:395] <- ReadFile (inode 6, handle 1, offset 26738688, 131072 bytes) | |
2015/11/12 02:41:25.506223 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [26738688 131072 26738688] | |
2015/11/12 02:41:25.506253 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.506292 fuse.DEBUG reading 131072 @ 26738688 = 131072, size=36044800 | |
2015/11/12 02:41:25.506313 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.506347 fuse.DEBUG Op 0x000000db connection.go:474] -> OK | |
2015/11/12 02:41:25.506516 fuse.DEBUG Op 0x000000dc connection.go:395] <- ReadFile (inode 6, handle 1, offset 26869760, 131072 bytes) | |
2015/11/12 02:41:25.506969 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [26869760 131072 26869760] | |
2015/11/12 02:41:25.506992 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.507029 fuse.DEBUG reading 131072 @ 26869760 = 131072, size=35913728 | |
2015/11/12 02:41:25.507046 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.507069 fuse.DEBUG Op 0x000000dc connection.go:474] -> OK | |
2015/11/12 02:41:25.507210 fuse.DEBUG Op 0x000000dd connection.go:395] <- ReadFile (inode 6, handle 1, offset 27000832, 131072 bytes) | |
2015/11/12 02:41:25.507482 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [27000832 131072 27000832] | |
2015/11/12 02:41:25.507502 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.507559 fuse.DEBUG reading 131072 @ 27000832 = 131072, size=35782656 | |
2015/11/12 02:41:25.507576 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.507598 fuse.DEBUG Op 0x000000dd connection.go:474] -> OK | |
2015/11/12 02:41:25.507759 fuse.DEBUG Op 0x000000de connection.go:395] <- ReadFile (inode 6, handle 1, offset 27131904, 131072 bytes) | |
2015/11/12 02:41:25.508158 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [27131904 131072 27131904] | |
2015/11/12 02:41:25.508179 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.508208 fuse.DEBUG reading 131072 @ 27131904 = 131072, size=35651584 | |
2015/11/12 02:41:25.508225 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.508249 fuse.DEBUG Op 0x000000de connection.go:474] -> OK | |
2015/11/12 02:41:25.508398 fuse.DEBUG Op 0x000000df connection.go:395] <- ReadFile (inode 6, handle 1, offset 27262976, 131072 bytes) | |
2015/11/12 02:41:25.508697 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [27262976 131072 27262976] | |
2015/11/12 02:41:25.508721 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.508758 fuse.DEBUG reading 131072 @ 27262976 = 131072, size=35520512 | |
2015/11/12 02:41:25.508779 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.508805 fuse.DEBUG Op 0x000000df connection.go:474] -> OK | |
2015/11/12 02:41:25.508976 fuse.DEBUG Op 0x000000e0 connection.go:395] <- ReadFile (inode 6, handle 1, offset 27394048, 131072 bytes) | |
2015/11/12 02:41:25.509384 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [27394048 131072 27394048] | |
2015/11/12 02:41:25.509411 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.509448 fuse.DEBUG reading 131072 @ 27394048 = 131072, size=35389440 | |
2015/11/12 02:41:25.509476 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.509507 fuse.DEBUG Op 0x000000e0 connection.go:474] -> OK | |
2015/11/12 02:41:25.509643 fuse.DEBUG Op 0x000000e1 connection.go:395] <- ReadFile (inode 6, handle 1, offset 27525120, 131072 bytes) | |
2015/11/12 02:41:25.509899 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [27525120 131072 27525120] | |
2015/11/12 02:41:25.509923 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.509960 fuse.DEBUG reading 131072 @ 27525120 = 131072, size=35258368 | |
2015/11/12 02:41:25.509981 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.510006 fuse.DEBUG Op 0x000000e1 connection.go:474] -> OK | |
2015/11/12 02:41:25.510167 fuse.DEBUG Op 0x000000e2 connection.go:395] <- ReadFile (inode 6, handle 1, offset 27656192, 131072 bytes) | |
2015/11/12 02:41:25.510462 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [27656192 131072 27656192] | |
2015/11/12 02:41:25.510489 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.510529 fuse.DEBUG reading 131072 @ 27656192 = 131072, size=35127296 | |
2015/11/12 02:41:25.510553 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.510575 fuse.DEBUG Op 0x000000e2 connection.go:474] -> OK | |
2015/11/12 02:41:25.510736 fuse.DEBUG Op 0x000000e3 connection.go:395] <- ReadFile (inode 6, handle 1, offset 27787264, 131072 bytes) | |
2015/11/12 02:41:25.510995 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [27787264 131072 27787264] | |
2015/11/12 02:41:25.511019 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.511075 fuse.DEBUG reading 131072 @ 27787264 = 131072, size=34996224 | |
2015/11/12 02:41:25.511101 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.511129 fuse.DEBUG Op 0x000000e3 connection.go:474] -> OK | |
2015/11/12 02:41:25.511254 fuse.DEBUG Op 0x000000e4 connection.go:395] <- ReadFile (inode 6, handle 1, offset 27918336, 131072 bytes) | |
2015/11/12 02:41:25.511540 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [27918336 131072 27918336] | |
2015/11/12 02:41:25.511570 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.511610 fuse.DEBUG reading 131072 @ 27918336 = 131072, size=34865152 | |
2015/11/12 02:41:25.511635 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.511667 fuse.DEBUG Op 0x000000e4 connection.go:474] -> OK | |
2015/11/12 02:41:25.511815 fuse.DEBUG Op 0x000000e5 connection.go:395] <- ReadFile (inode 6, handle 1, offset 28049408, 131072 bytes) | |
2015/11/12 02:41:25.512211 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [28049408 131072 28049408] | |
2015/11/12 02:41:25.512250 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.512288 fuse.DEBUG reading 131072 @ 28049408 = 131072, size=34734080 | |
2015/11/12 02:41:25.512309 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.512344 fuse.DEBUG Op 0x000000e5 connection.go:474] -> OK | |
2015/11/12 02:41:25.512512 fuse.DEBUG Op 0x000000e6 connection.go:395] <- ReadFile (inode 6, handle 1, offset 28180480, 131072 bytes) | |
2015/11/12 02:41:25.512843 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [28180480 131072 28180480] | |
2015/11/12 02:41:25.512872 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.512909 fuse.DEBUG reading 131072 @ 28180480 = 131072, size=34603008 | |
2015/11/12 02:41:25.512930 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.512956 fuse.DEBUG Op 0x000000e6 connection.go:474] -> OK | |
2015/11/12 02:41:25.513116 fuse.DEBUG Op 0x000000e7 connection.go:395] <- ReadFile (inode 6, handle 1, offset 28311552, 131072 bytes) | |
2015/11/12 02:41:25.513463 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [28311552 131072 28311552] | |
2015/11/12 02:41:25.513492 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.513530 fuse.DEBUG reading 131072 @ 28311552 = 131072, size=34471936 | |
2015/11/12 02:41:25.513554 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.513584 fuse.DEBUG Op 0x000000e7 connection.go:474] -> OK | |
2015/11/12 02:41:25.513720 fuse.DEBUG Op 0x000000e8 connection.go:395] <- ReadFile (inode 6, handle 1, offset 28442624, 131072 bytes) | |
2015/11/12 02:41:25.514005 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [28442624 131072 28442624] | |
2015/11/12 02:41:25.514027 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.514091 fuse.DEBUG reading 131072 @ 28442624 = 131072, size=34340864 | |
2015/11/12 02:41:25.514115 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.514156 fuse.DEBUG Op 0x000000e8 connection.go:474] -> OK | |
2015/11/12 02:41:25.514330 fuse.DEBUG Op 0x000000e9 connection.go:395] <- ReadFile (inode 6, handle 1, offset 28573696, 131072 bytes) | |
2015/11/12 02:41:25.515002 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [28573696 131072 28573696] | |
2015/11/12 02:41:25.515029 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.515067 fuse.DEBUG reading 131072 @ 28573696 = 131072, size=34209792 | |
2015/11/12 02:41:25.515093 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.515122 fuse.DEBUG Op 0x000000e9 connection.go:474] -> OK | |
2015/11/12 02:41:25.516098 fuse.DEBUG Op 0x000000ea connection.go:395] <- ReadFile (inode 6, handle 1, offset 28704768, 131072 bytes) | |
2015/11/12 02:41:25.516484 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [28704768 131072 28704768] | |
2015/11/12 02:41:25.516507 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.516537 fuse.DEBUG reading 131072 @ 28704768 = 131072, size=34078720 | |
2015/11/12 02:41:25.516555 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.516578 fuse.DEBUG Op 0x000000ea connection.go:474] -> OK | |
2015/11/12 02:41:25.516739 fuse.DEBUG Op 0x000000eb connection.go:395] <- ReadFile (inode 6, handle 1, offset 28835840, 131072 bytes) | |
2015/11/12 02:41:25.517097 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [28835840 131072 28835840] | |
2015/11/12 02:41:25.517120 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.517150 fuse.DEBUG reading 131072 @ 28835840 = 131072, size=33947648 | |
2015/11/12 02:41:25.517181 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.517204 fuse.DEBUG Op 0x000000eb connection.go:474] -> OK | |
2015/11/12 02:41:25.517349 fuse.DEBUG Op 0x000000ec connection.go:395] <- ReadFile (inode 6, handle 1, offset 28966912, 131072 bytes) | |
2015/11/12 02:41:25.517454 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [28966912 131072 28966912] | |
2015/11/12 02:41:25.517481 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.517521 fuse.DEBUG reading 131072 @ 28966912 = 131072, size=33816576 | |
2015/11/12 02:41:25.517540 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.517568 fuse.DEBUG Op 0x000000ec connection.go:474] -> OK | |
2015/11/12 02:41:25.517721 fuse.DEBUG Op 0x000000ed connection.go:395] <- ReadFile (inode 6, handle 1, offset 29097984, 131072 bytes) | |
2015/11/12 02:41:25.517985 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [29097984 131072 29097984] | |
2015/11/12 02:41:25.518007 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.518037 fuse.DEBUG reading 131072 @ 29097984 = 131072, size=33685504 | |
2015/11/12 02:41:25.518053 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.518074 fuse.DEBUG Op 0x000000ed connection.go:474] -> OK | |
2015/11/12 02:41:25.518229 fuse.DEBUG Op 0x000000ee connection.go:395] <- ReadFile (inode 6, handle 1, offset 29229056, 131072 bytes) | |
2015/11/12 02:41:25.518516 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [29229056 131072 29229056] | |
2015/11/12 02:41:25.518545 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.518583 fuse.DEBUG reading 131072 @ 29229056 = 131072, size=33554432 | |
2015/11/12 02:41:25.518607 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.518638 fuse.DEBUG Op 0x000000ee connection.go:474] -> OK | |
2015/11/12 02:41:25.518766 fuse.DEBUG Op 0x000000ef connection.go:395] <- ReadFile (inode 6, handle 1, offset 29360128, 131072 bytes) | |
2015/11/12 02:41:25.519031 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [29360128 131072 29360128] | |
2015/11/12 02:41:25.519059 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.519114 fuse.DEBUG reading 131072 @ 29360128 = 131072, size=33423360 | |
2015/11/12 02:41:25.519140 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.519174 fuse.DEBUG Op 0x000000ef connection.go:474] -> OK | |
2015/11/12 02:41:25.519320 fuse.DEBUG Op 0x000000f0 connection.go:395] <- ReadFile (inode 6, handle 1, offset 29491200, 131072 bytes) | |
2015/11/12 02:41:25.519647 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [29491200 131072 29491200] | |
2015/11/12 02:41:25.519669 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.519698 fuse.DEBUG reading 131072 @ 29491200 = 131072, size=33292288 | |
2015/11/12 02:41:25.519737 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.519765 fuse.DEBUG Op 0x000000f0 connection.go:474] -> OK | |
2015/11/12 02:41:25.519910 fuse.DEBUG Op 0x000000f1 connection.go:395] <- ReadFile (inode 6, handle 1, offset 29622272, 131072 bytes) | |
2015/11/12 02:41:25.520244 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [29622272 131072 29622272] | |
2015/11/12 02:41:25.520271 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.520299 fuse.DEBUG reading 131072 @ 29622272 = 131072, size=33161216 | |
2015/11/12 02:41:25.520315 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.520338 fuse.DEBUG Op 0x000000f1 connection.go:474] -> OK | |
2015/11/12 02:41:25.520492 fuse.DEBUG Op 0x000000f2 connection.go:395] <- ReadFile (inode 6, handle 1, offset 29753344, 131072 bytes) | |
2015/11/12 02:41:25.520509 s3.DEBUG DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 206 Partial Content | |
Content-Length: 5242880 | |
Accept-Ranges: bytes | |
Content-Range: bytes 120717312-125960191/2913812172 | |
Content-Type: binary/octet-stream | |
Date: Thu, 12 Nov 2015 02:41:26 GMT | |
Etag: "8812855bb146e3b0756b0316cefd7db4-397" | |
Last-Modified: Fri, 19 Jun 2015 08:13:28 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: O87TXBB6ZTS0EcLdvpk/N59Kt1VkE1QAD1PKOAbL2Xe2Hq2uK2qFGKfH7VTzS4X/Mt9/5aRMcSQ= | |
X-Amz-Request-Id: 3BA84796162D8E79 | |
X-Amz-Version-Id: fL16j2gHcRvr7risStMlwXZqmEHJuG1b | |
----------------------------------------------------- | |
2015/11/12 02:41:25.520808 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [29753344 131072 29753344] | |
2015/11/12 02:41:25.520836 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.520909 fuse.DEBUG reading 131072 @ 29753344 = 131072, size=33030144 | |
2015/11/12 02:41:25.520936 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.520961 fuse.DEBUG Op 0x000000f2 connection.go:474] -> OK | |
2015/11/12 02:41:25.521152 fuse.DEBUG Op 0x000000f3 connection.go:395] <- ReadFile (inode 6, handle 1, offset 29884416, 131072 bytes) | |
2015/11/12 02:41:25.521501 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [29884416 131072 29884416] | |
2015/11/12 02:41:25.521529 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.521573 fuse.DEBUG reading 131072 @ 29884416 = 131072, size=32899072 | |
2015/11/12 02:41:25.521598 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.521630 fuse.DEBUG Op 0x000000f3 connection.go:474] -> OK | |
2015/11/12 02:41:25.521782 fuse.DEBUG Op 0x000000f4 connection.go:395] <- ReadFile (inode 6, handle 1, offset 30015488, 131072 bytes) | |
2015/11/12 02:41:25.522176 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [30015488 131072 30015488] | |
2015/11/12 02:41:25.522202 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.522239 fuse.DEBUG reading 131072 @ 30015488 = 131072, size=32768000 | |
2015/11/12 02:41:25.522265 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.522304 fuse.DEBUG Op 0x000000f4 connection.go:474] -> OK | |
2015/11/12 02:41:25.522454 fuse.DEBUG Op 0x000000f5 connection.go:395] <- ReadFile (inode 6, handle 1, offset 30146560, 131072 bytes) | |
2015/11/12 02:41:25.522693 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [30146560 131072 30146560] | |
2015/11/12 02:41:25.522718 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.522756 fuse.DEBUG reading 131072 @ 30146560 = 131072, size=32636928 | |
2015/11/12 02:41:25.522774 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.522797 fuse.DEBUG Op 0x000000f5 connection.go:474] -> OK | |
2015/11/12 02:41:25.522951 fuse.DEBUG Op 0x000000f6 connection.go:395] <- ReadFile (inode 6, handle 1, offset 30277632, 131072 bytes) | |
2015/11/12 02:41:25.523305 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [30277632 131072 30277632] | |
2015/11/12 02:41:25.523336 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.523378 fuse.DEBUG reading 131072 @ 30277632 = 131072, size=32505856 | |
2015/11/12 02:41:25.523396 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.523433 fuse.DEBUG Op 0x000000f6 connection.go:474] -> OK | |
2015/11/12 02:41:25.523680 fuse.DEBUG Op 0x000000f7 connection.go:395] <- ReadFile (inode 6, handle 1, offset 30408704, 131072 bytes) | |
2015/11/12 02:41:25.524038 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [30408704 131072 30408704] | |
2015/11/12 02:41:25.524064 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.524102 fuse.DEBUG reading 131072 @ 30408704 = 131072, size=32374784 | |
2015/11/12 02:41:25.524123 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.524166 fuse.DEBUG Op 0x000000f7 connection.go:474] -> OK | |
2015/11/12 02:41:25.524365 fuse.DEBUG Op 0x000000f8 connection.go:395] <- ReadFile (inode 6, handle 1, offset 30539776, 131072 bytes) | |
2015/11/12 02:41:25.524633 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [30539776 131072 30539776] | |
2015/11/12 02:41:25.524684 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.524731 fuse.DEBUG reading 131072 @ 30539776 = 131072, size=32243712 | |
2015/11/12 02:41:25.524798 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.524834 fuse.DEBUG Op 0x000000f8 connection.go:474] -> OK | |
2015/11/12 02:41:25.525051 fuse.DEBUG Op 0x000000f9 connection.go:395] <- ReadFile (inode 6, handle 1, offset 30670848, 131072 bytes) | |
2015/11/12 02:41:25.525316 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [30670848 131072 30670848] | |
2015/11/12 02:41:25.525345 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.525383 fuse.DEBUG reading 131072 @ 30670848 = 131072, size=32112640 | |
2015/11/12 02:41:25.525409 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.525435 fuse.DEBUG Op 0x000000f9 connection.go:474] -> OK | |
2015/11/12 02:41:25.525591 fuse.DEBUG Op 0x000000fa connection.go:395] <- ReadFile (inode 6, handle 1, offset 30801920, 131072 bytes) | |
2015/11/12 02:41:25.525914 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [30801920 131072 30801920] | |
2015/11/12 02:41:25.525943 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.525981 fuse.DEBUG reading 131072 @ 30801920 = 131072, size=31981568 | |
2015/11/12 02:41:25.526021 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.526047 fuse.DEBUG Op 0x000000fa connection.go:474] -> OK | |
2015/11/12 02:41:25.526239 fuse.DEBUG Op 0x000000fb connection.go:395] <- ReadFile (inode 6, handle 1, offset 30932992, 131072 bytes) | |
2015/11/12 02:41:25.526612 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [30932992 131072 30932992] | |
2015/11/12 02:41:25.526640 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.526694 fuse.DEBUG reading 131072 @ 30932992 = 131072, size=31850496 | |
2015/11/12 02:41:25.526719 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.526747 fuse.DEBUG Op 0x000000fb connection.go:474] -> OK | |
2015/11/12 02:41:25.526887 fuse.DEBUG Op 0x000000fc connection.go:395] <- ReadFile (inode 6, handle 1, offset 31064064, 131072 bytes) | |
2015/11/12 02:41:25.527220 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [31064064 131072 31064064] | |
2015/11/12 02:41:25.527244 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.527559 fuse.DEBUG reading 131072 @ 31064064 = 131072, size=31719424 | |
2015/11/12 02:41:25.527582 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.527616 fuse.DEBUG Op 0x000000fc connection.go:474] -> OK | |
2015/11/12 02:41:25.527787 fuse.DEBUG Op 0x000000fd connection.go:395] <- ReadFile (inode 6, handle 1, offset 31195136, 131072 bytes) | |
2015/11/12 02:41:25.527896 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [31195136 131072 31195136] | |
2015/11/12 02:41:25.527919 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.527955 fuse.DEBUG reading 131072 @ 31195136 = 131072, size=31588352 | |
2015/11/12 02:41:25.527975 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.528026 fuse.DEBUG Op 0x000000fd connection.go:474] -> OK | |
2015/11/12 02:41:25.528173 fuse.DEBUG Op 0x000000fe connection.go:395] <- ReadFile (inode 6, handle 1, offset 31326208, 131072 bytes) | |
2015/11/12 02:41:25.528511 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [31326208 131072 31326208] | |
2015/11/12 02:41:25.528548 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.528587 fuse.DEBUG reading 131072 @ 31326208 = 131072, size=31457280 | |
2015/11/12 02:41:25.528614 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.528694 fuse.DEBUG Op 0x000000fe connection.go:474] -> OK | |
2015/11/12 02:41:25.528840 fuse.DEBUG Op 0x000000ff connection.go:395] <- ReadFile (inode 6, handle 1, offset 31457280, 131072 bytes) | |
2015/11/12 02:41:25.529158 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [31457280 131072 31457280] | |
2015/11/12 02:41:25.529193 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.529242 fuse.DEBUG reading 131072 @ 31457280 = 131072, size=31326208 | |
2015/11/12 02:41:25.529255 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.529271 fuse.DEBUG Op 0x000000ff connection.go:474] -> OK | |
2015/11/12 02:41:25.529412 fuse.DEBUG Op 0x00000100 connection.go:395] <- ReadFile (inode 6, handle 1, offset 31588352, 131072 bytes) | |
2015/11/12 02:41:25.529710 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [31588352 131072 31588352] | |
2015/11/12 02:41:25.529841 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.529874 fuse.DEBUG reading 131072 @ 31588352 = 131072, size=31195136 | |
2015/11/12 02:41:25.529886 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.529901 fuse.DEBUG Op 0x00000100 connection.go:474] -> OK | |
2015/11/12 02:41:25.530496 fuse.DEBUG Op 0x00000101 connection.go:395] <- ReadFile (inode 6, handle 1, offset 31719424, 131072 bytes) | |
2015/11/12 02:41:25.530855 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
Range: bytes=131203072-136445951 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024125Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:25.530867 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [31719424 131072 31719424] | |
2015/11/12 02:41:25.530965 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.531022 fuse.DEBUG reading 131072 @ 31719424 = 131072, size=31064064 | |
2015/11/12 02:41:25.531045 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.531272 fuse.DEBUG Op 0x00000101 connection.go:474] -> OK | |
2015/11/12 02:41:25.531474 fuse.DEBUG Op 0x00000102 connection.go:395] <- ReadFile (inode 6, handle 1, offset 31850496, 131072 bytes) | |
2015/11/12 02:41:25.531715 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [31850496 131072 31850496] | |
2015/11/12 02:41:25.531739 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.531778 fuse.DEBUG reading 131072 @ 31850496 = 131072, size=30932992 | |
2015/11/12 02:41:25.531801 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.531837 fuse.DEBUG Op 0x00000102 connection.go:474] -> OK | |
2015/11/12 02:41:25.531970 fuse.DEBUG Op 0x00000103 connection.go:395] <- ReadFile (inode 6, handle 1, offset 31981568, 131072 bytes) | |
2015/11/12 02:41:25.532224 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [31981568 131072 31981568] | |
2015/11/12 02:41:25.532245 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.532283 fuse.DEBUG reading 131072 @ 31981568 = 131072, size=30801920 | |
2015/11/12 02:41:25.532305 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.532332 fuse.DEBUG Op 0x00000103 connection.go:474] -> OK | |
2015/11/12 02:41:25.532471 fuse.DEBUG Op 0x00000104 connection.go:395] <- ReadFile (inode 6, handle 1, offset 32112640, 131072 bytes) | |
2015/11/12 02:41:25.533799 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [32112640 131072 32112640] | |
2015/11/12 02:41:25.533828 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.533868 fuse.DEBUG reading 131072 @ 32112640 = 131072, size=30670848 | |
2015/11/12 02:41:25.533894 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.533927 fuse.DEBUG Op 0x00000104 connection.go:474] -> OK | |
2015/11/12 02:41:25.534105 fuse.DEBUG Op 0x00000105 connection.go:395] <- ReadFile (inode 6, handle 1, offset 32243712, 131072 bytes) | |
2015/11/12 02:41:25.534577 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [32243712 131072 32243712] | |
2015/11/12 02:41:25.534598 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.534629 fuse.DEBUG reading 131072 @ 32243712 = 131072, size=30539776 | |
2015/11/12 02:41:25.534646 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.534666 fuse.DEBUG Op 0x00000105 connection.go:474] -> OK | |
2015/11/12 02:41:25.534817 fuse.DEBUG Op 0x00000106 connection.go:395] <- ReadFile (inode 6, handle 1, offset 32374784, 131072 bytes) | |
2015/11/12 02:41:25.535081 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [32374784 131072 32374784] | |
2015/11/12 02:41:25.535102 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.535132 fuse.DEBUG reading 131072 @ 32374784 = 131072, size=30408704 | |
2015/11/12 02:41:25.535153 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.535169 fuse.DEBUG Op 0x00000106 connection.go:474] -> OK | |
2015/11/12 02:41:25.535324 fuse.DEBUG Op 0x00000107 connection.go:395] <- ReadFile (inode 6, handle 1, offset 32505856, 131072 bytes) | |
2015/11/12 02:41:25.535579 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [32505856 131072 32505856] | |
2015/11/12 02:41:25.535596 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.535623 fuse.DEBUG reading 131072 @ 32505856 = 131072, size=30277632 | |
2015/11/12 02:41:25.535638 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.535653 fuse.DEBUG Op 0x00000107 connection.go:474] -> OK | |
2015/11/12 02:41:25.535825 fuse.DEBUG Op 0x00000108 connection.go:395] <- ReadFile (inode 6, handle 1, offset 32636928, 131072 bytes) | |
2015/11/12 02:41:25.536125 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [32636928 131072 32636928] | |
2015/11/12 02:41:25.536168 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.536213 fuse.DEBUG reading 131072 @ 32636928 = 131072, size=30146560 | |
2015/11/12 02:41:25.536237 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.536289 fuse.DEBUG Op 0x00000108 connection.go:474] -> OK | |
2015/11/12 02:41:25.536424 fuse.DEBUG Op 0x00000109 connection.go:395] <- ReadFile (inode 6, handle 1, offset 32768000, 131072 bytes) | |
2015/11/12 02:41:25.536744 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [32768000 131072 32768000] | |
2015/11/12 02:41:25.536770 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.536808 fuse.DEBUG reading 131072 @ 32768000 = 131072, size=30015488 | |
2015/11/12 02:41:25.536828 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.536859 fuse.DEBUG Op 0x00000109 connection.go:474] -> OK | |
2015/11/12 02:41:25.537016 fuse.DEBUG Op 0x0000010a connection.go:395] <- ReadFile (inode 6, handle 1, offset 32899072, 131072 bytes) | |
2015/11/12 02:41:25.537279 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [32899072 131072 32899072] | |
2015/11/12 02:41:25.537305 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.537341 fuse.DEBUG reading 131072 @ 32899072 = 131072, size=29884416 | |
2015/11/12 02:41:25.537364 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.537387 fuse.DEBUG Op 0x0000010a connection.go:474] -> OK | |
2015/11/12 02:41:25.537557 fuse.DEBUG Op 0x0000010b connection.go:395] <- ReadFile (inode 6, handle 1, offset 33030144, 131072 bytes) | |
2015/11/12 02:41:25.537798 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [33030144 131072 33030144] | |
2015/11/12 02:41:25.537823 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.537861 fuse.DEBUG reading 131072 @ 33030144 = 131072, size=29753344 | |
2015/11/12 02:41:25.537881 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.537906 fuse.DEBUG Op 0x0000010b connection.go:474] -> OK | |
2015/11/12 02:41:25.538066 fuse.DEBUG Op 0x0000010c connection.go:395] <- ReadFile (inode 6, handle 1, offset 33161216, 131072 bytes) | |
2015/11/12 02:41:25.538313 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [33161216 131072 33161216] | |
2015/11/12 02:41:25.538334 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.538373 fuse.DEBUG reading 131072 @ 33161216 = 131072, size=29622272 | |
2015/11/12 02:41:25.538394 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.538422 fuse.DEBUG Op 0x0000010c connection.go:474] -> OK | |
2015/11/12 02:41:25.538551 fuse.DEBUG Op 0x0000010d connection.go:395] <- ReadFile (inode 6, handle 1, offset 33292288, 131072 bytes) | |
2015/11/12 02:41:25.538679 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [33292288 131072 33292288] | |
2015/11/12 02:41:25.538701 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.538738 fuse.DEBUG reading 131072 @ 33292288 = 131072, size=29491200 | |
2015/11/12 02:41:25.538758 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.538788 fuse.DEBUG Op 0x0000010d connection.go:474] -> OK | |
2015/11/12 02:41:25.538930 fuse.DEBUG Op 0x0000010e connection.go:395] <- ReadFile (inode 6, handle 1, offset 33423360, 131072 bytes) | |
2015/11/12 02:41:25.539196 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [33423360 131072 33423360] | |
2015/11/12 02:41:25.539217 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.539252 fuse.DEBUG reading 131072 @ 33423360 = 131072, size=29360128 | |
2015/11/12 02:41:25.539272 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.539296 fuse.DEBUG Op 0x0000010e connection.go:474] -> OK | |
2015/11/12 02:41:25.539432 fuse.DEBUG Op 0x0000010f connection.go:395] <- ReadFile (inode 6, handle 1, offset 33554432, 131072 bytes) | |
2015/11/12 02:41:25.539703 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [33554432 131072 33554432] | |
2015/11/12 02:41:25.539723 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.539758 fuse.DEBUG reading 131072 @ 33554432 = 131072, size=29229056 | |
2015/11/12 02:41:25.539778 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.539808 fuse.DEBUG Op 0x0000010f connection.go:474] -> OK | |
2015/11/12 02:41:25.539975 fuse.DEBUG Op 0x00000110 connection.go:395] <- ReadFile (inode 6, handle 1, offset 33685504, 131072 bytes) | |
2015/11/12 02:41:25.540259 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [33685504 131072 33685504] | |
2015/11/12 02:41:25.540281 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.540344 fuse.DEBUG reading 131072 @ 33685504 = 131072, size=29097984 | |
2015/11/12 02:41:25.540366 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.540395 fuse.DEBUG Op 0x00000110 connection.go:474] -> OK | |
2015/11/12 02:41:25.540570 fuse.DEBUG Op 0x00000111 connection.go:395] <- ReadFile (inode 6, handle 1, offset 33816576, 131072 bytes) | |
2015/11/12 02:41:25.540636 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [33816576 131072 33816576] | |
2015/11/12 02:41:25.540663 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.540701 fuse.DEBUG reading 131072 @ 33816576 = 131072, size=28966912 | |
2015/11/12 02:41:25.540730 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.540755 fuse.DEBUG Op 0x00000111 connection.go:474] -> OK | |
2015/11/12 02:41:25.540914 fuse.DEBUG Op 0x00000112 connection.go:395] <- ReadFile (inode 6, handle 1, offset 33947648, 131072 bytes) | |
2015/11/12 02:41:25.541163 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [33947648 131072 33947648] | |
2015/11/12 02:41:25.541186 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.541221 fuse.DEBUG reading 131072 @ 33947648 = 131072, size=28835840 | |
2015/11/12 02:41:25.541240 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.541265 fuse.DEBUG Op 0x00000112 connection.go:474] -> OK | |
2015/11/12 02:41:25.541868 fuse.DEBUG Op 0x00000113 connection.go:395] <- ReadFile (inode 6, handle 1, offset 34078720, 131072 bytes) | |
2015/11/12 02:41:25.542063 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [34078720 131072 34078720] | |
2015/11/12 02:41:25.542085 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.542123 fuse.DEBUG reading 131072 @ 34078720 = 131072, size=28704768 | |
2015/11/12 02:41:25.542142 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.542167 fuse.DEBUG Op 0x00000113 connection.go:474] -> OK | |
2015/11/12 02:41:25.542341 fuse.DEBUG Op 0x00000114 connection.go:395] <- ReadFile (inode 6, handle 1, offset 34209792, 131072 bytes) | |
2015/11/12 02:41:25.542631 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [34209792 131072 34209792] | |
2015/11/12 02:41:25.542677 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.542715 fuse.DEBUG reading 131072 @ 34209792 = 131072, size=28573696 | |
2015/11/12 02:41:25.542733 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.542751 fuse.DEBUG Op 0x00000114 connection.go:474] -> OK | |
2015/11/12 02:41:25.542878 fuse.DEBUG Op 0x00000115 connection.go:395] <- ReadFile (inode 6, handle 1, offset 34340864, 131072 bytes) | |
2015/11/12 02:41:25.543184 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [34340864 131072 34340864] | |
2015/11/12 02:41:25.543206 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.543244 fuse.DEBUG reading 131072 @ 34340864 = 131072, size=28442624 | |
2015/11/12 02:41:25.543264 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.543289 fuse.DEBUG Op 0x00000115 connection.go:474] -> OK | |
2015/11/12 02:41:25.543451 fuse.DEBUG Op 0x00000116 connection.go:395] <- ReadFile (inode 6, handle 1, offset 34471936, 131072 bytes) | |
2015/11/12 02:41:25.543781 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [34471936 131072 34471936] | |
2015/11/12 02:41:25.543805 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.543871 fuse.DEBUG reading 131072 @ 34471936 = 131072, size=28311552 | |
2015/11/12 02:41:25.543893 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.543920 fuse.DEBUG Op 0x00000116 connection.go:474] -> OK | |
2015/11/12 02:41:25.544077 fuse.DEBUG Op 0x00000117 connection.go:395] <- ReadFile (inode 6, handle 1, offset 34603008, 131072 bytes) | |
2015/11/12 02:41:25.544384 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [34603008 131072 34603008] | |
2015/11/12 02:41:25.544456 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.544503 fuse.DEBUG reading 131072 @ 34603008 = 131072, size=28180480 | |
2015/11/12 02:41:25.544532 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.544565 fuse.DEBUG Op 0x00000117 connection.go:474] -> OK | |
2015/11/12 02:41:25.544700 fuse.DEBUG Op 0x00000118 connection.go:395] <- ReadFile (inode 6, handle 1, offset 34734080, 131072 bytes) | |
2015/11/12 02:41:25.545011 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [34734080 131072 34734080] | |
2015/11/12 02:41:25.545067 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.545143 fuse.DEBUG reading 131072 @ 34734080 = 131072, size=28049408 | |
2015/11/12 02:41:25.545195 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.545244 fuse.DEBUG Op 0x00000118 connection.go:474] -> OK | |
2015/11/12 02:41:25.545403 fuse.DEBUG Op 0x00000119 connection.go:395] <- ReadFile (inode 6, handle 1, offset 34865152, 131072 bytes) | |
2015/11/12 02:41:25.545720 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [34865152 131072 34865152] | |
2015/11/12 02:41:25.545743 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.545786 fuse.DEBUG reading 131072 @ 34865152 = 131072, size=27918336 | |
2015/11/12 02:41:25.545807 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.545833 fuse.DEBUG Op 0x00000119 connection.go:474] -> OK | |
2015/11/12 02:41:25.546133 fuse.DEBUG Op 0x0000011a connection.go:395] <- ReadFile (inode 6, handle 1, offset 34996224, 131072 bytes) | |
2015/11/12 02:41:25.546552 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [34996224 131072 34996224] | |
2015/11/12 02:41:25.546574 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.546611 fuse.DEBUG reading 131072 @ 34996224 = 131072, size=27787264 | |
2015/11/12 02:41:25.546627 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.546663 fuse.DEBUG Op 0x0000011a connection.go:474] -> OK | |
2015/11/12 02:41:25.546808 fuse.DEBUG Op 0x0000011b connection.go:395] <- ReadFile (inode 6, handle 1, offset 35127296, 131072 bytes) | |
2015/11/12 02:41:25.547067 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [35127296 131072 35127296] | |
2015/11/12 02:41:25.547088 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.547125 fuse.DEBUG reading 131072 @ 35127296 = 131072, size=27656192 | |
2015/11/12 02:41:25.547146 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.547171 fuse.DEBUG Op 0x0000011b connection.go:474] -> OK | |
2015/11/12 02:41:25.547330 fuse.DEBUG Op 0x0000011c connection.go:395] <- ReadFile (inode 6, handle 1, offset 35258368, 131072 bytes) | |
2015/11/12 02:41:25.547610 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [35258368 131072 35258368] | |
2015/11/12 02:41:25.547635 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.547698 fuse.DEBUG reading 131072 @ 35258368 = 131072, size=27525120 | |
2015/11/12 02:41:25.547721 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.547748 fuse.DEBUG Op 0x0000011c connection.go:474] -> OK | |
2015/11/12 02:41:25.547926 fuse.DEBUG Op 0x0000011d connection.go:395] <- ReadFile (inode 6, handle 1, offset 35389440, 131072 bytes) | |
2015/11/12 02:41:25.548123 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [35389440 131072 35389440] | |
2015/11/12 02:41:25.548137 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.548165 fuse.DEBUG reading 131072 @ 35389440 = 131072, size=27394048 | |
2015/11/12 02:41:25.548184 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.548198 fuse.DEBUG Op 0x0000011d connection.go:474] -> OK | |
2015/11/12 02:41:25.548321 fuse.DEBUG Op 0x0000011e connection.go:395] <- ReadFile (inode 6, handle 1, offset 35520512, 131072 bytes) | |
2015/11/12 02:41:25.548833 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [35520512 131072 35520512] | |
2015/11/12 02:41:25.548848 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.548878 fuse.DEBUG reading 131072 @ 35520512 = 131072, size=27262976 | |
2015/11/12 02:41:25.548892 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.548907 fuse.DEBUG Op 0x0000011e connection.go:474] -> OK | |
2015/11/12 02:41:25.549035 fuse.DEBUG Op 0x0000011f connection.go:395] <- ReadFile (inode 6, handle 1, offset 35651584, 131072 bytes) | |
2015/11/12 02:41:25.549310 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [35651584 131072 35651584] | |
2015/11/12 02:41:25.549323 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.549351 fuse.DEBUG reading 131072 @ 35651584 = 131072, size=27131904 | |
2015/11/12 02:41:25.549361 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.549378 fuse.DEBUG Op 0x0000011f connection.go:474] -> OK | |
2015/11/12 02:41:25.549537 fuse.DEBUG Op 0x00000120 connection.go:395] <- ReadFile (inode 6, handle 1, offset 35782656, 131072 bytes) | |
2015/11/12 02:41:25.549813 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [35782656 131072 35782656] | |
2015/11/12 02:41:25.549838 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.549880 fuse.DEBUG reading 131072 @ 35782656 = 131072, size=27000832 | |
2015/11/12 02:41:25.549908 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.549941 fuse.DEBUG Op 0x00000120 connection.go:474] -> OK | |
2015/11/12 02:41:25.550094 fuse.DEBUG Op 0x00000121 connection.go:395] <- ReadFile (inode 6, handle 1, offset 35913728, 131072 bytes) | |
2015/11/12 02:41:25.550504 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [35913728 131072 35913728] | |
2015/11/12 02:41:25.550524 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.550553 fuse.DEBUG reading 131072 @ 35913728 = 131072, size=26869760 | |
2015/11/12 02:41:25.550569 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.550584 fuse.DEBUG Op 0x00000121 connection.go:474] -> OK | |
2015/11/12 02:41:25.550734 fuse.DEBUG Op 0x00000122 connection.go:395] <- ReadFile (inode 6, handle 1, offset 36044800, 131072 bytes) | |
2015/11/12 02:41:25.551002 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [36044800 131072 36044800] | |
2015/11/12 02:41:25.551018 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.551045 fuse.DEBUG reading 131072 @ 36044800 = 131072, size=26738688 | |
2015/11/12 02:41:25.551055 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.551068 fuse.DEBUG Op 0x00000122 connection.go:474] -> OK | |
2015/11/12 02:41:25.551190 fuse.DEBUG Op 0x00000123 connection.go:395] <- ReadFile (inode 6, handle 1, offset 36175872, 131072 bytes) | |
2015/11/12 02:41:25.551500 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [36175872 131072 36175872] | |
2015/11/12 02:41:25.551522 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.551548 fuse.DEBUG reading 131072 @ 36175872 = 131072, size=26607616 | |
2015/11/12 02:41:25.551559 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.551573 fuse.DEBUG Op 0x00000123 connection.go:474] -> OK | |
2015/11/12 02:41:25.551727 fuse.DEBUG Op 0x00000124 connection.go:395] <- ReadFile (inode 6, handle 1, offset 36306944, 131072 bytes) | |
2015/11/12 02:41:25.552034 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [36306944 131072 36306944] | |
2015/11/12 02:41:25.552068 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.552106 fuse.DEBUG reading 131072 @ 36306944 = 131072, size=26476544 | |
2015/11/12 02:41:25.552126 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.552164 fuse.DEBUG Op 0x00000124 connection.go:474] -> OK | |
2015/11/12 02:41:25.552306 fuse.DEBUG Op 0x00000125 connection.go:395] <- ReadFile (inode 6, handle 1, offset 36438016, 131072 bytes) | |
2015/11/12 02:41:25.552403 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [36438016 131072 36438016] | |
2015/11/12 02:41:25.552423 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.552450 fuse.DEBUG reading 131072 @ 36438016 = 131072, size=26345472 | |
2015/11/12 02:41:25.552465 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.552493 fuse.DEBUG Op 0x00000125 connection.go:474] -> OK | |
2015/11/12 02:41:25.552659 fuse.DEBUG Op 0x00000126 connection.go:395] <- ReadFile (inode 6, handle 1, offset 36569088, 131072 bytes) | |
2015/11/12 02:41:25.552959 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [36569088 131072 36569088] | |
2015/11/12 02:41:25.552982 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.553010 fuse.DEBUG reading 131072 @ 36569088 = 131072, size=26214400 | |
2015/11/12 02:41:25.553025 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.553045 fuse.DEBUG Op 0x00000126 connection.go:474] -> OK | |
2015/11/12 02:41:25.553180 fuse.DEBUG Op 0x00000127 connection.go:395] <- ReadFile (inode 6, handle 1, offset 36700160, 131072 bytes) | |
2015/11/12 02:41:25.553301 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [36700160 131072 36700160] | |
2015/11/12 02:41:25.553320 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.553359 fuse.DEBUG reading 131072 @ 36700160 = 131072, size=26083328 | |
2015/11/12 02:41:25.553374 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.553395 fuse.DEBUG Op 0x00000127 connection.go:474] -> OK | |
2015/11/12 02:41:25.553551 fuse.DEBUG Op 0x00000128 connection.go:395] <- ReadFile (inode 6, handle 1, offset 36831232, 131072 bytes) | |
2015/11/12 02:41:25.553845 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [36831232 131072 36831232] | |
2015/11/12 02:41:25.553955 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.553994 fuse.DEBUG reading 131072 @ 36831232 = 131072, size=25952256 | |
2015/11/12 02:41:25.554017 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.554039 fuse.DEBUG Op 0x00000128 connection.go:474] -> OK | |
2015/11/12 02:41:25.554600 fuse.DEBUG Op 0x00000129 connection.go:395] <- ReadFile (inode 6, handle 1, offset 36962304, 131072 bytes) | |
2015/11/12 02:41:25.554744 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
Range: bytes=136445952-141688831 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024125Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:25.555017 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [36962304 131072 36962304] | |
2015/11/12 02:41:25.555039 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.555080 fuse.DEBUG reading 131072 @ 36962304 = 131072, size=25821184 | |
2015/11/12 02:41:25.555096 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.555120 fuse.DEBUG Op 0x00000129 connection.go:474] -> OK | |
2015/11/12 02:41:25.555282 fuse.DEBUG Op 0x0000012a connection.go:395] <- ReadFile (inode 6, handle 1, offset 37093376, 131072 bytes) | |
2015/11/12 02:41:25.555692 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [37093376 131072 37093376] | |
2015/11/12 02:41:25.555715 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.555767 fuse.DEBUG reading 131072 @ 37093376 = 131072, size=25690112 | |
2015/11/12 02:41:25.555793 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.555824 fuse.DEBUG Op 0x0000012a connection.go:474] -> OK | |
2015/11/12 02:41:25.555978 fuse.DEBUG Op 0x0000012b connection.go:395] <- ReadFile (inode 6, handle 1, offset 37224448, 131072 bytes) | |
2015/11/12 02:41:25.556099 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [37224448 131072 37224448] | |
2015/11/12 02:41:25.556131 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.556173 fuse.DEBUG reading 131072 @ 37224448 = 131072, size=25559040 | |
2015/11/12 02:41:25.556196 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.556237 fuse.DEBUG Op 0x0000012b connection.go:474] -> OK | |
2015/11/12 02:41:25.556398 fuse.DEBUG Op 0x0000012c connection.go:395] <- ReadFile (inode 6, handle 1, offset 37355520, 131072 bytes) | |
2015/11/12 02:41:25.556647 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [37355520 131072 37355520] | |
2015/11/12 02:41:25.556673 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.556711 fuse.DEBUG reading 131072 @ 37355520 = 131072, size=25427968 | |
2015/11/12 02:41:25.556731 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.556767 fuse.DEBUG Op 0x0000012c connection.go:474] -> OK | |
2015/11/12 02:41:25.556919 fuse.DEBUG Op 0x0000012d connection.go:395] <- ReadFile (inode 6, handle 1, offset 37486592, 131072 bytes) | |
2015/11/12 02:41:25.557027 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [37486592 131072 37486592] | |
2015/11/12 02:41:25.557053 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.557093 fuse.DEBUG reading 131072 @ 37486592 = 131072, size=25296896 | |
2015/11/12 02:41:25.557121 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.557155 fuse.DEBUG Op 0x0000012d connection.go:474] -> OK | |
2015/11/12 02:41:25.557294 fuse.DEBUG Op 0x0000012e connection.go:395] <- ReadFile (inode 6, handle 1, offset 37617664, 131072 bytes) | |
2015/11/12 02:41:25.557562 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [37617664 131072 37617664] | |
2015/11/12 02:41:25.557583 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.557620 fuse.DEBUG reading 131072 @ 37617664 = 131072, size=25165824 | |
2015/11/12 02:41:25.557643 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.557675 fuse.DEBUG Op 0x0000012e connection.go:474] -> OK | |
2015/11/12 02:41:25.557805 fuse.DEBUG Op 0x0000012f connection.go:395] <- ReadFile (inode 6, handle 1, offset 37748736, 131072 bytes) | |
2015/11/12 02:41:25.557934 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [37748736 131072 37748736] | |
2015/11/12 02:41:25.557960 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.558001 fuse.DEBUG reading 131072 @ 37748736 = 131072, size=25034752 | |
2015/11/12 02:41:25.558021 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.558056 fuse.DEBUG Op 0x0000012f connection.go:474] -> OK | |
2015/11/12 02:41:25.558206 fuse.DEBUG Op 0x00000130 connection.go:395] <- ReadFile (inode 6, handle 1, offset 37879808, 131072 bytes) | |
2015/11/12 02:41:25.558494 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [37879808 131072 37879808] | |
2015/11/12 02:41:25.558514 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.558544 fuse.DEBUG reading 131072 @ 37879808 = 131072, size=24903680 | |
2015/11/12 02:41:25.558559 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.558593 fuse.DEBUG Op 0x00000130 connection.go:474] -> OK | |
2015/11/12 02:41:25.558743 fuse.DEBUG Op 0x00000131 connection.go:395] <- ReadFile (inode 6, handle 1, offset 38010880, 131072 bytes) | |
2015/11/12 02:41:25.558850 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [38010880 131072 38010880] | |
2015/11/12 02:41:25.558877 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.558915 fuse.DEBUG reading 131072 @ 38010880 = 131072, size=24772608 | |
2015/11/12 02:41:25.558936 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.558969 fuse.DEBUG Op 0x00000131 connection.go:474] -> OK | |
2015/11/12 02:41:25.559102 fuse.DEBUG Op 0x00000132 connection.go:395] <- ReadFile (inode 6, handle 1, offset 38141952, 131072 bytes) | |
2015/11/12 02:41:25.559410 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [38141952 131072 38141952] | |
2015/11/12 02:41:25.559431 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.559468 fuse.DEBUG reading 131072 @ 38141952 = 131072, size=24641536 | |
2015/11/12 02:41:25.559492 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.559525 fuse.DEBUG Op 0x00000132 connection.go:474] -> OK | |
2015/11/12 02:41:25.559667 fuse.DEBUG Op 0x00000133 connection.go:395] <- ReadFile (inode 6, handle 1, offset 38273024, 131072 bytes) | |
2015/11/12 02:41:25.559792 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [38273024 131072 38273024] | |
2015/11/12 02:41:25.559812 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.559847 fuse.DEBUG reading 131072 @ 38273024 = 131072, size=24510464 | |
2015/11/12 02:41:25.559872 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.559893 fuse.DEBUG Op 0x00000133 connection.go:474] -> OK | |
2015/11/12 02:41:25.560032 fuse.DEBUG Op 0x00000134 connection.go:395] <- ReadFile (inode 6, handle 1, offset 38404096, 131072 bytes) | |
2015/11/12 02:41:25.560308 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [38404096 131072 38404096] | |
2015/11/12 02:41:25.560331 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.560366 fuse.DEBUG reading 131072 @ 38404096 = 131072, size=24379392 | |
2015/11/12 02:41:25.560384 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.560399 fuse.DEBUG Op 0x00000134 connection.go:474] -> OK | |
2015/11/12 02:41:25.560532 fuse.DEBUG Op 0x00000135 connection.go:395] <- ReadFile (inode 6, handle 1, offset 38535168, 131072 bytes) | |
2015/11/12 02:41:25.560826 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [38535168 131072 38535168] | |
2015/11/12 02:41:25.560844 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.560878 fuse.DEBUG reading 131072 @ 38535168 = 131072, size=24248320 | |
2015/11/12 02:41:25.560898 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.560919 fuse.DEBUG Op 0x00000135 connection.go:474] -> OK | |
2015/11/12 02:41:25.561044 fuse.DEBUG Op 0x00000136 connection.go:395] <- ReadFile (inode 6, handle 1, offset 38666240, 131072 bytes) | |
2015/11/12 02:41:25.561185 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [38666240 131072 38666240] | |
2015/11/12 02:41:25.561216 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.561262 fuse.DEBUG reading 131072 @ 38666240 = 131072, size=24117248 | |
2015/11/12 02:41:25.561282 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.561302 fuse.DEBUG Op 0x00000136 connection.go:474] -> OK | |
2015/11/12 02:41:25.561449 fuse.DEBUG Op 0x00000137 connection.go:395] <- ReadFile (inode 6, handle 1, offset 38797312, 131072 bytes) | |
2015/11/12 02:41:25.561744 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [38797312 131072 38797312] | |
2015/11/12 02:41:25.561762 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.561795 fuse.DEBUG reading 131072 @ 38797312 = 131072, size=23986176 | |
2015/11/12 02:41:25.561812 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.561827 fuse.DEBUG Op 0x00000137 connection.go:474] -> OK | |
2015/11/12 02:41:25.561969 fuse.DEBUG Op 0x00000138 connection.go:395] <- ReadFile (inode 6, handle 1, offset 38928384, 131072 bytes) | |
2015/11/12 02:41:25.562239 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [38928384 131072 38928384] | |
2015/11/12 02:41:25.562262 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.562300 fuse.DEBUG reading 131072 @ 38928384 = 131072, size=23855104 | |
2015/11/12 02:41:25.562325 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.562351 fuse.DEBUG Op 0x00000138 connection.go:474] -> OK | |
2015/11/12 02:41:25.562516 fuse.DEBUG Op 0x00000139 connection.go:395] <- ReadFile (inode 6, handle 1, offset 39059456, 131072 bytes) | |
2015/11/12 02:41:25.562862 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [39059456 131072 39059456] | |
2015/11/12 02:41:25.562899 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.562932 fuse.DEBUG reading 131072 @ 39059456 = 131072, size=23724032 | |
2015/11/12 02:41:25.562949 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.562971 fuse.DEBUG Op 0x00000139 connection.go:474] -> OK | |
2015/11/12 02:41:25.563108 fuse.DEBUG Op 0x0000013a connection.go:395] <- ReadFile (inode 6, handle 1, offset 39190528, 131072 bytes) | |
2015/11/12 02:41:25.563442 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [39190528 131072 39190528] | |
2015/11/12 02:41:25.563464 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.563503 fuse.DEBUG reading 131072 @ 39190528 = 131072, size=23592960 | |
2015/11/12 02:41:25.563524 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.563557 fuse.DEBUG Op 0x0000013a connection.go:474] -> OK | |
2015/11/12 02:41:25.563683 fuse.DEBUG Op 0x0000013b connection.go:395] <- ReadFile (inode 6, handle 1, offset 39321600, 131072 bytes) | |
2015/11/12 02:41:25.563784 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [39321600 131072 39321600] | |
2015/11/12 02:41:25.563805 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.563841 fuse.DEBUG reading 131072 @ 39321600 = 131072, size=23461888 | |
2015/11/12 02:41:25.563865 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.563892 fuse.DEBUG Op 0x0000013b connection.go:474] -> OK | |
2015/11/12 02:41:25.564015 fuse.DEBUG Op 0x0000013c connection.go:395] <- ReadFile (inode 6, handle 1, offset 39452672, 131072 bytes) | |
2015/11/12 02:41:25.564285 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [39452672 131072 39452672] | |
2015/11/12 02:41:25.564307 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.564344 fuse.DEBUG reading 131072 @ 39452672 = 131072, size=23330816 | |
2015/11/12 02:41:25.564418 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.564455 fuse.DEBUG Op 0x0000013c connection.go:474] -> OK | |
2015/11/12 02:41:25.564677 fuse.DEBUG Op 0x0000013d connection.go:395] <- ReadFile (inode 6, handle 1, offset 39583744, 131072 bytes) | |
2015/11/12 02:41:25.565017 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [39583744 131072 39583744] | |
2015/11/12 02:41:25.565051 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.565114 fuse.DEBUG reading 131072 @ 39583744 = 131072, size=23199744 | |
2015/11/12 02:41:25.565153 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.565210 fuse.DEBUG Op 0x0000013d connection.go:474] -> OK | |
2015/11/12 02:41:25.565381 fuse.DEBUG Op 0x0000013e connection.go:395] <- ReadFile (inode 6, handle 1, offset 39714816, 131072 bytes) | |
2015/11/12 02:41:25.565667 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [39714816 131072 39714816] | |
2015/11/12 02:41:25.565691 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.565725 fuse.DEBUG reading 131072 @ 39714816 = 131072, size=23068672 | |
2015/11/12 02:41:25.565746 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.565762 fuse.DEBUG Op 0x0000013e connection.go:474] -> OK | |
2015/11/12 02:41:25.565905 fuse.DEBUG Op 0x0000013f connection.go:395] <- ReadFile (inode 6, handle 1, offset 39845888, 131072 bytes) | |
2015/11/12 02:41:25.566188 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [39845888 131072 39845888] | |
2015/11/12 02:41:25.566220 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.566282 fuse.DEBUG reading 131072 @ 39845888 = 131072, size=22937600 | |
2015/11/12 02:41:25.566309 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.566332 fuse.DEBUG Op 0x0000013f connection.go:474] -> OK | |
2015/11/12 02:41:25.566508 fuse.DEBUG Op 0x00000140 connection.go:395] <- ReadFile (inode 6, handle 1, offset 39976960, 131072 bytes) | |
2015/11/12 02:41:25.566785 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [39976960 131072 39976960] | |
2015/11/12 02:41:25.566812 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.566860 fuse.DEBUG reading 131072 @ 39976960 = 131072, size=22806528 | |
2015/11/12 02:41:25.566876 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.566899 fuse.DEBUG Op 0x00000140 connection.go:474] -> OK | |
2015/11/12 02:41:25.567036 fuse.DEBUG Op 0x00000141 connection.go:395] <- ReadFile (inode 6, handle 1, offset 40108032, 131072 bytes) | |
2015/11/12 02:41:25.567385 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [40108032 131072 40108032] | |
2015/11/12 02:41:25.567417 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.567454 fuse.DEBUG reading 131072 @ 40108032 = 131072, size=22675456 | |
2015/11/12 02:41:25.567487 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.567519 fuse.DEBUG Op 0x00000141 connection.go:474] -> OK | |
2015/11/12 02:41:25.567654 fuse.DEBUG Op 0x00000142 connection.go:395] <- ReadFile (inode 6, handle 1, offset 40239104, 131072 bytes) | |
2015/11/12 02:41:25.567841 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [40239104 131072 40239104] | |
2015/11/12 02:41:25.567870 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.567907 fuse.DEBUG reading 131072 @ 40239104 = 131072, size=22544384 | |
2015/11/12 02:41:25.567928 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.567955 fuse.DEBUG Op 0x00000142 connection.go:474] -> OK | |
2015/11/12 02:41:25.568096 fuse.DEBUG Op 0x00000143 connection.go:395] <- ReadFile (inode 6, handle 1, offset 40370176, 131072 bytes) | |
2015/11/12 02:41:25.568375 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [40370176 131072 40370176] | |
2015/11/12 02:41:25.568396 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.568425 fuse.DEBUG reading 131072 @ 40370176 = 131072, size=22413312 | |
2015/11/12 02:41:25.568444 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.568477 fuse.DEBUG Op 0x00000143 connection.go:474] -> OK | |
2015/11/12 02:41:25.568618 fuse.DEBUG Op 0x00000144 connection.go:395] <- ReadFile (inode 6, handle 1, offset 40501248, 131072 bytes) | |
2015/11/12 02:41:25.568985 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [40501248 131072 40501248] | |
2015/11/12 02:41:25.569006 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.569033 fuse.DEBUG reading 131072 @ 40501248 = 131072, size=22282240 | |
2015/11/12 02:41:25.569049 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.569072 fuse.DEBUG Op 0x00000144 connection.go:474] -> OK | |
2015/11/12 02:41:25.569225 fuse.DEBUG Op 0x00000145 connection.go:395] <- ReadFile (inode 6, handle 1, offset 40632320, 131072 bytes) | |
2015/11/12 02:41:25.569603 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [40632320 131072 40632320] | |
2015/11/12 02:41:25.569625 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.569653 fuse.DEBUG reading 131072 @ 40632320 = 131072, size=22151168 | |
2015/11/12 02:41:25.569673 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.569710 fuse.DEBUG Op 0x00000145 connection.go:474] -> OK | |
2015/11/12 02:41:25.569855 fuse.DEBUG Op 0x00000146 connection.go:395] <- ReadFile (inode 6, handle 1, offset 40763392, 131072 bytes) | |
2015/11/12 02:41:25.569980 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [40763392 131072 40763392] | |
2015/11/12 02:41:25.569999 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.570028 fuse.DEBUG reading 131072 @ 40763392 = 131072, size=22020096 | |
2015/11/12 02:41:25.570044 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.570111 fuse.DEBUG Op 0x00000146 connection.go:474] -> OK | |
2015/11/12 02:41:25.570272 fuse.DEBUG Op 0x00000147 connection.go:395] <- ReadFile (inode 6, handle 1, offset 40894464, 131072 bytes) | |
2015/11/12 02:41:25.570612 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [40894464 131072 40894464] | |
2015/11/12 02:41:25.570635 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.570663 fuse.DEBUG reading 131072 @ 40894464 = 131072, size=21889024 | |
2015/11/12 02:41:25.570679 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.570727 fuse.DEBUG Op 0x00000147 connection.go:474] -> OK | |
2015/11/12 02:41:25.570875 fuse.DEBUG Op 0x00000148 connection.go:395] <- ReadFile (inode 6, handle 1, offset 41025536, 131072 bytes) | |
2015/11/12 02:41:25.571255 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [41025536 131072 41025536] | |
2015/11/12 02:41:25.571283 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.571345 fuse.DEBUG reading 131072 @ 41025536 = 131072, size=21757952 | |
2015/11/12 02:41:25.571374 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.571413 fuse.DEBUG Op 0x00000148 connection.go:474] -> OK | |
2015/11/12 02:41:25.571552 fuse.DEBUG Op 0x00000149 connection.go:395] <- ReadFile (inode 6, handle 1, offset 41156608, 131072 bytes) | |
2015/11/12 02:41:25.571819 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [41156608 131072 41156608] | |
2015/11/12 02:41:25.571847 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.571899 fuse.DEBUG reading 131072 @ 41156608 = 131072, size=21626880 | |
2015/11/12 02:41:25.571921 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.571950 fuse.DEBUG Op 0x00000149 connection.go:474] -> OK | |
2015/11/12 02:41:25.572090 fuse.DEBUG Op 0x0000014a connection.go:395] <- ReadFile (inode 6, handle 1, offset 41287680, 131072 bytes) | |
2015/11/12 02:41:25.572423 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [41287680 131072 41287680] | |
2015/11/12 02:41:25.572447 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.572481 fuse.DEBUG reading 131072 @ 41287680 = 131072, size=21495808 | |
2015/11/12 02:41:25.572499 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.572518 fuse.DEBUG Op 0x0000014a connection.go:474] -> OK | |
2015/11/12 02:41:25.572661 fuse.DEBUG Op 0x0000014b connection.go:395] <- ReadFile (inode 6, handle 1, offset 41418752, 131072 bytes) | |
2015/11/12 02:41:25.572970 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [41418752 131072 41418752] | |
2015/11/12 02:41:25.572987 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.573016 fuse.DEBUG reading 131072 @ 41418752 = 131072, size=21364736 | |
2015/11/12 02:41:25.573032 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.573054 fuse.DEBUG Op 0x0000014b connection.go:474] -> OK | |
2015/11/12 02:41:25.573187 fuse.DEBUG Op 0x0000014c connection.go:395] <- ReadFile (inode 6, handle 1, offset 41549824, 131072 bytes) | |
2015/11/12 02:41:25.573314 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [41549824 131072 41549824] | |
2015/11/12 02:41:25.573334 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.573362 fuse.DEBUG reading 131072 @ 41549824 = 131072, size=21233664 | |
2015/11/12 02:41:25.573377 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.573392 fuse.DEBUG Op 0x0000014c connection.go:474] -> OK | |
2015/11/12 02:41:25.573567 fuse.DEBUG Op 0x0000014d connection.go:395] <- ReadFile (inode 6, handle 1, offset 41680896, 131072 bytes) | |
2015/11/12 02:41:25.573883 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [41680896 131072 41680896] | |
2015/11/12 02:41:25.573906 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.573934 fuse.DEBUG reading 131072 @ 41680896 = 131072, size=21102592 | |
2015/11/12 02:41:25.573950 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.573995 fuse.DEBUG Op 0x0000014d connection.go:474] -> OK | |
2015/11/12 02:41:25.574146 fuse.DEBUG Op 0x0000014e connection.go:395] <- ReadFile (inode 6, handle 1, offset 41811968, 131072 bytes) | |
2015/11/12 02:41:25.574409 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [41811968 131072 41811968] | |
2015/11/12 02:41:25.574427 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.574455 fuse.DEBUG reading 131072 @ 41811968 = 131072, size=20971520 | |
2015/11/12 02:41:25.574471 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.574491 fuse.DEBUG Op 0x0000014e connection.go:474] -> OK | |
2015/11/12 02:41:25.574630 fuse.DEBUG Op 0x0000014f connection.go:395] <- ReadFile (inode 6, handle 1, offset 41943040, 131072 bytes) | |
2015/11/12 02:41:25.575006 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [41943040 131072 41943040] | |
2015/11/12 02:41:25.575030 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.575070 fuse.DEBUG reading 131072 @ 41943040 = 131072, size=20840448 | |
2015/11/12 02:41:25.575101 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.575151 fuse.DEBUG Op 0x0000014f connection.go:474] -> OK | |
2015/11/12 02:41:25.575299 fuse.DEBUG Op 0x00000150 connection.go:395] <- ReadFile (inode 6, handle 1, offset 42074112, 131072 bytes) | |
2015/11/12 02:41:25.575398 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [42074112 131072 42074112] | |
2015/11/12 02:41:25.575508 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.575565 fuse.DEBUG reading 131072 @ 42074112 = 131072, size=20709376 | |
2015/11/12 02:41:25.575579 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.575599 fuse.DEBUG Op 0x00000150 connection.go:474] -> OK | |
2015/11/12 02:41:25.575748 fuse.DEBUG Op 0x00000151 connection.go:395] <- ReadFile (inode 6, handle 1, offset 42205184, 131072 bytes) | |
2015/11/12 02:41:25.575992 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
Range: bytes=141688832-146931711 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024125Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:25.576059 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [42205184 131072 42205184] | |
2015/11/12 02:41:25.576084 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.576138 fuse.DEBUG reading 131072 @ 42205184 = 131072, size=20578304 | |
2015/11/12 02:41:25.576158 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.576182 fuse.DEBUG Op 0x00000151 connection.go:474] -> OK | |
2015/11/12 02:41:25.576334 s3.DEBUG DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 206 Partial Content | |
Content-Length: 5242880 | |
Accept-Ranges: bytes | |
Content-Range: bytes 125960192-131203071/2913812172 | |
Content-Type: binary/octet-stream | |
Date: Thu, 12 Nov 2015 02:41:26 GMT | |
Etag: "8812855bb146e3b0756b0316cefd7db4-397" | |
Last-Modified: Fri, 19 Jun 2015 08:13:28 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: NT6SbfXKuw4kMtSdGmyZF0m3BFmw5oCE0ag9sYRiVQNlxJCj2Xx84604GUyXJ0GXZizEKVtFp/A= | |
X-Amz-Request-Id: F9D591AD9CA86BEA | |
X-Amz-Version-Id: fL16j2gHcRvr7risStMlwXZqmEHJuG1b | |
----------------------------------------------------- | |
2015/11/12 02:41:25.576325 fuse.DEBUG Op 0x00000152 connection.go:395] <- ReadFile (inode 6, handle 1, offset 42336256, 131072 bytes) | |
2015/11/12 02:41:25.576780 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [42336256 131072 42336256] | |
2015/11/12 02:41:25.576804 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.576842 fuse.DEBUG reading 131072 @ 42336256 = 131072, size=20447232 | |
2015/11/12 02:41:25.576862 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.576889 fuse.DEBUG Op 0x00000152 connection.go:474] -> OK | |
2015/11/12 02:41:25.577059 fuse.DEBUG Op 0x00000153 connection.go:395] <- ReadFile (inode 6, handle 1, offset 42467328, 131072 bytes) | |
2015/11/12 02:41:25.577337 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [42467328 131072 42467328] | |
2015/11/12 02:41:25.577393 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.577469 fuse.DEBUG reading 131072 @ 42467328 = 131072, size=20316160 | |
2015/11/12 02:41:25.577507 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.577581 fuse.DEBUG Op 0x00000153 connection.go:474] -> OK | |
2015/11/12 02:41:25.577723 fuse.DEBUG Op 0x00000154 connection.go:395] <- ReadFile (inode 6, handle 1, offset 42598400, 131072 bytes) | |
2015/11/12 02:41:25.577986 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [42598400 131072 42598400] | |
2015/11/12 02:41:25.578007 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.578037 fuse.DEBUG reading 131072 @ 42598400 = 131072, size=20185088 | |
2015/11/12 02:41:25.578053 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.578074 fuse.DEBUG Op 0x00000154 connection.go:474] -> OK | |
2015/11/12 02:41:25.578240 fuse.DEBUG Op 0x00000155 connection.go:395] <- ReadFile (inode 6, handle 1, offset 42729472, 131072 bytes) | |
2015/11/12 02:41:25.578508 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [42729472 131072 42729472] | |
2015/11/12 02:41:25.578522 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.578551 fuse.DEBUG reading 131072 @ 42729472 = 131072, size=20054016 | |
2015/11/12 02:41:25.578561 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.578575 fuse.DEBUG Op 0x00000155 connection.go:474] -> OK | |
2015/11/12 02:41:25.578747 fuse.DEBUG Op 0x00000156 connection.go:395] <- ReadFile (inode 6, handle 1, offset 42860544, 131072 bytes) | |
2015/11/12 02:41:25.579043 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [42860544 131072 42860544] | |
2015/11/12 02:41:25.579075 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.579117 fuse.DEBUG reading 131072 @ 42860544 = 131072, size=19922944 | |
2015/11/12 02:41:25.579141 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.579170 fuse.DEBUG Op 0x00000156 connection.go:474] -> OK | |
2015/11/12 02:41:25.579330 fuse.DEBUG Op 0x00000157 connection.go:395] <- ReadFile (inode 6, handle 1, offset 42991616, 131072 bytes) | |
2015/11/12 02:41:25.579705 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [42991616 131072 42991616] | |
2015/11/12 02:41:25.579727 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.579775 fuse.DEBUG reading 131072 @ 42991616 = 131072, size=19791872 | |
2015/11/12 02:41:25.579803 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.579831 fuse.DEBUG Op 0x00000157 connection.go:474] -> OK | |
2015/11/12 02:41:25.580310 fuse.DEBUG Op 0x00000158 connection.go:395] <- ReadFile (inode 6, handle 1, offset 43122688, 131072 bytes) | |
2015/11/12 02:41:25.580556 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [43122688 131072 43122688] | |
2015/11/12 02:41:25.580578 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.580608 fuse.DEBUG reading 131072 @ 43122688 = 131072, size=19660800 | |
2015/11/12 02:41:25.580637 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.580654 fuse.DEBUG Op 0x00000158 connection.go:474] -> OK | |
2015/11/12 02:41:25.580788 fuse.DEBUG Op 0x00000159 connection.go:395] <- ReadFile (inode 6, handle 1, offset 43253760, 131072 bytes) | |
2015/11/12 02:41:25.581082 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [43253760 131072 43253760] | |
2015/11/12 02:41:25.581119 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.581159 fuse.DEBUG reading 131072 @ 43253760 = 131072, size=19529728 | |
2015/11/12 02:41:25.581182 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.581211 fuse.DEBUG Op 0x00000159 connection.go:474] -> OK | |
2015/11/12 02:41:25.581357 fuse.DEBUG Op 0x0000015a connection.go:395] <- ReadFile (inode 6, handle 1, offset 43384832, 131072 bytes) | |
2015/11/12 02:41:25.581691 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [43384832 131072 43384832] | |
2015/11/12 02:41:25.581724 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.581764 fuse.DEBUG reading 131072 @ 43384832 = 131072, size=19398656 | |
2015/11/12 02:41:25.581799 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.581836 fuse.DEBUG Op 0x0000015a connection.go:474] -> OK | |
2015/11/12 02:41:25.581985 fuse.DEBUG Op 0x0000015b connection.go:395] <- ReadFile (inode 6, handle 1, offset 43515904, 131072 bytes) | |
2015/11/12 02:41:25.582119 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [43515904 131072 43515904] | |
2015/11/12 02:41:25.582198 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.582237 fuse.DEBUG reading 131072 @ 43515904 = 131072, size=19267584 | |
2015/11/12 02:41:25.582255 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.582311 fuse.DEBUG Op 0x0000015b connection.go:474] -> OK | |
2015/11/12 02:41:25.582475 fuse.DEBUG Op 0x0000015c connection.go:395] <- ReadFile (inode 6, handle 1, offset 43646976, 131072 bytes) | |
2015/11/12 02:41:25.582858 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [43646976 131072 43646976] | |
2015/11/12 02:41:25.582880 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.582916 fuse.DEBUG reading 131072 @ 43646976 = 131072, size=19136512 | |
2015/11/12 02:41:25.582933 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.582967 fuse.DEBUG Op 0x0000015c connection.go:474] -> OK | |
2015/11/12 02:41:25.583099 fuse.DEBUG Op 0x0000015d connection.go:395] <- ReadFile (inode 6, handle 1, offset 43778048, 131072 bytes) | |
2015/11/12 02:41:25.583424 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [43778048 131072 43778048] | |
2015/11/12 02:41:25.583448 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.583483 fuse.DEBUG reading 131072 @ 43778048 = 131072, size=19005440 | |
2015/11/12 02:41:25.583503 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.583536 fuse.DEBUG Op 0x0000015d connection.go:474] -> OK | |
2015/11/12 02:41:25.584218 fuse.DEBUG Op 0x0000015e connection.go:395] <- ReadFile (inode 6, handle 1, offset 43909120, 131072 bytes) | |
2015/11/12 02:41:25.584521 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [43909120 131072 43909120] | |
2015/11/12 02:41:25.584547 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.584592 fuse.DEBUG reading 131072 @ 43909120 = 131072, size=18874368 | |
2015/11/12 02:41:25.584616 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.584649 fuse.DEBUG Op 0x0000015e connection.go:474] -> OK | |
2015/11/12 02:41:25.584803 fuse.DEBUG Op 0x0000015f connection.go:395] <- ReadFile (inode 6, handle 1, offset 44040192, 131072 bytes) | |
2015/11/12 02:41:25.585187 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [44040192 131072 44040192] | |
2015/11/12 02:41:25.585212 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.585251 fuse.DEBUG reading 131072 @ 44040192 = 131072, size=18743296 | |
2015/11/12 02:41:25.585269 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.585294 fuse.DEBUG Op 0x0000015f connection.go:474] -> OK | |
2015/11/12 02:41:25.585436 fuse.DEBUG Op 0x00000160 connection.go:395] <- ReadFile (inode 6, handle 1, offset 44171264, 131072 bytes) | |
2015/11/12 02:41:25.585732 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [44171264 131072 44171264] | |
2015/11/12 02:41:25.585756 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.585804 fuse.DEBUG reading 131072 @ 44171264 = 131072, size=18612224 | |
2015/11/12 02:41:25.585823 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.585865 fuse.DEBUG Op 0x00000160 connection.go:474] -> OK | |
2015/11/12 02:41:25.586003 fuse.DEBUG Op 0x00000161 connection.go:395] <- ReadFile (inode 6, handle 1, offset 44302336, 131072 bytes) | |
2015/11/12 02:41:25.586313 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [44302336 131072 44302336] | |
2015/11/12 02:41:25.586340 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.586372 fuse.DEBUG reading 131072 @ 44302336 = 131072, size=18481152 | |
2015/11/12 02:41:25.586397 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.586413 fuse.DEBUG Op 0x00000161 connection.go:474] -> OK | |
2015/11/12 02:41:25.586566 s3.DEBUG DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 206 Partial Content | |
Content-Length: 5242880 | |
Accept-Ranges: bytes | |
Content-Range: bytes 131203072-136445951/2913812172 | |
Content-Type: binary/octet-stream | |
Date: Thu, 12 Nov 2015 02:41:26 GMT | |
Etag: "8812855bb146e3b0756b0316cefd7db4-397" | |
Last-Modified: Fri, 19 Jun 2015 08:13:28 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: BhHl9i9dq6+QKZ7N0Nu0D/twrPqGiTS8NZ4Qur/g1nE0e2PHUc7nRTOq55reF7EmnDVwbtPCcKw= | |
X-Amz-Request-Id: 4BC9B3AF67124CED | |
X-Amz-Version-Id: fL16j2gHcRvr7risStMlwXZqmEHJuG1b | |
----------------------------------------------------- | |
2015/11/12 02:41:25.586595 fuse.DEBUG Op 0x00000162 connection.go:395] <- ReadFile (inode 6, handle 1, offset 44433408, 131072 bytes) | |
2015/11/12 02:41:25.587004 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [44433408 131072 44433408] | |
2015/11/12 02:41:25.587028 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.587078 fuse.DEBUG reading 131072 @ 44433408 = 131072, size=18350080 | |
2015/11/12 02:41:25.587102 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.587143 fuse.DEBUG Op 0x00000162 connection.go:474] -> OK | |
2015/11/12 02:41:25.587343 fuse.DEBUG Op 0x00000163 connection.go:395] <- ReadFile (inode 6, handle 1, offset 44564480, 131072 bytes) | |
2015/11/12 02:41:25.587587 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [44564480 131072 44564480] | |
2015/11/12 02:41:25.587611 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.587649 fuse.DEBUG reading 131072 @ 44564480 = 131072, size=18219008 | |
2015/11/12 02:41:25.587671 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.587704 fuse.DEBUG Op 0x00000163 connection.go:474] -> OK | |
2015/11/12 02:41:25.587840 fuse.DEBUG Op 0x00000164 connection.go:395] <- ReadFile (inode 6, handle 1, offset 44695552, 131072 bytes) | |
2015/11/12 02:41:25.588175 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [44695552 131072 44695552] | |
2015/11/12 02:41:25.588196 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.588241 fuse.DEBUG reading 131072 @ 44695552 = 131072, size=18087936 | |
2015/11/12 02:41:25.588258 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.588282 fuse.DEBUG Op 0x00000164 connection.go:474] -> OK | |
2015/11/12 02:41:25.588809 fuse.DEBUG Op 0x00000165 connection.go:395] <- ReadFile (inode 6, handle 1, offset 44826624, 131072 bytes) | |
2015/11/12 02:41:25.589058 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [44826624 131072 44826624] | |
2015/11/12 02:41:25.589074 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.589102 fuse.DEBUG reading 131072 @ 44826624 = 131072, size=17956864 | |
2015/11/12 02:41:25.589117 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.589134 fuse.DEBUG Op 0x00000165 connection.go:474] -> OK | |
2015/11/12 02:41:25.589286 fuse.DEBUG Op 0x00000166 connection.go:395] <- ReadFile (inode 6, handle 1, offset 44957696, 131072 bytes) | |
2015/11/12 02:41:25.589604 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [44957696 131072 44957696] | |
2015/11/12 02:41:25.589629 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.589693 fuse.DEBUG reading 131072 @ 44957696 = 131072, size=17825792 | |
2015/11/12 02:41:25.589712 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.589737 fuse.DEBUG Op 0x00000166 connection.go:474] -> OK | |
2015/11/12 02:41:25.589892 fuse.DEBUG Op 0x00000167 connection.go:395] <- ReadFile (inode 6, handle 1, offset 45088768, 131072 bytes) | |
2015/11/12 02:41:25.590147 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [45088768 131072 45088768] | |
2015/11/12 02:41:25.590167 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.590204 fuse.DEBUG reading 131072 @ 45088768 = 131072, size=17694720 | |
2015/11/12 02:41:25.590224 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.590247 fuse.DEBUG Op 0x00000167 connection.go:474] -> OK | |
2015/11/12 02:41:25.590387 fuse.DEBUG Op 0x00000168 connection.go:395] <- ReadFile (inode 6, handle 1, offset 45219840, 131072 bytes) | |
2015/11/12 02:41:25.590728 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [45219840 131072 45219840] | |
2015/11/12 02:41:25.590748 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.590815 fuse.DEBUG reading 131072 @ 45219840 = 131072, size=17563648 | |
2015/11/12 02:41:25.590844 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.590885 fuse.DEBUG Op 0x00000168 connection.go:474] -> OK | |
2015/11/12 02:41:25.591043 fuse.DEBUG Op 0x00000169 connection.go:395] <- ReadFile (inode 6, handle 1, offset 45350912, 131072 bytes) | |
2015/11/12 02:41:25.591352 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [45350912 131072 45350912] | |
2015/11/12 02:41:25.591374 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.591412 fuse.DEBUG reading 131072 @ 45350912 = 131072, size=17432576 | |
2015/11/12 02:41:25.591429 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.591453 fuse.DEBUG Op 0x00000169 connection.go:474] -> OK | |
2015/11/12 02:41:25.591717 fuse.DEBUG Op 0x0000016a connection.go:395] <- ReadFile (inode 6, handle 1, offset 45481984, 131072 bytes) | |
2015/11/12 02:41:25.592067 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [45481984 131072 45481984] | |
2015/11/12 02:41:25.592088 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.592117 fuse.DEBUG reading 131072 @ 45481984 = 131072, size=17301504 | |
2015/11/12 02:41:25.592132 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.592156 fuse.DEBUG Op 0x0000016a connection.go:474] -> OK | |
2015/11/12 02:41:25.592298 fuse.DEBUG Op 0x0000016b connection.go:395] <- ReadFile (inode 6, handle 1, offset 45613056, 131072 bytes) | |
2015/11/12 02:41:25.592576 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [45613056 131072 45613056] | |
2015/11/12 02:41:25.592600 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.592639 fuse.DEBUG reading 131072 @ 45613056 = 131072, size=17170432 | |
2015/11/12 02:41:25.592683 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.592722 fuse.DEBUG Op 0x0000016b connection.go:474] -> OK | |
2015/11/12 02:41:25.592890 fuse.DEBUG Op 0x0000016c connection.go:395] <- ReadFile (inode 6, handle 1, offset 45744128, 131072 bytes) | |
2015/11/12 02:41:25.593253 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [45744128 131072 45744128] | |
2015/11/12 02:41:25.593275 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.593322 fuse.DEBUG reading 131072 @ 45744128 = 131072, size=17039360 | |
2015/11/12 02:41:25.593347 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.593373 fuse.DEBUG Op 0x0000016c connection.go:474] -> OK | |
2015/11/12 02:41:25.593515 fuse.DEBUG Op 0x0000016d connection.go:395] <- ReadFile (inode 6, handle 1, offset 45875200, 131072 bytes) | |
2015/11/12 02:41:25.593777 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [45875200 131072 45875200] | |
2015/11/12 02:41:25.593798 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.593836 fuse.DEBUG reading 131072 @ 45875200 = 131072, size=16908288 | |
2015/11/12 02:41:25.593855 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.593887 fuse.DEBUG Op 0x0000016d connection.go:474] -> OK | |
2015/11/12 02:41:25.594035 fuse.DEBUG Op 0x0000016e connection.go:395] <- ReadFile (inode 6, handle 1, offset 46006272, 131072 bytes) | |
2015/11/12 02:41:25.594292 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [46006272 131072 46006272] | |
2015/11/12 02:41:25.594314 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.594351 fuse.DEBUG reading 131072 @ 46006272 = 131072, size=16777216 | |
2015/11/12 02:41:25.594370 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.594407 fuse.DEBUG Op 0x0000016e connection.go:474] -> OK | |
2015/11/12 02:41:25.594577 fuse.DEBUG Op 0x0000016f connection.go:395] <- ReadFile (inode 6, handle 1, offset 46137344, 131072 bytes) | |
2015/11/12 02:41:25.595007 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [46137344 131072 46137344] | |
2015/11/12 02:41:25.595031 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.595060 fuse.DEBUG reading 131072 @ 46137344 = 131072, size=16646144 | |
2015/11/12 02:41:25.595077 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.595153 fuse.DEBUG Op 0x0000016f connection.go:474] -> OK | |
2015/11/12 02:41:25.595303 fuse.DEBUG Op 0x00000170 connection.go:395] <- ReadFile (inode 6, handle 1, offset 46268416, 131072 bytes) | |
2015/11/12 02:41:25.595636 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [46268416 131072 46268416] | |
2015/11/12 02:41:25.595663 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.595699 fuse.DEBUG reading 131072 @ 46268416 = 131072, size=16515072 | |
2015/11/12 02:41:25.595722 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.595806 fuse.DEBUG Op 0x00000170 connection.go:474] -> OK | |
2015/11/12 02:41:25.595976 fuse.DEBUG Op 0x00000171 connection.go:395] <- ReadFile (inode 6, handle 1, offset 46399488, 131072 bytes) | |
2015/11/12 02:41:25.596350 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [46399488 131072 46399488] | |
2015/11/12 02:41:25.596393 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.596429 fuse.DEBUG reading 131072 @ 46399488 = 131072, size=16384000 | |
2015/11/12 02:41:25.596441 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.596457 fuse.DEBUG Op 0x00000171 connection.go:474] -> OK | |
2015/11/12 02:41:25.596727 fuse.DEBUG Op 0x00000172 connection.go:395] <- ReadFile (inode 6, handle 1, offset 46530560, 131072 bytes) | |
2015/11/12 02:41:25.597048 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [46530560 131072 46530560] | |
2015/11/12 02:41:25.597070 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.597100 fuse.DEBUG reading 131072 @ 46530560 = 131072, size=16252928 | |
2015/11/12 02:41:25.597132 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.597178 fuse.DEBUG Op 0x00000172 connection.go:474] -> OK | |
2015/11/12 02:41:25.597313 fuse.DEBUG Op 0x00000173 connection.go:395] <- ReadFile (inode 6, handle 1, offset 46661632, 131072 bytes) | |
2015/11/12 02:41:25.597384 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [46661632 131072 46661632] | |
2015/11/12 02:41:25.597414 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.597455 fuse.DEBUG reading 131072 @ 46661632 = 131072, size=16121856 | |
2015/11/12 02:41:25.597479 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.597523 fuse.DEBUG Op 0x00000173 connection.go:474] -> OK | |
2015/11/12 02:41:25.598080 fuse.DEBUG Op 0x00000174 connection.go:395] <- ReadFile (inode 6, handle 1, offset 46792704, 131072 bytes) | |
2015/11/12 02:41:25.598487 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [46792704 131072 46792704] | |
2015/11/12 02:41:25.598540 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.598577 fuse.DEBUG reading 131072 @ 46792704 = 131072, size=15990784 | |
2015/11/12 02:41:25.598603 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.598668 fuse.DEBUG Op 0x00000174 connection.go:474] -> OK | |
2015/11/12 02:41:25.598846 fuse.DEBUG Op 0x00000175 connection.go:395] <- ReadFile (inode 6, handle 1, offset 46923776, 131072 bytes) | |
2015/11/12 02:41:25.599146 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [46923776 131072 46923776] | |
2015/11/12 02:41:25.599167 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.599204 fuse.DEBUG reading 131072 @ 46923776 = 131072, size=15859712 | |
2015/11/12 02:41:25.599221 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.599243 fuse.DEBUG Op 0x00000175 connection.go:474] -> OK | |
2015/11/12 02:41:25.599363 fuse.DEBUG Op 0x00000176 connection.go:395] <- ReadFile (inode 6, handle 1, offset 47054848, 131072 bytes) | |
2015/11/12 02:41:25.599644 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [47054848 131072 47054848] | |
2015/11/12 02:41:25.599701 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.599738 fuse.DEBUG reading 131072 @ 47054848 = 131072, size=15728640 | |
2015/11/12 02:41:25.599754 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.599794 fuse.DEBUG Op 0x00000176 connection.go:474] -> OK | |
2015/11/12 02:41:25.599920 fuse.DEBUG Op 0x00000177 connection.go:395] <- ReadFile (inode 6, handle 1, offset 47185920, 131072 bytes) | |
2015/11/12 02:41:25.600046 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [47185920 131072 47185920] | |
2015/11/12 02:41:25.600073 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.600101 fuse.DEBUG reading 131072 @ 47185920 = 131072, size=15597568 | |
2015/11/12 02:41:25.600117 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.600138 fuse.DEBUG Op 0x00000177 connection.go:474] -> OK | |
2015/11/12 02:41:25.600286 fuse.DEBUG Op 0x00000178 connection.go:395] <- ReadFile (inode 6, handle 1, offset 47316992, 131072 bytes) | |
2015/11/12 02:41:25.600569 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [47316992 131072 47316992] | |
2015/11/12 02:41:25.600691 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.600738 fuse.DEBUG reading 131072 @ 47316992 = 131072, size=15466496 | |
2015/11/12 02:41:25.600758 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.600800 fuse.DEBUG Op 0x00000178 connection.go:474] -> OK | |
2015/11/12 02:41:25.600954 fuse.DEBUG Op 0x00000179 connection.go:395] <- ReadFile (inode 6, handle 1, offset 47448064, 131072 bytes) | |
2015/11/12 02:41:25.601183 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
Range: bytes=146931712-152174591 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024125Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:25.601313 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [47448064 131072 47448064] | |
2015/11/12 02:41:25.601339 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.601377 fuse.DEBUG reading 131072 @ 47448064 = 131072, size=15335424 | |
2015/11/12 02:41:25.601404 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.601431 fuse.DEBUG Op 0x00000179 connection.go:474] -> OK | |
2015/11/12 02:41:25.601587 fuse.DEBUG Op 0x0000017a connection.go:395] <- ReadFile (inode 6, handle 1, offset 47579136, 131072 bytes) | |
2015/11/12 02:41:25.601931 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [47579136 131072 47579136] | |
2015/11/12 02:41:25.601983 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.602024 fuse.DEBUG reading 131072 @ 47579136 = 131072, size=15204352 | |
2015/11/12 02:41:25.602049 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.602110 fuse.DEBUG Op 0x0000017a connection.go:474] -> OK | |
2015/11/12 02:41:25.602254 fuse.DEBUG Op 0x0000017b connection.go:395] <- ReadFile (inode 6, handle 1, offset 47710208, 131072 bytes) | |
2015/11/12 02:41:25.602390 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [47710208 131072 47710208] | |
2015/11/12 02:41:25.602413 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.602451 fuse.DEBUG reading 131072 @ 47710208 = 131072, size=15073280 | |
2015/11/12 02:41:25.602481 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.602508 fuse.DEBUG Op 0x0000017b connection.go:474] -> OK | |
2015/11/12 02:41:25.602669 fuse.DEBUG Op 0x0000017c connection.go:395] <- ReadFile (inode 6, handle 1, offset 47841280, 131072 bytes) | |
2015/11/12 02:41:25.603010 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [47841280 131072 47841280] | |
2015/11/12 02:41:25.603031 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.603077 fuse.DEBUG reading 131072 @ 47841280 = 131072, size=14942208 | |
2015/11/12 02:41:25.603113 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.603158 fuse.DEBUG Op 0x0000017c connection.go:474] -> OK | |
2015/11/12 02:41:25.603292 fuse.DEBUG Op 0x0000017d connection.go:395] <- ReadFile (inode 6, handle 1, offset 47972352, 131072 bytes) | |
2015/11/12 02:41:25.603572 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [47972352 131072 47972352] | |
2015/11/12 02:41:25.603594 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.603625 fuse.DEBUG reading 131072 @ 47972352 = 131072, size=14811136 | |
2015/11/12 02:41:25.603641 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.603665 fuse.DEBUG Op 0x0000017d connection.go:474] -> OK | |
2015/11/12 02:41:25.603793 fuse.DEBUG Op 0x0000017e connection.go:395] <- ReadFile (inode 6, handle 1, offset 48103424, 131072 bytes) | |
2015/11/12 02:41:25.603919 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [48103424 131072 48103424] | |
2015/11/12 02:41:25.603940 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.603978 fuse.DEBUG reading 131072 @ 48103424 = 131072, size=14680064 | |
2015/11/12 02:41:25.603999 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.604029 fuse.DEBUG Op 0x0000017e connection.go:474] -> OK | |
2015/11/12 02:41:25.604149 fuse.DEBUG Op 0x0000017f connection.go:395] <- ReadFile (inode 6, handle 1, offset 48234496, 131072 bytes) | |
2015/11/12 02:41:25.604407 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [48234496 131072 48234496] | |
2015/11/12 02:41:25.604428 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.604474 fuse.DEBUG reading 131072 @ 48234496 = 131072, size=14548992 | |
2015/11/12 02:41:25.604499 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.604531 fuse.DEBUG Op 0x0000017f connection.go:474] -> OK | |
2015/11/12 02:41:25.604660 fuse.DEBUG Op 0x00000180 connection.go:395] <- ReadFile (inode 6, handle 1, offset 48365568, 131072 bytes) | |
2015/11/12 02:41:25.604785 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [48365568 131072 48365568] | |
2015/11/12 02:41:25.604807 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.604863 fuse.DEBUG reading 131072 @ 48365568 = 131072, size=14417920 | |
2015/11/12 02:41:25.604887 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.604915 fuse.DEBUG Op 0x00000180 connection.go:474] -> OK | |
2015/11/12 02:41:25.605065 fuse.DEBUG Op 0x00000181 connection.go:395] <- ReadFile (inode 6, handle 1, offset 48496640, 131072 bytes) | |
2015/11/12 02:41:25.605360 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [48496640 131072 48496640] | |
2015/11/12 02:41:25.605386 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.605416 fuse.DEBUG reading 131072 @ 48496640 = 131072, size=14286848 | |
2015/11/12 02:41:25.605431 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.605455 fuse.DEBUG Op 0x00000181 connection.go:474] -> OK | |
2015/11/12 02:41:25.605601 fuse.DEBUG Op 0x00000182 connection.go:395] <- ReadFile (inode 6, handle 1, offset 48627712, 131072 bytes) | |
2015/11/12 02:41:25.605882 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [48627712 131072 48627712] | |
2015/11/12 02:41:25.605903 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.605930 fuse.DEBUG reading 131072 @ 48627712 = 131072, size=14155776 | |
2015/11/12 02:41:25.605946 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.605966 fuse.DEBUG Op 0x00000182 connection.go:474] -> OK | |
2015/11/12 02:41:25.606093 fuse.DEBUG Op 0x00000183 connection.go:395] <- ReadFile (inode 6, handle 1, offset 48758784, 131072 bytes) | |
2015/11/12 02:41:25.606390 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [48758784 131072 48758784] | |
2015/11/12 02:41:25.606417 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.606464 fuse.DEBUG reading 131072 @ 48758784 = 131072, size=14024704 | |
2015/11/12 02:41:25.606486 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.606511 fuse.DEBUG Op 0x00000183 connection.go:474] -> OK | |
2015/11/12 02:41:25.606657 fuse.DEBUG Op 0x00000184 connection.go:395] <- ReadFile (inode 6, handle 1, offset 48889856, 131072 bytes) | |
2015/11/12 02:41:25.606947 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [48889856 131072 48889856] | |
2015/11/12 02:41:25.606970 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.607009 fuse.DEBUG reading 131072 @ 48889856 = 131072, size=13893632 | |
2015/11/12 02:41:25.607052 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.607079 fuse.DEBUG Op 0x00000184 connection.go:474] -> OK | |
2015/11/12 02:41:25.607287 fuse.DEBUG Op 0x00000185 connection.go:395] <- ReadFile (inode 6, handle 1, offset 49020928, 131072 bytes) | |
2015/11/12 02:41:25.607537 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [49020928 131072 49020928] | |
2015/11/12 02:41:25.607575 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.607615 fuse.DEBUG reading 131072 @ 49020928 = 131072, size=13762560 | |
2015/11/12 02:41:25.607641 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.607671 fuse.DEBUG Op 0x00000185 connection.go:474] -> OK | |
2015/11/12 02:41:25.608202 fuse.DEBUG Op 0x00000186 connection.go:395] <- ReadFile (inode 6, handle 1, offset 49152000, 131072 bytes) | |
2015/11/12 02:41:25.608588 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [49152000 131072 49152000] | |
2015/11/12 02:41:25.608611 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.608675 fuse.DEBUG reading 131072 @ 49152000 = 131072, size=13631488 | |
2015/11/12 02:41:25.608705 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.608729 fuse.DEBUG Op 0x00000186 connection.go:474] -> OK | |
2015/11/12 02:41:25.608888 fuse.DEBUG Op 0x00000187 connection.go:395] <- ReadFile (inode 6, handle 1, offset 49283072, 131072 bytes) | |
2015/11/12 02:41:25.609278 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [49283072 131072 49283072] | |
2015/11/12 02:41:25.609298 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.609336 fuse.DEBUG reading 131072 @ 49283072 = 131072, size=13500416 | |
2015/11/12 02:41:25.609361 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.609384 fuse.DEBUG Op 0x00000187 connection.go:474] -> OK | |
2015/11/12 02:41:25.609534 s3.DEBUG DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 206 Partial Content | |
Content-Length: 5242880 | |
Accept-Ranges: bytes | |
Content-Range: bytes 136445952-141688831/2913812172 | |
Content-Type: binary/octet-stream | |
Date: Thu, 12 Nov 2015 02:41:26 GMT | |
Etag: "8812855bb146e3b0756b0316cefd7db4-397" | |
Last-Modified: Fri, 19 Jun 2015 08:13:28 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: 9X5Yae9SnPrwbLlYvFVYyGGW041a2ZZN/7kawTP7X8x1q8VHZBT97olAhuT0nJP0uitkJHNeXw4= | |
X-Amz-Request-Id: 7684AEC204BB44D7 | |
X-Amz-Version-Id: fL16j2gHcRvr7risStMlwXZqmEHJuG1b | |
----------------------------------------------------- | |
2015/11/12 02:41:25.610052 fuse.DEBUG Op 0x00000188 connection.go:395] <- ReadFile (inode 6, handle 1, offset 49414144, 131072 bytes) | |
2015/11/12 02:41:25.610405 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [49414144 131072 49414144] | |
2015/11/12 02:41:25.610430 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.610467 fuse.DEBUG reading 131072 @ 49414144 = 131072, size=13369344 | |
2015/11/12 02:41:25.610490 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.610513 fuse.DEBUG Op 0x00000188 connection.go:474] -> OK | |
2015/11/12 02:41:25.610664 fuse.DEBUG Op 0x00000189 connection.go:395] <- ReadFile (inode 6, handle 1, offset 49545216, 131072 bytes) | |
2015/11/12 02:41:25.610959 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [49545216 131072 49545216] | |
2015/11/12 02:41:25.610983 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.611020 fuse.DEBUG reading 131072 @ 49545216 = 131072, size=13238272 | |
2015/11/12 02:41:25.611043 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.611072 fuse.DEBUG Op 0x00000189 connection.go:474] -> OK | |
2015/11/12 02:41:25.611385 fuse.DEBUG Op 0x0000018a connection.go:395] <- ReadFile (inode 6, handle 1, offset 49676288, 131072 bytes) | |
2015/11/12 02:41:25.611880 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [49676288 131072 49676288] | |
2015/11/12 02:41:25.611908 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.611943 fuse.DEBUG reading 131072 @ 49676288 = 131072, size=13107200 | |
2015/11/12 02:41:25.611984 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.612015 fuse.DEBUG Op 0x0000018a connection.go:474] -> OK | |
2015/11/12 02:41:25.612206 fuse.DEBUG Op 0x0000018b connection.go:395] <- ReadFile (inode 6, handle 1, offset 49807360, 131072 bytes) | |
2015/11/12 02:41:25.612592 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [49807360 131072 49807360] | |
2015/11/12 02:41:25.612628 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.612664 fuse.DEBUG reading 131072 @ 49807360 = 131072, size=12976128 | |
2015/11/12 02:41:25.612688 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.612723 fuse.DEBUG Op 0x0000018b connection.go:474] -> OK | |
2015/11/12 02:41:25.618143 fuse.DEBUG Op 0x0000018c connection.go:395] <- ReadFile (inode 6, handle 1, offset 49938432, 131072 bytes) | |
2015/11/12 02:41:25.618451 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [49938432 131072 49938432] | |
2015/11/12 02:41:25.618489 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.618539 fuse.DEBUG reading 131072 @ 49938432 = 131072, size=12845056 | |
2015/11/12 02:41:25.618873 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.618938 fuse.DEBUG Op 0x0000018c connection.go:474] -> OK | |
2015/11/12 02:41:25.619080 fuse.DEBUG Op 0x0000018d connection.go:395] <- ReadFile (inode 6, handle 1, offset 50069504, 131072 bytes) | |
2015/11/12 02:41:25.619521 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [50069504 131072 50069504] | |
2015/11/12 02:41:25.619565 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.619607 fuse.DEBUG reading 131072 @ 50069504 = 131072, size=12713984 | |
2015/11/12 02:41:25.619625 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.619672 fuse.DEBUG Op 0x0000018d connection.go:474] -> OK | |
2015/11/12 02:41:25.619828 fuse.DEBUG Op 0x0000018e connection.go:395] <- ReadFile (inode 6, handle 1, offset 50200576, 131072 bytes) | |
2015/11/12 02:41:25.620216 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [50200576 131072 50200576] | |
2015/11/12 02:41:25.620269 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.620315 fuse.DEBUG reading 131072 @ 50200576 = 131072, size=12582912 | |
2015/11/12 02:41:25.620335 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.620389 fuse.DEBUG Op 0x0000018e connection.go:474] -> OK | |
2015/11/12 02:41:25.621365 fuse.DEBUG Op 0x0000018f connection.go:395] <- ReadFile (inode 6, handle 1, offset 50331648, 131072 bytes) | |
2015/11/12 02:41:25.621734 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [50331648 131072 50331648] | |
2015/11/12 02:41:25.621764 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.621802 fuse.DEBUG reading 131072 @ 50331648 = 131072, size=12451840 | |
2015/11/12 02:41:25.621820 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.621857 fuse.DEBUG Op 0x0000018f connection.go:474] -> OK | |
2015/11/12 02:41:25.622035 fuse.DEBUG Op 0x00000190 connection.go:395] <- ReadFile (inode 6, handle 1, offset 50462720, 131072 bytes) | |
2015/11/12 02:41:25.622121 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [50462720 131072 50462720] | |
2015/11/12 02:41:25.622151 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.622181 fuse.DEBUG reading 131072 @ 50462720 = 131072, size=12320768 | |
2015/11/12 02:41:25.622197 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.622219 fuse.DEBUG Op 0x00000190 connection.go:474] -> OK | |
2015/11/12 02:41:25.622402 fuse.DEBUG Op 0x00000191 connection.go:395] <- ReadFile (inode 6, handle 1, offset 50593792, 131072 bytes) | |
2015/11/12 02:41:25.622646 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [50593792 131072 50593792] | |
2015/11/12 02:41:25.622669 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.622701 fuse.DEBUG reading 131072 @ 50593792 = 131072, size=12189696 | |
2015/11/12 02:41:25.622725 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.622759 fuse.DEBUG Op 0x00000191 connection.go:474] -> OK | |
2015/11/12 02:41:25.622908 fuse.DEBUG Op 0x00000192 connection.go:395] <- ReadFile (inode 6, handle 1, offset 50724864, 131072 bytes) | |
2015/11/12 02:41:25.623157 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [50724864 131072 50724864] | |
2015/11/12 02:41:25.623177 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.623210 fuse.DEBUG reading 131072 @ 50724864 = 131072, size=12058624 | |
2015/11/12 02:41:25.623236 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.623260 fuse.DEBUG Op 0x00000192 connection.go:474] -> OK | |
2015/11/12 02:41:25.623404 fuse.DEBUG Op 0x00000193 connection.go:395] <- ReadFile (inode 6, handle 1, offset 50855936, 131072 bytes) | |
2015/11/12 02:41:25.623666 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [50855936 131072 50855936] | |
2015/11/12 02:41:25.623685 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.623719 fuse.DEBUG reading 131072 @ 50855936 = 131072, size=11927552 | |
2015/11/12 02:41:25.623745 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.623770 fuse.DEBUG Op 0x00000193 connection.go:474] -> OK | |
2015/11/12 02:41:25.623918 fuse.DEBUG Op 0x00000194 connection.go:395] <- ReadFile (inode 6, handle 1, offset 50987008, 131072 bytes) | |
2015/11/12 02:41:25.624177 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [50987008 131072 50987008] | |
2015/11/12 02:41:25.624197 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.624235 fuse.DEBUG reading 131072 @ 50987008 = 131072, size=11796480 | |
2015/11/12 02:41:25.624258 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.624289 fuse.DEBUG Op 0x00000194 connection.go:474] -> OK | |
2015/11/12 02:41:25.624426 fuse.DEBUG Op 0x00000195 connection.go:395] <- ReadFile (inode 6, handle 1, offset 51118080, 131072 bytes) | |
2015/11/12 02:41:25.624687 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [51118080 131072 51118080] | |
2015/11/12 02:41:25.624720 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.624756 fuse.DEBUG reading 131072 @ 51118080 = 131072, size=11665408 | |
2015/11/12 02:41:25.624774 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.624800 fuse.DEBUG Op 0x00000195 connection.go:474] -> OK | |
2015/11/12 02:41:25.624937 fuse.DEBUG Op 0x00000196 connection.go:395] <- ReadFile (inode 6, handle 1, offset 51249152, 131072 bytes) | |
2015/11/12 02:41:25.625272 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [51249152 131072 51249152] | |
2015/11/12 02:41:25.625293 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.625323 fuse.DEBUG reading 131072 @ 51249152 = 131072, size=11534336 | |
2015/11/12 02:41:25.625347 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.625374 fuse.DEBUG Op 0x00000196 connection.go:474] -> OK | |
2015/11/12 02:41:25.625532 fuse.DEBUG Op 0x00000197 connection.go:395] <- ReadFile (inode 6, handle 1, offset 51380224, 131072 bytes) | |
2015/11/12 02:41:25.625874 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [51380224 131072 51380224] | |
2015/11/12 02:41:25.625894 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.625921 fuse.DEBUG reading 131072 @ 51380224 = 131072, size=11403264 | |
2015/11/12 02:41:25.625937 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.625986 fuse.DEBUG Op 0x00000197 connection.go:474] -> OK | |
2015/11/12 02:41:25.626147 fuse.DEBUG Op 0x00000198 connection.go:395] <- ReadFile (inode 6, handle 1, offset 51511296, 131072 bytes) | |
2015/11/12 02:41:25.626394 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [51511296 131072 51511296] | |
2015/11/12 02:41:25.626417 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.626490 fuse.DEBUG reading 131072 @ 51511296 = 131072, size=11272192 | |
2015/11/12 02:41:25.626509 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.626532 fuse.DEBUG Op 0x00000198 connection.go:474] -> OK | |
2015/11/12 02:41:25.626691 fuse.DEBUG Op 0x00000199 connection.go:395] <- ReadFile (inode 6, handle 1, offset 51642368, 131072 bytes) | |
2015/11/12 02:41:25.626802 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [51642368 131072 51642368] | |
2015/11/12 02:41:25.626826 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.626863 fuse.DEBUG reading 131072 @ 51642368 = 131072, size=11141120 | |
2015/11/12 02:41:25.626884 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.626907 fuse.DEBUG Op 0x00000199 connection.go:474] -> OK | |
2015/11/12 02:41:25.627033 fuse.DEBUG Op 0x0000019a connection.go:395] <- ReadFile (inode 6, handle 1, offset 51773440, 131072 bytes) | |
2015/11/12 02:41:25.627398 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [51773440 131072 51773440] | |
2015/11/12 02:41:25.627419 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.627465 fuse.DEBUG reading 131072 @ 51773440 = 131072, size=11010048 | |
2015/11/12 02:41:25.627483 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.627506 fuse.DEBUG Op 0x0000019a connection.go:474] -> OK | |
2015/11/12 02:41:25.627627 fuse.DEBUG Op 0x0000019b connection.go:395] <- ReadFile (inode 6, handle 1, offset 51904512, 131072 bytes) | |
2015/11/12 02:41:25.627895 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [51904512 131072 51904512] | |
2015/11/12 02:41:25.627915 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.627966 fuse.DEBUG reading 131072 @ 51904512 = 131072, size=10878976 | |
2015/11/12 02:41:25.627988 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.628010 fuse.DEBUG Op 0x0000019b connection.go:474] -> OK | |
2015/11/12 02:41:25.628131 fuse.DEBUG Op 0x0000019c connection.go:395] <- ReadFile (inode 6, handle 1, offset 52035584, 131072 bytes) | |
2015/11/12 02:41:25.628278 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [52035584 131072 52035584] | |
2015/11/12 02:41:25.628303 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.628340 fuse.DEBUG reading 131072 @ 52035584 = 131072, size=10747904 | |
2015/11/12 02:41:25.628357 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.628379 fuse.DEBUG Op 0x0000019c connection.go:474] -> OK | |
2015/11/12 02:41:25.628502 fuse.DEBUG Op 0x0000019d connection.go:395] <- ReadFile (inode 6, handle 1, offset 52166656, 131072 bytes) | |
2015/11/12 02:41:25.628863 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [52166656 131072 52166656] | |
2015/11/12 02:41:25.628883 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.628910 fuse.DEBUG reading 131072 @ 52166656 = 131072, size=10616832 | |
2015/11/12 02:41:25.628956 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.628984 fuse.DEBUG Op 0x0000019d connection.go:474] -> OK | |
2015/11/12 02:41:25.629120 fuse.DEBUG Op 0x0000019e connection.go:395] <- ReadFile (inode 6, handle 1, offset 52297728, 131072 bytes) | |
2015/11/12 02:41:25.629410 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [52297728 131072 52297728] | |
2015/11/12 02:41:25.629438 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.629474 fuse.DEBUG reading 131072 @ 52297728 = 131072, size=10485760 | |
2015/11/12 02:41:25.629499 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.629531 fuse.DEBUG Op 0x0000019e connection.go:474] -> OK | |
2015/11/12 02:41:25.629651 fuse.DEBUG Op 0x0000019f connection.go:395] <- ReadFile (inode 6, handle 1, offset 52428800, 131072 bytes) | |
2015/11/12 02:41:25.629801 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [52428800 131072 52428800] | |
2015/11/12 02:41:25.629827 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.629866 fuse.DEBUG reading 131072 @ 52428800 = 131072, size=10354688 | |
2015/11/12 02:41:25.629883 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.629904 fuse.DEBUG Op 0x0000019f connection.go:474] -> OK | |
2015/11/12 02:41:25.630045 fuse.DEBUG Op 0x000001a0 connection.go:395] <- ReadFile (inode 6, handle 1, offset 52559872, 131072 bytes) | |
2015/11/12 02:41:25.630409 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [52559872 131072 52559872] | |
2015/11/12 02:41:25.630542 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.630603 fuse.DEBUG reading 131072 @ 52559872 = 131072, size=10223616 | |
2015/11/12 02:41:25.630621 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.630638 fuse.DEBUG Op 0x000001a0 connection.go:474] -> OK | |
2015/11/12 02:41:25.630787 fuse.DEBUG Op 0x000001a1 connection.go:395] <- ReadFile (inode 6, handle 1, offset 52690944, 131072 bytes) | |
2015/11/12 02:41:25.631461 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
Range: bytes=152174592-157417471 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024125Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:25.631073 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [52690944 131072 52690944] | |
2015/11/12 02:41:25.631545 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.631595 fuse.DEBUG reading 131072 @ 52690944 = 131072, size=10092544 | |
2015/11/12 02:41:25.631623 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.631659 fuse.DEBUG Op 0x000001a1 connection.go:474] -> OK | |
2015/11/12 02:41:25.631785 fuse.DEBUG Op 0x000001a2 connection.go:395] <- ReadFile (inode 6, handle 1, offset 52822016, 131072 bytes) | |
2015/11/12 02:41:25.631924 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [52822016 131072 52822016] | |
2015/11/12 02:41:25.631949 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.631980 fuse.DEBUG reading 131072 @ 52822016 = 131072, size=9961472 | |
2015/11/12 02:41:25.631997 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.632032 fuse.DEBUG Op 0x000001a2 connection.go:474] -> OK | |
2015/11/12 02:41:25.632172 fuse.DEBUG Op 0x000001a3 connection.go:395] <- ReadFile (inode 6, handle 1, offset 52953088, 131072 bytes) | |
2015/11/12 02:41:25.632457 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [52953088 131072 52953088] | |
2015/11/12 02:41:25.632476 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.632508 fuse.DEBUG reading 131072 @ 52953088 = 131072, size=9830400 | |
2015/11/12 02:41:25.632533 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.632561 fuse.DEBUG Op 0x000001a3 connection.go:474] -> OK | |
2015/11/12 02:41:25.632688 fuse.DEBUG Op 0x000001a4 connection.go:395] <- ReadFile (inode 6, handle 1, offset 53084160, 131072 bytes) | |
2015/11/12 02:41:25.632794 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [53084160 131072 53084160] | |
2015/11/12 02:41:25.632813 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.632843 fuse.DEBUG reading 131072 @ 53084160 = 131072, size=9699328 | |
2015/11/12 02:41:25.632858 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.632885 fuse.DEBUG Op 0x000001a4 connection.go:474] -> OK | |
2015/11/12 02:41:25.633007 fuse.DEBUG Op 0x000001a5 connection.go:395] <- ReadFile (inode 6, handle 1, offset 53215232, 131072 bytes) | |
2015/11/12 02:41:25.633294 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [53215232 131072 53215232] | |
2015/11/12 02:41:25.633322 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.633349 fuse.DEBUG reading 131072 @ 53215232 = 131072, size=9568256 | |
2015/11/12 02:41:25.633367 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.633402 fuse.DEBUG Op 0x000001a5 connection.go:474] -> OK | |
2015/11/12 02:41:25.633554 fuse.DEBUG Op 0x000001a6 connection.go:395] <- ReadFile (inode 6, handle 1, offset 53346304, 131072 bytes) | |
2015/11/12 02:41:25.633631 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [53346304 131072 53346304] | |
2015/11/12 02:41:25.633651 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.633689 fuse.DEBUG reading 131072 @ 53346304 = 131072, size=9437184 | |
2015/11/12 02:41:25.633709 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.633742 fuse.DEBUG Op 0x000001a6 connection.go:474] -> OK | |
2015/11/12 02:41:25.633871 fuse.DEBUG Op 0x000001a7 connection.go:395] <- ReadFile (inode 6, handle 1, offset 53477376, 131072 bytes) | |
2015/11/12 02:41:25.634156 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [53477376 131072 53477376] | |
2015/11/12 02:41:25.634177 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.634230 fuse.DEBUG reading 131072 @ 53477376 = 131072, size=9306112 | |
2015/11/12 02:41:25.634248 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.634265 fuse.DEBUG Op 0x000001a7 connection.go:474] -> OK | |
2015/11/12 02:41:25.634398 fuse.DEBUG Op 0x000001a8 connection.go:395] <- ReadFile (inode 6, handle 1, offset 53608448, 131072 bytes) | |
2015/11/12 02:41:25.634700 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [53608448 131072 53608448] | |
2015/11/12 02:41:25.634721 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.634749 fuse.DEBUG reading 131072 @ 53608448 = 131072, size=9175040 | |
2015/11/12 02:41:25.634767 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.634800 fuse.DEBUG Op 0x000001a8 connection.go:474] -> OK | |
2015/11/12 02:41:25.634944 fuse.DEBUG Op 0x000001a9 connection.go:395] <- ReadFile (inode 6, handle 1, offset 53739520, 131072 bytes) | |
2015/11/12 02:41:25.635188 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [53739520 131072 53739520] | |
2015/11/12 02:41:25.635207 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.635238 fuse.DEBUG reading 131072 @ 53739520 = 131072, size=9043968 | |
2015/11/12 02:41:25.635253 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.635268 fuse.DEBUG Op 0x000001a9 connection.go:474] -> OK | |
2015/11/12 02:41:25.635401 fuse.DEBUG Op 0x000001aa connection.go:395] <- ReadFile (inode 6, handle 1, offset 53870592, 131072 bytes) | |
2015/11/12 02:41:25.635714 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [53870592 131072 53870592] | |
2015/11/12 02:41:25.635735 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.635767 fuse.DEBUG reading 131072 @ 53870592 = 131072, size=8912896 | |
2015/11/12 02:41:25.635790 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.635811 fuse.DEBUG Op 0x000001aa connection.go:474] -> OK | |
2015/11/12 02:41:25.635972 fuse.DEBUG Op 0x000001ab connection.go:395] <- ReadFile (inode 6, handle 1, offset 54001664, 131072 bytes) | |
2015/11/12 02:41:25.636231 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [54001664 131072 54001664] | |
2015/11/12 02:41:25.636251 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.636279 fuse.DEBUG reading 131072 @ 54001664 = 131072, size=8781824 | |
2015/11/12 02:41:25.636295 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.636310 fuse.DEBUG Op 0x000001ab connection.go:474] -> OK | |
2015/11/12 02:41:25.636445 fuse.DEBUG Op 0x000001ac connection.go:395] <- ReadFile (inode 6, handle 1, offset 54132736, 131072 bytes) | |
2015/11/12 02:41:25.636720 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [54132736 131072 54132736] | |
2015/11/12 02:41:25.636737 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.636765 fuse.DEBUG reading 131072 @ 54132736 = 131072, size=8650752 | |
2015/11/12 02:41:25.636780 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.636794 fuse.DEBUG Op 0x000001ac connection.go:474] -> OK | |
2015/11/12 02:41:25.636924 fuse.DEBUG Op 0x000001ad connection.go:395] <- ReadFile (inode 6, handle 1, offset 54263808, 131072 bytes) | |
2015/11/12 02:41:25.637222 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [54263808 131072 54263808] | |
2015/11/12 02:41:25.637239 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.637266 fuse.DEBUG reading 131072 @ 54263808 = 131072, size=8519680 | |
2015/11/12 02:41:25.637281 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.637296 fuse.DEBUG Op 0x000001ad connection.go:474] -> OK | |
2015/11/12 02:41:25.637420 fuse.DEBUG Op 0x000001ae connection.go:395] <- ReadFile (inode 6, handle 1, offset 54394880, 131072 bytes) | |
2015/11/12 02:41:25.637725 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [54394880 131072 54394880] | |
2015/11/12 02:41:25.637742 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.637769 fuse.DEBUG reading 131072 @ 54394880 = 131072, size=8388608 | |
2015/11/12 02:41:25.637784 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.637798 fuse.DEBUG Op 0x000001ae connection.go:474] -> OK | |
2015/11/12 02:41:25.637923 fuse.DEBUG Op 0x000001af connection.go:395] <- ReadFile (inode 6, handle 1, offset 54525952, 131072 bytes) | |
2015/11/12 02:41:25.638235 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [54525952 131072 54525952] | |
2015/11/12 02:41:25.638258 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.638285 fuse.DEBUG reading 131072 @ 54525952 = 131072, size=8257536 | |
2015/11/12 02:41:25.638300 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.638315 fuse.DEBUG Op 0x000001af connection.go:474] -> OK | |
2015/11/12 02:41:25.638448 fuse.DEBUG Op 0x000001b0 connection.go:395] <- ReadFile (inode 6, handle 1, offset 54657024, 131072 bytes) | |
2015/11/12 02:41:25.638739 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [54657024 131072 54657024] | |
2015/11/12 02:41:25.638756 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.638784 fuse.DEBUG reading 131072 @ 54657024 = 131072, size=8126464 | |
2015/11/12 02:41:25.638799 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.638813 fuse.DEBUG Op 0x000001b0 connection.go:474] -> OK | |
2015/11/12 02:41:25.638935 fuse.DEBUG Op 0x000001b1 connection.go:395] <- ReadFile (inode 6, handle 1, offset 54788096, 131072 bytes) | |
2015/11/12 02:41:25.639256 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [54788096 131072 54788096] | |
2015/11/12 02:41:25.639273 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.639300 fuse.DEBUG reading 131072 @ 54788096 = 131072, size=7995392 | |
2015/11/12 02:41:25.639315 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.639330 fuse.DEBUG Op 0x000001b1 connection.go:474] -> OK | |
2015/11/12 02:41:25.639460 fuse.DEBUG Op 0x000001b2 connection.go:395] <- ReadFile (inode 6, handle 1, offset 54919168, 131072 bytes) | |
2015/11/12 02:41:25.639814 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [54919168 131072 54919168] | |
2015/11/12 02:41:25.639831 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.639859 fuse.DEBUG reading 131072 @ 54919168 = 131072, size=7864320 | |
2015/11/12 02:41:25.639881 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.639938 fuse.DEBUG Op 0x000001b2 connection.go:474] -> OK | |
2015/11/12 02:41:25.640022 s3.DEBUG DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 206 Partial Content | |
Content-Length: 5242880 | |
Accept-Ranges: bytes | |
Content-Range: bytes 146931712-152174591/2913812172 | |
Content-Type: binary/octet-stream | |
Date: Thu, 12 Nov 2015 02:41:26 GMT | |
Etag: "8812855bb146e3b0756b0316cefd7db4-397" | |
Last-Modified: Fri, 19 Jun 2015 08:13:28 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: sD7Dw4DMOBD34oVoPzbGimrIQ/0g16Oaui3sBntTrEOxaIBQt7VtHb3XTkHFMD3GAbDIwhP+SME= | |
X-Amz-Request-Id: D61B33BDD6DC130E | |
X-Amz-Version-Id: fL16j2gHcRvr7risStMlwXZqmEHJuG1b | |
----------------------------------------------------- | |
2015/11/12 02:41:25.640078 fuse.DEBUG Op 0x000001b3 connection.go:395] <- ReadFile (inode 6, handle 1, offset 55050240, 131072 bytes) | |
2015/11/12 02:41:25.640211 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [55050240 131072 55050240] | |
2015/11/12 02:41:25.640244 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.640280 fuse.DEBUG reading 131072 @ 55050240 = 131072, size=7733248 | |
2015/11/12 02:41:25.640306 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.640334 fuse.DEBUG Op 0x000001b3 connection.go:474] -> OK | |
2015/11/12 02:41:25.640472 fuse.DEBUG Op 0x000001b4 connection.go:395] <- ReadFile (inode 6, handle 1, offset 55181312, 131072 bytes) | |
2015/11/12 02:41:25.640840 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [55181312 131072 55181312] | |
2015/11/12 02:41:25.640861 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.640898 fuse.DEBUG reading 131072 @ 55181312 = 131072, size=7602176 | |
2015/11/12 02:41:25.640918 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.640944 fuse.DEBUG Op 0x000001b4 connection.go:474] -> OK | |
2015/11/12 02:41:25.641074 fuse.DEBUG Op 0x000001b5 connection.go:395] <- ReadFile (inode 6, handle 1, offset 55312384, 131072 bytes) | |
2015/11/12 02:41:25.641364 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [55312384 131072 55312384] | |
2015/11/12 02:41:25.641386 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.641424 fuse.DEBUG reading 131072 @ 55312384 = 131072, size=7471104 | |
2015/11/12 02:41:25.641440 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.641481 fuse.DEBUG Op 0x000001b5 connection.go:474] -> OK | |
2015/11/12 02:41:25.641615 fuse.DEBUG Op 0x000001b6 connection.go:395] <- ReadFile (inode 6, handle 1, offset 55443456, 131072 bytes) | |
2015/11/12 02:41:25.641931 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [55443456 131072 55443456] | |
2015/11/12 02:41:25.641952 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.641980 fuse.DEBUG reading 131072 @ 55443456 = 131072, size=7340032 | |
2015/11/12 02:41:25.641995 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.642030 fuse.DEBUG Op 0x000001b6 connection.go:474] -> OK | |
2015/11/12 02:41:25.642203 fuse.DEBUG Op 0x000001b7 connection.go:395] <- ReadFile (inode 6, handle 1, offset 55574528, 131072 bytes) | |
2015/11/12 02:41:25.642582 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [55574528 131072 55574528] | |
2015/11/12 02:41:25.642607 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.642660 fuse.DEBUG reading 131072 @ 55574528 = 131072, size=7208960 | |
2015/11/12 02:41:25.642682 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.642719 fuse.DEBUG Op 0x000001b7 connection.go:474] -> OK | |
2015/11/12 02:41:25.642880 fuse.DEBUG Op 0x000001b8 connection.go:395] <- ReadFile (inode 6, handle 1, offset 55705600, 131072 bytes) | |
2015/11/12 02:41:25.643160 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [55705600 131072 55705600] | |
2015/11/12 02:41:25.643181 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.643235 fuse.DEBUG reading 131072 @ 55705600 = 131072, size=7077888 | |
2015/11/12 02:41:25.643271 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.643293 fuse.DEBUG Op 0x000001b8 connection.go:474] -> OK | |
2015/11/12 02:41:25.643434 fuse.DEBUG Op 0x000001b9 connection.go:395] <- ReadFile (inode 6, handle 1, offset 55836672, 131072 bytes) | |
2015/11/12 02:41:25.643698 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [55836672 131072 55836672] | |
2015/11/12 02:41:25.643731 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.643773 fuse.DEBUG reading 131072 @ 55836672 = 131072, size=6946816 | |
2015/11/12 02:41:25.643797 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.643834 fuse.DEBUG Op 0x000001b9 connection.go:474] -> OK | |
2015/11/12 02:41:25.643970 fuse.DEBUG Op 0x000001ba connection.go:395] <- ReadFile (inode 6, handle 1, offset 55967744, 131072 bytes) | |
2015/11/12 02:41:25.644085 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [55967744 131072 55967744] | |
2015/11/12 02:41:25.644100 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.644129 fuse.DEBUG reading 131072 @ 55967744 = 131072, size=6815744 | |
2015/11/12 02:41:25.644152 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.644180 fuse.DEBUG Op 0x000001ba connection.go:474] -> OK | |
2015/11/12 02:41:25.644304 fuse.DEBUG Op 0x000001bb connection.go:395] <- ReadFile (inode 6, handle 1, offset 56098816, 131072 bytes) | |
2015/11/12 02:41:25.644684 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [56098816 131072 56098816] | |
2015/11/12 02:41:25.644705 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.644736 fuse.DEBUG reading 131072 @ 56098816 = 131072, size=6684672 | |
2015/11/12 02:41:25.644774 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.644808 fuse.DEBUG Op 0x000001bb connection.go:474] -> OK | |
2015/11/12 02:41:25.645005 fuse.DEBUG Op 0x000001bc connection.go:395] <- ReadFile (inode 6, handle 1, offset 56229888, 131072 bytes) | |
2015/11/12 02:41:25.645278 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [56229888 131072 56229888] | |
2015/11/12 02:41:25.645301 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.645340 fuse.DEBUG reading 131072 @ 56229888 = 131072, size=6553600 | |
2015/11/12 02:41:25.645364 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.645399 fuse.DEBUG Op 0x000001bc connection.go:474] -> OK | |
2015/11/12 02:41:25.645536 fuse.DEBUG Op 0x000001bd connection.go:395] <- ReadFile (inode 6, handle 1, offset 56360960, 131072 bytes) | |
2015/11/12 02:41:25.645898 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [56360960 131072 56360960] | |
2015/11/12 02:41:25.645920 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.645957 fuse.DEBUG reading 131072 @ 56360960 = 131072, size=6422528 | |
2015/11/12 02:41:25.646001 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.646051 fuse.DEBUG Op 0x000001bd connection.go:474] -> OK | |
2015/11/12 02:41:25.646190 fuse.DEBUG Op 0x000001be connection.go:395] <- ReadFile (inode 6, handle 1, offset 56492032, 131072 bytes) | |
2015/11/12 02:41:25.646525 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [56492032 131072 56492032] | |
2015/11/12 02:41:25.646551 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.646583 fuse.DEBUG reading 131072 @ 56492032 = 131072, size=6291456 | |
2015/11/12 02:41:25.646604 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.646631 fuse.DEBUG Op 0x000001be connection.go:474] -> OK | |
2015/11/12 02:41:25.646761 fuse.DEBUG Op 0x000001bf connection.go:395] <- ReadFile (inode 6, handle 1, offset 56623104, 131072 bytes) | |
2015/11/12 02:41:25.647079 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [56623104 131072 56623104] | |
2015/11/12 02:41:25.647109 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.647151 fuse.DEBUG reading 131072 @ 56623104 = 131072, size=6160384 | |
2015/11/12 02:41:25.647176 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.647217 fuse.DEBUG Op 0x000001bf connection.go:474] -> OK | |
2015/11/12 02:41:25.647350 fuse.DEBUG Op 0x000001c0 connection.go:395] <- ReadFile (inode 6, handle 1, offset 56754176, 131072 bytes) | |
2015/11/12 02:41:25.647655 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [56754176 131072 56754176] | |
2015/11/12 02:41:25.647677 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.647717 fuse.DEBUG reading 131072 @ 56754176 = 131072, size=6029312 | |
2015/11/12 02:41:25.647736 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.647762 fuse.DEBUG Op 0x000001c0 connection.go:474] -> OK | |
2015/11/12 02:41:25.647907 fuse.DEBUG Op 0x000001c1 connection.go:395] <- ReadFile (inode 6, handle 1, offset 56885248, 131072 bytes) | |
2015/11/12 02:41:25.648192 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [56885248 131072 56885248] | |
2015/11/12 02:41:25.648215 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.648260 fuse.DEBUG reading 131072 @ 56885248 = 131072, size=5898240 | |
2015/11/12 02:41:25.648277 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.648309 fuse.DEBUG Op 0x000001c1 connection.go:474] -> OK | |
2015/11/12 02:41:25.648480 fuse.DEBUG Op 0x000001c2 connection.go:395] <- ReadFile (inode 6, handle 1, offset 57016320, 131072 bytes) | |
2015/11/12 02:41:25.648560 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [57016320 131072 57016320] | |
2015/11/12 02:41:25.648582 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.648621 fuse.DEBUG reading 131072 @ 57016320 = 131072, size=5767168 | |
2015/11/12 02:41:25.648641 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.648672 fuse.DEBUG Op 0x000001c2 connection.go:474] -> OK | |
2015/11/12 02:41:25.648822 fuse.DEBUG Op 0x000001c3 connection.go:395] <- ReadFile (inode 6, handle 1, offset 57147392, 131072 bytes) | |
2015/11/12 02:41:25.649103 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [57147392 131072 57147392] | |
2015/11/12 02:41:25.649124 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.649158 fuse.DEBUG reading 131072 @ 57147392 = 131072, size=5636096 | |
2015/11/12 02:41:25.649182 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.649223 fuse.DEBUG Op 0x000001c3 connection.go:474] -> OK | |
2015/11/12 02:41:25.649375 fuse.DEBUG Op 0x000001c4 connection.go:395] <- ReadFile (inode 6, handle 1, offset 57278464, 131072 bytes) | |
2015/11/12 02:41:25.649678 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [57278464 131072 57278464] | |
2015/11/12 02:41:25.649698 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.649731 fuse.DEBUG reading 131072 @ 57278464 = 131072, size=5505024 | |
2015/11/12 02:41:25.649756 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.649797 fuse.DEBUG Op 0x000001c4 connection.go:474] -> OK | |
2015/11/12 02:41:25.649935 fuse.DEBUG Op 0x000001c5 connection.go:395] <- ReadFile (inode 6, handle 1, offset 57409536, 131072 bytes) | |
2015/11/12 02:41:25.650224 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [57409536 131072 57409536] | |
2015/11/12 02:41:25.650243 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.650272 fuse.DEBUG reading 131072 @ 57409536 = 131072, size=5373952 | |
2015/11/12 02:41:25.650288 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.650303 fuse.DEBUG Op 0x000001c5 connection.go:474] -> OK | |
2015/11/12 02:41:25.650471 fuse.DEBUG Op 0x000001c6 connection.go:395] <- ReadFile (inode 6, handle 1, offset 57540608, 131072 bytes) | |
2015/11/12 02:41:25.650730 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [57540608 131072 57540608] | |
2015/11/12 02:41:25.650753 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.650783 fuse.DEBUG reading 131072 @ 57540608 = 131072, size=5242880 | |
2015/11/12 02:41:25.650800 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.650843 fuse.DEBUG Op 0x000001c6 connection.go:474] -> OK | |
2015/11/12 02:41:25.650991 fuse.DEBUG Op 0x000001c7 connection.go:395] <- ReadFile (inode 6, handle 1, offset 57671680, 131072 bytes) | |
2015/11/12 02:41:25.651263 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [57671680 131072 57671680] | |
2015/11/12 02:41:25.651293 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.651332 fuse.DEBUG reading 131072 @ 57671680 = 131072, size=5111808 | |
2015/11/12 02:41:25.651356 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.651387 fuse.DEBUG Op 0x000001c7 connection.go:474] -> OK | |
2015/11/12 02:41:25.651570 fuse.DEBUG Op 0x000001c8 connection.go:395] <- ReadFile (inode 6, handle 1, offset 57802752, 131072 bytes) | |
2015/11/12 02:41:25.651836 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [57802752 131072 57802752] | |
2015/11/12 02:41:25.651987 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.652036 fuse.DEBUG reading 131072 @ 57802752 = 131072, size=4980736 | |
2015/11/12 02:41:25.652061 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.652114 fuse.DEBUG Op 0x000001c8 connection.go:474] -> OK | |
2015/11/12 02:41:25.652268 fuse.DEBUG Op 0x000001c9 connection.go:395] <- ReadFile (inode 6, handle 1, offset 57933824, 131072 bytes) | |
2015/11/12 02:41:25.652569 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [57933824 131072 57933824] | |
2015/11/12 02:41:25.652592 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.652636 fuse.DEBUG reading 131072 @ 57933824 = 131072, size=4849664 | |
2015/11/12 02:41:25.652642 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
Range: bytes=157417472-162660351 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024125Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:25.652658 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.652836 fuse.DEBUG Op 0x000001c9 connection.go:474] -> OK | |
2015/11/12 02:41:25.653055 fuse.DEBUG Op 0x000001ca connection.go:395] <- ReadFile (inode 6, handle 1, offset 58064896, 131072 bytes) | |
2015/11/12 02:41:25.653381 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [58064896 131072 58064896] | |
2015/11/12 02:41:25.653411 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.653452 fuse.DEBUG reading 131072 @ 58064896 = 131072, size=4718592 | |
2015/11/12 02:41:25.653480 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.653526 fuse.DEBUG Op 0x000001ca connection.go:474] -> OK | |
2015/11/12 02:41:25.653652 fuse.DEBUG Op 0x000001cb connection.go:395] <- ReadFile (inode 6, handle 1, offset 58195968, 131072 bytes) | |
2015/11/12 02:41:25.653776 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [58195968 131072 58195968] | |
2015/11/12 02:41:25.653817 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.653852 fuse.DEBUG reading 131072 @ 58195968 = 131072, size=4587520 | |
2015/11/12 02:41:25.653868 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.653884 fuse.DEBUG Op 0x000001cb connection.go:474] -> OK | |
2015/11/12 02:41:25.654041 fuse.DEBUG Op 0x000001cc connection.go:395] <- ReadFile (inode 6, handle 1, offset 58327040, 131072 bytes) | |
2015/11/12 02:41:25.654281 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [58327040 131072 58327040] | |
2015/11/12 02:41:25.654305 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.654344 fuse.DEBUG reading 131072 @ 58327040 = 131072, size=4456448 | |
2015/11/12 02:41:25.654369 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.654396 fuse.DEBUG Op 0x000001cc connection.go:474] -> OK | |
2015/11/12 02:41:25.654554 fuse.DEBUG Op 0x000001cd connection.go:395] <- ReadFile (inode 6, handle 1, offset 58458112, 131072 bytes) | |
2015/11/12 02:41:25.654827 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [58458112 131072 58458112] | |
2015/11/12 02:41:25.654850 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.654888 fuse.DEBUG reading 131072 @ 58458112 = 131072, size=4325376 | |
2015/11/12 02:41:25.654909 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.654943 fuse.DEBUG Op 0x000001cd connection.go:474] -> OK | |
2015/11/12 02:41:25.655094 fuse.DEBUG Op 0x000001ce connection.go:395] <- ReadFile (inode 6, handle 1, offset 58589184, 131072 bytes) | |
2015/11/12 02:41:25.655353 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [58589184 131072 58589184] | |
2015/11/12 02:41:25.655395 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.655434 fuse.DEBUG reading 131072 @ 58589184 = 131072, size=4194304 | |
2015/11/12 02:41:25.655487 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.655530 fuse.DEBUG Op 0x000001ce connection.go:474] -> OK | |
2015/11/12 02:41:25.655681 fuse.DEBUG Op 0x000001cf connection.go:395] <- ReadFile (inode 6, handle 1, offset 58720256, 131072 bytes) | |
2015/11/12 02:41:25.656036 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [58720256 131072 58720256] | |
2015/11/12 02:41:25.656061 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.656097 fuse.DEBUG reading 131072 @ 58720256 = 131072, size=4063232 | |
2015/11/12 02:41:25.656123 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.656147 fuse.DEBUG Op 0x000001cf connection.go:474] -> OK | |
2015/11/12 02:41:25.656290 fuse.DEBUG Op 0x000001d0 connection.go:395] <- ReadFile (inode 6, handle 1, offset 58851328, 131072 bytes) | |
2015/11/12 02:41:25.656760 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [58851328 131072 58851328] | |
2015/11/12 02:41:25.656813 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.656856 fuse.DEBUG reading 131072 @ 58851328 = 131072, size=3932160 | |
2015/11/12 02:41:25.656877 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.656935 fuse.DEBUG Op 0x000001d0 connection.go:474] -> OK | |
2015/11/12 02:41:25.657075 fuse.DEBUG Op 0x000001d1 connection.go:395] <- ReadFile (inode 6, handle 1, offset 58982400, 131072 bytes) | |
2015/11/12 02:41:25.657459 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [58982400 131072 58982400] | |
2015/11/12 02:41:25.657489 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.657527 fuse.DEBUG reading 131072 @ 58982400 = 131072, size=3801088 | |
2015/11/12 02:41:25.657551 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.657576 fuse.DEBUG Op 0x000001d1 connection.go:474] -> OK | |
2015/11/12 02:41:25.657715 fuse.DEBUG Op 0x000001d2 connection.go:395] <- ReadFile (inode 6, handle 1, offset 59113472, 131072 bytes) | |
2015/11/12 02:41:25.658345 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [59113472 131072 59113472] | |
2015/11/12 02:41:25.658366 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.658395 fuse.DEBUG reading 131072 @ 59113472 = 131072, size=3670016 | |
2015/11/12 02:41:25.658410 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.658426 fuse.DEBUG Op 0x000001d2 connection.go:474] -> OK | |
2015/11/12 02:41:25.658562 fuse.DEBUG Op 0x000001d3 connection.go:395] <- ReadFile (inode 6, handle 1, offset 59244544, 131072 bytes) | |
2015/11/12 02:41:25.658948 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [59244544 131072 59244544] | |
2015/11/12 02:41:25.658975 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.659012 fuse.DEBUG reading 131072 @ 59244544 = 131072, size=3538944 | |
2015/11/12 02:41:25.659075 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.659101 fuse.DEBUG Op 0x000001d3 connection.go:474] -> OK | |
2015/11/12 02:41:25.659239 fuse.DEBUG Op 0x000001d4 connection.go:395] <- ReadFile (inode 6, handle 1, offset 59375616, 131072 bytes) | |
2015/11/12 02:41:25.659611 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [59375616 131072 59375616] | |
2015/11/12 02:41:25.659642 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.659683 fuse.DEBUG reading 131072 @ 59375616 = 131072, size=3407872 | |
2015/11/12 02:41:25.659708 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.659733 fuse.DEBUG Op 0x000001d4 connection.go:474] -> OK | |
2015/11/12 02:41:25.659881 fuse.DEBUG Op 0x000001d5 connection.go:395] <- ReadFile (inode 6, handle 1, offset 59506688, 131072 bytes) | |
2015/11/12 02:41:25.660172 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [59506688 131072 59506688] | |
2015/11/12 02:41:25.660197 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.660249 fuse.DEBUG reading 131072 @ 59506688 = 131072, size=3276800 | |
2015/11/12 02:41:25.660272 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.660299 fuse.DEBUG Op 0x000001d5 connection.go:474] -> OK | |
2015/11/12 02:41:25.660449 fuse.DEBUG Op 0x000001d6 connection.go:395] <- ReadFile (inode 6, handle 1, offset 59637760, 131072 bytes) | |
2015/11/12 02:41:25.660885 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [59637760 131072 59637760] | |
2015/11/12 02:41:25.660909 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.660953 fuse.DEBUG reading 131072 @ 59637760 = 131072, size=3145728 | |
2015/11/12 02:41:25.660970 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.660994 fuse.DEBUG Op 0x000001d6 connection.go:474] -> OK | |
2015/11/12 02:41:25.661135 fuse.DEBUG Op 0x000001d7 connection.go:395] <- ReadFile (inode 6, handle 1, offset 59768832, 131072 bytes) | |
2015/11/12 02:41:25.661381 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [59768832 131072 59768832] | |
2015/11/12 02:41:25.661403 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.661439 fuse.DEBUG reading 131072 @ 59768832 = 131072, size=3014656 | |
2015/11/12 02:41:25.661460 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.661493 fuse.DEBUG Op 0x000001d7 connection.go:474] -> OK | |
2015/11/12 02:41:25.661633 fuse.DEBUG Op 0x000001d8 connection.go:395] <- ReadFile (inode 6, handle 1, offset 59899904, 131072 bytes) | |
2015/11/12 02:41:25.661767 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [59899904 131072 59899904] | |
2015/11/12 02:41:25.661796 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.661841 fuse.DEBUG reading 131072 @ 59899904 = 131072, size=2883584 | |
2015/11/12 02:41:25.661865 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.661908 fuse.DEBUG Op 0x000001d8 connection.go:474] -> OK | |
2015/11/12 02:41:25.662046 fuse.DEBUG Op 0x000001d9 connection.go:395] <- ReadFile (inode 6, handle 1, offset 60030976, 131072 bytes) | |
2015/11/12 02:41:25.662447 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [60030976 131072 60030976] | |
2015/11/12 02:41:25.662473 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.662510 fuse.DEBUG reading 131072 @ 60030976 = 131072, size=2752512 | |
2015/11/12 02:41:25.662534 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.662566 fuse.DEBUG Op 0x000001d9 connection.go:474] -> OK | |
2015/11/12 02:41:25.662709 fuse.DEBUG Op 0x000001da connection.go:395] <- ReadFile (inode 6, handle 1, offset 60162048, 131072 bytes) | |
2015/11/12 02:41:25.663095 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [60162048 131072 60162048] | |
2015/11/12 02:41:25.663127 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.663167 fuse.DEBUG reading 131072 @ 60162048 = 131072, size=2621440 | |
2015/11/12 02:41:25.663189 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.663228 fuse.DEBUG Op 0x000001da connection.go:474] -> OK | |
2015/11/12 02:41:25.663358 fuse.DEBUG Op 0x000001db connection.go:395] <- ReadFile (inode 6, handle 1, offset 60293120, 131072 bytes) | |
2015/11/12 02:41:25.663616 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [60293120 131072 60293120] | |
2015/11/12 02:41:25.663644 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.663687 fuse.DEBUG reading 131072 @ 60293120 = 131072, size=2490368 | |
2015/11/12 02:41:25.663711 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.663744 fuse.DEBUG Op 0x000001db connection.go:474] -> OK | |
2015/11/12 02:41:25.663897 fuse.DEBUG Op 0x000001dc connection.go:395] <- ReadFile (inode 6, handle 1, offset 60424192, 131072 bytes) | |
2015/11/12 02:41:25.664002 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [60424192 131072 60424192] | |
2015/11/12 02:41:25.664035 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.664077 fuse.DEBUG reading 131072 @ 60424192 = 131072, size=2359296 | |
2015/11/12 02:41:25.664099 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.664132 fuse.DEBUG Op 0x000001dc connection.go:474] -> OK | |
2015/11/12 02:41:25.664273 fuse.DEBUG Op 0x000001dd connection.go:395] <- ReadFile (inode 6, handle 1, offset 60555264, 131072 bytes) | |
2015/11/12 02:41:25.664503 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [60555264 131072 60555264] | |
2015/11/12 02:41:25.664523 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.664560 fuse.DEBUG reading 131072 @ 60555264 = 131072, size=2228224 | |
2015/11/12 02:41:25.664593 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.664634 fuse.DEBUG Op 0x000001dd connection.go:474] -> OK | |
2015/11/12 02:41:25.664762 fuse.DEBUG Op 0x000001de connection.go:395] <- ReadFile (inode 6, handle 1, offset 60686336, 131072 bytes) | |
2015/11/12 02:41:25.664913 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [60686336 131072 60686336] | |
2015/11/12 02:41:25.664940 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.664986 fuse.DEBUG reading 131072 @ 60686336 = 131072, size=2097152 | |
2015/11/12 02:41:25.665012 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.665046 fuse.DEBUG Op 0x000001de connection.go:474] -> OK | |
2015/11/12 02:41:25.665282 fuse.DEBUG Op 0x000001df connection.go:395] <- ReadFile (inode 6, handle 1, offset 60817408, 131072 bytes) | |
2015/11/12 02:41:25.665530 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [60817408 131072 60817408] | |
2015/11/12 02:41:25.665553 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.665596 fuse.DEBUG reading 131072 @ 60817408 = 131072, size=1966080 | |
2015/11/12 02:41:25.665618 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.665653 fuse.DEBUG Op 0x000001df connection.go:474] -> OK | |
2015/11/12 02:41:25.665785 fuse.DEBUG Op 0x000001e0 connection.go:395] <- ReadFile (inode 6, handle 1, offset 60948480, 131072 bytes) | |
2015/11/12 02:41:25.666056 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [60948480 131072 60948480] | |
2015/11/12 02:41:25.666080 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.666156 fuse.DEBUG reading 131072 @ 60948480 = 131072, size=1835008 | |
2015/11/12 02:41:25.666180 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.666218 fuse.DEBUG Op 0x000001e0 connection.go:474] -> OK | |
2015/11/12 02:41:25.666353 fuse.DEBUG Op 0x000001e1 connection.go:395] <- ReadFile (inode 6, handle 1, offset 61079552, 131072 bytes) | |
2015/11/12 02:41:25.666500 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [61079552 131072 61079552] | |
2015/11/12 02:41:25.666527 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.666567 fuse.DEBUG reading 131072 @ 61079552 = 131072, size=1703936 | |
2015/11/12 02:41:25.666591 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.666628 fuse.DEBUG Op 0x000001e1 connection.go:474] -> OK | |
2015/11/12 02:41:25.666768 fuse.DEBUG Op 0x000001e2 connection.go:395] <- ReadFile (inode 6, handle 1, offset 61210624, 131072 bytes) | |
2015/11/12 02:41:25.667097 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [61210624 131072 61210624] | |
2015/11/12 02:41:25.667124 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.667161 fuse.DEBUG reading 131072 @ 61210624 = 131072, size=1572864 | |
2015/11/12 02:41:25.667187 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.667223 fuse.DEBUG Op 0x000001e2 connection.go:474] -> OK | |
2015/11/12 02:41:25.667359 fuse.DEBUG Op 0x000001e3 connection.go:395] <- ReadFile (inode 6, handle 1, offset 61341696, 131072 bytes) | |
2015/11/12 02:41:25.667624 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [61341696 131072 61341696] | |
2015/11/12 02:41:25.667649 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.667688 fuse.DEBUG reading 131072 @ 61341696 = 131072, size=1441792 | |
2015/11/12 02:41:25.667722 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.667747 fuse.DEBUG Op 0x000001e3 connection.go:474] -> OK | |
2015/11/12 02:41:25.667899 fuse.DEBUG Op 0x000001e4 connection.go:395] <- ReadFile (inode 6, handle 1, offset 61472768, 131072 bytes) | |
2015/11/12 02:41:25.668291 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [61472768 131072 61472768] | |
2015/11/12 02:41:25.668326 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.668371 fuse.DEBUG reading 131072 @ 61472768 = 131072, size=1310720 | |
2015/11/12 02:41:25.668395 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.668417 fuse.DEBUG Op 0x000001e4 connection.go:474] -> OK | |
2015/11/12 02:41:25.668547 fuse.DEBUG Op 0x000001e5 connection.go:395] <- ReadFile (inode 6, handle 1, offset 61603840, 131072 bytes) | |
2015/11/12 02:41:25.668808 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [61603840 131072 61603840] | |
2015/11/12 02:41:25.668835 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.668872 fuse.DEBUG reading 131072 @ 61603840 = 131072, size=1179648 | |
2015/11/12 02:41:25.668897 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.668937 fuse.DEBUG Op 0x000001e5 connection.go:474] -> OK | |
2015/11/12 02:41:25.669063 fuse.DEBUG Op 0x000001e6 connection.go:395] <- ReadFile (inode 6, handle 1, offset 61734912, 131072 bytes) | |
2015/11/12 02:41:25.669138 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [61734912 131072 61734912] | |
2015/11/12 02:41:25.669158 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.669199 fuse.DEBUG reading 131072 @ 61734912 = 131072, size=1048576 | |
2015/11/12 02:41:25.669219 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.669262 fuse.DEBUG Op 0x000001e6 connection.go:474] -> OK | |
2015/11/12 02:41:25.669386 fuse.DEBUG Op 0x000001e7 connection.go:395] <- ReadFile (inode 6, handle 1, offset 61865984, 131072 bytes) | |
2015/11/12 02:41:25.669644 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [61865984 131072 61865984] | |
2015/11/12 02:41:25.669667 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.669704 fuse.DEBUG reading 131072 @ 61865984 = 131072, size=917504 | |
2015/11/12 02:41:25.669735 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.669776 fuse.DEBUG Op 0x000001e7 connection.go:474] -> OK | |
2015/11/12 02:41:25.669908 fuse.DEBUG Op 0x000001e8 connection.go:395] <- ReadFile (inode 6, handle 1, offset 61997056, 131072 bytes) | |
2015/11/12 02:41:25.670047 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [61997056 131072 61997056] | |
2015/11/12 02:41:25.670074 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.670110 fuse.DEBUG reading 131072 @ 61997056 = 131072, size=786432 | |
2015/11/12 02:41:25.670135 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.670184 fuse.DEBUG Op 0x000001e8 connection.go:474] -> OK | |
2015/11/12 02:41:25.670331 fuse.DEBUG Op 0x000001e9 connection.go:395] <- ReadFile (inode 6, handle 1, offset 62128128, 131072 bytes) | |
2015/11/12 02:41:25.670668 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [62128128 131072 62128128] | |
2015/11/12 02:41:25.670688 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.670726 fuse.DEBUG reading 131072 @ 62128128 = 131072, size=655360 | |
2015/11/12 02:41:25.670741 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.670781 fuse.DEBUG Op 0x000001e9 connection.go:474] -> OK | |
2015/11/12 02:41:25.670929 fuse.DEBUG Op 0x000001ea connection.go:395] <- ReadFile (inode 6, handle 1, offset 62259200, 131072 bytes) | |
2015/11/12 02:41:25.671167 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [62259200 131072 62259200] | |
2015/11/12 02:41:25.671194 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.671224 fuse.DEBUG reading 131072 @ 62259200 = 131072, size=524288 | |
2015/11/12 02:41:25.671246 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.671271 fuse.DEBUG Op 0x000001ea connection.go:474] -> OK | |
2015/11/12 02:41:25.671405 fuse.DEBUG Op 0x000001eb connection.go:395] <- ReadFile (inode 6, handle 1, offset 62390272, 131072 bytes) | |
2015/11/12 02:41:25.671511 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [62390272 131072 62390272] | |
2015/11/12 02:41:25.671531 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.671564 fuse.DEBUG reading 131072 @ 62390272 = 131072, size=393216 | |
2015/11/12 02:41:25.671580 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.671624 fuse.DEBUG Op 0x000001eb connection.go:474] -> OK | |
2015/11/12 02:41:25.671743 fuse.DEBUG Op 0x000001ec connection.go:395] <- ReadFile (inode 6, handle 1, offset 62521344, 131072 bytes) | |
2015/11/12 02:41:25.672006 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [62521344 131072 62521344] | |
2015/11/12 02:41:25.672025 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.672076 fuse.DEBUG reading 131072 @ 62521344 = 131072, size=262144 | |
2015/11/12 02:41:25.672101 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.672127 fuse.DEBUG Op 0x000001ec connection.go:474] -> OK | |
2015/11/12 02:41:25.672276 fuse.DEBUG Op 0x000001ed connection.go:395] <- ReadFile (inode 6, handle 1, offset 62652416, 131072 bytes) | |
2015/11/12 02:41:25.672396 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [62652416 131072 62652416] | |
2015/11/12 02:41:25.672416 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.672444 fuse.DEBUG reading 131072 @ 62652416 = 131072, size=131072 | |
2015/11/12 02:41:25.672460 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.672481 fuse.DEBUG Op 0x000001ed connection.go:474] -> OK | |
2015/11/12 02:41:25.672623 fuse.DEBUG Op 0x000001ee connection.go:395] <- ReadFile (inode 6, handle 1, offset 62783488, 131072 bytes) | |
2015/11/12 02:41:25.672861 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [62783488 131072 62783488] | |
2015/11/12 02:41:25.672881 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.672923 fuse.DEBUG reading 131072 @ 62783488 = 131072, size=0 | |
2015/11/12 02:41:25.672956 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.672983 fuse.DEBUG Op 0x000001ee connection.go:474] -> OK | |
2015/11/12 02:41:25.673102 fuse.DEBUG Op 0x000001ef connection.go:395] <- ReadFile (inode 6, handle 1, offset 62914560, 131072 bytes) | |
2015/11/12 02:41:25.673246 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [62914560 131072 62914560] | |
2015/11/12 02:41:25.673271 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.673298 fuse.DEBUG reading 131072 @ 62914560 = 131072, size=47185920 | |
2015/11/12 02:41:25.673314 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.673335 fuse.DEBUG Op 0x000001ef connection.go:474] -> OK | |
2015/11/12 02:41:25.673455 fuse.DEBUG Op 0x000001f0 connection.go:395] <- ReadFile (inode 6, handle 1, offset 63045632, 131072 bytes) | |
2015/11/12 02:41:25.673702 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [63045632 131072 63045632] | |
2015/11/12 02:41:25.673731 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.673759 fuse.DEBUG reading 131072 @ 63045632 = 131072, size=47054848 | |
2015/11/12 02:41:25.673779 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.673806 fuse.DEBUG Op 0x000001f0 connection.go:474] -> OK | |
2015/11/12 02:41:25.673929 fuse.DEBUG Op 0x000001f1 connection.go:395] <- ReadFile (inode 6, handle 1, offset 63176704, 131072 bytes) | |
2015/11/12 02:41:25.674180 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
Range: bytes=162660352-167903231 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024125Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:25.674225 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [63176704 131072 63176704] | |
2015/11/12 02:41:25.674285 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.674344 fuse.DEBUG reading 131072 @ 63176704 = 131072, size=46923776 | |
2015/11/12 02:41:25.674366 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.674403 fuse.DEBUG Op 0x000001f1 connection.go:474] -> OK | |
2015/11/12 02:41:25.674532 fuse.DEBUG Op 0x000001f2 connection.go:395] <- ReadFile (inode 6, handle 1, offset 63307776, 131072 bytes) | |
2015/11/12 02:41:25.674866 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [63307776 131072 63307776] | |
2015/11/12 02:41:25.674887 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.674917 fuse.DEBUG reading 131072 @ 63307776 = 131072, size=46792704 | |
2015/11/12 02:41:25.674933 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.674960 fuse.DEBUG Op 0x000001f2 connection.go:474] -> OK | |
2015/11/12 02:41:25.675082 fuse.DEBUG Op 0x000001f3 connection.go:395] <- ReadFile (inode 6, handle 1, offset 63438848, 131072 bytes) | |
2015/11/12 02:41:25.675404 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [63438848 131072 63438848] | |
2015/11/12 02:41:25.675424 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.675450 fuse.DEBUG reading 131072 @ 63438848 = 131072, size=46661632 | |
2015/11/12 02:41:25.675473 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.675498 fuse.DEBUG Op 0x000001f3 connection.go:474] -> OK | |
2015/11/12 02:41:25.675615 fuse.DEBUG Op 0x000001f4 connection.go:395] <- ReadFile (inode 6, handle 1, offset 63569920, 131072 bytes) | |
2015/11/12 02:41:25.675727 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [63569920 131072 63569920] | |
2015/11/12 02:41:25.675748 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.675780 fuse.DEBUG reading 131072 @ 63569920 = 131072, size=46530560 | |
2015/11/12 02:41:25.675798 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.675835 fuse.DEBUG Op 0x000001f4 connection.go:474] -> OK | |
2015/11/12 02:41:25.675970 fuse.DEBUG Op 0x000001f5 connection.go:395] <- ReadFile (inode 6, handle 1, offset 63700992, 131072 bytes) | |
2015/11/12 02:41:25.676250 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [63700992 131072 63700992] | |
2015/11/12 02:41:25.676276 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.676312 fuse.DEBUG reading 131072 @ 63700992 = 131072, size=46399488 | |
2015/11/12 02:41:25.676338 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.676370 fuse.DEBUG Op 0x000001f5 connection.go:474] -> OK | |
2015/11/12 02:41:25.676529 fuse.DEBUG Op 0x000001f6 connection.go:395] <- ReadFile (inode 6, handle 1, offset 63832064, 131072 bytes) | |
2015/11/12 02:41:25.676905 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [63832064 131072 63832064] | |
2015/11/12 02:41:25.676936 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.676966 fuse.DEBUG reading 131072 @ 63832064 = 131072, size=46268416 | |
2015/11/12 02:41:25.676979 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.677003 fuse.DEBUG Op 0x000001f6 connection.go:474] -> OK | |
2015/11/12 02:41:25.677151 fuse.DEBUG Op 0x000001f7 connection.go:395] <- ReadFile (inode 6, handle 1, offset 63963136, 131072 bytes) | |
2015/11/12 02:41:25.677240 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [63963136 131072 63963136] | |
2015/11/12 02:41:25.677260 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.677296 fuse.DEBUG reading 131072 @ 63963136 = 131072, size=46137344 | |
2015/11/12 02:41:25.677316 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.677342 fuse.DEBUG Op 0x000001f7 connection.go:474] -> OK | |
2015/11/12 02:41:25.677505 fuse.DEBUG Op 0x000001f8 connection.go:395] <- ReadFile (inode 6, handle 1, offset 64094208, 131072 bytes) | |
2015/11/12 02:41:25.677756 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [64094208 131072 64094208] | |
2015/11/12 02:41:25.677775 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.677812 fuse.DEBUG reading 131072 @ 64094208 = 131072, size=46006272 | |
2015/11/12 02:41:25.677833 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.677858 fuse.DEBUG Op 0x000001f8 connection.go:474] -> OK | |
2015/11/12 02:41:25.677994 fuse.DEBUG Op 0x000001f9 connection.go:395] <- ReadFile (inode 6, handle 1, offset 64225280, 131072 bytes) | |
2015/11/12 02:41:25.678274 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [64225280 131072 64225280] | |
2015/11/12 02:41:25.678303 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.678343 fuse.DEBUG reading 131072 @ 64225280 = 131072, size=45875200 | |
2015/11/12 02:41:25.678365 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.678411 fuse.DEBUG Op 0x000001f9 connection.go:474] -> OK | |
2015/11/12 02:41:25.678579 fuse.DEBUG Op 0x000001fa connection.go:395] <- ReadFile (inode 6, handle 1, offset 64356352, 131072 bytes) | |
2015/11/12 02:41:25.678895 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [64356352 131072 64356352] | |
2015/11/12 02:41:25.678914 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.678944 fuse.DEBUG reading 131072 @ 64356352 = 131072, size=45744128 | |
2015/11/12 02:41:25.678954 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.678982 fuse.DEBUG Op 0x000001fa connection.go:474] -> OK | |
2015/11/12 02:41:25.679174 fuse.DEBUG Op 0x000001fb connection.go:395] <- ReadFile (inode 6, handle 1, offset 64487424, 131072 bytes) | |
2015/11/12 02:41:25.679518 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [64487424 131072 64487424] | |
2015/11/12 02:41:25.679543 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.679582 fuse.DEBUG reading 131072 @ 64487424 = 131072, size=45613056 | |
2015/11/12 02:41:25.679619 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.679657 fuse.DEBUG Op 0x000001fb connection.go:474] -> OK | |
2015/11/12 02:41:25.679789 fuse.DEBUG Op 0x000001fc connection.go:395] <- ReadFile (inode 6, handle 1, offset 64618496, 131072 bytes) | |
2015/11/12 02:41:25.679916 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [64618496 131072 64618496] | |
2015/11/12 02:41:25.679939 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.679993 fuse.DEBUG reading 131072 @ 64618496 = 131072, size=45481984 | |
2015/11/12 02:41:25.680021 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.680055 fuse.DEBUG Op 0x000001fc connection.go:474] -> OK | |
2015/11/12 02:41:25.680221 fuse.DEBUG Op 0x000001fd connection.go:395] <- ReadFile (inode 6, handle 1, offset 64749568, 131072 bytes) | |
2015/11/12 02:41:25.680529 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [64749568 131072 64749568] | |
2015/11/12 02:41:25.680550 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.680578 fuse.DEBUG reading 131072 @ 64749568 = 131072, size=45350912 | |
2015/11/12 02:41:25.680590 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.680613 fuse.DEBUG Op 0x000001fd connection.go:474] -> OK | |
2015/11/12 02:41:25.680782 fuse.DEBUG Op 0x000001fe connection.go:395] <- ReadFile (inode 6, handle 1, offset 64880640, 131072 bytes) | |
2015/11/12 02:41:25.680802 s3.DEBUG DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 206 Partial Content | |
Content-Length: 5242880 | |
Accept-Ranges: bytes | |
Content-Range: bytes 152174592-157417471/2913812172 | |
Content-Type: binary/octet-stream | |
Date: Thu, 12 Nov 2015 02:41:26 GMT | |
Etag: "8812855bb146e3b0756b0316cefd7db4-397" | |
Last-Modified: Fri, 19 Jun 2015 08:13:28 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: 27q6mVQWSGzA/Gw1HrNP/OBFZ7oiiSDfvvghpbGVlg3PWVRVtKZZdZaSCAG5ZVxEHveqnIlacYc= | |
X-Amz-Request-Id: 473E1D150399598B | |
X-Amz-Version-Id: fL16j2gHcRvr7risStMlwXZqmEHJuG1b | |
----------------------------------------------------- | |
2015/11/12 02:41:25.681050 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [64880640 131072 64880640] | |
2015/11/12 02:41:25.681071 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.681105 fuse.DEBUG reading 131072 @ 64880640 = 131072, size=45219840 | |
2015/11/12 02:41:25.681122 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.681138 fuse.DEBUG Op 0x000001fe connection.go:474] -> OK | |
2015/11/12 02:41:25.681306 fuse.DEBUG Op 0x000001ff connection.go:395] <- ReadFile (inode 6, handle 1, offset 65011712, 131072 bytes) | |
2015/11/12 02:41:25.681560 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [65011712 131072 65011712] | |
2015/11/12 02:41:25.681580 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.681615 fuse.DEBUG reading 131072 @ 65011712 = 131072, size=45088768 | |
2015/11/12 02:41:25.681639 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.681656 fuse.DEBUG Op 0x000001ff connection.go:474] -> OK | |
2015/11/12 02:41:25.681834 fuse.DEBUG Op 0x00000200 connection.go:395] <- ReadFile (inode 6, handle 1, offset 65142784, 131072 bytes) | |
2015/11/12 02:41:25.682117 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [65142784 131072 65142784] | |
2015/11/12 02:41:25.682137 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.682165 fuse.DEBUG reading 131072 @ 65142784 = 131072, size=44957696 | |
2015/11/12 02:41:25.682178 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.682199 fuse.DEBUG Op 0x00000200 connection.go:474] -> OK | |
2015/11/12 02:41:25.682430 fuse.DEBUG Op 0x00000201 connection.go:395] <- ReadFile (inode 6, handle 1, offset 65273856, 131072 bytes) | |
2015/11/12 02:41:25.682475 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [65273856 131072 65273856] | |
2015/11/12 02:41:25.682492 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.682527 fuse.DEBUG reading 131072 @ 65273856 = 131072, size=44826624 | |
2015/11/12 02:41:25.682539 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.682553 fuse.DEBUG Op 0x00000201 connection.go:474] -> OK | |
2015/11/12 02:41:25.682683 fuse.DEBUG Op 0x00000202 connection.go:395] <- ReadFile (inode 6, handle 1, offset 65404928, 131072 bytes) | |
2015/11/12 02:41:25.683019 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [65404928 131072 65404928] | |
2015/11/12 02:41:25.683047 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.683084 fuse.DEBUG reading 131072 @ 65404928 = 131072, size=44695552 | |
2015/11/12 02:41:25.683111 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.683175 fuse.DEBUG Op 0x00000202 connection.go:474] -> OK | |
2015/11/12 02:41:25.683641 fuse.DEBUG Op 0x00000203 connection.go:395] <- ReadFile (inode 6, handle 1, offset 65536000, 131072 bytes) | |
2015/11/12 02:41:25.683879 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [65536000 131072 65536000] | |
2015/11/12 02:41:25.683901 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.683937 fuse.DEBUG reading 131072 @ 65536000 = 131072, size=44564480 | |
2015/11/12 02:41:25.683948 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.683963 fuse.DEBUG Op 0x00000203 connection.go:474] -> OK | |
2015/11/12 02:41:25.684096 fuse.DEBUG Op 0x00000204 connection.go:395] <- ReadFile (inode 6, handle 1, offset 65667072, 131072 bytes) | |
2015/11/12 02:41:25.684410 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [65667072 131072 65667072] | |
2015/11/12 02:41:25.684428 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.684470 fuse.DEBUG reading 131072 @ 65667072 = 131072, size=44433408 | |
2015/11/12 02:41:25.684483 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.684498 fuse.DEBUG Op 0x00000204 connection.go:474] -> OK | |
2015/11/12 02:41:25.684639 fuse.DEBUG Op 0x00000205 connection.go:395] <- ReadFile (inode 6, handle 1, offset 65798144, 131072 bytes) | |
2015/11/12 02:41:25.685003 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [65798144 131072 65798144] | |
2015/11/12 02:41:25.685027 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.685064 fuse.DEBUG reading 131072 @ 65798144 = 131072, size=44302336 | |
2015/11/12 02:41:25.685082 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.685120 fuse.DEBUG Op 0x00000205 connection.go:474] -> OK | |
2015/11/12 02:41:25.685257 fuse.DEBUG Op 0x00000206 connection.go:395] <- ReadFile (inode 6, handle 1, offset 65929216, 131072 bytes) | |
2015/11/12 02:41:25.685377 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [65929216 131072 65929216] | |
2015/11/12 02:41:25.685392 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.685447 fuse.DEBUG reading 131072 @ 65929216 = 131072, size=44171264 | |
2015/11/12 02:41:25.685458 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.685473 fuse.DEBUG Op 0x00000206 connection.go:474] -> OK | |
2015/11/12 02:41:25.685608 fuse.DEBUG Op 0x00000207 connection.go:395] <- ReadFile (inode 6, handle 1, offset 66060288, 131072 bytes) | |
2015/11/12 02:41:25.685852 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [66060288 131072 66060288] | |
2015/11/12 02:41:25.685872 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.685907 fuse.DEBUG reading 131072 @ 66060288 = 131072, size=44040192 | |
2015/11/12 02:41:25.685925 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.685949 fuse.DEBUG Op 0x00000207 connection.go:474] -> OK | |
2015/11/12 02:41:25.686080 fuse.DEBUG Op 0x00000208 connection.go:395] <- ReadFile (inode 6, handle 1, offset 66191360, 131072 bytes) | |
2015/11/12 02:41:25.686499 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [66191360 131072 66191360] | |
2015/11/12 02:41:25.686515 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.686574 fuse.DEBUG reading 131072 @ 66191360 = 131072, size=43909120 | |
2015/11/12 02:41:25.686588 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.686617 fuse.DEBUG Op 0x00000208 connection.go:474] -> OK | |
2015/11/12 02:41:25.686784 fuse.DEBUG Op 0x00000209 connection.go:395] <- ReadFile (inode 6, handle 1, offset 66322432, 131072 bytes) | |
2015/11/12 02:41:25.687021 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [66322432 131072 66322432] | |
2015/11/12 02:41:25.687045 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.687074 fuse.DEBUG reading 131072 @ 66322432 = 131072, size=43778048 | |
2015/11/12 02:41:25.687085 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.687103 fuse.DEBUG Op 0x00000209 connection.go:474] -> OK | |
2015/11/12 02:41:25.687249 fuse.DEBUG Op 0x0000020a connection.go:395] <- ReadFile (inode 6, handle 1, offset 66453504, 131072 bytes) | |
2015/11/12 02:41:25.687567 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [66453504 131072 66453504] | |
2015/11/12 02:41:25.687596 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.687682 fuse.DEBUG reading 131072 @ 66453504 = 131072, size=43646976 | |
2015/11/12 02:41:25.687714 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.687775 fuse.DEBUG Op 0x0000020a connection.go:474] -> OK | |
2015/11/12 02:41:25.687920 fuse.DEBUG Op 0x0000020b connection.go:395] <- ReadFile (inode 6, handle 1, offset 66584576, 131072 bytes) | |
2015/11/12 02:41:25.688196 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [66584576 131072 66584576] | |
2015/11/12 02:41:25.688221 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.688261 fuse.DEBUG reading 131072 @ 66584576 = 131072, size=43515904 | |
2015/11/12 02:41:25.688285 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.688341 fuse.DEBUG Op 0x0000020b connection.go:474] -> OK | |
2015/11/12 02:41:25.688559 fuse.DEBUG Op 0x0000020c connection.go:395] <- ReadFile (inode 6, handle 1, offset 66715648, 131072 bytes) | |
2015/11/12 02:41:25.688899 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [66715648 131072 66715648] | |
2015/11/12 02:41:25.688920 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.688949 fuse.DEBUG reading 131072 @ 66715648 = 131072, size=43384832 | |
2015/11/12 02:41:25.688966 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.688982 fuse.DEBUG Op 0x0000020c connection.go:474] -> OK | |
2015/11/12 02:41:25.689145 fuse.DEBUG Op 0x0000020d connection.go:395] <- ReadFile (inode 6, handle 1, offset 66846720, 131072 bytes) | |
2015/11/12 02:41:25.689419 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [66846720 131072 66846720] | |
2015/11/12 02:41:25.689438 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.689465 fuse.DEBUG reading 131072 @ 66846720 = 131072, size=43253760 | |
2015/11/12 02:41:25.689481 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.689495 fuse.DEBUG Op 0x0000020d connection.go:474] -> OK | |
2015/11/12 02:41:25.689636 fuse.DEBUG Op 0x0000020e connection.go:395] <- ReadFile (inode 6, handle 1, offset 66977792, 131072 bytes) | |
2015/11/12 02:41:25.689921 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [66977792 131072 66977792] | |
2015/11/12 02:41:25.689941 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.689967 fuse.DEBUG reading 131072 @ 66977792 = 131072, size=43122688 | |
2015/11/12 02:41:25.689982 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.689998 fuse.DEBUG Op 0x0000020e connection.go:474] -> OK | |
2015/11/12 02:41:25.690141 fuse.DEBUG Op 0x0000020f connection.go:395] <- ReadFile (inode 6, handle 1, offset 67108864, 131072 bytes) | |
2015/11/12 02:41:25.690434 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [67108864 131072 67108864] | |
2015/11/12 02:41:25.690454 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.690483 fuse.DEBUG reading 131072 @ 67108864 = 131072, size=42991616 | |
2015/11/12 02:41:25.690498 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.690519 fuse.DEBUG Op 0x0000020f connection.go:474] -> OK | |
2015/11/12 02:41:25.690673 fuse.DEBUG Op 0x00000210 connection.go:395] <- ReadFile (inode 6, handle 1, offset 67239936, 131072 bytes) | |
2015/11/12 02:41:25.690975 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [67239936 131072 67239936] | |
2015/11/12 02:41:25.691006 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.691045 fuse.DEBUG reading 131072 @ 67239936 = 131072, size=42860544 | |
2015/11/12 02:41:25.691070 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.691098 fuse.DEBUG Op 0x00000210 connection.go:474] -> OK | |
2015/11/12 02:41:25.691238 fuse.DEBUG Op 0x00000211 connection.go:395] <- ReadFile (inode 6, handle 1, offset 67371008, 131072 bytes) | |
2015/11/12 02:41:25.691512 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [67371008 131072 67371008] | |
2015/11/12 02:41:25.691533 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.691572 fuse.DEBUG reading 131072 @ 67371008 = 131072, size=42729472 | |
2015/11/12 02:41:25.691591 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.691617 fuse.DEBUG Op 0x00000211 connection.go:474] -> OK | |
2015/11/12 02:41:25.691754 fuse.DEBUG Op 0x00000212 connection.go:395] <- ReadFile (inode 6, handle 1, offset 67502080, 131072 bytes) | |
2015/11/12 02:41:25.692039 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [67502080 131072 67502080] | |
2015/11/12 02:41:25.692061 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.692099 fuse.DEBUG reading 131072 @ 67502080 = 131072, size=42598400 | |
2015/11/12 02:41:25.692130 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.692155 fuse.DEBUG Op 0x00000212 connection.go:474] -> OK | |
2015/11/12 02:41:25.692296 fuse.DEBUG Op 0x00000213 connection.go:395] <- ReadFile (inode 6, handle 1, offset 67633152, 131072 bytes) | |
2015/11/12 02:41:25.692572 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [67633152 131072 67633152] | |
2015/11/12 02:41:25.692594 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.692630 fuse.DEBUG reading 131072 @ 67633152 = 131072, size=42467328 | |
2015/11/12 02:41:25.692650 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.692675 fuse.DEBUG Op 0x00000213 connection.go:474] -> OK | |
2015/11/12 02:41:25.692864 fuse.DEBUG Op 0x00000214 connection.go:395] <- ReadFile (inode 6, handle 1, offset 67764224, 131072 bytes) | |
2015/11/12 02:41:25.693288 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [67764224 131072 67764224] | |
2015/11/12 02:41:25.693315 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.693368 fuse.DEBUG reading 131072 @ 67764224 = 131072, size=42336256 | |
2015/11/12 02:41:25.693394 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.693418 fuse.DEBUG Op 0x00000214 connection.go:474] -> OK | |
2015/11/12 02:41:25.693607 fuse.DEBUG Op 0x00000215 connection.go:395] <- ReadFile (inode 6, handle 1, offset 67895296, 131072 bytes) | |
2015/11/12 02:41:25.693986 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [67895296 131072 67895296] | |
2015/11/12 02:41:25.694010 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.694045 fuse.DEBUG reading 131072 @ 67895296 = 131072, size=42205184 | |
2015/11/12 02:41:25.694069 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.694130 fuse.DEBUG Op 0x00000215 connection.go:474] -> OK | |
2015/11/12 02:41:25.694384 fuse.DEBUG Op 0x00000216 connection.go:395] <- ReadFile (inode 6, handle 1, offset 68026368, 131072 bytes) | |
2015/11/12 02:41:25.694715 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [68026368 131072 68026368] | |
2015/11/12 02:41:25.694740 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.694780 fuse.DEBUG reading 131072 @ 68026368 = 131072, size=42074112 | |
2015/11/12 02:41:25.694799 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.694826 fuse.DEBUG Op 0x00000216 connection.go:474] -> OK | |
2015/11/12 02:41:25.694984 fuse.DEBUG Op 0x00000217 connection.go:395] <- ReadFile (inode 6, handle 1, offset 68157440, 131072 bytes) | |
2015/11/12 02:41:25.695343 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [68157440 131072 68157440] | |
2015/11/12 02:41:25.695368 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.695408 fuse.DEBUG reading 131072 @ 68157440 = 131072, size=41943040 | |
2015/11/12 02:41:25.695425 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.695456 fuse.DEBUG Op 0x00000217 connection.go:474] -> OK | |
2015/11/12 02:41:25.695599 fuse.DEBUG Op 0x00000218 connection.go:395] <- ReadFile (inode 6, handle 1, offset 68288512, 131072 bytes) | |
2015/11/12 02:41:25.695732 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [68288512 131072 68288512] | |
2015/11/12 02:41:25.695759 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.695789 fuse.DEBUG reading 131072 @ 68288512 = 131072, size=41811968 | |
2015/11/12 02:41:25.695805 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.695821 fuse.DEBUG Op 0x00000218 connection.go:474] -> OK | |
2015/11/12 02:41:25.695942 fuse.DEBUG Op 0x00000219 connection.go:395] <- ReadFile (inode 6, handle 1, offset 68419584, 131072 bytes) | |
2015/11/12 02:41:25.696319 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
Range: bytes=167903232-173146111 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024125Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:25.696338 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [68419584 131072 68419584] | |
2015/11/12 02:41:25.696459 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.696576 fuse.DEBUG reading 131072 @ 68419584 = 131072, size=41680896 | |
2015/11/12 02:41:25.696625 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.696698 fuse.DEBUG Op 0x00000219 connection.go:474] -> OK | |
2015/11/12 02:41:25.696885 fuse.DEBUG Op 0x0000021a connection.go:395] <- ReadFile (inode 6, handle 1, offset 68550656, 131072 bytes) | |
2015/11/12 02:41:25.697153 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [68550656 131072 68550656] | |
2015/11/12 02:41:25.697178 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.697219 fuse.DEBUG reading 131072 @ 68550656 = 131072, size=41549824 | |
2015/11/12 02:41:25.697250 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.697280 fuse.DEBUG Op 0x0000021a connection.go:474] -> OK | |
2015/11/12 02:41:25.697435 fuse.DEBUG Op 0x0000021b connection.go:395] <- ReadFile (inode 6, handle 1, offset 68681728, 131072 bytes) | |
2015/11/12 02:41:25.697725 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [68681728 131072 68681728] | |
2015/11/12 02:41:25.697749 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.697788 fuse.DEBUG reading 131072 @ 68681728 = 131072, size=41418752 | |
2015/11/12 02:41:25.697807 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.697858 fuse.DEBUG Op 0x0000021b connection.go:474] -> OK | |
2015/11/12 02:41:25.698024 fuse.DEBUG Op 0x0000021c connection.go:395] <- ReadFile (inode 6, handle 1, offset 68812800, 131072 bytes) | |
2015/11/12 02:41:25.698383 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [68812800 131072 68812800] | |
2015/11/12 02:41:25.698419 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.698473 fuse.DEBUG reading 131072 @ 68812800 = 131072, size=41287680 | |
2015/11/12 02:41:25.698493 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.698524 fuse.DEBUG Op 0x0000021c connection.go:474] -> OK | |
2015/11/12 02:41:25.698687 fuse.DEBUG Op 0x0000021d connection.go:395] <- ReadFile (inode 6, handle 1, offset 68943872, 131072 bytes) | |
2015/11/12 02:41:25.699094 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [68943872 131072 68943872] | |
2015/11/12 02:41:25.699151 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.699180 fuse.DEBUG reading 131072 @ 68943872 = 131072, size=41156608 | |
2015/11/12 02:41:25.699202 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.699231 fuse.DEBUG Op 0x0000021d connection.go:474] -> OK | |
2015/11/12 02:41:25.699420 fuse.DEBUG Op 0x0000021e connection.go:395] <- ReadFile (inode 6, handle 1, offset 69074944, 131072 bytes) | |
2015/11/12 02:41:25.699505 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [69074944 131072 69074944] | |
2015/11/12 02:41:25.699542 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.699573 fuse.DEBUG reading 131072 @ 69074944 = 131072, size=41025536 | |
2015/11/12 02:41:25.699590 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.699616 fuse.DEBUG Op 0x0000021e connection.go:474] -> OK | |
2015/11/12 02:41:25.700321 fuse.DEBUG Op 0x0000021f connection.go:395] <- ReadFile (inode 6, handle 1, offset 69206016, 131072 bytes) | |
2015/11/12 02:41:25.700691 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [69206016 131072 69206016] | |
2015/11/12 02:41:25.700730 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.700784 fuse.DEBUG reading 131072 @ 69206016 = 131072, size=40894464 | |
2015/11/12 02:41:25.700811 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.700844 fuse.DEBUG Op 0x0000021f connection.go:474] -> OK | |
2015/11/12 02:41:25.701773 fuse.DEBUG Op 0x00000220 connection.go:395] <- ReadFile (inode 6, handle 1, offset 69337088, 131072 bytes) | |
2015/11/12 02:41:25.702078 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [69337088 131072 69337088] | |
2015/11/12 02:41:25.702103 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.702142 fuse.DEBUG reading 131072 @ 69337088 = 131072, size=40763392 | |
2015/11/12 02:41:25.702160 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.702187 fuse.DEBUG Op 0x00000220 connection.go:474] -> OK | |
2015/11/12 02:41:25.702343 fuse.DEBUG Op 0x00000221 connection.go:395] <- ReadFile (inode 6, handle 1, offset 69468160, 131072 bytes) | |
2015/11/12 02:41:25.702704 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [69468160 131072 69468160] | |
2015/11/12 02:41:25.702725 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.702765 fuse.DEBUG reading 131072 @ 69468160 = 131072, size=40632320 | |
2015/11/12 02:41:25.702783 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.702819 fuse.DEBUG Op 0x00000221 connection.go:474] -> OK | |
2015/11/12 02:41:25.703949 s3.DEBUG DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 206 Partial Content | |
Content-Length: 5242880 | |
Accept-Ranges: bytes | |
Content-Range: bytes 141688832-146931711/2913812172 | |
Content-Type: binary/octet-stream | |
Date: Thu, 12 Nov 2015 02:41:26 GMT | |
Etag: "8812855bb146e3b0756b0316cefd7db4-397" | |
Last-Modified: Fri, 19 Jun 2015 08:13:28 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: 9j2ImngpSuCXkTLy5enNDdrYQxeclfrHxPaPqsPlTBmOJAaQk0DzvMB9dcOc/MiNjKy/PseNkO0= | |
X-Amz-Request-Id: CD8C7BF61AE15BC7 | |
X-Amz-Version-Id: fL16j2gHcRvr7risStMlwXZqmEHJuG1b | |
----------------------------------------------------- | |
2015/11/12 02:41:25.705295 fuse.DEBUG Op 0x00000222 connection.go:395] <- ReadFile (inode 6, handle 1, offset 69599232, 131072 bytes) | |
2015/11/12 02:41:25.705665 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [69599232 131072 69599232] | |
2015/11/12 02:41:25.705691 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.705776 fuse.DEBUG reading 131072 @ 69599232 = 131072, size=40501248 | |
2015/11/12 02:41:25.705804 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.705884 fuse.DEBUG Op 0x00000222 connection.go:474] -> OK | |
2015/11/12 02:41:25.706053 fuse.DEBUG Op 0x00000223 connection.go:395] <- ReadFile (inode 6, handle 1, offset 69730304, 131072 bytes) | |
2015/11/12 02:41:25.706393 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [69730304 131072 69730304] | |
2015/11/12 02:41:25.706418 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.706457 fuse.DEBUG reading 131072 @ 69730304 = 131072, size=40370176 | |
2015/11/12 02:41:25.706479 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.706520 fuse.DEBUG Op 0x00000223 connection.go:474] -> OK | |
2015/11/12 02:41:25.706732 fuse.DEBUG Op 0x00000224 connection.go:395] <- ReadFile (inode 6, handle 1, offset 69861376, 131072 bytes) | |
2015/11/12 02:41:25.707188 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [69861376 131072 69861376] | |
2015/11/12 02:41:25.707221 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.707283 fuse.DEBUG reading 131072 @ 69861376 = 131072, size=40239104 | |
2015/11/12 02:41:25.707338 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.707410 fuse.DEBUG Op 0x00000224 connection.go:474] -> OK | |
2015/11/12 02:41:25.707592 fuse.DEBUG Op 0x00000225 connection.go:395] <- ReadFile (inode 6, handle 1, offset 69992448, 131072 bytes) | |
2015/11/12 02:41:25.707678 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [69992448 131072 69992448] | |
2015/11/12 02:41:25.707703 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.707745 fuse.DEBUG reading 131072 @ 69992448 = 131072, size=40108032 | |
2015/11/12 02:41:25.707765 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.707807 fuse.DEBUG Op 0x00000225 connection.go:474] -> OK | |
2015/11/12 02:41:25.707958 fuse.DEBUG Op 0x00000226 connection.go:395] <- ReadFile (inode 6, handle 1, offset 70123520, 131072 bytes) | |
2015/11/12 02:41:25.708255 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [70123520 131072 70123520] | |
2015/11/12 02:41:25.708278 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.708316 fuse.DEBUG reading 131072 @ 70123520 = 131072, size=39976960 | |
2015/11/12 02:41:25.708340 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.708375 fuse.DEBUG Op 0x00000226 connection.go:474] -> OK | |
2015/11/12 02:41:25.708540 fuse.DEBUG Op 0x00000227 connection.go:395] <- ReadFile (inode 6, handle 1, offset 70254592, 131072 bytes) | |
2015/11/12 02:41:25.708632 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [70254592 131072 70254592] | |
2015/11/12 02:41:25.708660 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.708704 fuse.DEBUG reading 131072 @ 70254592 = 131072, size=39845888 | |
2015/11/12 02:41:25.708727 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.708752 fuse.DEBUG Op 0x00000227 connection.go:474] -> OK | |
2015/11/12 02:41:25.708920 fuse.DEBUG Op 0x00000228 connection.go:395] <- ReadFile (inode 6, handle 1, offset 70385664, 131072 bytes) | |
2015/11/12 02:41:25.709243 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [70385664 131072 70385664] | |
2015/11/12 02:41:25.709276 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.709319 fuse.DEBUG reading 131072 @ 70385664 = 131072, size=39714816 | |
2015/11/12 02:41:25.709341 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.709376 fuse.DEBUG Op 0x00000228 connection.go:474] -> OK | |
2015/11/12 02:41:25.709566 fuse.DEBUG Op 0x00000229 connection.go:395] <- ReadFile (inode 6, handle 1, offset 70516736, 131072 bytes) | |
2015/11/12 02:41:25.709780 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [70516736 131072 70516736] | |
2015/11/12 02:41:25.709807 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.709845 fuse.DEBUG reading 131072 @ 70516736 = 131072, size=39583744 | |
2015/11/12 02:41:25.709864 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.709890 fuse.DEBUG Op 0x00000229 connection.go:474] -> OK | |
2015/11/12 02:41:25.710156 fuse.DEBUG Op 0x0000022a connection.go:395] <- ReadFile (inode 6, handle 1, offset 70647808, 131072 bytes) | |
2015/11/12 02:41:25.710474 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [70647808 131072 70647808] | |
2015/11/12 02:41:25.710534 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.710574 fuse.DEBUG reading 131072 @ 70647808 = 131072, size=39452672 | |
2015/11/12 02:41:25.710621 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.710655 fuse.DEBUG Op 0x0000022a connection.go:474] -> OK | |
2015/11/12 02:41:25.710841 fuse.DEBUG Op 0x0000022b connection.go:395] <- ReadFile (inode 6, handle 1, offset 70778880, 131072 bytes) | |
2015/11/12 02:41:25.710946 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [70778880 131072 70778880] | |
2015/11/12 02:41:25.710980 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.711020 fuse.DEBUG reading 131072 @ 70778880 = 131072, size=39321600 | |
2015/11/12 02:41:25.711044 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.711116 fuse.DEBUG Op 0x0000022b connection.go:474] -> OK | |
2015/11/12 02:41:25.711276 fuse.DEBUG Op 0x0000022c connection.go:395] <- ReadFile (inode 6, handle 1, offset 70909952, 131072 bytes) | |
2015/11/12 02:41:25.711591 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [70909952 131072 70909952] | |
2015/11/12 02:41:25.711618 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.711656 fuse.DEBUG reading 131072 @ 70909952 = 131072, size=39190528 | |
2015/11/12 02:41:25.711713 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.711754 fuse.DEBUG Op 0x0000022c connection.go:474] -> OK | |
2015/11/12 02:41:25.711945 fuse.DEBUG Op 0x0000022d connection.go:395] <- ReadFile (inode 6, handle 1, offset 71041024, 131072 bytes) | |
2015/11/12 02:41:25.712075 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [71041024 131072 71041024] | |
2015/11/12 02:41:25.712099 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.712140 fuse.DEBUG reading 131072 @ 71041024 = 131072, size=39059456 | |
2015/11/12 02:41:25.712167 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.712204 fuse.DEBUG Op 0x0000022d connection.go:474] -> OK | |
2015/11/12 02:41:25.712364 fuse.DEBUG Op 0x0000022e connection.go:395] <- ReadFile (inode 6, handle 1, offset 71172096, 131072 bytes) | |
2015/11/12 02:41:25.712754 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [71172096 131072 71172096] | |
2015/11/12 02:41:25.712814 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.712854 fuse.DEBUG reading 131072 @ 71172096 = 131072, size=38928384 | |
2015/11/12 02:41:25.712880 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.712937 fuse.DEBUG Op 0x0000022e connection.go:474] -> OK | |
2015/11/12 02:41:25.713103 fuse.DEBUG Op 0x0000022f connection.go:395] <- ReadFile (inode 6, handle 1, offset 71303168, 131072 bytes) | |
2015/11/12 02:41:25.713429 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [71303168 131072 71303168] | |
2015/11/12 02:41:25.713454 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.713512 fuse.DEBUG reading 131072 @ 71303168 = 131072, size=38797312 | |
2015/11/12 02:41:25.713544 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.713569 fuse.DEBUG Op 0x0000022f connection.go:474] -> OK | |
2015/11/12 02:41:25.713734 fuse.DEBUG Op 0x00000230 connection.go:395] <- ReadFile (inode 6, handle 1, offset 71434240, 131072 bytes) | |
2015/11/12 02:41:25.714038 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [71434240 131072 71434240] | |
2015/11/12 02:41:25.714062 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.714097 fuse.DEBUG reading 131072 @ 71434240 = 131072, size=38666240 | |
2015/11/12 02:41:25.714115 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.714134 fuse.DEBUG Op 0x00000230 connection.go:474] -> OK | |
2015/11/12 02:41:25.714302 fuse.DEBUG Op 0x00000231 connection.go:395] <- ReadFile (inode 6, handle 1, offset 71565312, 131072 bytes) | |
2015/11/12 02:41:25.714607 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [71565312 131072 71565312] | |
2015/11/12 02:41:25.714631 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.714668 fuse.DEBUG reading 131072 @ 71565312 = 131072, size=38535168 | |
2015/11/12 02:41:25.714710 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.714759 fuse.DEBUG Op 0x00000231 connection.go:474] -> OK | |
2015/11/12 02:41:25.714926 fuse.DEBUG Op 0x00000232 connection.go:395] <- ReadFile (inode 6, handle 1, offset 71696384, 131072 bytes) | |
2015/11/12 02:41:25.715271 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [71696384 131072 71696384] | |
2015/11/12 02:41:25.715296 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.715336 fuse.DEBUG reading 131072 @ 71696384 = 131072, size=38404096 | |
2015/11/12 02:41:25.715363 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.715412 fuse.DEBUG Op 0x00000232 connection.go:474] -> OK | |
2015/11/12 02:41:25.715550 fuse.DEBUG Op 0x00000233 connection.go:395] <- ReadFile (inode 6, handle 1, offset 71827456, 131072 bytes) | |
2015/11/12 02:41:25.715891 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [71827456 131072 71827456] | |
2015/11/12 02:41:25.715911 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.715944 fuse.DEBUG reading 131072 @ 71827456 = 131072, size=38273024 | |
2015/11/12 02:41:25.715969 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.715991 fuse.DEBUG Op 0x00000233 connection.go:474] -> OK | |
2015/11/12 02:41:25.716128 fuse.DEBUG Op 0x00000234 connection.go:395] <- ReadFile (inode 6, handle 1, offset 71958528, 131072 bytes) | |
2015/11/12 02:41:25.716427 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [71958528 131072 71958528] | |
2015/11/12 02:41:25.716483 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.716554 fuse.DEBUG reading 131072 @ 71958528 = 131072, size=38141952 | |
2015/11/12 02:41:25.716600 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.716656 fuse.DEBUG Op 0x00000234 connection.go:474] -> OK | |
2015/11/12 02:41:25.716844 fuse.DEBUG Op 0x00000235 connection.go:395] <- ReadFile (inode 6, handle 1, offset 72089600, 131072 bytes) | |
2015/11/12 02:41:25.717126 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [72089600 131072 72089600] | |
2015/11/12 02:41:25.717147 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.717176 fuse.DEBUG reading 131072 @ 72089600 = 131072, size=38010880 | |
2015/11/12 02:41:25.717193 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.717211 fuse.DEBUG Op 0x00000235 connection.go:474] -> OK | |
2015/11/12 02:41:25.717450 fuse.DEBUG Op 0x00000236 connection.go:395] <- ReadFile (inode 6, handle 1, offset 72220672, 131072 bytes) | |
2015/11/12 02:41:25.717722 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [72220672 131072 72220672] | |
2015/11/12 02:41:25.717743 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.717776 fuse.DEBUG reading 131072 @ 72220672 = 131072, size=37879808 | |
2015/11/12 02:41:25.717805 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.717827 fuse.DEBUG Op 0x00000236 connection.go:474] -> OK | |
2015/11/12 02:41:25.717961 fuse.DEBUG Op 0x00000237 connection.go:395] <- ReadFile (inode 6, handle 1, offset 72351744, 131072 bytes) | |
2015/11/12 02:41:25.718226 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [72351744 131072 72351744] | |
2015/11/12 02:41:25.718246 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.718280 fuse.DEBUG reading 131072 @ 72351744 = 131072, size=37748736 | |
2015/11/12 02:41:25.718298 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.718320 fuse.DEBUG Op 0x00000237 connection.go:474] -> OK | |
2015/11/12 02:41:25.718459 fuse.DEBUG Op 0x00000238 connection.go:395] <- ReadFile (inode 6, handle 1, offset 72482816, 131072 bytes) | |
2015/11/12 02:41:25.718577 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [72482816 131072 72482816] | |
2015/11/12 02:41:25.718607 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.718649 fuse.DEBUG reading 131072 @ 72482816 = 131072, size=37617664 | |
2015/11/12 02:41:25.718681 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.718721 fuse.DEBUG Op 0x00000238 connection.go:474] -> OK | |
2015/11/12 02:41:25.718878 fuse.DEBUG Op 0x00000239 connection.go:395] <- ReadFile (inode 6, handle 1, offset 72613888, 131072 bytes) | |
2015/11/12 02:41:25.719206 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [72613888 131072 72613888] | |
2015/11/12 02:41:25.719248 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.719293 fuse.DEBUG reading 131072 @ 72613888 = 131072, size=37486592 | |
2015/11/12 02:41:25.719311 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.719335 fuse.DEBUG Op 0x00000239 connection.go:474] -> OK | |
2015/11/12 02:41:25.719497 fuse.DEBUG Op 0x0000023a connection.go:395] <- ReadFile (inode 6, handle 1, offset 72744960, 131072 bytes) | |
2015/11/12 02:41:25.719772 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [72744960 131072 72744960] | |
2015/11/12 02:41:25.719795 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.719828 fuse.DEBUG reading 131072 @ 72744960 = 131072, size=37355520 | |
2015/11/12 02:41:25.719851 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.719888 fuse.DEBUG Op 0x0000023a connection.go:474] -> OK | |
2015/11/12 02:41:25.720021 fuse.DEBUG Op 0x0000023b connection.go:395] <- ReadFile (inode 6, handle 1, offset 72876032, 131072 bytes) | |
2015/11/12 02:41:25.720141 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [72876032 131072 72876032] | |
2015/11/12 02:41:25.720164 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.720204 fuse.DEBUG reading 131072 @ 72876032 = 131072, size=37224448 | |
2015/11/12 02:41:25.720223 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.720259 fuse.DEBUG Op 0x0000023b connection.go:474] -> OK | |
2015/11/12 02:41:25.720437 fuse.DEBUG Op 0x0000023c connection.go:395] <- ReadFile (inode 6, handle 1, offset 73007104, 131072 bytes) | |
2015/11/12 02:41:25.720680 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [73007104 131072 73007104] | |
2015/11/12 02:41:25.720716 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.720758 fuse.DEBUG reading 131072 @ 73007104 = 131072, size=37093376 | |
2015/11/12 02:41:25.720788 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.720816 fuse.DEBUG Op 0x0000023c connection.go:474] -> OK | |
2015/11/12 02:41:25.720976 fuse.DEBUG Op 0x0000023d connection.go:395] <- ReadFile (inode 6, handle 1, offset 73138176, 131072 bytes) | |
2015/11/12 02:41:25.721102 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [73138176 131072 73138176] | |
2015/11/12 02:41:25.721122 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.721149 fuse.DEBUG reading 131072 @ 73138176 = 131072, size=36962304 | |
2015/11/12 02:41:25.721165 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.721219 fuse.DEBUG Op 0x0000023d connection.go:474] -> OK | |
2015/11/12 02:41:25.721373 fuse.DEBUG Op 0x0000023e connection.go:395] <- ReadFile (inode 6, handle 1, offset 73269248, 131072 bytes) | |
2015/11/12 02:41:25.721735 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [73269248 131072 73269248] | |
2015/11/12 02:41:25.721796 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.721833 fuse.DEBUG reading 131072 @ 73269248 = 131072, size=36831232 | |
2015/11/12 02:41:25.721896 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.721921 fuse.DEBUG Op 0x0000023e connection.go:474] -> OK | |
2015/11/12 02:41:25.722129 fuse.DEBUG Op 0x0000023f connection.go:395] <- ReadFile (inode 6, handle 1, offset 73400320, 131072 bytes) | |
2015/11/12 02:41:25.722443 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [73400320 131072 73400320] | |
2015/11/12 02:41:25.722463 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.722491 fuse.DEBUG reading 131072 @ 73400320 = 131072, size=36700160 | |
2015/11/12 02:41:25.722515 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.722560 fuse.DEBUG Op 0x0000023f connection.go:474] -> OK | |
2015/11/12 02:41:25.722707 fuse.DEBUG Op 0x00000240 connection.go:395] <- ReadFile (inode 6, handle 1, offset 73531392, 131072 bytes) | |
2015/11/12 02:41:25.722770 s3.DEBUG DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 206 Partial Content | |
Content-Length: 5242880 | |
Accept-Ranges: bytes | |
Content-Range: bytes 157417472-162660351/2913812172 | |
Content-Type: binary/octet-stream | |
Date: Thu, 12 Nov 2015 02:41:26 GMT | |
Etag: "8812855bb146e3b0756b0316cefd7db4-397" | |
Last-Modified: Fri, 19 Jun 2015 08:13:28 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: tExPRGk/qoaozrttOdftKImPqZY1E0QNMSXsyT8imTQrVKtyPp7Sty5OTos/Aj5NSPIHdOg4Ap4= | |
X-Amz-Request-Id: 17D2DDFE3A072C3D | |
X-Amz-Version-Id: fL16j2gHcRvr7risStMlwXZqmEHJuG1b | |
----------------------------------------------------- | |
2015/11/12 02:41:25.722996 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [73531392 131072 73531392] | |
2015/11/12 02:41:25.723026 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.723067 fuse.DEBUG reading 131072 @ 73531392 = 131072, size=36569088 | |
2015/11/12 02:41:25.723088 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.723121 fuse.DEBUG Op 0x00000240 connection.go:474] -> OK | |
2015/11/12 02:41:25.723297 fuse.DEBUG Op 0x00000241 connection.go:395] <- ReadFile (inode 6, handle 1, offset 73662464, 131072 bytes) | |
2015/11/12 02:41:25.723574 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [73662464 131072 73662464] | |
2015/11/12 02:41:25.723596 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.723634 fuse.DEBUG reading 131072 @ 73662464 = 131072, size=36438016 | |
2015/11/12 02:41:25.723652 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.723680 fuse.DEBUG Op 0x00000241 connection.go:474] -> OK | |
2015/11/12 02:41:25.723698 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
Range: bytes=173146112-178388991 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024125Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:25.723833 fuse.DEBUG Op 0x00000242 connection.go:395] <- ReadFile (inode 6, handle 1, offset 73793536, 131072 bytes) | |
2015/11/12 02:41:25.724130 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [73793536 131072 73793536] | |
2015/11/12 02:41:25.724153 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.724199 fuse.DEBUG reading 131072 @ 73793536 = 131072, size=36306944 | |
2015/11/12 02:41:25.724229 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.724259 fuse.DEBUG Op 0x00000242 connection.go:474] -> OK | |
2015/11/12 02:41:25.724413 fuse.DEBUG Op 0x00000243 connection.go:395] <- ReadFile (inode 6, handle 1, offset 73924608, 131072 bytes) | |
2015/11/12 02:41:25.724796 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [73924608 131072 73924608] | |
2015/11/12 02:41:25.724826 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.724903 fuse.DEBUG reading 131072 @ 73924608 = 131072, size=36175872 | |
2015/11/12 02:41:25.724931 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.724989 fuse.DEBUG Op 0x00000243 connection.go:474] -> OK | |
2015/11/12 02:41:25.725346 fuse.DEBUG Op 0x00000244 connection.go:395] <- ReadFile (inode 6, handle 1, offset 74055680, 131072 bytes) | |
2015/11/12 02:41:25.725679 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [74055680 131072 74055680] | |
2015/11/12 02:41:25.725734 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.725791 fuse.DEBUG reading 131072 @ 74055680 = 131072, size=36044800 | |
2015/11/12 02:41:25.725838 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.725885 fuse.DEBUG Op 0x00000244 connection.go:474] -> OK | |
2015/11/12 02:41:25.726070 fuse.DEBUG Op 0x00000245 connection.go:395] <- ReadFile (inode 6, handle 1, offset 74186752, 131072 bytes) | |
2015/11/12 02:41:25.726179 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [74186752 131072 74186752] | |
2015/11/12 02:41:25.726236 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.726317 fuse.DEBUG reading 131072 @ 74186752 = 131072, size=35913728 | |
2015/11/12 02:41:25.726346 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.726428 fuse.DEBUG Op 0x00000245 connection.go:474] -> OK | |
2015/11/12 02:41:25.726573 fuse.DEBUG Op 0x00000246 connection.go:395] <- ReadFile (inode 6, handle 1, offset 74317824, 131072 bytes) | |
2015/11/12 02:41:25.726856 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [74317824 131072 74317824] | |
2015/11/12 02:41:25.726879 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.726951 fuse.DEBUG reading 131072 @ 74317824 = 131072, size=35782656 | |
2015/11/12 02:41:25.726972 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.727021 fuse.DEBUG Op 0x00000246 connection.go:474] -> OK | |
2015/11/12 02:41:25.727157 fuse.DEBUG Op 0x00000247 connection.go:395] <- ReadFile (inode 6, handle 1, offset 74448896, 131072 bytes) | |
2015/11/12 02:41:25.727543 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [74448896 131072 74448896] | |
2015/11/12 02:41:25.727572 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.727637 fuse.DEBUG reading 131072 @ 74448896 = 131072, size=35651584 | |
2015/11/12 02:41:25.727659 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.727693 fuse.DEBUG Op 0x00000247 connection.go:474] -> OK | |
2015/11/12 02:41:25.727884 fuse.DEBUG Op 0x00000248 connection.go:395] <- ReadFile (inode 6, handle 1, offset 74579968, 131072 bytes) | |
2015/11/12 02:41:25.727973 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [74579968 131072 74579968] | |
2015/11/12 02:41:25.727996 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.728036 fuse.DEBUG reading 131072 @ 74579968 = 131072, size=35520512 | |
2015/11/12 02:41:25.728085 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.728113 fuse.DEBUG Op 0x00000248 connection.go:474] -> OK | |
2015/11/12 02:41:25.728277 fuse.DEBUG Op 0x00000249 connection.go:395] <- ReadFile (inode 6, handle 1, offset 74711040, 131072 bytes) | |
2015/11/12 02:41:25.728625 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [74711040 131072 74711040] | |
2015/11/12 02:41:25.728661 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.728710 fuse.DEBUG reading 131072 @ 74711040 = 131072, size=35389440 | |
2015/11/12 02:41:25.728731 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.728797 fuse.DEBUG Op 0x00000249 connection.go:474] -> OK | |
2015/11/12 02:41:25.728976 fuse.DEBUG Op 0x0000024a connection.go:395] <- ReadFile (inode 6, handle 1, offset 74842112, 131072 bytes) | |
2015/11/12 02:41:25.729263 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [74842112 131072 74842112] | |
2015/11/12 02:41:25.729285 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.729316 fuse.DEBUG reading 131072 @ 74842112 = 131072, size=35258368 | |
2015/11/12 02:41:25.729342 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.729385 fuse.DEBUG Op 0x0000024a connection.go:474] -> OK | |
2015/11/12 02:41:25.729533 fuse.DEBUG Op 0x0000024b connection.go:395] <- ReadFile (inode 6, handle 1, offset 74973184, 131072 bytes) | |
2015/11/12 02:41:25.729894 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [74973184 131072 74973184] | |
2015/11/12 02:41:25.729919 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.729982 fuse.DEBUG reading 131072 @ 74973184 = 131072, size=35127296 | |
2015/11/12 02:41:25.730250 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.730327 fuse.DEBUG Op 0x0000024b connection.go:474] -> OK | |
2015/11/12 02:41:25.730530 fuse.DEBUG Op 0x0000024c connection.go:395] <- ReadFile (inode 6, handle 1, offset 75104256, 131072 bytes) | |
2015/11/12 02:41:25.730617 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [75104256 131072 75104256] | |
2015/11/12 02:41:25.730642 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.730681 fuse.DEBUG reading 131072 @ 75104256 = 131072, size=34996224 | |
2015/11/12 02:41:25.730705 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.730750 fuse.DEBUG Op 0x0000024c connection.go:474] -> OK | |
2015/11/12 02:41:25.731078 fuse.DEBUG Op 0x0000024d connection.go:395] <- ReadFile (inode 6, handle 1, offset 75235328, 131072 bytes) | |
2015/11/12 02:41:25.731379 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [75235328 131072 75235328] | |
2015/11/12 02:41:25.731404 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.731460 fuse.DEBUG reading 131072 @ 75235328 = 131072, size=34865152 | |
2015/11/12 02:41:25.731695 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.731729 fuse.DEBUG Op 0x0000024d connection.go:474] -> OK | |
2015/11/12 02:41:25.731887 fuse.DEBUG Op 0x0000024e connection.go:395] <- ReadFile (inode 6, handle 1, offset 75366400, 131072 bytes) | |
2015/11/12 02:41:25.732049 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [75366400 131072 75366400] | |
2015/11/12 02:41:25.732070 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.732105 fuse.DEBUG reading 131072 @ 75366400 = 131072, size=34734080 | |
2015/11/12 02:41:25.732130 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.732156 fuse.DEBUG Op 0x0000024e connection.go:474] -> OK | |
2015/11/12 02:41:25.732318 fuse.DEBUG Op 0x0000024f connection.go:395] <- ReadFile (inode 6, handle 1, offset 75497472, 131072 bytes) | |
2015/11/12 02:41:25.732710 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [75497472 131072 75497472] | |
2015/11/12 02:41:25.732731 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.732767 fuse.DEBUG reading 131072 @ 75497472 = 131072, size=34603008 | |
2015/11/12 02:41:25.732784 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.732807 fuse.DEBUG Op 0x0000024f connection.go:474] -> OK | |
2015/11/12 02:41:25.732948 fuse.DEBUG Op 0x00000250 connection.go:395] <- ReadFile (inode 6, handle 1, offset 75628544, 131072 bytes) | |
2015/11/12 02:41:25.733407 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [75628544 131072 75628544] | |
2015/11/12 02:41:25.733457 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.733527 fuse.DEBUG reading 131072 @ 75628544 = 131072, size=34471936 | |
2015/11/12 02:41:25.733552 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.733589 fuse.DEBUG Op 0x00000250 connection.go:474] -> OK | |
2015/11/12 02:41:25.733796 fuse.DEBUG Op 0x00000251 connection.go:395] <- ReadFile (inode 6, handle 1, offset 75759616, 131072 bytes) | |
2015/11/12 02:41:25.734082 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [75759616 131072 75759616] | |
2015/11/12 02:41:25.734111 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.734150 fuse.DEBUG reading 131072 @ 75759616 = 131072, size=34340864 | |
2015/11/12 02:41:25.734171 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.734195 fuse.DEBUG Op 0x00000251 connection.go:474] -> OK | |
2015/11/12 02:41:25.734325 fuse.DEBUG Op 0x00000252 connection.go:395] <- ReadFile (inode 6, handle 1, offset 75890688, 131072 bytes) | |
2015/11/12 02:41:25.734671 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [75890688 131072 75890688] | |
2015/11/12 02:41:25.734699 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.734732 fuse.DEBUG reading 131072 @ 75890688 = 131072, size=34209792 | |
2015/11/12 02:41:25.734754 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.734781 fuse.DEBUG Op 0x00000252 connection.go:474] -> OK | |
2015/11/12 02:41:25.734923 fuse.DEBUG Op 0x00000253 connection.go:395] <- ReadFile (inode 6, handle 1, offset 76021760, 131072 bytes) | |
2015/11/12 02:41:25.735030 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [76021760 131072 76021760] | |
2015/11/12 02:41:25.735058 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.735101 fuse.DEBUG reading 131072 @ 76021760 = 131072, size=34078720 | |
2015/11/12 02:41:25.735126 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.735171 fuse.DEBUG Op 0x00000253 connection.go:474] -> OK | |
2015/11/12 02:41:25.735443 fuse.DEBUG Op 0x00000254 connection.go:395] <- ReadFile (inode 6, handle 1, offset 76152832, 131072 bytes) | |
2015/11/12 02:41:25.735680 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [76152832 131072 76152832] | |
2015/11/12 02:41:25.735699 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.735731 fuse.DEBUG reading 131072 @ 76152832 = 131072, size=33947648 | |
2015/11/12 02:41:25.735761 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.735791 fuse.DEBUG Op 0x00000254 connection.go:474] -> OK | |
2015/11/12 02:41:25.735936 fuse.DEBUG Op 0x00000255 connection.go:395] <- ReadFile (inode 6, handle 1, offset 76283904, 131072 bytes) | |
2015/11/12 02:41:25.736185 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [76283904 131072 76283904] | |
2015/11/12 02:41:25.736207 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.736248 fuse.DEBUG reading 131072 @ 76283904 = 131072, size=33816576 | |
2015/11/12 02:41:25.736275 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.736306 fuse.DEBUG Op 0x00000255 connection.go:474] -> OK | |
2015/11/12 02:41:25.736456 fuse.DEBUG Op 0x00000256 connection.go:395] <- ReadFile (inode 6, handle 1, offset 76414976, 131072 bytes) | |
2015/11/12 02:41:25.736703 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [76414976 131072 76414976] | |
2015/11/12 02:41:25.736722 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.736750 fuse.DEBUG reading 131072 @ 76414976 = 131072, size=33685504 | |
2015/11/12 02:41:25.736766 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.736787 fuse.DEBUG Op 0x00000256 connection.go:474] -> OK | |
2015/11/12 02:41:25.736921 fuse.DEBUG Op 0x00000257 connection.go:395] <- ReadFile (inode 6, handle 1, offset 76546048, 131072 bytes) | |
2015/11/12 02:41:25.737228 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [76546048 131072 76546048] | |
2015/11/12 02:41:25.737254 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.737292 fuse.DEBUG reading 131072 @ 76546048 = 131072, size=33554432 | |
2015/11/12 02:41:25.737335 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.737411 fuse.DEBUG Op 0x00000257 connection.go:474] -> OK | |
2015/11/12 02:41:25.737555 fuse.DEBUG Op 0x00000258 connection.go:395] <- ReadFile (inode 6, handle 1, offset 76677120, 131072 bytes) | |
2015/11/12 02:41:25.737905 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [76677120 131072 76677120] | |
2015/11/12 02:41:25.737923 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.737969 fuse.DEBUG reading 131072 @ 76677120 = 131072, size=33423360 | |
2015/11/12 02:41:25.737990 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.738006 fuse.DEBUG Op 0x00000258 connection.go:474] -> OK | |
2015/11/12 02:41:25.738159 fuse.DEBUG Op 0x00000259 connection.go:395] <- ReadFile (inode 6, handle 1, offset 76808192, 131072 bytes) | |
2015/11/12 02:41:25.738563 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [76808192 131072 76808192] | |
2015/11/12 02:41:25.738589 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.738626 fuse.DEBUG reading 131072 @ 76808192 = 131072, size=33292288 | |
2015/11/12 02:41:25.738648 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.738691 fuse.DEBUG Op 0x00000259 connection.go:474] -> OK | |
2015/11/12 02:41:25.738899 fuse.DEBUG Op 0x0000025a connection.go:395] <- ReadFile (inode 6, handle 1, offset 76939264, 131072 bytes) | |
2015/11/12 02:41:25.739132 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [76939264 131072 76939264] | |
2015/11/12 02:41:25.739153 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.739210 fuse.DEBUG reading 131072 @ 76939264 = 131072, size=33161216 | |
2015/11/12 02:41:25.739233 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.739275 fuse.DEBUG Op 0x0000025a connection.go:474] -> OK | |
2015/11/12 02:41:25.739400 fuse.DEBUG Op 0x0000025b connection.go:395] <- ReadFile (inode 6, handle 1, offset 77070336, 131072 bytes) | |
2015/11/12 02:41:25.739527 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [77070336 131072 77070336] | |
2015/11/12 02:41:25.739572 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.739563 s3.DEBUG DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 206 Partial Content | |
Content-Length: 5242880 | |
Accept-Ranges: bytes | |
Content-Range: bytes 162660352-167903231/2913812172 | |
Content-Type: binary/octet-stream | |
Date: Thu, 12 Nov 2015 02:41:26 GMT | |
Etag: "8812855bb146e3b0756b0316cefd7db4-397" | |
Last-Modified: Fri, 19 Jun 2015 08:13:28 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: Gj8WZ3lnXcLz5tEOEelM52w9Jq5uHJm0fBFYTRHCUT+SwR8847mGkCeXBDu3S79FXSzMiYB0zUw= | |
X-Amz-Request-Id: FD00AB39B874F70C | |
X-Amz-Version-Id: fL16j2gHcRvr7risStMlwXZqmEHJuG1b | |
----------------------------------------------------- | |
2015/11/12 02:41:25.739603 fuse.DEBUG reading 131072 @ 77070336 = 131072, size=33030144 | |
2015/11/12 02:41:25.740097 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.740130 fuse.DEBUG Op 0x0000025b connection.go:474] -> OK | |
2015/11/12 02:41:25.740273 fuse.DEBUG Op 0x0000025c connection.go:395] <- ReadFile (inode 6, handle 1, offset 77201408, 131072 bytes) | |
2015/11/12 02:41:25.740572 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [77201408 131072 77201408] | |
2015/11/12 02:41:25.740609 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.740649 fuse.DEBUG reading 131072 @ 77201408 = 131072, size=32899072 | |
2015/11/12 02:41:25.740673 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.740699 fuse.DEBUG Op 0x0000025c connection.go:474] -> OK | |
2015/11/12 02:41:25.740854 fuse.DEBUG Op 0x0000025d connection.go:395] <- ReadFile (inode 6, handle 1, offset 77332480, 131072 bytes) | |
2015/11/12 02:41:25.741332 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [77332480 131072 77332480] | |
2015/11/12 02:41:25.741354 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.741395 fuse.DEBUG reading 131072 @ 77332480 = 131072, size=32768000 | |
2015/11/12 02:41:25.741417 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.741454 fuse.DEBUG Op 0x0000025d connection.go:474] -> OK | |
2015/11/12 02:41:25.741589 fuse.DEBUG Op 0x0000025e connection.go:395] <- ReadFile (inode 6, handle 1, offset 77463552, 131072 bytes) | |
2015/11/12 02:41:25.741930 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [77463552 131072 77463552] | |
2015/11/12 02:41:25.741989 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.742065 fuse.DEBUG reading 131072 @ 77463552 = 131072, size=32636928 | |
2015/11/12 02:41:25.742089 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.742114 fuse.DEBUG Op 0x0000025e connection.go:474] -> OK | |
2015/11/12 02:41:25.742297 fuse.DEBUG Op 0x0000025f connection.go:395] <- ReadFile (inode 6, handle 1, offset 77594624, 131072 bytes) | |
2015/11/12 02:41:25.742548 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [77594624 131072 77594624] | |
2015/11/12 02:41:25.742570 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.742601 fuse.DEBUG reading 131072 @ 77594624 = 131072, size=32505856 | |
2015/11/12 02:41:25.742629 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.742655 fuse.DEBUG Op 0x0000025f connection.go:474] -> OK | |
2015/11/12 02:41:25.742837 fuse.DEBUG Op 0x00000260 connection.go:395] <- ReadFile (inode 6, handle 1, offset 77725696, 131072 bytes) | |
2015/11/12 02:41:25.743104 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [77725696 131072 77725696] | |
2015/11/12 02:41:25.743133 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.743182 fuse.DEBUG reading 131072 @ 77725696 = 131072, size=32374784 | |
2015/11/12 02:41:25.743203 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.743255 fuse.DEBUG Op 0x00000260 connection.go:474] -> OK | |
2015/11/12 02:41:25.743416 fuse.DEBUG Op 0x00000261 connection.go:395] <- ReadFile (inode 6, handle 1, offset 77856768, 131072 bytes) | |
2015/11/12 02:41:25.743476 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [77856768 131072 77856768] | |
2015/11/12 02:41:25.743498 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.743534 fuse.DEBUG reading 131072 @ 77856768 = 131072, size=32243712 | |
2015/11/12 02:41:25.743555 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.743581 fuse.DEBUG Op 0x00000261 connection.go:474] -> OK | |
2015/11/12 02:41:25.743753 fuse.DEBUG Op 0x00000262 connection.go:395] <- ReadFile (inode 6, handle 1, offset 77987840, 131072 bytes) | |
2015/11/12 02:41:25.744026 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [77987840 131072 77987840] | |
2015/11/12 02:41:25.744048 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.744086 fuse.DEBUG reading 131072 @ 77987840 = 131072, size=32112640 | |
2015/11/12 02:41:25.744105 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.744132 fuse.DEBUG Op 0x00000262 connection.go:474] -> OK | |
2015/11/12 02:41:25.744278 fuse.DEBUG Op 0x00000263 connection.go:395] <- ReadFile (inode 6, handle 1, offset 78118912, 131072 bytes) | |
2015/11/12 02:41:25.744539 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [78118912 131072 78118912] | |
2015/11/12 02:41:25.744565 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.744600 fuse.DEBUG reading 131072 @ 78118912 = 131072, size=31981568 | |
2015/11/12 02:41:25.744620 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.744637 fuse.DEBUG Op 0x00000263 connection.go:474] -> OK | |
2015/11/12 02:41:25.744766 fuse.DEBUG Op 0x00000264 connection.go:395] <- ReadFile (inode 6, handle 1, offset 78249984, 131072 bytes) | |
2015/11/12 02:41:25.745072 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [78249984 131072 78249984] | |
2015/11/12 02:41:25.745095 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.745133 fuse.DEBUG reading 131072 @ 78249984 = 131072, size=31850496 | |
2015/11/12 02:41:25.745163 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.745186 fuse.DEBUG Op 0x00000264 connection.go:474] -> OK | |
2015/11/12 02:41:25.745335 fuse.DEBUG Op 0x00000265 connection.go:395] <- ReadFile (inode 6, handle 1, offset 78381056, 131072 bytes) | |
2015/11/12 02:41:25.745588 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [78381056 131072 78381056] | |
2015/11/12 02:41:25.745609 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.745638 fuse.DEBUG reading 131072 @ 78381056 = 131072, size=31719424 | |
2015/11/12 02:41:25.745654 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.745690 fuse.DEBUG Op 0x00000265 connection.go:474] -> OK | |
2015/11/12 02:41:25.745823 fuse.DEBUG Op 0x00000266 connection.go:395] <- ReadFile (inode 6, handle 1, offset 78512128, 131072 bytes) | |
2015/11/12 02:41:25.746096 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [78512128 131072 78512128] | |
2015/11/12 02:41:25.746116 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.746175 fuse.DEBUG reading 131072 @ 78512128 = 131072, size=31588352 | |
2015/11/12 02:41:25.746192 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.746208 fuse.DEBUG Op 0x00000266 connection.go:474] -> OK | |
2015/11/12 02:41:25.746373 fuse.DEBUG Op 0x00000267 connection.go:395] <- ReadFile (inode 6, handle 1, offset 78643200, 131072 bytes) | |
2015/11/12 02:41:25.746635 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [78643200 131072 78643200] | |
2015/11/12 02:41:25.746661 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.746727 fuse.DEBUG reading 131072 @ 78643200 = 131072, size=31457280 | |
2015/11/12 02:41:25.746750 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.746787 fuse.DEBUG Op 0x00000267 connection.go:474] -> OK | |
2015/11/12 02:41:25.746942 fuse.DEBUG Op 0x00000268 connection.go:395] <- ReadFile (inode 6, handle 1, offset 78774272, 131072 bytes) | |
2015/11/12 02:41:25.747255 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [78774272 131072 78774272] | |
2015/11/12 02:41:25.747279 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.747311 fuse.DEBUG reading 131072 @ 78774272 = 131072, size=31326208 | |
2015/11/12 02:41:25.747359 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.747384 fuse.DEBUG Op 0x00000268 connection.go:474] -> OK | |
2015/11/12 02:41:25.747532 fuse.DEBUG Op 0x00000269 connection.go:395] <- ReadFile (inode 6, handle 1, offset 78905344, 131072 bytes) | |
2015/11/12 02:41:25.747857 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [78905344 131072 78905344] | |
2015/11/12 02:41:25.747870 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
Range: bytes=178388992-183631871 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024125Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:25.747889 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.748006 fuse.DEBUG reading 131072 @ 78905344 = 131072, size=31195136 | |
2015/11/12 02:41:25.748044 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.748078 fuse.DEBUG Op 0x00000269 connection.go:474] -> OK | |
2015/11/12 02:41:25.748241 fuse.DEBUG Op 0x0000026a connection.go:395] <- ReadFile (inode 6, handle 1, offset 79036416, 131072 bytes) | |
2015/11/12 02:41:25.748701 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [79036416 131072 79036416] | |
2015/11/12 02:41:25.748732 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.748794 fuse.DEBUG reading 131072 @ 79036416 = 131072, size=31064064 | |
2015/11/12 02:41:25.748829 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.748866 fuse.DEBUG Op 0x0000026a connection.go:474] -> OK | |
2015/11/12 02:41:25.749042 fuse.DEBUG Op 0x0000026b connection.go:395] <- ReadFile (inode 6, handle 1, offset 79167488, 131072 bytes) | |
2015/11/12 02:41:25.749154 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [79167488 131072 79167488] | |
2015/11/12 02:41:25.749186 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.749221 fuse.DEBUG reading 131072 @ 79167488 = 131072, size=30932992 | |
2015/11/12 02:41:25.749246 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.749264 fuse.DEBUG Op 0x0000026b connection.go:474] -> OK | |
2015/11/12 02:41:25.749416 fuse.DEBUG Op 0x0000026c connection.go:395] <- ReadFile (inode 6, handle 1, offset 79298560, 131072 bytes) | |
2015/11/12 02:41:25.749744 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [79298560 131072 79298560] | |
2015/11/12 02:41:25.749766 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.749794 fuse.DEBUG reading 131072 @ 79298560 = 131072, size=30801920 | |
2015/11/12 02:41:25.749809 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.749832 fuse.DEBUG Op 0x0000026c connection.go:474] -> OK | |
2015/11/12 02:41:25.749972 fuse.DEBUG Op 0x0000026d connection.go:395] <- ReadFile (inode 6, handle 1, offset 79429632, 131072 bytes) | |
2015/11/12 02:41:25.750265 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [79429632 131072 79429632] | |
2015/11/12 02:41:25.750295 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.750332 fuse.DEBUG reading 131072 @ 79429632 = 131072, size=30670848 | |
2015/11/12 02:41:25.750353 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.750386 fuse.DEBUG Op 0x0000026d connection.go:474] -> OK | |
2015/11/12 02:41:25.750531 fuse.DEBUG Op 0x0000026e connection.go:395] <- ReadFile (inode 6, handle 1, offset 79560704, 131072 bytes) | |
2015/11/12 02:41:25.750802 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [79560704 131072 79560704] | |
2015/11/12 02:41:25.750823 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.750852 fuse.DEBUG reading 131072 @ 79560704 = 131072, size=30539776 | |
2015/11/12 02:41:25.750868 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.750885 fuse.DEBUG Op 0x0000026e connection.go:474] -> OK | |
2015/11/12 02:41:25.751030 fuse.DEBUG Op 0x0000026f connection.go:395] <- ReadFile (inode 6, handle 1, offset 79691776, 131072 bytes) | |
2015/11/12 02:41:25.751327 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [79691776 131072 79691776] | |
2015/11/12 02:41:25.751350 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.751387 fuse.DEBUG reading 131072 @ 79691776 = 131072, size=30408704 | |
2015/11/12 02:41:25.751404 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.751426 fuse.DEBUG Op 0x0000026f connection.go:474] -> OK | |
2015/11/12 02:41:25.751565 fuse.DEBUG Op 0x00000270 connection.go:395] <- ReadFile (inode 6, handle 1, offset 79822848, 131072 bytes) | |
2015/11/12 02:41:25.751844 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [79822848 131072 79822848] | |
2015/11/12 02:41:25.751865 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.751902 fuse.DEBUG reading 131072 @ 79822848 = 131072, size=30277632 | |
2015/11/12 02:41:25.751918 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.751936 fuse.DEBUG Op 0x00000270 connection.go:474] -> OK | |
2015/11/12 02:41:25.752070 fuse.DEBUG Op 0x00000271 connection.go:395] <- ReadFile (inode 6, handle 1, offset 79953920, 131072 bytes) | |
2015/11/12 02:41:25.752323 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [79953920 131072 79953920] | |
2015/11/12 02:41:25.752369 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.752398 fuse.DEBUG reading 131072 @ 79953920 = 131072, size=30146560 | |
2015/11/12 02:41:25.752414 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.752435 fuse.DEBUG Op 0x00000271 connection.go:474] -> OK | |
2015/11/12 02:41:25.752642 fuse.DEBUG Op 0x00000272 connection.go:395] <- ReadFile (inode 6, handle 1, offset 80084992, 131072 bytes) | |
2015/11/12 02:41:25.753029 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [80084992 131072 80084992] | |
2015/11/12 02:41:25.753054 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.753093 fuse.DEBUG reading 131072 @ 80084992 = 131072, size=30015488 | |
2015/11/12 02:41:25.753115 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.753156 fuse.DEBUG Op 0x00000272 connection.go:474] -> OK | |
2015/11/12 02:41:25.753281 fuse.DEBUG Op 0x00000273 connection.go:395] <- ReadFile (inode 6, handle 1, offset 80216064, 131072 bytes) | |
2015/11/12 02:41:25.753420 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [80216064 131072 80216064] | |
2015/11/12 02:41:25.753441 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.753475 fuse.DEBUG reading 131072 @ 80216064 = 131072, size=29884416 | |
2015/11/12 02:41:25.753515 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.753547 fuse.DEBUG Op 0x00000273 connection.go:474] -> OK | |
2015/11/12 02:41:25.753702 s3.DEBUG DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 206 Partial Content | |
Content-Length: 5242880 | |
Accept-Ranges: bytes | |
Content-Range: bytes 167903232-173146111/2913812172 | |
Content-Type: binary/octet-stream | |
Date: Thu, 12 Nov 2015 02:41:26 GMT | |
Etag: "8812855bb146e3b0756b0316cefd7db4-397" | |
Last-Modified: Fri, 19 Jun 2015 08:13:28 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: YCQqrqW/4DyHNxi/KgIL/kNXvz7L5ydfiP3iwsuLyc+5nvRFWlmMewN5b9ZqenZmZESWaIEaj5Y= | |
X-Amz-Request-Id: 54BBB39270F4A83F | |
X-Amz-Version-Id: fL16j2gHcRvr7risStMlwXZqmEHJuG1b | |
----------------------------------------------------- | |
2015/11/12 02:41:25.753976 fuse.DEBUG Op 0x00000274 connection.go:395] <- ReadFile (inode 6, handle 1, offset 80347136, 131072 bytes) | |
2015/11/12 02:41:25.754332 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [80347136 131072 80347136] | |
2015/11/12 02:41:25.754355 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.754410 fuse.DEBUG reading 131072 @ 80347136 = 131072, size=29753344 | |
2015/11/12 02:41:25.754427 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.754459 fuse.DEBUG Op 0x00000274 connection.go:474] -> OK | |
2015/11/12 02:41:25.754590 fuse.DEBUG Op 0x00000275 connection.go:395] <- ReadFile (inode 6, handle 1, offset 80478208, 131072 bytes) | |
2015/11/12 02:41:25.754981 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [80478208 131072 80478208] | |
2015/11/12 02:41:25.755003 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.755040 fuse.DEBUG reading 131072 @ 80478208 = 131072, size=29622272 | |
2015/11/12 02:41:25.755057 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.755106 fuse.DEBUG Op 0x00000275 connection.go:474] -> OK | |
2015/11/12 02:41:25.755318 fuse.DEBUG Op 0x00000276 connection.go:395] <- ReadFile (inode 6, handle 1, offset 80609280, 131072 bytes) | |
2015/11/12 02:41:25.755670 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [80609280 131072 80609280] | |
2015/11/12 02:41:25.755686 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.755716 fuse.DEBUG reading 131072 @ 80609280 = 131072, size=29491200 | |
2015/11/12 02:41:25.755727 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.755743 fuse.DEBUG Op 0x00000276 connection.go:474] -> OK | |
2015/11/12 02:41:25.755892 fuse.DEBUG Op 0x00000277 connection.go:395] <- ReadFile (inode 6, handle 1, offset 80740352, 131072 bytes) | |
2015/11/12 02:41:25.756252 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [80740352 131072 80740352] | |
2015/11/12 02:41:25.756272 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.756310 fuse.DEBUG reading 131072 @ 80740352 = 131072, size=29360128 | |
2015/11/12 02:41:25.756328 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.756375 fuse.DEBUG Op 0x00000277 connection.go:474] -> OK | |
2015/11/12 02:41:25.756676 fuse.DEBUG Op 0x00000278 connection.go:395] <- ReadFile (inode 6, handle 1, offset 80871424, 131072 bytes) | |
2015/11/12 02:41:25.756845 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [80871424 131072 80871424] | |
2015/11/12 02:41:25.756861 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.756929 fuse.DEBUG reading 131072 @ 80871424 = 131072, size=29229056 | |
2015/11/12 02:41:25.756950 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.756975 fuse.DEBUG Op 0x00000278 connection.go:474] -> OK | |
2015/11/12 02:41:25.757178 fuse.DEBUG Op 0x00000279 connection.go:395] <- ReadFile (inode 6, handle 1, offset 81002496, 131072 bytes) | |
2015/11/12 02:41:25.757541 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [81002496 131072 81002496] | |
2015/11/12 02:41:25.757561 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.757598 fuse.DEBUG reading 131072 @ 81002496 = 131072, size=29097984 | |
2015/11/12 02:41:25.757616 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.757638 fuse.DEBUG Op 0x00000279 connection.go:474] -> OK | |
2015/11/12 02:41:25.757832 fuse.DEBUG Op 0x0000027a connection.go:395] <- ReadFile (inode 6, handle 1, offset 81133568, 131072 bytes) | |
2015/11/12 02:41:25.758127 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [81133568 131072 81133568] | |
2015/11/12 02:41:25.758147 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.758188 fuse.DEBUG reading 131072 @ 81133568 = 131072, size=28966912 | |
2015/11/12 02:41:25.758207 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.758223 fuse.DEBUG Op 0x0000027a connection.go:474] -> OK | |
2015/11/12 02:41:25.758534 fuse.DEBUG Op 0x0000027b connection.go:395] <- ReadFile (inode 6, handle 1, offset 81264640, 131072 bytes) | |
2015/11/12 02:41:25.758810 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [81264640 131072 81264640] | |
2015/11/12 02:41:25.758837 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.758877 fuse.DEBUG reading 131072 @ 81264640 = 131072, size=28835840 | |
2015/11/12 02:41:25.758898 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.758933 fuse.DEBUG Op 0x0000027b connection.go:474] -> OK | |
2015/11/12 02:41:25.759101 fuse.DEBUG Op 0x0000027c connection.go:395] <- ReadFile (inode 6, handle 1, offset 81395712, 131072 bytes) | |
2015/11/12 02:41:25.759404 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [81395712 131072 81395712] | |
2015/11/12 02:41:25.759426 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.759461 fuse.DEBUG reading 131072 @ 81395712 = 131072, size=28704768 | |
2015/11/12 02:41:25.759482 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.759510 fuse.DEBUG Op 0x0000027c connection.go:474] -> OK | |
2015/11/12 02:41:25.759668 fuse.DEBUG Op 0x0000027d connection.go:395] <- ReadFile (inode 6, handle 1, offset 81526784, 131072 bytes) | |
2015/11/12 02:41:25.760067 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [81526784 131072 81526784] | |
2015/11/12 02:41:25.760088 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.760135 fuse.DEBUG reading 131072 @ 81526784 = 131072, size=28573696 | |
2015/11/12 02:41:25.760160 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.760189 fuse.DEBUG Op 0x0000027d connection.go:474] -> OK | |
2015/11/12 02:41:25.760342 fuse.DEBUG Op 0x0000027e connection.go:395] <- ReadFile (inode 6, handle 1, offset 81657856, 131072 bytes) | |
2015/11/12 02:41:25.760570 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [81657856 131072 81657856] | |
2015/11/12 02:41:25.760606 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.760670 fuse.DEBUG reading 131072 @ 81657856 = 131072, size=28442624 | |
2015/11/12 02:41:25.760698 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.760725 fuse.DEBUG Op 0x0000027e connection.go:474] -> OK | |
2015/11/12 02:41:25.761004 fuse.DEBUG Op 0x0000027f connection.go:395] <- ReadFile (inode 6, handle 1, offset 81788928, 131072 bytes) | |
2015/11/12 02:41:25.761258 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [81788928 131072 81788928] | |
2015/11/12 02:41:25.761281 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.761319 fuse.DEBUG reading 131072 @ 81788928 = 131072, size=28311552 | |
2015/11/12 02:41:25.761340 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.761373 fuse.DEBUG Op 0x0000027f connection.go:474] -> OK | |
2015/11/12 02:41:25.761530 fuse.DEBUG Op 0x00000280 connection.go:395] <- ReadFile (inode 6, handle 1, offset 81920000, 131072 bytes) | |
2015/11/12 02:41:25.761819 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [81920000 131072 81920000] | |
2015/11/12 02:41:25.761888 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.761957 fuse.DEBUG reading 131072 @ 81920000 = 131072, size=28180480 | |
2015/11/12 02:41:25.761986 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.762014 fuse.DEBUG Op 0x00000280 connection.go:474] -> OK | |
2015/11/12 02:41:25.762180 fuse.DEBUG Op 0x00000281 connection.go:395] <- ReadFile (inode 6, handle 1, offset 82051072, 131072 bytes) | |
2015/11/12 02:41:25.762521 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [82051072 131072 82051072] | |
2015/11/12 02:41:25.762550 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.762587 fuse.DEBUG reading 131072 @ 82051072 = 131072, size=28049408 | |
2015/11/12 02:41:25.762613 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.762645 fuse.DEBUG Op 0x00000281 connection.go:474] -> OK | |
2015/11/12 02:41:25.762926 fuse.DEBUG Op 0x00000282 connection.go:395] <- ReadFile (inode 6, handle 1, offset 82182144, 131072 bytes) | |
2015/11/12 02:41:25.763200 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [82182144 131072 82182144] | |
2015/11/12 02:41:25.763233 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.763271 fuse.DEBUG reading 131072 @ 82182144 = 131072, size=27918336 | |
2015/11/12 02:41:25.763295 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.763555 fuse.DEBUG Op 0x00000282 connection.go:474] -> OK | |
2015/11/12 02:41:25.763723 fuse.DEBUG Op 0x00000283 connection.go:395] <- ReadFile (inode 6, handle 1, offset 82313216, 131072 bytes) | |
2015/11/12 02:41:25.764107 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [82313216 131072 82313216] | |
2015/11/12 02:41:25.764134 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.764173 fuse.DEBUG reading 131072 @ 82313216 = 131072, size=27787264 | |
2015/11/12 02:41:25.764186 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.764202 fuse.DEBUG Op 0x00000283 connection.go:474] -> OK | |
2015/11/12 02:41:25.764366 fuse.DEBUG Op 0x00000284 connection.go:395] <- ReadFile (inode 6, handle 1, offset 82444288, 131072 bytes) | |
2015/11/12 02:41:25.764646 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [82444288 131072 82444288] | |
2015/11/12 02:41:25.764673 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.764711 fuse.DEBUG reading 131072 @ 82444288 = 131072, size=27656192 | |
2015/11/12 02:41:25.764748 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.764775 fuse.DEBUG Op 0x00000284 connection.go:474] -> OK | |
2015/11/12 02:41:25.764926 fuse.DEBUG Op 0x00000285 connection.go:395] <- ReadFile (inode 6, handle 1, offset 82575360, 131072 bytes) | |
2015/11/12 02:41:25.765188 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [82575360 131072 82575360] | |
2015/11/12 02:41:25.765215 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.765283 fuse.DEBUG reading 131072 @ 82575360 = 131072, size=27525120 | |
2015/11/12 02:41:25.765316 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.765352 fuse.DEBUG Op 0x00000285 connection.go:474] -> OK | |
2015/11/12 02:41:25.765519 fuse.DEBUG Op 0x00000286 connection.go:395] <- ReadFile (inode 6, handle 1, offset 82706432, 131072 bytes) | |
2015/11/12 02:41:25.765884 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [82706432 131072 82706432] | |
2015/11/12 02:41:25.765911 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.765946 fuse.DEBUG reading 131072 @ 82706432 = 131072, size=27394048 | |
2015/11/12 02:41:25.765982 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.766006 fuse.DEBUG Op 0x00000286 connection.go:474] -> OK | |
2015/11/12 02:41:25.766166 fuse.DEBUG Op 0x00000287 connection.go:395] <- ReadFile (inode 6, handle 1, offset 82837504, 131072 bytes) | |
2015/11/12 02:41:25.769631 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [82837504 131072 82837504] | |
2015/11/12 02:41:25.769655 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.769716 fuse.DEBUG reading 131072 @ 82837504 = 131072, size=27262976 | |
2015/11/12 02:41:25.769742 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.769769 fuse.DEBUG Op 0x00000287 connection.go:474] -> OK | |
2015/11/12 02:41:25.769951 fuse.DEBUG Op 0x00000288 connection.go:395] <- ReadFile (inode 6, handle 1, offset 82968576, 131072 bytes) | |
2015/11/12 02:41:25.770104 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [82968576 131072 82968576] | |
2015/11/12 02:41:25.770144 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.770211 fuse.DEBUG reading 131072 @ 82968576 = 131072, size=27131904 | |
2015/11/12 02:41:25.770235 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.770272 fuse.DEBUG Op 0x00000288 connection.go:474] -> OK | |
2015/11/12 02:41:25.770443 fuse.DEBUG Op 0x00000289 connection.go:395] <- ReadFile (inode 6, handle 1, offset 83099648, 131072 bytes) | |
2015/11/12 02:41:25.770770 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [83099648 131072 83099648] | |
2015/11/12 02:41:25.770786 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.770823 fuse.DEBUG reading 131072 @ 83099648 = 131072, size=27000832 | |
2015/11/12 02:41:25.770834 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.770850 fuse.DEBUG Op 0x00000289 connection.go:474] -> OK | |
2015/11/12 02:41:25.771024 fuse.DEBUG Op 0x0000028a connection.go:395] <- ReadFile (inode 6, handle 1, offset 83230720, 131072 bytes) | |
2015/11/12 02:41:25.771278 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [83230720 131072 83230720] | |
2015/11/12 02:41:25.771306 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.771360 fuse.DEBUG reading 131072 @ 83230720 = 131072, size=26869760 | |
2015/11/12 02:41:25.771374 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.771430 fuse.DEBUG Op 0x0000028a connection.go:474] -> OK | |
2015/11/12 02:41:25.771591 fuse.DEBUG Op 0x0000028b connection.go:395] <- ReadFile (inode 6, handle 1, offset 83361792, 131072 bytes) | |
2015/11/12 02:41:25.772081 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [83361792 131072 83361792] | |
2015/11/12 02:41:25.772096 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.772136 fuse.DEBUG reading 131072 @ 83361792 = 131072, size=26738688 | |
2015/11/12 02:41:25.772155 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.772178 fuse.DEBUG Op 0x0000028b connection.go:474] -> OK | |
2015/11/12 02:41:25.772347 fuse.DEBUG Op 0x0000028c connection.go:395] <- ReadFile (inode 6, handle 1, offset 83492864, 131072 bytes) | |
2015/11/12 02:41:25.772677 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [83492864 131072 83492864] | |
2015/11/12 02:41:25.772700 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.772748 fuse.DEBUG reading 131072 @ 83492864 = 131072, size=26607616 | |
2015/11/12 02:41:25.772767 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.772791 fuse.DEBUG Op 0x0000028c connection.go:474] -> OK | |
2015/11/12 02:41:25.772943 fuse.DEBUG Op 0x0000028d connection.go:395] <- ReadFile (inode 6, handle 1, offset 83623936, 131072 bytes) | |
2015/11/12 02:41:25.773311 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [83623936 131072 83623936] | |
2015/11/12 02:41:25.773342 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.773370 fuse.DEBUG reading 131072 @ 83623936 = 131072, size=26476544 | |
2015/11/12 02:41:25.773381 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.773395 fuse.DEBUG Op 0x0000028d connection.go:474] -> OK | |
2015/11/12 02:41:25.773546 fuse.DEBUG Op 0x0000028e connection.go:395] <- ReadFile (inode 6, handle 1, offset 83755008, 131072 bytes) | |
2015/11/12 02:41:25.773637 s3.DEBUG DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 206 Partial Content | |
Content-Length: 5242880 | |
Accept-Ranges: bytes | |
Content-Range: bytes 173146112-178388991/2913812172 | |
Content-Type: binary/octet-stream | |
Date: Thu, 12 Nov 2015 02:41:26 GMT | |
Etag: "8812855bb146e3b0756b0316cefd7db4-397" | |
Last-Modified: Fri, 19 Jun 2015 08:13:28 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: xc4KR5X0koScnPEnjeQYgy5Ity1pu3FF7tEGkVqeFP67zUxRBfuGwz41WF1MuvRBuZzi7+yG5Tw= | |
X-Amz-Request-Id: CC4C70665A58EED6 | |
X-Amz-Version-Id: fL16j2gHcRvr7risStMlwXZqmEHJuG1b | |
----------------------------------------------------- | |
2015/11/12 02:41:25.773836 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [83755008 131072 83755008] | |
2015/11/12 02:41:25.773851 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.773878 fuse.DEBUG reading 131072 @ 83755008 = 131072, size=26345472 | |
2015/11/12 02:41:25.773889 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.773903 fuse.DEBUG Op 0x0000028e connection.go:474] -> OK | |
2015/11/12 02:41:25.774147 fuse.DEBUG Op 0x0000028f connection.go:395] <- ReadFile (inode 6, handle 1, offset 83886080, 131072 bytes) | |
2015/11/12 02:41:25.774447 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [83886080 131072 83886080] | |
2015/11/12 02:41:25.774463 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.774493 fuse.DEBUG reading 131072 @ 83886080 = 131072, size=26214400 | |
2015/11/12 02:41:25.774557 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.774591 fuse.DEBUG Op 0x0000028f connection.go:474] -> OK | |
2015/11/12 02:41:25.774751 fuse.DEBUG Op 0x00000290 connection.go:395] <- ReadFile (inode 6, handle 1, offset 84017152, 131072 bytes) | |
2015/11/12 02:41:25.775058 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [84017152 131072 84017152] | |
2015/11/12 02:41:25.775094 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.775136 fuse.DEBUG reading 131072 @ 84017152 = 131072, size=26083328 | |
2015/11/12 02:41:25.775159 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.775194 fuse.DEBUG Op 0x00000290 connection.go:474] -> OK | |
2015/11/12 02:41:25.775345 fuse.DEBUG Op 0x00000291 connection.go:395] <- ReadFile (inode 6, handle 1, offset 84148224, 131072 bytes) | |
2015/11/12 02:41:25.775608 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
Range: bytes=183631872-188874751 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024125Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:25.776683 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [84148224 131072 84148224] | |
2015/11/12 02:41:25.776708 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.776746 fuse.DEBUG reading 131072 @ 84148224 = 131072, size=25952256 | |
2015/11/12 02:41:25.776772 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.776808 fuse.DEBUG Op 0x00000291 connection.go:474] -> OK | |
2015/11/12 02:41:25.776957 fuse.DEBUG Op 0x00000292 connection.go:395] <- ReadFile (inode 6, handle 1, offset 84279296, 131072 bytes) | |
2015/11/12 02:41:25.777104 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [84279296 131072 84279296] | |
2015/11/12 02:41:25.777126 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.777158 fuse.DEBUG reading 131072 @ 84279296 = 131072, size=25821184 | |
2015/11/12 02:41:25.777182 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.777242 fuse.DEBUG Op 0x00000292 connection.go:474] -> OK | |
2015/11/12 02:41:25.777377 fuse.DEBUG Op 0x00000293 connection.go:395] <- ReadFile (inode 6, handle 1, offset 84410368, 131072 bytes) | |
2015/11/12 02:41:25.777717 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [84410368 131072 84410368] | |
2015/11/12 02:41:25.777744 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.777798 fuse.DEBUG reading 131072 @ 84410368 = 131072, size=25690112 | |
2015/11/12 02:41:25.777817 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.777844 fuse.DEBUG Op 0x00000293 connection.go:474] -> OK | |
2015/11/12 02:41:25.778035 fuse.DEBUG Op 0x00000294 connection.go:395] <- ReadFile (inode 6, handle 1, offset 84541440, 131072 bytes) | |
2015/11/12 02:41:25.778115 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [84541440 131072 84541440] | |
2015/11/12 02:41:25.778140 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.778178 fuse.DEBUG reading 131072 @ 84541440 = 131072, size=25559040 | |
2015/11/12 02:41:25.778221 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.778258 fuse.DEBUG Op 0x00000294 connection.go:474] -> OK | |
2015/11/12 02:41:25.778450 fuse.DEBUG Op 0x00000295 connection.go:395] <- ReadFile (inode 6, handle 1, offset 84672512, 131072 bytes) | |
2015/11/12 02:41:25.778765 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [84672512 131072 84672512] | |
2015/11/12 02:41:25.778786 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.778816 fuse.DEBUG reading 131072 @ 84672512 = 131072, size=25427968 | |
2015/11/12 02:41:25.778832 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.778857 fuse.DEBUG Op 0x00000295 connection.go:474] -> OK | |
2015/11/12 02:41:25.779001 fuse.DEBUG Op 0x00000296 connection.go:395] <- ReadFile (inode 6, handle 1, offset 84803584, 131072 bytes) | |
2015/11/12 02:41:25.779322 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [84803584 131072 84803584] | |
2015/11/12 02:41:25.779361 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.779400 fuse.DEBUG reading 131072 @ 84803584 = 131072, size=25296896 | |
2015/11/12 02:41:25.779421 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.779490 fuse.DEBUG Op 0x00000296 connection.go:474] -> OK | |
2015/11/12 02:41:25.779635 fuse.DEBUG Op 0x00000297 connection.go:395] <- ReadFile (inode 6, handle 1, offset 84934656, 131072 bytes) | |
2015/11/12 02:41:25.779744 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [84934656 131072 84934656] | |
2015/11/12 02:41:25.779779 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.779819 fuse.DEBUG reading 131072 @ 84934656 = 131072, size=25165824 | |
2015/11/12 02:41:25.779838 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.779859 fuse.DEBUG Op 0x00000297 connection.go:474] -> OK | |
2015/11/12 02:41:25.780001 fuse.DEBUG Op 0x00000298 connection.go:395] <- ReadFile (inode 6, handle 1, offset 85065728, 131072 bytes) | |
2015/11/12 02:41:25.780336 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [85065728 131072 85065728] | |
2015/11/12 02:41:25.780359 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.780397 fuse.DEBUG reading 131072 @ 85065728 = 131072, size=25034752 | |
2015/11/12 02:41:25.780441 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.780480 fuse.DEBUG Op 0x00000298 connection.go:474] -> OK | |
2015/11/12 02:41:25.780629 fuse.DEBUG Op 0x00000299 connection.go:395] <- ReadFile (inode 6, handle 1, offset 85196800, 131072 bytes) | |
2015/11/12 02:41:25.780880 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [85196800 131072 85196800] | |
2015/11/12 02:41:25.780902 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.780972 fuse.DEBUG reading 131072 @ 85196800 = 131072, size=24903680 | |
2015/11/12 02:41:25.780995 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.781044 fuse.DEBUG Op 0x00000299 connection.go:474] -> OK | |
2015/11/12 02:41:25.781172 fuse.DEBUG Op 0x0000029a connection.go:395] <- ReadFile (inode 6, handle 1, offset 85327872, 131072 bytes) | |
2015/11/12 02:41:25.781282 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [85327872 131072 85327872] | |
2015/11/12 02:41:25.781306 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.781346 fuse.DEBUG reading 131072 @ 85327872 = 131072, size=24772608 | |
2015/11/12 02:41:25.781371 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.781396 fuse.DEBUG Op 0x0000029a connection.go:474] -> OK | |
2015/11/12 02:41:25.781519 fuse.DEBUG Op 0x0000029b connection.go:395] <- ReadFile (inode 6, handle 1, offset 85458944, 131072 bytes) | |
2015/11/12 02:41:25.781918 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [85458944 131072 85458944] | |
2015/11/12 02:41:25.781980 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.782021 fuse.DEBUG reading 131072 @ 85458944 = 131072, size=24641536 | |
2015/11/12 02:41:25.782047 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.782140 fuse.DEBUG Op 0x0000029b connection.go:474] -> OK | |
2015/11/12 02:41:25.782282 fuse.DEBUG Op 0x0000029c connection.go:395] <- ReadFile (inode 6, handle 1, offset 85590016, 131072 bytes) | |
2015/11/12 02:41:25.782412 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [85590016 131072 85590016] | |
2015/11/12 02:41:25.782436 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.782475 fuse.DEBUG reading 131072 @ 85590016 = 131072, size=24510464 | |
2015/11/12 02:41:25.782499 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.782540 fuse.DEBUG Op 0x0000029c connection.go:474] -> OK | |
2015/11/12 02:41:25.782699 fuse.DEBUG Op 0x0000029d connection.go:395] <- ReadFile (inode 6, handle 1, offset 85721088, 131072 bytes) | |
2015/11/12 02:41:25.782952 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [85721088 131072 85721088] | |
2015/11/12 02:41:25.782973 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.783012 fuse.DEBUG reading 131072 @ 85721088 = 131072, size=24379392 | |
2015/11/12 02:41:25.783037 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.783063 fuse.DEBUG Op 0x0000029d connection.go:474] -> OK | |
2015/11/12 02:41:25.783203 fuse.DEBUG Op 0x0000029e connection.go:395] <- ReadFile (inode 6, handle 1, offset 85852160, 131072 bytes) | |
2015/11/12 02:41:25.783470 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [85852160 131072 85852160] | |
2015/11/12 02:41:25.783498 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.783592 fuse.DEBUG reading 131072 @ 85852160 = 131072, size=24248320 | |
2015/11/12 02:41:25.783616 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.783689 fuse.DEBUG Op 0x0000029e connection.go:474] -> OK | |
2015/11/12 02:41:25.783920 fuse.DEBUG Op 0x0000029f connection.go:395] <- ReadFile (inode 6, handle 1, offset 85983232, 131072 bytes) | |
2015/11/12 02:41:25.784287 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [85983232 131072 85983232] | |
2015/11/12 02:41:25.784308 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.784335 fuse.DEBUG reading 131072 @ 85983232 = 131072, size=24117248 | |
2015/11/12 02:41:25.784358 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.784434 fuse.DEBUG Op 0x0000029f connection.go:474] -> OK | |
2015/11/12 02:41:25.784585 fuse.DEBUG Op 0x000002a0 connection.go:395] <- ReadFile (inode 6, handle 1, offset 86114304, 131072 bytes) | |
2015/11/12 02:41:25.784822 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [86114304 131072 86114304] | |
2015/11/12 02:41:25.784843 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.784896 fuse.DEBUG reading 131072 @ 86114304 = 131072, size=23986176 | |
2015/11/12 02:41:25.784916 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.784939 fuse.DEBUG Op 0x000002a0 connection.go:474] -> OK | |
2015/11/12 02:41:25.785091 fuse.DEBUG Op 0x000002a1 connection.go:395] <- ReadFile (inode 6, handle 1, offset 86245376, 131072 bytes) | |
2015/11/12 02:41:25.785207 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [86245376 131072 86245376] | |
2015/11/12 02:41:25.785230 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.785268 fuse.DEBUG reading 131072 @ 86245376 = 131072, size=23855104 | |
2015/11/12 02:41:25.785288 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.785324 fuse.DEBUG Op 0x000002a1 connection.go:474] -> OK | |
2015/11/12 02:41:25.785453 fuse.DEBUG Op 0x000002a2 connection.go:395] <- ReadFile (inode 6, handle 1, offset 86376448, 131072 bytes) | |
2015/11/12 02:41:25.785814 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [86376448 131072 86376448] | |
2015/11/12 02:41:25.785840 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.785876 fuse.DEBUG reading 131072 @ 86376448 = 131072, size=23724032 | |
2015/11/12 02:41:25.785894 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.785917 fuse.DEBUG Op 0x000002a2 connection.go:474] -> OK | |
2015/11/12 02:41:25.786043 fuse.DEBUG Op 0x000002a3 connection.go:395] <- ReadFile (inode 6, handle 1, offset 86507520, 131072 bytes) | |
2015/11/12 02:41:25.786397 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [86507520 131072 86507520] | |
2015/11/12 02:41:25.786420 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.786459 fuse.DEBUG reading 131072 @ 86507520 = 131072, size=23592960 | |
2015/11/12 02:41:25.786480 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.786515 fuse.DEBUG Op 0x000002a3 connection.go:474] -> OK | |
2015/11/12 02:41:25.786712 fuse.DEBUG Op 0x000002a4 connection.go:395] <- ReadFile (inode 6, handle 1, offset 86638592, 131072 bytes) | |
2015/11/12 02:41:25.787124 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [86638592 131072 86638592] | |
2015/11/12 02:41:25.787148 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.787185 fuse.DEBUG reading 131072 @ 86638592 = 131072, size=23461888 | |
2015/11/12 02:41:25.787203 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.787234 fuse.DEBUG Op 0x000002a4 connection.go:474] -> OK | |
2015/11/12 02:41:25.787399 fuse.DEBUG Op 0x000002a5 connection.go:395] <- ReadFile (inode 6, handle 1, offset 86769664, 131072 bytes) | |
2015/11/12 02:41:25.787523 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [86769664 131072 86769664] | |
2015/11/12 02:41:25.787545 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.787601 fuse.DEBUG reading 131072 @ 86769664 = 131072, size=23330816 | |
2015/11/12 02:41:25.787624 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.787656 fuse.DEBUG Op 0x000002a5 connection.go:474] -> OK | |
2015/11/12 02:41:25.787859 fuse.DEBUG Op 0x000002a6 connection.go:395] <- ReadFile (inode 6, handle 1, offset 86900736, 131072 bytes) | |
2015/11/12 02:41:25.788153 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [86900736 131072 86900736] | |
2015/11/12 02:41:25.788186 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.788225 fuse.DEBUG reading 131072 @ 86900736 = 131072, size=23199744 | |
2015/11/12 02:41:25.788244 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.788279 fuse.DEBUG Op 0x000002a6 connection.go:474] -> OK | |
2015/11/12 02:41:25.788449 fuse.DEBUG Op 0x000002a7 connection.go:395] <- ReadFile (inode 6, handle 1, offset 87031808, 131072 bytes) | |
2015/11/12 02:41:25.788756 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [87031808 131072 87031808] | |
2015/11/12 02:41:25.788780 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.788817 fuse.DEBUG reading 131072 @ 87031808 = 131072, size=23068672 | |
2015/11/12 02:41:25.788840 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.788870 fuse.DEBUG Op 0x000002a7 connection.go:474] -> OK | |
2015/11/12 02:41:25.789019 fuse.DEBUG Op 0x000002a8 connection.go:395] <- ReadFile (inode 6, handle 1, offset 87162880, 131072 bytes) | |
2015/11/12 02:41:25.789488 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [87162880 131072 87162880] | |
2015/11/12 02:41:25.789510 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.789549 fuse.DEBUG reading 131072 @ 87162880 = 131072, size=22937600 | |
2015/11/12 02:41:25.789568 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.789594 fuse.DEBUG Op 0x000002a8 connection.go:474] -> OK | |
2015/11/12 02:41:25.789770 fuse.DEBUG Op 0x000002a9 connection.go:395] <- ReadFile (inode 6, handle 1, offset 87293952, 131072 bytes) | |
2015/11/12 02:41:25.790023 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [87293952 131072 87293952] | |
2015/11/12 02:41:25.790054 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.790092 fuse.DEBUG reading 131072 @ 87293952 = 131072, size=22806528 | |
2015/11/12 02:41:25.790117 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.790174 fuse.DEBUG Op 0x000002a9 connection.go:474] -> OK | |
2015/11/12 02:41:25.790345 fuse.DEBUG Op 0x000002aa connection.go:395] <- ReadFile (inode 6, handle 1, offset 87425024, 131072 bytes) | |
2015/11/12 02:41:25.790770 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [87425024 131072 87425024] | |
2015/11/12 02:41:25.790812 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.790851 fuse.DEBUG reading 131072 @ 87425024 = 131072, size=22675456 | |
2015/11/12 02:41:25.790878 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.790909 fuse.DEBUG Op 0x000002aa connection.go:474] -> OK | |
2015/11/12 02:41:25.791107 fuse.DEBUG Op 0x000002ab connection.go:395] <- ReadFile (inode 6, handle 1, offset 87556096, 131072 bytes) | |
2015/11/12 02:41:25.791178 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [87556096 131072 87556096] | |
2015/11/12 02:41:25.791204 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.791242 fuse.DEBUG reading 131072 @ 87556096 = 131072, size=22544384 | |
2015/11/12 02:41:25.791265 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.791316 fuse.DEBUG Op 0x000002ab connection.go:474] -> OK | |
2015/11/12 02:41:25.791481 fuse.DEBUG Op 0x000002ac connection.go:395] <- ReadFile (inode 6, handle 1, offset 87687168, 131072 bytes) | |
2015/11/12 02:41:25.791791 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [87687168 131072 87687168] | |
2015/11/12 02:41:25.791815 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.791851 fuse.DEBUG reading 131072 @ 87687168 = 131072, size=22413312 | |
2015/11/12 02:41:25.791871 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.791900 fuse.DEBUG Op 0x000002ac connection.go:474] -> OK | |
2015/11/12 02:41:25.792063 fuse.DEBUG Op 0x000002ad connection.go:395] <- ReadFile (inode 6, handle 1, offset 87818240, 131072 bytes) | |
2015/11/12 02:41:25.792468 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [87818240 131072 87818240] | |
2015/11/12 02:41:25.792517 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.792584 fuse.DEBUG reading 131072 @ 87818240 = 131072, size=22282240 | |
2015/11/12 02:41:25.792638 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.792670 fuse.DEBUG Op 0x000002ad connection.go:474] -> OK | |
2015/11/12 02:41:25.792839 fuse.DEBUG Op 0x000002ae connection.go:395] <- ReadFile (inode 6, handle 1, offset 87949312, 131072 bytes) | |
2015/11/12 02:41:25.793171 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [87949312 131072 87949312] | |
2015/11/12 02:41:25.793211 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.793255 fuse.DEBUG reading 131072 @ 87949312 = 131072, size=22151168 | |
2015/11/12 02:41:25.793291 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.793767 fuse.DEBUG Op 0x000002ae connection.go:474] -> OK | |
2015/11/12 02:41:25.793924 fuse.DEBUG Op 0x000002af connection.go:395] <- ReadFile (inode 6, handle 1, offset 88080384, 131072 bytes) | |
2015/11/12 02:41:25.794211 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [88080384 131072 88080384] | |
2015/11/12 02:41:25.794240 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.794318 fuse.DEBUG reading 131072 @ 88080384 = 131072, size=22020096 | |
2015/11/12 02:41:25.794351 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.794381 fuse.DEBUG Op 0x000002af connection.go:474] -> OK | |
2015/11/12 02:41:25.794581 fuse.DEBUG Op 0x000002b0 connection.go:395] <- ReadFile (inode 6, handle 1, offset 88211456, 131072 bytes) | |
2015/11/12 02:41:25.794650 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [88211456 131072 88211456] | |
2015/11/12 02:41:25.794680 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.794717 fuse.DEBUG reading 131072 @ 88211456 = 131072, size=21889024 | |
2015/11/12 02:41:25.794742 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.794772 fuse.DEBUG Op 0x000002b0 connection.go:474] -> OK | |
2015/11/12 02:41:25.794930 fuse.DEBUG Op 0x000002b1 connection.go:395] <- ReadFile (inode 6, handle 1, offset 88342528, 131072 bytes) | |
2015/11/12 02:41:25.795237 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [88342528 131072 88342528] | |
2015/11/12 02:41:25.795265 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.795301 fuse.DEBUG reading 131072 @ 88342528 = 131072, size=21757952 | |
2015/11/12 02:41:25.795353 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.795383 fuse.DEBUG Op 0x000002b1 connection.go:474] -> OK | |
2015/11/12 02:41:25.795539 fuse.DEBUG Op 0x000002b2 connection.go:395] <- ReadFile (inode 6, handle 1, offset 88473600, 131072 bytes) | |
2015/11/12 02:41:25.795895 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [88473600 131072 88473600] | |
2015/11/12 02:41:25.795928 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.795992 fuse.DEBUG reading 131072 @ 88473600 = 131072, size=21626880 | |
2015/11/12 02:41:25.796019 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.796045 fuse.DEBUG Op 0x000002b2 connection.go:474] -> OK | |
2015/11/12 02:41:25.796233 fuse.DEBUG Op 0x000002b3 connection.go:395] <- ReadFile (inode 6, handle 1, offset 88604672, 131072 bytes) | |
2015/11/12 02:41:25.796346 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [88604672 131072 88604672] | |
2015/11/12 02:41:25.796373 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.796435 fuse.DEBUG reading 131072 @ 88604672 = 131072, size=21495808 | |
2015/11/12 02:41:25.796460 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.796494 fuse.DEBUG Op 0x000002b3 connection.go:474] -> OK | |
2015/11/12 02:41:25.796662 fuse.DEBUG Op 0x000002b4 connection.go:395] <- ReadFile (inode 6, handle 1, offset 88735744, 131072 bytes) | |
2015/11/12 02:41:25.796954 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [88735744 131072 88735744] | |
2015/11/12 02:41:25.796979 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.797012 fuse.DEBUG reading 131072 @ 88735744 = 131072, size=21364736 | |
2015/11/12 02:41:25.797024 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.797048 fuse.DEBUG Op 0x000002b4 connection.go:474] -> OK | |
2015/11/12 02:41:25.797203 fuse.DEBUG Op 0x000002b5 connection.go:395] <- ReadFile (inode 6, handle 1, offset 88866816, 131072 bytes) | |
2015/11/12 02:41:25.797472 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [88866816 131072 88866816] | |
2015/11/12 02:41:25.797517 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.797601 fuse.DEBUG reading 131072 @ 88866816 = 131072, size=21233664 | |
2015/11/12 02:41:25.797625 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.797647 fuse.DEBUG Op 0x000002b5 connection.go:474] -> OK | |
2015/11/12 02:41:25.797828 fuse.DEBUG Op 0x000002b6 connection.go:395] <- ReadFile (inode 6, handle 1, offset 88997888, 131072 bytes) | |
2015/11/12 02:41:25.797919 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [88997888 131072 88997888] | |
2015/11/12 02:41:25.797938 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.797976 fuse.DEBUG reading 131072 @ 88997888 = 131072, size=21102592 | |
2015/11/12 02:41:25.797993 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.798009 fuse.DEBUG Op 0x000002b6 connection.go:474] -> OK | |
2015/11/12 02:41:25.798259 fuse.DEBUG Op 0x000002b7 connection.go:395] <- ReadFile (inode 6, handle 1, offset 89128960, 131072 bytes) | |
2015/11/12 02:41:25.798534 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [89128960 131072 89128960] | |
2015/11/12 02:41:25.798589 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.798628 fuse.DEBUG reading 131072 @ 89128960 = 131072, size=20971520 | |
2015/11/12 02:41:25.798645 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.798667 fuse.DEBUG Op 0x000002b7 connection.go:474] -> OK | |
2015/11/12 02:41:25.798831 fuse.DEBUG Op 0x000002b8 connection.go:395] <- ReadFile (inode 6, handle 1, offset 89260032, 131072 bytes) | |
2015/11/12 02:41:25.799099 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [89260032 131072 89260032] | |
2015/11/12 02:41:25.799126 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.799194 fuse.DEBUG reading 131072 @ 89260032 = 131072, size=20840448 | |
2015/11/12 02:41:25.799236 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.799261 fuse.DEBUG Op 0x000002b8 connection.go:474] -> OK | |
2015/11/12 02:41:25.799464 fuse.DEBUG Op 0x000002b9 connection.go:395] <- ReadFile (inode 6, handle 1, offset 89391104, 131072 bytes) | |
2015/11/12 02:41:25.799729 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [89391104 131072 89391104] | |
2015/11/12 02:41:25.799748 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.799792 fuse.DEBUG reading 131072 @ 89391104 = 131072, size=20709376 | |
2015/11/12 02:41:25.799806 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.799793 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
Range: bytes=188874752-194117631 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024125Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:25.799822 fuse.DEBUG Op 0x000002b9 connection.go:474] -> OK | |
2015/11/12 02:41:25.800118 fuse.DEBUG Op 0x000002ba connection.go:395] <- ReadFile (inode 6, handle 1, offset 89522176, 131072 bytes) | |
2015/11/12 02:41:25.800445 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [89522176 131072 89522176] | |
2015/11/12 02:41:25.800470 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.800510 fuse.DEBUG reading 131072 @ 89522176 = 131072, size=20578304 | |
2015/11/12 02:41:25.800532 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.800569 fuse.DEBUG Op 0x000002ba connection.go:474] -> OK | |
2015/11/12 02:41:25.800739 fuse.DEBUG Op 0x000002bb connection.go:395] <- ReadFile (inode 6, handle 1, offset 89653248, 131072 bytes) | |
2015/11/12 02:41:25.801101 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [89653248 131072 89653248] | |
2015/11/12 02:41:25.801125 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.801158 fuse.DEBUG reading 131072 @ 89653248 = 131072, size=20447232 | |
2015/11/12 02:41:25.801170 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.801198 fuse.DEBUG Op 0x000002bb connection.go:474] -> OK | |
2015/11/12 02:41:25.801353 fuse.DEBUG Op 0x000002bc connection.go:395] <- ReadFile (inode 6, handle 1, offset 89784320, 131072 bytes) | |
2015/11/12 02:41:25.801672 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [89784320 131072 89784320] | |
2015/11/12 02:41:25.801712 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.801749 fuse.DEBUG reading 131072 @ 89784320 = 131072, size=20316160 | |
2015/11/12 02:41:25.801767 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.801798 fuse.DEBUG Op 0x000002bc connection.go:474] -> OK | |
2015/11/12 02:41:25.801954 fuse.DEBUG Op 0x000002bd connection.go:395] <- ReadFile (inode 6, handle 1, offset 89915392, 131072 bytes) | |
2015/11/12 02:41:25.802285 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [89915392 131072 89915392] | |
2015/11/12 02:41:25.802308 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.802355 fuse.DEBUG reading 131072 @ 89915392 = 131072, size=20185088 | |
2015/11/12 02:41:25.802375 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.802406 fuse.DEBUG Op 0x000002bd connection.go:474] -> OK | |
2015/11/12 02:41:25.802594 fuse.DEBUG Op 0x000002be connection.go:395] <- ReadFile (inode 6, handle 1, offset 90046464, 131072 bytes) | |
2015/11/12 02:41:25.802944 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [90046464 131072 90046464] | |
2015/11/12 02:41:25.802968 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.803023 fuse.DEBUG reading 131072 @ 90046464 = 131072, size=20054016 | |
2015/11/12 02:41:25.803044 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.803070 fuse.DEBUG Op 0x000002be connection.go:474] -> OK | |
2015/11/12 02:41:25.803243 fuse.DEBUG Op 0x000002bf connection.go:395] <- ReadFile (inode 6, handle 1, offset 90177536, 131072 bytes) | |
2015/11/12 02:41:25.803504 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [90177536 131072 90177536] | |
2015/11/12 02:41:25.803538 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.803587 fuse.DEBUG reading 131072 @ 90177536 = 131072, size=19922944 | |
2015/11/12 02:41:25.803616 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.803640 fuse.DEBUG Op 0x000002bf connection.go:474] -> OK | |
2015/11/12 02:41:25.803789 fuse.DEBUG Op 0x000002c0 connection.go:395] <- ReadFile (inode 6, handle 1, offset 90308608, 131072 bytes) | |
2015/11/12 02:41:25.804052 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [90308608 131072 90308608] | |
2015/11/12 02:41:25.804137 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.804176 fuse.DEBUG reading 131072 @ 90308608 = 131072, size=19791872 | |
2015/11/12 02:41:25.804236 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.804269 fuse.DEBUG Op 0x000002c0 connection.go:474] -> OK | |
2015/11/12 02:41:25.804456 fuse.DEBUG Op 0x000002c1 connection.go:395] <- ReadFile (inode 6, handle 1, offset 90439680, 131072 bytes) | |
2015/11/12 02:41:25.804749 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [90439680 131072 90439680] | |
2015/11/12 02:41:25.804780 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.804817 fuse.DEBUG reading 131072 @ 90439680 = 131072, size=19660800 | |
2015/11/12 02:41:25.804849 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.804875 fuse.DEBUG Op 0x000002c1 connection.go:474] -> OK | |
2015/11/12 02:41:25.805032 fuse.DEBUG Op 0x000002c2 connection.go:395] <- ReadFile (inode 6, handle 1, offset 90570752, 131072 bytes) | |
2015/11/12 02:41:25.805423 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [90570752 131072 90570752] | |
2015/11/12 02:41:25.805471 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.805517 fuse.DEBUG reading 131072 @ 90570752 = 131072, size=19529728 | |
2015/11/12 02:41:25.805539 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.805567 fuse.DEBUG Op 0x000002c2 connection.go:474] -> OK | |
2015/11/12 02:41:25.805756 fuse.DEBUG Op 0x000002c3 connection.go:395] <- ReadFile (inode 6, handle 1, offset 90701824, 131072 bytes) | |
2015/11/12 02:41:25.806136 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [90701824 131072 90701824] | |
2015/11/12 02:41:25.806163 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.806238 fuse.DEBUG reading 131072 @ 90701824 = 131072, size=19398656 | |
2015/11/12 02:41:25.806260 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.806292 fuse.DEBUG Op 0x000002c3 connection.go:474] -> OK | |
2015/11/12 02:41:25.806466 fuse.DEBUG Op 0x000002c4 connection.go:395] <- ReadFile (inode 6, handle 1, offset 90832896, 131072 bytes) | |
2015/11/12 02:41:25.806790 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [90832896 131072 90832896] | |
2015/11/12 02:41:25.806810 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.806865 fuse.DEBUG reading 131072 @ 90832896 = 131072, size=19267584 | |
2015/11/12 02:41:25.806877 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.806901 fuse.DEBUG Op 0x000002c4 connection.go:474] -> OK | |
2015/11/12 02:41:25.807030 fuse.DEBUG Op 0x000002c5 connection.go:395] <- ReadFile (inode 6, handle 1, offset 90963968, 131072 bytes) | |
2015/11/12 02:41:25.807155 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [90963968 131072 90963968] | |
2015/11/12 02:41:25.807171 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.807198 fuse.DEBUG reading 131072 @ 90963968 = 131072, size=19136512 | |
2015/11/12 02:41:25.807218 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.807242 fuse.DEBUG Op 0x000002c5 connection.go:474] -> OK | |
2015/11/12 02:41:25.807392 fuse.DEBUG Op 0x000002c6 connection.go:395] <- ReadFile (inode 6, handle 1, offset 91095040, 131072 bytes) | |
2015/11/12 02:41:25.807622 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [91095040 131072 91095040] | |
2015/11/12 02:41:25.807636 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.807667 fuse.DEBUG reading 131072 @ 91095040 = 131072, size=19005440 | |
2015/11/12 02:41:25.807699 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.807726 fuse.DEBUG Op 0x000002c6 connection.go:474] -> OK | |
2015/11/12 02:41:25.807850 fuse.DEBUG Op 0x000002c7 connection.go:395] <- ReadFile (inode 6, handle 1, offset 91226112, 131072 bytes) | |
2015/11/12 02:41:25.808166 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [91226112 131072 91226112] | |
2015/11/12 02:41:25.808190 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.808236 fuse.DEBUG reading 131072 @ 91226112 = 131072, size=18874368 | |
2015/11/12 02:41:25.808254 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.808277 fuse.DEBUG Op 0x000002c7 connection.go:474] -> OK | |
2015/11/12 02:41:25.808436 fuse.DEBUG Op 0x000002c8 connection.go:395] <- ReadFile (inode 6, handle 1, offset 91357184, 131072 bytes) | |
2015/11/12 02:41:25.808800 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [91357184 131072 91357184] | |
2015/11/12 02:41:25.808817 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.808849 fuse.DEBUG reading 131072 @ 91357184 = 131072, size=18743296 | |
2015/11/12 02:41:25.808863 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.808884 fuse.DEBUG Op 0x000002c8 connection.go:474] -> OK | |
2015/11/12 02:41:25.809019 fuse.DEBUG Op 0x000002c9 connection.go:395] <- ReadFile (inode 6, handle 1, offset 91488256, 131072 bytes) | |
2015/11/12 02:41:25.809332 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [91488256 131072 91488256] | |
2015/11/12 02:41:25.809348 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.809375 fuse.DEBUG reading 131072 @ 91488256 = 131072, size=18612224 | |
2015/11/12 02:41:25.809385 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.809400 fuse.DEBUG Op 0x000002c9 connection.go:474] -> OK | |
2015/11/12 02:41:25.809559 fuse.DEBUG Op 0x000002ca connection.go:395] <- ReadFile (inode 6, handle 1, offset 91619328, 131072 bytes) | |
2015/11/12 02:41:25.809828 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [91619328 131072 91619328] | |
2015/11/12 02:41:25.809848 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.809882 fuse.DEBUG reading 131072 @ 91619328 = 131072, size=18481152 | |
2015/11/12 02:41:25.809898 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.809913 fuse.DEBUG Op 0x000002ca connection.go:474] -> OK | |
2015/11/12 02:41:25.810062 fuse.DEBUG Op 0x000002cb connection.go:395] <- ReadFile (inode 6, handle 1, offset 91750400, 131072 bytes) | |
2015/11/12 02:41:25.810335 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [91750400 131072 91750400] | |
2015/11/12 02:41:25.810349 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.810379 fuse.DEBUG reading 131072 @ 91750400 = 131072, size=18350080 | |
2015/11/12 02:41:25.810396 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.810415 fuse.DEBUG Op 0x000002cb connection.go:474] -> OK | |
2015/11/12 02:41:25.810556 fuse.DEBUG Op 0x000002cc connection.go:395] <- ReadFile (inode 6, handle 1, offset 91881472, 131072 bytes) | |
2015/11/12 02:41:25.810892 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [91881472 131072 91881472] | |
2015/11/12 02:41:25.810912 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.810949 fuse.DEBUG reading 131072 @ 91881472 = 131072, size=18219008 | |
2015/11/12 02:41:25.810991 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.811016 fuse.DEBUG Op 0x000002cc connection.go:474] -> OK | |
2015/11/12 02:41:25.811177 fuse.DEBUG Op 0x000002cd connection.go:395] <- ReadFile (inode 6, handle 1, offset 92012544, 131072 bytes) | |
2015/11/12 02:41:25.811429 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [92012544 131072 92012544] | |
2015/11/12 02:41:25.811500 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.811535 fuse.DEBUG reading 131072 @ 92012544 = 131072, size=18087936 | |
2015/11/12 02:41:25.811573 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.811607 fuse.DEBUG Op 0x000002cd connection.go:474] -> OK | |
2015/11/12 02:41:25.811744 fuse.DEBUG Op 0x000002ce connection.go:395] <- ReadFile (inode 6, handle 1, offset 92143616, 131072 bytes) | |
2015/11/12 02:41:25.811879 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [92143616 131072 92143616] | |
2015/11/12 02:41:25.811923 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.811967 fuse.DEBUG reading 131072 @ 92143616 = 131072, size=17956864 | |
2015/11/12 02:41:25.811984 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.812007 fuse.DEBUG Op 0x000002ce connection.go:474] -> OK | |
2015/11/12 02:41:25.812183 fuse.DEBUG Op 0x000002cf connection.go:395] <- ReadFile (inode 6, handle 1, offset 92274688, 131072 bytes) | |
2015/11/12 02:41:25.812480 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [92274688 131072 92274688] | |
2015/11/12 02:41:25.812521 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.812562 fuse.DEBUG reading 131072 @ 92274688 = 131072, size=17825792 | |
2015/11/12 02:41:25.812598 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.812638 fuse.DEBUG Op 0x000002cf connection.go:474] -> OK | |
2015/11/12 02:41:25.812804 fuse.DEBUG Op 0x000002d0 connection.go:395] <- ReadFile (inode 6, handle 1, offset 92405760, 131072 bytes) | |
2015/11/12 02:41:25.813127 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [92405760 131072 92405760] | |
2015/11/12 02:41:25.813157 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.813193 fuse.DEBUG reading 131072 @ 92405760 = 131072, size=17694720 | |
2015/11/12 02:41:25.813214 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.813247 fuse.DEBUG Op 0x000002d0 connection.go:474] -> OK | |
2015/11/12 02:41:25.813392 fuse.DEBUG Op 0x000002d1 connection.go:395] <- ReadFile (inode 6, handle 1, offset 92536832, 131072 bytes) | |
2015/11/12 02:41:25.813530 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [92536832 131072 92536832] | |
2015/11/12 02:41:25.813565 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.813602 fuse.DEBUG reading 131072 @ 92536832 = 131072, size=17563648 | |
2015/11/12 02:41:25.813637 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.813684 fuse.DEBUG Op 0x000002d1 connection.go:474] -> OK | |
2015/11/12 02:41:25.813851 fuse.DEBUG Op 0x000002d2 connection.go:395] <- ReadFile (inode 6, handle 1, offset 92667904, 131072 bytes) | |
2015/11/12 02:41:25.814135 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [92667904 131072 92667904] | |
2015/11/12 02:41:25.814160 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.814197 fuse.DEBUG reading 131072 @ 92667904 = 131072, size=17432576 | |
2015/11/12 02:41:25.814229 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.814279 fuse.DEBUG Op 0x000002d2 connection.go:474] -> OK | |
2015/11/12 02:41:25.814434 fuse.DEBUG Op 0x000002d3 connection.go:395] <- ReadFile (inode 6, handle 1, offset 92798976, 131072 bytes) | |
2015/11/12 02:41:25.814709 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [92798976 131072 92798976] | |
2015/11/12 02:41:25.814729 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.814758 fuse.DEBUG reading 131072 @ 92798976 = 131072, size=17301504 | |
2015/11/12 02:41:25.814791 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.814816 fuse.DEBUG Op 0x000002d3 connection.go:474] -> OK | |
2015/11/12 02:41:25.814949 fuse.DEBUG Op 0x000002d4 connection.go:395] <- ReadFile (inode 6, handle 1, offset 92930048, 131072 bytes) | |
2015/11/12 02:41:25.815327 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [92930048 131072 92930048] | |
2015/11/12 02:41:25.815354 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.815398 fuse.DEBUG reading 131072 @ 92930048 = 131072, size=17170432 | |
2015/11/12 02:41:25.815424 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.815448 fuse.DEBUG Op 0x000002d4 connection.go:474] -> OK | |
2015/11/12 02:41:25.815587 fuse.DEBUG Op 0x000002d5 connection.go:395] <- ReadFile (inode 6, handle 1, offset 93061120, 131072 bytes) | |
2015/11/12 02:41:25.815821 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [93061120 131072 93061120] | |
2015/11/12 02:41:25.815842 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.815870 fuse.DEBUG reading 131072 @ 93061120 = 131072, size=17039360 | |
2015/11/12 02:41:25.815886 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.815916 fuse.DEBUG Op 0x000002d5 connection.go:474] -> OK | |
2015/11/12 02:41:25.816083 fuse.DEBUG Op 0x000002d6 connection.go:395] <- ReadFile (inode 6, handle 1, offset 93192192, 131072 bytes) | |
2015/11/12 02:41:25.816356 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [93192192 131072 93192192] | |
2015/11/12 02:41:25.816379 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.816420 fuse.DEBUG reading 131072 @ 93192192 = 131072, size=16908288 | |
2015/11/12 02:41:25.816447 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.816483 fuse.DEBUG Op 0x000002d6 connection.go:474] -> OK | |
2015/11/12 02:41:25.816648 fuse.DEBUG Op 0x000002d7 connection.go:395] <- ReadFile (inode 6, handle 1, offset 93323264, 131072 bytes) | |
2015/11/12 02:41:25.816847 s3.DEBUG DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 206 Partial Content | |
Content-Length: 5242880 | |
Accept-Ranges: bytes | |
Content-Range: bytes 183631872-188874751/2913812172 | |
Content-Type: binary/octet-stream | |
Date: Thu, 12 Nov 2015 02:41:26 GMT | |
Etag: "8812855bb146e3b0756b0316cefd7db4-397" | |
Last-Modified: Fri, 19 Jun 2015 08:13:28 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: H9Q3dUx//ijmGv06UmUB4rbRy4H/zIKVr+ANXAVAiSiy7C6tXSUutFHLcTNQfZzr1tUHF5sp1cU= | |
X-Amz-Request-Id: A42147F7DFCF3AE6 | |
X-Amz-Version-Id: fL16j2gHcRvr7risStMlwXZqmEHJuG1b | |
----------------------------------------------------- | |
2015/11/12 02:41:25.816984 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [93323264 131072 93323264] | |
2015/11/12 02:41:25.817014 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.817056 fuse.DEBUG reading 131072 @ 93323264 = 131072, size=16777216 | |
2015/11/12 02:41:25.817082 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.817120 fuse.DEBUG Op 0x000002d7 connection.go:474] -> OK | |
2015/11/12 02:41:25.817255 fuse.DEBUG Op 0x000002d8 connection.go:395] <- ReadFile (inode 6, handle 1, offset 93454336, 131072 bytes) | |
2015/11/12 02:41:25.817512 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [93454336 131072 93454336] | |
2015/11/12 02:41:25.817537 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.817595 fuse.DEBUG reading 131072 @ 93454336 = 131072, size=16646144 | |
2015/11/12 02:41:25.817616 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.817651 fuse.DEBUG Op 0x000002d8 connection.go:474] -> OK | |
2015/11/12 02:41:25.817785 fuse.DEBUG Op 0x000002d9 connection.go:395] <- ReadFile (inode 6, handle 1, offset 93585408, 131072 bytes) | |
2015/11/12 02:41:25.817971 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [93585408 131072 93585408] | |
2015/11/12 02:41:25.818002 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.818041 fuse.DEBUG reading 131072 @ 93585408 = 131072, size=16515072 | |
2015/11/12 02:41:25.818081 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.818128 fuse.DEBUG Op 0x000002d9 connection.go:474] -> OK | |
2015/11/12 02:41:25.818287 fuse.DEBUG Op 0x000002da connection.go:395] <- ReadFile (inode 6, handle 1, offset 93716480, 131072 bytes) | |
2015/11/12 02:41:25.818648 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [93716480 131072 93716480] | |
2015/11/12 02:41:25.818678 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.818733 fuse.DEBUG reading 131072 @ 93716480 = 131072, size=16384000 | |
2015/11/12 02:41:25.818757 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.818780 fuse.DEBUG Op 0x000002da connection.go:474] -> OK | |
2015/11/12 02:41:25.818947 fuse.DEBUG Op 0x000002db connection.go:395] <- ReadFile (inode 6, handle 1, offset 93847552, 131072 bytes) | |
2015/11/12 02:41:25.819355 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [93847552 131072 93847552] | |
2015/11/12 02:41:25.819392 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.819434 fuse.DEBUG reading 131072 @ 93847552 = 131072, size=16252928 | |
2015/11/12 02:41:25.819459 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.819496 fuse.DEBUG Op 0x000002db connection.go:474] -> OK | |
2015/11/12 02:41:25.819639 fuse.DEBUG Op 0x000002dc connection.go:395] <- ReadFile (inode 6, handle 1, offset 93978624, 131072 bytes) | |
2015/11/12 02:41:25.819934 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [93978624 131072 93978624] | |
2015/11/12 02:41:25.819962 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.820026 fuse.DEBUG reading 131072 @ 93978624 = 131072, size=16121856 | |
2015/11/12 02:41:25.820053 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.820079 fuse.DEBUG Op 0x000002dc connection.go:474] -> OK | |
2015/11/12 02:41:25.820171 s3.DEBUG DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 206 Partial Content | |
Content-Length: 5242880 | |
Accept-Ranges: bytes | |
Content-Range: bytes 178388992-183631871/2913812172 | |
Content-Type: binary/octet-stream | |
Date: Thu, 12 Nov 2015 02:41:26 GMT | |
Etag: "8812855bb146e3b0756b0316cefd7db4-397" | |
Last-Modified: Fri, 19 Jun 2015 08:13:28 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: jrUM5DC4+6ntoSoFrqPUSIWfqQG4Mu7N0SxVRzUf1tAwkt0fPyMqAsjwlLZjJogTsQC7tz3qNCc= | |
X-Amz-Request-Id: A668534B869696EE | |
X-Amz-Version-Id: fL16j2gHcRvr7risStMlwXZqmEHJuG1b | |
----------------------------------------------------- | |
2015/11/12 02:41:25.820222 fuse.DEBUG Op 0x000002dd connection.go:395] <- ReadFile (inode 6, handle 1, offset 94109696, 131072 bytes) | |
2015/11/12 02:41:25.820585 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [94109696 131072 94109696] | |
2015/11/12 02:41:25.820611 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.820676 fuse.DEBUG reading 131072 @ 94109696 = 131072, size=15990784 | |
2015/11/12 02:41:25.820702 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.820743 fuse.DEBUG Op 0x000002dd connection.go:474] -> OK | |
2015/11/12 02:41:25.821468 fuse.DEBUG Op 0x000002de connection.go:395] <- ReadFile (inode 6, handle 1, offset 94240768, 131072 bytes) | |
2015/11/12 02:41:25.821831 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [94240768 131072 94240768] | |
2015/11/12 02:41:25.821864 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.821893 fuse.DEBUG reading 131072 @ 94240768 = 131072, size=15859712 | |
2015/11/12 02:41:25.821905 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.821929 fuse.DEBUG Op 0x000002de connection.go:474] -> OK | |
2015/11/12 02:41:25.822086 fuse.DEBUG Op 0x000002df connection.go:395] <- ReadFile (inode 6, handle 1, offset 94371840, 131072 bytes) | |
2015/11/12 02:41:25.822440 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [94371840 131072 94371840] | |
2015/11/12 02:41:25.822466 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.822505 fuse.DEBUG reading 131072 @ 94371840 = 131072, size=15728640 | |
2015/11/12 02:41:25.822525 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.822561 fuse.DEBUG Op 0x000002df connection.go:474] -> OK | |
2015/11/12 02:41:25.823009 fuse.DEBUG Op 0x000002e0 connection.go:395] <- ReadFile (inode 6, handle 1, offset 94502912, 131072 bytes) | |
2015/11/12 02:41:25.823305 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [94502912 131072 94502912] | |
2015/11/12 02:41:25.823338 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.823376 fuse.DEBUG reading 131072 @ 94502912 = 131072, size=15597568 | |
2015/11/12 02:41:25.823397 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.823424 fuse.DEBUG Op 0x000002e0 connection.go:474] -> OK | |
2015/11/12 02:41:25.823607 fuse.DEBUG Op 0x000002e1 connection.go:395] <- ReadFile (inode 6, handle 1, offset 94633984, 131072 bytes) | |
2015/11/12 02:41:25.823833 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
Range: bytes=194117632-199360511 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024125Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:25.824071 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [94633984 131072 94633984] | |
2015/11/12 02:41:25.824118 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.824173 fuse.DEBUG reading 131072 @ 94633984 = 131072, size=15466496 | |
2015/11/12 02:41:25.824213 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.824253 fuse.DEBUG Op 0x000002e1 connection.go:474] -> OK | |
2015/11/12 02:41:25.824508 fuse.DEBUG Op 0x000002e2 connection.go:395] <- ReadFile (inode 6, handle 1, offset 94765056, 131072 bytes) | |
2015/11/12 02:41:25.824868 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [94765056 131072 94765056] | |
2015/11/12 02:41:25.824891 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.824931 fuse.DEBUG reading 131072 @ 94765056 = 131072, size=15335424 | |
2015/11/12 02:41:25.824957 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.825001 fuse.DEBUG Op 0x000002e2 connection.go:474] -> OK | |
2015/11/12 02:41:25.825192 fuse.DEBUG Op 0x000002e3 connection.go:395] <- ReadFile (inode 6, handle 1, offset 94896128, 131072 bytes) | |
2015/11/12 02:41:25.825463 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [94896128 131072 94896128] | |
2015/11/12 02:41:25.825496 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.825558 fuse.DEBUG reading 131072 @ 94896128 = 131072, size=15204352 | |
2015/11/12 02:41:25.825578 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.825600 fuse.DEBUG Op 0x000002e3 connection.go:474] -> OK | |
2015/11/12 02:41:25.825785 fuse.DEBUG Op 0x000002e4 connection.go:395] <- ReadFile (inode 6, handle 1, offset 95027200, 131072 bytes) | |
2015/11/12 02:41:25.826068 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [95027200 131072 95027200] | |
2015/11/12 02:41:25.826086 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.826122 fuse.DEBUG reading 131072 @ 95027200 = 131072, size=15073280 | |
2015/11/12 02:41:25.826139 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.826166 fuse.DEBUG Op 0x000002e4 connection.go:474] -> OK | |
2015/11/12 02:41:25.826348 fuse.DEBUG Op 0x000002e5 connection.go:395] <- ReadFile (inode 6, handle 1, offset 95158272, 131072 bytes) | |
2015/11/12 02:41:25.826674 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [95158272 131072 95158272] | |
2015/11/12 02:41:25.826700 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.826748 fuse.DEBUG reading 131072 @ 95158272 = 131072, size=14942208 | |
2015/11/12 02:41:25.826766 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.826787 fuse.DEBUG Op 0x000002e5 connection.go:474] -> OK | |
2015/11/12 02:41:25.826941 fuse.DEBUG Op 0x000002e6 connection.go:395] <- ReadFile (inode 6, handle 1, offset 95289344, 131072 bytes) | |
2015/11/12 02:41:25.827231 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [95289344 131072 95289344] | |
2015/11/12 02:41:25.827270 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.827302 fuse.DEBUG reading 131072 @ 95289344 = 131072, size=14811136 | |
2015/11/12 02:41:25.827327 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.827370 fuse.DEBUG Op 0x000002e6 connection.go:474] -> OK | |
2015/11/12 02:41:25.827512 fuse.DEBUG Op 0x000002e7 connection.go:395] <- ReadFile (inode 6, handle 1, offset 95420416, 131072 bytes) | |
2015/11/12 02:41:25.827865 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [95420416 131072 95420416] | |
2015/11/12 02:41:25.827893 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.827931 fuse.DEBUG reading 131072 @ 95420416 = 131072, size=14680064 | |
2015/11/12 02:41:25.827956 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.827993 fuse.DEBUG Op 0x000002e7 connection.go:474] -> OK | |
2015/11/12 02:41:25.828154 fuse.DEBUG Op 0x000002e8 connection.go:395] <- ReadFile (inode 6, handle 1, offset 95551488, 131072 bytes) | |
2015/11/12 02:41:25.828468 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [95551488 131072 95551488] | |
2015/11/12 02:41:25.828490 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.828531 fuse.DEBUG reading 131072 @ 95551488 = 131072, size=14548992 | |
2015/11/12 02:41:25.828555 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.828579 fuse.DEBUG Op 0x000002e8 connection.go:474] -> OK | |
2015/11/12 02:41:25.828730 fuse.DEBUG Op 0x000002e9 connection.go:395] <- ReadFile (inode 6, handle 1, offset 95682560, 131072 bytes) | |
2015/11/12 02:41:25.829036 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [95682560 131072 95682560] | |
2015/11/12 02:41:25.829080 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.829118 fuse.DEBUG reading 131072 @ 95682560 = 131072, size=14417920 | |
2015/11/12 02:41:25.829136 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.829165 fuse.DEBUG Op 0x000002e9 connection.go:474] -> OK | |
2015/11/12 02:41:25.829317 fuse.DEBUG Op 0x000002ea connection.go:395] <- ReadFile (inode 6, handle 1, offset 95813632, 131072 bytes) | |
2015/11/12 02:41:25.829635 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [95813632 131072 95813632] | |
2015/11/12 02:41:25.829662 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.829698 fuse.DEBUG reading 131072 @ 95813632 = 131072, size=14286848 | |
2015/11/12 02:41:25.829764 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.829804 fuse.DEBUG Op 0x000002ea connection.go:474] -> OK | |
2015/11/12 02:41:25.829990 fuse.DEBUG Op 0x000002eb connection.go:395] <- ReadFile (inode 6, handle 1, offset 95944704, 131072 bytes) | |
2015/11/12 02:41:25.830241 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [95944704 131072 95944704] | |
2015/11/12 02:41:25.830268 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.830306 fuse.DEBUG reading 131072 @ 95944704 = 131072, size=14155776 | |
2015/11/12 02:41:25.830322 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.830361 fuse.DEBUG Op 0x000002eb connection.go:474] -> OK | |
2015/11/12 02:41:25.834148 fuse.DEBUG Op 0x000002ec connection.go:395] <- ReadFile (inode 6, handle 1, offset 96075776, 131072 bytes) | |
2015/11/12 02:41:25.834478 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [96075776 131072 96075776] | |
2015/11/12 02:41:25.834507 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.834547 fuse.DEBUG reading 131072 @ 96075776 = 131072, size=14024704 | |
2015/11/12 02:41:25.834573 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.834606 fuse.DEBUG Op 0x000002ec connection.go:474] -> OK | |
2015/11/12 02:41:25.834750 fuse.DEBUG Op 0x000002ed connection.go:395] <- ReadFile (inode 6, handle 1, offset 96206848, 131072 bytes) | |
2015/11/12 02:41:25.835021 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [96206848 131072 96206848] | |
2015/11/12 02:41:25.835047 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.835105 fuse.DEBUG reading 131072 @ 96206848 = 131072, size=13893632 | |
2015/11/12 02:41:25.835131 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.835271 fuse.DEBUG Op 0x000002ed connection.go:474] -> OK | |
2015/11/12 02:41:25.835478 fuse.DEBUG Op 0x000002ee connection.go:395] <- ReadFile (inode 6, handle 1, offset 96337920, 131072 bytes) | |
2015/11/12 02:41:25.835814 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [96337920 131072 96337920] | |
2015/11/12 02:41:25.835887 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.835923 fuse.DEBUG reading 131072 @ 96337920 = 131072, size=13762560 | |
2015/11/12 02:41:25.835940 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.836004 fuse.DEBUG Op 0x000002ee connection.go:474] -> OK | |
2015/11/12 02:41:25.836207 fuse.DEBUG Op 0x000002ef connection.go:395] <- ReadFile (inode 6, handle 1, offset 96468992, 131072 bytes) | |
2015/11/12 02:41:25.836570 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [96468992 131072 96468992] | |
2015/11/12 02:41:25.836594 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.836666 fuse.DEBUG reading 131072 @ 96468992 = 131072, size=13631488 | |
2015/11/12 02:41:25.836692 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.836719 fuse.DEBUG Op 0x000002ef connection.go:474] -> OK | |
2015/11/12 02:41:25.836911 fuse.DEBUG Op 0x000002f0 connection.go:395] <- ReadFile (inode 6, handle 1, offset 96600064, 131072 bytes) | |
2015/11/12 02:41:25.837261 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [96600064 131072 96600064] | |
2015/11/12 02:41:25.837290 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.837328 fuse.DEBUG reading 131072 @ 96600064 = 131072, size=13500416 | |
2015/11/12 02:41:25.837354 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.837381 fuse.DEBUG Op 0x000002f0 connection.go:474] -> OK | |
2015/11/12 02:41:25.837561 fuse.DEBUG Op 0x000002f1 connection.go:395] <- ReadFile (inode 6, handle 1, offset 96731136, 131072 bytes) | |
2015/11/12 02:41:25.837894 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [96731136 131072 96731136] | |
2015/11/12 02:41:25.837926 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.837998 fuse.DEBUG reading 131072 @ 96731136 = 131072, size=13369344 | |
2015/11/12 02:41:25.838026 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.838049 fuse.DEBUG Op 0x000002f1 connection.go:474] -> OK | |
2015/11/12 02:41:25.838236 fuse.DEBUG Op 0x000002f2 connection.go:395] <- ReadFile (inode 6, handle 1, offset 96862208, 131072 bytes) | |
2015/11/12 02:41:25.838542 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [96862208 131072 96862208] | |
2015/11/12 02:41:25.838567 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.838638 fuse.DEBUG reading 131072 @ 96862208 = 131072, size=13238272 | |
2015/11/12 02:41:25.838657 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.838683 fuse.DEBUG Op 0x000002f2 connection.go:474] -> OK | |
2015/11/12 02:41:25.838858 fuse.DEBUG Op 0x000002f3 connection.go:395] <- ReadFile (inode 6, handle 1, offset 96993280, 131072 bytes) | |
2015/11/12 02:41:25.839227 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [96993280 131072 96993280] | |
2015/11/12 02:41:25.839254 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.839315 fuse.DEBUG reading 131072 @ 96993280 = 131072, size=13107200 | |
2015/11/12 02:41:25.839343 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.839373 fuse.DEBUG Op 0x000002f3 connection.go:474] -> OK | |
2015/11/12 02:41:25.839598 fuse.DEBUG Op 0x000002f4 connection.go:395] <- ReadFile (inode 6, handle 1, offset 97124352, 131072 bytes) | |
2015/11/12 02:41:25.839864 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [97124352 131072 97124352] | |
2015/11/12 02:41:25.839917 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.839964 fuse.DEBUG reading 131072 @ 97124352 = 131072, size=12976128 | |
2015/11/12 02:41:25.839985 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.840052 fuse.DEBUG Op 0x000002f4 connection.go:474] -> OK | |
2015/11/12 02:41:25.840238 fuse.DEBUG Op 0x000002f5 connection.go:395] <- ReadFile (inode 6, handle 1, offset 97255424, 131072 bytes) | |
2015/11/12 02:41:25.840557 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [97255424 131072 97255424] | |
2015/11/12 02:41:25.840584 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.840631 fuse.DEBUG reading 131072 @ 97255424 = 131072, size=12845056 | |
2015/11/12 02:41:25.840657 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.840702 fuse.DEBUG Op 0x000002f5 connection.go:474] -> OK | |
2015/11/12 02:41:25.841084 fuse.DEBUG Op 0x000002f6 connection.go:395] <- ReadFile (inode 6, handle 1, offset 97386496, 131072 bytes) | |
2015/11/12 02:41:25.841474 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [97386496 131072 97386496] | |
2015/11/12 02:41:25.841536 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.841583 fuse.DEBUG reading 131072 @ 97386496 = 131072, size=12713984 | |
2015/11/12 02:41:25.841615 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.841650 fuse.DEBUG Op 0x000002f6 connection.go:474] -> OK | |
2015/11/12 02:41:25.841834 fuse.DEBUG Op 0x000002f7 connection.go:395] <- ReadFile (inode 6, handle 1, offset 97517568, 131072 bytes) | |
2015/11/12 02:41:25.842125 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [97517568 131072 97517568] | |
2015/11/12 02:41:25.842159 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.842197 fuse.DEBUG reading 131072 @ 97517568 = 131072, size=12582912 | |
2015/11/12 02:41:25.842223 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.842263 fuse.DEBUG Op 0x000002f7 connection.go:474] -> OK | |
2015/11/12 02:41:25.842451 fuse.DEBUG Op 0x000002f8 connection.go:395] <- ReadFile (inode 6, handle 1, offset 97648640, 131072 bytes) | |
2015/11/12 02:41:25.842783 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [97648640 131072 97648640] | |
2015/11/12 02:41:25.842810 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.842873 fuse.DEBUG reading 131072 @ 97648640 = 131072, size=12451840 | |
2015/11/12 02:41:25.842898 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.842959 fuse.DEBUG Op 0x000002f8 connection.go:474] -> OK | |
2015/11/12 02:41:25.843099 fuse.DEBUG Op 0x000002f9 connection.go:395] <- ReadFile (inode 6, handle 1, offset 97779712, 131072 bytes) | |
2015/11/12 02:41:25.843416 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [97779712 131072 97779712] | |
2015/11/12 02:41:25.843445 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.843474 fuse.DEBUG reading 131072 @ 97779712 = 131072, size=12320768 | |
2015/11/12 02:41:25.843492 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.843543 fuse.DEBUG Op 0x000002f9 connection.go:474] -> OK | |
2015/11/12 02:41:25.843697 fuse.DEBUG Op 0x000002fa connection.go:395] <- ReadFile (inode 6, handle 1, offset 97910784, 131072 bytes) | |
2015/11/12 02:41:25.844048 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [97910784 131072 97910784] | |
2015/11/12 02:41:25.844073 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.844125 fuse.DEBUG reading 131072 @ 97910784 = 131072, size=12189696 | |
2015/11/12 02:41:25.844152 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.844187 fuse.DEBUG Op 0x000002fa connection.go:474] -> OK | |
2015/11/12 02:41:25.844369 fuse.DEBUG Op 0x000002fb connection.go:395] <- ReadFile (inode 6, handle 1, offset 98041856, 131072 bytes) | |
2015/11/12 02:41:25.844762 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [98041856 131072 98041856] | |
2015/11/12 02:41:25.844784 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.844812 fuse.DEBUG reading 131072 @ 98041856 = 131072, size=12058624 | |
2015/11/12 02:41:25.844855 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.844891 fuse.DEBUG Op 0x000002fb connection.go:474] -> OK | |
2015/11/12 02:41:25.845185 fuse.DEBUG Op 0x000002fc connection.go:395] <- ReadFile (inode 6, handle 1, offset 98172928, 131072 bytes) | |
2015/11/12 02:41:25.845506 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [98172928 131072 98172928] | |
2015/11/12 02:41:25.845532 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.845576 fuse.DEBUG reading 131072 @ 98172928 = 131072, size=11927552 | |
2015/11/12 02:41:25.845603 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.845635 fuse.DEBUG Op 0x000002fc connection.go:474] -> OK | |
2015/11/12 02:41:25.845796 fuse.DEBUG Op 0x000002fd connection.go:395] <- ReadFile (inode 6, handle 1, offset 98304000, 131072 bytes) | |
2015/11/12 02:41:25.846125 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [98304000 131072 98304000] | |
2015/11/12 02:41:25.846149 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.846186 fuse.DEBUG reading 131072 @ 98304000 = 131072, size=11796480 | |
2015/11/12 02:41:25.846208 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.846234 fuse.DEBUG Op 0x000002fd connection.go:474] -> OK | |
2015/11/12 02:41:25.846389 fuse.DEBUG Op 0x000002fe connection.go:395] <- ReadFile (inode 6, handle 1, offset 98435072, 131072 bytes) | |
2015/11/12 02:41:25.846660 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [98435072 131072 98435072] | |
2015/11/12 02:41:25.846683 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.846719 fuse.DEBUG reading 131072 @ 98435072 = 131072, size=11665408 | |
2015/11/12 02:41:25.846737 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.846770 fuse.DEBUG Op 0x000002fe connection.go:474] -> OK | |
2015/11/12 02:41:25.846937 fuse.DEBUG Op 0x000002ff connection.go:395] <- ReadFile (inode 6, handle 1, offset 98566144, 131072 bytes) | |
2015/11/12 02:41:25.847272 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [98566144 131072 98566144] | |
2015/11/12 02:41:25.847293 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.847340 fuse.DEBUG reading 131072 @ 98566144 = 131072, size=11534336 | |
2015/11/12 02:41:25.847370 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.847403 fuse.DEBUG Op 0x000002ff connection.go:474] -> OK | |
2015/11/12 02:41:25.847804 fuse.DEBUG Op 0x00000300 connection.go:395] <- ReadFile (inode 6, handle 1, offset 98697216, 131072 bytes) | |
2015/11/12 02:41:25.847975 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [98697216 131072 98697216] | |
2015/11/12 02:41:25.847996 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.848023 fuse.DEBUG reading 131072 @ 98697216 = 131072, size=11403264 | |
2015/11/12 02:41:25.848034 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.848050 fuse.DEBUG Op 0x00000300 connection.go:474] -> OK | |
2015/11/12 02:41:25.848243 fuse.DEBUG Op 0x00000301 connection.go:395] <- ReadFile (inode 6, handle 1, offset 98828288, 131072 bytes) | |
2015/11/12 02:41:25.848514 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [98828288 131072 98828288] | |
2015/11/12 02:41:25.848535 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.848571 fuse.DEBUG reading 131072 @ 98828288 = 131072, size=11272192 | |
2015/11/12 02:41:25.848596 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.848635 fuse.DEBUG Op 0x00000301 connection.go:474] -> OK | |
2015/11/12 02:41:25.848780 fuse.DEBUG Op 0x00000302 connection.go:395] <- ReadFile (inode 6, handle 1, offset 98959360, 131072 bytes) | |
2015/11/12 02:41:25.848893 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [98959360 131072 98959360] | |
2015/11/12 02:41:25.848911 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.848941 fuse.DEBUG reading 131072 @ 98959360 = 131072, size=11141120 | |
2015/11/12 02:41:25.848983 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.848998 fuse.DEBUG Op 0x00000302 connection.go:474] -> OK | |
2015/11/12 02:41:25.849167 fuse.DEBUG Op 0x00000303 connection.go:395] <- ReadFile (inode 6, handle 1, offset 99090432, 131072 bytes) | |
2015/11/12 02:41:25.849428 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [99090432 131072 99090432] | |
2015/11/12 02:41:25.849451 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.849490 fuse.DEBUG reading 131072 @ 99090432 = 131072, size=11010048 | |
2015/11/12 02:41:25.849510 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.849541 fuse.DEBUG Op 0x00000303 connection.go:474] -> OK | |
2015/11/12 02:41:25.849709 fuse.DEBUG Op 0x00000304 connection.go:395] <- ReadFile (inode 6, handle 1, offset 99221504, 131072 bytes) | |
2015/11/12 02:41:25.849950 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [99221504 131072 99221504] | |
2015/11/12 02:41:25.849979 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.850064 fuse.DEBUG reading 131072 @ 99221504 = 131072, size=10878976 | |
2015/11/12 02:41:25.850091 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.850153 fuse.DEBUG Op 0x00000304 connection.go:474] -> OK | |
2015/11/12 02:41:25.850341 fuse.DEBUG Op 0x00000305 connection.go:395] <- ReadFile (inode 6, handle 1, offset 99352576, 131072 bytes) | |
2015/11/12 02:41:25.850688 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [99352576 131072 99352576] | |
2015/11/12 02:41:25.850738 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.850775 fuse.DEBUG reading 131072 @ 99352576 = 131072, size=10747904 | |
2015/11/12 02:41:25.850799 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.850848 fuse.DEBUG Op 0x00000305 connection.go:474] -> OK | |
2015/11/12 02:41:25.851186 fuse.DEBUG Op 0x00000306 connection.go:395] <- ReadFile (inode 6, handle 1, offset 99483648, 131072 bytes) | |
2015/11/12 02:41:25.851498 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [99483648 131072 99483648] | |
2015/11/12 02:41:25.851525 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.851579 fuse.DEBUG reading 131072 @ 99483648 = 131072, size=10616832 | |
2015/11/12 02:41:25.851596 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.851613 fuse.DEBUG Op 0x00000306 connection.go:474] -> OK | |
2015/11/12 02:41:25.851761 fuse.DEBUG Op 0x00000307 connection.go:395] <- ReadFile (inode 6, handle 1, offset 99614720, 131072 bytes) | |
2015/11/12 02:41:25.852128 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [99614720 131072 99614720] | |
2015/11/12 02:41:25.852158 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.852396 fuse.DEBUG reading 131072 @ 99614720 = 131072, size=10485760 | |
2015/11/12 02:41:25.852424 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.852464 fuse.DEBUG Op 0x00000307 connection.go:474] -> OK | |
2015/11/12 02:41:25.852622 fuse.DEBUG Op 0x00000308 connection.go:395] <- ReadFile (inode 6, handle 1, offset 99745792, 131072 bytes) | |
2015/11/12 02:41:25.852923 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [99745792 131072 99745792] | |
2015/11/12 02:41:25.852961 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.852996 fuse.DEBUG reading 131072 @ 99745792 = 131072, size=10354688 | |
2015/11/12 02:41:25.853013 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.853030 fuse.DEBUG Op 0x00000308 connection.go:474] -> OK | |
2015/11/12 02:41:25.853201 fuse.DEBUG Op 0x00000309 connection.go:395] <- ReadFile (inode 6, handle 1, offset 99876864, 131072 bytes) | |
2015/11/12 02:41:25.853473 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
Range: bytes=199360512-204603391 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024125Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:25.853557 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [99876864 131072 99876864] | |
2015/11/12 02:41:25.853606 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.853667 fuse.DEBUG reading 131072 @ 99876864 = 131072, size=10223616 | |
2015/11/12 02:41:25.853695 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.853769 fuse.DEBUG Op 0x00000309 connection.go:474] -> OK | |
2015/11/12 02:41:25.853993 fuse.DEBUG Op 0x0000030a connection.go:395] <- ReadFile (inode 6, handle 1, offset 100007936, 131072 bytes) | |
2015/11/12 02:41:25.854292 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [100007936 131072 100007936] | |
2015/11/12 02:41:25.854315 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.854351 fuse.DEBUG reading 131072 @ 100007936 = 131072, size=10092544 | |
2015/11/12 02:41:25.854383 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.854401 fuse.DEBUG Op 0x0000030a connection.go:474] -> OK | |
2015/11/12 02:41:25.854568 fuse.DEBUG Op 0x0000030b connection.go:395] <- ReadFile (inode 6, handle 1, offset 100139008, 131072 bytes) | |
2015/11/12 02:41:25.854848 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [100139008 131072 100139008] | |
2015/11/12 02:41:25.854872 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.854910 fuse.DEBUG reading 131072 @ 100139008 = 131072, size=9961472 | |
2015/11/12 02:41:25.854953 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.854979 fuse.DEBUG Op 0x0000030b connection.go:474] -> OK | |
2015/11/12 02:41:25.855130 fuse.DEBUG Op 0x0000030c connection.go:395] <- ReadFile (inode 6, handle 1, offset 100270080, 131072 bytes) | |
2015/11/12 02:41:25.855473 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [100270080 131072 100270080] | |
2015/11/12 02:41:25.855503 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.855581 fuse.DEBUG reading 131072 @ 100270080 = 131072, size=9830400 | |
2015/11/12 02:41:25.855614 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.855658 fuse.DEBUG Op 0x0000030c connection.go:474] -> OK | |
2015/11/12 02:41:25.855950 fuse.DEBUG Op 0x0000030d connection.go:395] <- ReadFile (inode 6, handle 1, offset 100401152, 131072 bytes) | |
2015/11/12 02:41:25.856350 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [100401152 131072 100401152] | |
2015/11/12 02:41:25.856370 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.856402 fuse.DEBUG reading 131072 @ 100401152 = 131072, size=9699328 | |
2015/11/12 02:41:25.856451 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.856476 fuse.DEBUG Op 0x0000030d connection.go:474] -> OK | |
2015/11/12 02:41:25.856734 fuse.DEBUG Op 0x0000030e connection.go:395] <- ReadFile (inode 6, handle 1, offset 100532224, 131072 bytes) | |
2015/11/12 02:41:25.857038 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [100532224 131072 100532224] | |
2015/11/12 02:41:25.857062 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.857095 fuse.DEBUG reading 131072 @ 100532224 = 131072, size=9568256 | |
2015/11/12 02:41:25.857123 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.857158 fuse.DEBUG Op 0x0000030e connection.go:474] -> OK | |
2015/11/12 02:41:25.857315 fuse.DEBUG Op 0x0000030f connection.go:395] <- ReadFile (inode 6, handle 1, offset 100663296, 131072 bytes) | |
2015/11/12 02:41:25.857587 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [100663296 131072 100663296] | |
2015/11/12 02:41:25.857616 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.857654 fuse.DEBUG reading 131072 @ 100663296 = 131072, size=9437184 | |
2015/11/12 02:41:25.857679 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.857705 fuse.DEBUG Op 0x0000030f connection.go:474] -> OK | |
2015/11/12 02:41:25.857857 fuse.DEBUG Op 0x00000310 connection.go:395] <- ReadFile (inode 6, handle 1, offset 100794368, 131072 bytes) | |
2015/11/12 02:41:25.858156 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [100794368 131072 100794368] | |
2015/11/12 02:41:25.858185 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.858225 fuse.DEBUG reading 131072 @ 100794368 = 131072, size=9306112 | |
2015/11/12 02:41:25.858251 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.858289 fuse.DEBUG Op 0x00000310 connection.go:474] -> OK | |
2015/11/12 02:41:25.858450 fuse.DEBUG Op 0x00000311 connection.go:395] <- ReadFile (inode 6, handle 1, offset 100925440, 131072 bytes) | |
2015/11/12 02:41:25.858842 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [100925440 131072 100925440] | |
2015/11/12 02:41:25.858858 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.858887 fuse.DEBUG reading 131072 @ 100925440 = 131072, size=9175040 | |
2015/11/12 02:41:25.858898 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.858936 fuse.DEBUG Op 0x00000311 connection.go:474] -> OK | |
2015/11/12 02:41:25.859280 fuse.DEBUG Op 0x00000312 connection.go:395] <- ReadFile (inode 6, handle 1, offset 101056512, 131072 bytes) | |
2015/11/12 02:41:25.859690 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [101056512 131072 101056512] | |
2015/11/12 02:41:25.859705 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.859732 fuse.DEBUG reading 131072 @ 101056512 = 131072, size=9043968 | |
2015/11/12 02:41:25.859752 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.859767 fuse.DEBUG Op 0x00000312 connection.go:474] -> OK | |
2015/11/12 02:41:25.864104 fuse.DEBUG Op 0x00000313 connection.go:395] <- ReadFile (inode 6, handle 1, offset 101187584, 131072 bytes) | |
2015/11/12 02:41:25.864470 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [101187584 131072 101187584] | |
2015/11/12 02:41:25.864503 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.864555 fuse.DEBUG reading 131072 @ 101187584 = 131072, size=8912896 | |
2015/11/12 02:41:25.864581 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.864614 fuse.DEBUG Op 0x00000313 connection.go:474] -> OK | |
2015/11/12 02:41:25.864792 fuse.DEBUG Op 0x00000314 connection.go:395] <- ReadFile (inode 6, handle 1, offset 101318656, 131072 bytes) | |
2015/11/12 02:41:25.865140 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [101318656 131072 101318656] | |
2015/11/12 02:41:25.865181 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.865224 fuse.DEBUG reading 131072 @ 101318656 = 131072, size=8781824 | |
2015/11/12 02:41:25.865248 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.865281 fuse.DEBUG Op 0x00000314 connection.go:474] -> OK | |
2015/11/12 02:41:25.865425 fuse.DEBUG Op 0x00000315 connection.go:395] <- ReadFile (inode 6, handle 1, offset 101449728, 131072 bytes) | |
2015/11/12 02:41:25.865522 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [101449728 131072 101449728] | |
2015/11/12 02:41:25.865553 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.865602 fuse.DEBUG reading 131072 @ 101449728 = 131072, size=8650752 | |
2015/11/12 02:41:25.865643 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.865687 fuse.DEBUG Op 0x00000315 connection.go:474] -> OK | |
2015/11/12 02:41:25.865823 fuse.DEBUG Op 0x00000316 connection.go:395] <- ReadFile (inode 6, handle 1, offset 101580800, 131072 bytes) | |
2015/11/12 02:41:25.866179 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [101580800 131072 101580800] | |
2015/11/12 02:41:25.866208 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.866245 fuse.DEBUG reading 131072 @ 101580800 = 131072, size=8519680 | |
2015/11/12 02:41:25.866269 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.866294 fuse.DEBUG Op 0x00000316 connection.go:474] -> OK | |
2015/11/12 02:41:25.866485 fuse.DEBUG Op 0x00000317 connection.go:395] <- ReadFile (inode 6, handle 1, offset 101711872, 131072 bytes) | |
2015/11/12 02:41:25.866806 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [101711872 131072 101711872] | |
2015/11/12 02:41:25.866835 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.866874 fuse.DEBUG reading 131072 @ 101711872 = 131072, size=8388608 | |
2015/11/12 02:41:25.866901 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.866933 fuse.DEBUG Op 0x00000317 connection.go:474] -> OK | |
2015/11/12 02:41:25.867094 fuse.DEBUG Op 0x00000318 connection.go:395] <- ReadFile (inode 6, handle 1, offset 101842944, 131072 bytes) | |
2015/11/12 02:41:25.867214 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [101842944 131072 101842944] | |
2015/11/12 02:41:25.867238 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.867306 fuse.DEBUG reading 131072 @ 101842944 = 131072, size=8257536 | |
2015/11/12 02:41:25.867329 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.867355 fuse.DEBUG Op 0x00000318 connection.go:474] -> OK | |
2015/11/12 02:41:25.867526 fuse.DEBUG Op 0x00000319 connection.go:395] <- ReadFile (inode 6, handle 1, offset 101974016, 131072 bytes) | |
2015/11/12 02:41:25.867843 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [101974016 131072 101974016] | |
2015/11/12 02:41:25.867866 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.867933 fuse.DEBUG reading 131072 @ 101974016 = 131072, size=8126464 | |
2015/11/12 02:41:25.867956 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.867991 fuse.DEBUG Op 0x00000319 connection.go:474] -> OK | |
2015/11/12 02:41:25.868161 fuse.DEBUG Op 0x0000031a connection.go:395] <- ReadFile (inode 6, handle 1, offset 102105088, 131072 bytes) | |
2015/11/12 02:41:25.868563 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [102105088 131072 102105088] | |
2015/11/12 02:41:25.868586 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.868650 fuse.DEBUG reading 131072 @ 102105088 = 131072, size=7995392 | |
2015/11/12 02:41:25.868673 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.868706 fuse.DEBUG Op 0x0000031a connection.go:474] -> OK | |
2015/11/12 02:41:25.868895 fuse.DEBUG Op 0x0000031b connection.go:395] <- ReadFile (inode 6, handle 1, offset 102236160, 131072 bytes) | |
2015/11/12 02:41:25.869193 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [102236160 131072 102236160] | |
2015/11/12 02:41:25.869257 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.869300 fuse.DEBUG reading 131072 @ 102236160 = 131072, size=7864320 | |
2015/11/12 02:41:25.869321 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.869364 fuse.DEBUG Op 0x0000031b connection.go:474] -> OK | |
2015/11/12 02:41:25.869537 fuse.DEBUG Op 0x0000031c connection.go:395] <- ReadFile (inode 6, handle 1, offset 102367232, 131072 bytes) | |
2015/11/12 02:41:25.869879 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [102367232 131072 102367232] | |
2015/11/12 02:41:25.869920 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.869959 fuse.DEBUG reading 131072 @ 102367232 = 131072, size=7733248 | |
2015/11/12 02:41:25.869976 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.870006 fuse.DEBUG Op 0x0000031c connection.go:474] -> OK | |
2015/11/12 02:41:25.870162 fuse.DEBUG Op 0x0000031d connection.go:395] <- ReadFile (inode 6, handle 1, offset 102498304, 131072 bytes) | |
2015/11/12 02:41:25.870487 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [102498304 131072 102498304] | |
2015/11/12 02:41:25.870507 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.870563 fuse.DEBUG reading 131072 @ 102498304 = 131072, size=7602176 | |
2015/11/12 02:41:25.870600 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.870617 fuse.DEBUG Op 0x0000031d connection.go:474] -> OK | |
2015/11/12 02:41:25.870788 fuse.DEBUG Op 0x0000031e connection.go:395] <- ReadFile (inode 6, handle 1, offset 102629376, 131072 bytes) | |
2015/11/12 02:41:25.871058 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [102629376 131072 102629376] | |
2015/11/12 02:41:25.871083 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.871144 fuse.DEBUG reading 131072 @ 102629376 = 131072, size=7471104 | |
2015/11/12 02:41:25.871168 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.871195 fuse.DEBUG Op 0x0000031e connection.go:474] -> OK | |
2015/11/12 02:41:25.871383 fuse.DEBUG Op 0x0000031f connection.go:395] <- ReadFile (inode 6, handle 1, offset 102760448, 131072 bytes) | |
2015/11/12 02:41:25.871700 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [102760448 131072 102760448] | |
2015/11/12 02:41:25.871722 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.871793 fuse.DEBUG reading 131072 @ 102760448 = 131072, size=7340032 | |
2015/11/12 02:41:25.871815 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.871851 fuse.DEBUG Op 0x0000031f connection.go:474] -> OK | |
2015/11/12 02:41:25.872041 fuse.DEBUG Op 0x00000320 connection.go:395] <- ReadFile (inode 6, handle 1, offset 102891520, 131072 bytes) | |
2015/11/12 02:41:25.872103 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [102891520 131072 102891520] | |
2015/11/12 02:41:25.872141 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.872170 fuse.DEBUG reading 131072 @ 102891520 = 131072, size=7208960 | |
2015/11/12 02:41:25.872188 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.872222 fuse.DEBUG Op 0x00000320 connection.go:474] -> OK | |
2015/11/12 02:41:25.872358 fuse.DEBUG Op 0x00000321 connection.go:395] <- ReadFile (inode 6, handle 1, offset 103022592, 131072 bytes) | |
2015/11/12 02:41:25.872722 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [103022592 131072 103022592] | |
2015/11/12 02:41:25.872744 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.872821 fuse.DEBUG reading 131072 @ 103022592 = 131072, size=7077888 | |
2015/11/12 02:41:25.872843 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.872869 fuse.DEBUG Op 0x00000321 connection.go:474] -> OK | |
2015/11/12 02:41:25.873098 fuse.DEBUG Op 0x00000322 connection.go:395] <- ReadFile (inode 6, handle 1, offset 103153664, 131072 bytes) | |
2015/11/12 02:41:25.873421 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [103153664 131072 103153664] | |
2015/11/12 02:41:25.873467 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.873506 fuse.DEBUG reading 131072 @ 103153664 = 131072, size=6946816 | |
2015/11/12 02:41:25.873806 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.873873 fuse.DEBUG Op 0x00000322 connection.go:474] -> OK | |
2015/11/12 02:41:25.874119 fuse.DEBUG Op 0x00000323 connection.go:395] <- ReadFile (inode 6, handle 1, offset 103284736, 131072 bytes) | |
2015/11/12 02:41:25.874453 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [103284736 131072 103284736] | |
2015/11/12 02:41:25.874480 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.874520 fuse.DEBUG reading 131072 @ 103284736 = 131072, size=6815744 | |
2015/11/12 02:41:25.874556 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.874600 fuse.DEBUG Op 0x00000323 connection.go:474] -> OK | |
2015/11/12 02:41:25.874735 fuse.DEBUG Op 0x00000324 connection.go:395] <- ReadFile (inode 6, handle 1, offset 103415808, 131072 bytes) | |
2015/11/12 02:41:25.875003 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [103415808 131072 103415808] | |
2015/11/12 02:41:25.875028 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.875067 fuse.DEBUG reading 131072 @ 103415808 = 131072, size=6684672 | |
2015/11/12 02:41:25.875086 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.875114 fuse.DEBUG Op 0x00000324 connection.go:474] -> OK | |
2015/11/12 02:41:25.875273 fuse.DEBUG Op 0x00000325 connection.go:395] <- ReadFile (inode 6, handle 1, offset 103546880, 131072 bytes) | |
2015/11/12 02:41:25.875565 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [103546880 131072 103546880] | |
2015/11/12 02:41:25.875588 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.875621 fuse.DEBUG reading 131072 @ 103546880 = 131072, size=6553600 | |
2015/11/12 02:41:25.875645 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.875672 fuse.DEBUG Op 0x00000325 connection.go:474] -> OK | |
2015/11/12 02:41:25.875849 fuse.DEBUG Op 0x00000326 connection.go:395] <- ReadFile (inode 6, handle 1, offset 103677952, 131072 bytes) | |
2015/11/12 02:41:25.876217 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [103677952 131072 103677952] | |
2015/11/12 02:41:25.876243 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.876322 fuse.DEBUG reading 131072 @ 103677952 = 131072, size=6422528 | |
2015/11/12 02:41:25.876347 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.876374 fuse.DEBUG Op 0x00000326 connection.go:474] -> OK | |
2015/11/12 02:41:25.876520 fuse.DEBUG Op 0x00000327 connection.go:395] <- ReadFile (inode 6, handle 1, offset 103809024, 131072 bytes) | |
2015/11/12 02:41:25.876753 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [103809024 131072 103809024] | |
2015/11/12 02:41:25.876780 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.876819 fuse.DEBUG reading 131072 @ 103809024 = 131072, size=6291456 | |
2015/11/12 02:41:25.876842 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.876877 fuse.DEBUG Op 0x00000327 connection.go:474] -> OK | |
2015/11/12 02:41:25.877050 fuse.DEBUG Op 0x00000328 connection.go:395] <- ReadFile (inode 6, handle 1, offset 103940096, 131072 bytes) | |
2015/11/12 02:41:25.877314 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [103940096 131072 103940096] | |
2015/11/12 02:41:25.877332 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.877384 fuse.DEBUG reading 131072 @ 103940096 = 131072, size=6160384 | |
2015/11/12 02:41:25.877399 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.877422 fuse.DEBUG Op 0x00000328 connection.go:474] -> OK | |
2015/11/12 02:41:25.877582 fuse.DEBUG Op 0x00000329 connection.go:395] <- ReadFile (inode 6, handle 1, offset 104071168, 131072 bytes) | |
2015/11/12 02:41:25.877906 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [104071168 131072 104071168] | |
2015/11/12 02:41:25.877934 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.877970 fuse.DEBUG reading 131072 @ 104071168 = 131072, size=6029312 | |
2015/11/12 02:41:25.877988 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.878021 fuse.DEBUG Op 0x00000329 connection.go:474] -> OK | |
2015/11/12 02:41:25.878173 fuse.DEBUG Op 0x0000032a connection.go:395] <- ReadFile (inode 6, handle 1, offset 104202240, 131072 bytes) | |
2015/11/12 02:41:25.878532 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [104202240 131072 104202240] | |
2015/11/12 02:41:25.878558 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.878592 fuse.DEBUG reading 131072 @ 104202240 = 131072, size=5898240 | |
2015/11/12 02:41:25.878615 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.878648 fuse.DEBUG Op 0x0000032a connection.go:474] -> OK | |
2015/11/12 02:41:25.878777 fuse.DEBUG Op 0x0000032b connection.go:395] <- ReadFile (inode 6, handle 1, offset 104333312, 131072 bytes) | |
2015/11/12 02:41:25.879045 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [104333312 131072 104333312] | |
2015/11/12 02:41:25.879070 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.879106 fuse.DEBUG reading 131072 @ 104333312 = 131072, size=5767168 | |
2015/11/12 02:41:25.879135 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.879169 fuse.DEBUG Op 0x0000032b connection.go:474] -> OK | |
2015/11/12 02:41:25.879453 fuse.DEBUG Op 0x0000032c connection.go:395] <- ReadFile (inode 6, handle 1, offset 104464384, 131072 bytes) | |
2015/11/12 02:41:25.879775 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [104464384 131072 104464384] | |
2015/11/12 02:41:25.879807 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.879839 fuse.DEBUG reading 131072 @ 104464384 = 131072, size=5636096 | |
2015/11/12 02:41:25.879879 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.879907 fuse.DEBUG Op 0x0000032c connection.go:474] -> OK | |
2015/11/12 02:41:25.880120 fuse.DEBUG Op 0x0000032d connection.go:395] <- ReadFile (inode 6, handle 1, offset 104595456, 131072 bytes) | |
2015/11/12 02:41:25.880436 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [104595456 131072 104595456] | |
2015/11/12 02:41:25.880463 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.880513 fuse.DEBUG reading 131072 @ 104595456 = 131072, size=5505024 | |
2015/11/12 02:41:25.880540 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.880571 fuse.DEBUG Op 0x0000032d connection.go:474] -> OK | |
2015/11/12 02:41:25.880724 fuse.DEBUG Op 0x0000032e connection.go:395] <- ReadFile (inode 6, handle 1, offset 104726528, 131072 bytes) | |
2015/11/12 02:41:25.880998 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [104726528 131072 104726528] | |
2015/11/12 02:41:25.881067 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.881122 fuse.DEBUG reading 131072 @ 104726528 = 131072, size=5373952 | |
2015/11/12 02:41:25.881143 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.881175 fuse.DEBUG Op 0x0000032e connection.go:474] -> OK | |
2015/11/12 02:41:25.881354 fuse.DEBUG Op 0x0000032f connection.go:395] <- ReadFile (inode 6, handle 1, offset 104857600, 131072 bytes) | |
2015/11/12 02:41:25.881701 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [104857600 131072 104857600] | |
2015/11/12 02:41:25.881725 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.881768 fuse.DEBUG reading 131072 @ 104857600 = 131072, size=5242880 | |
2015/11/12 02:41:25.881787 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.881811 fuse.DEBUG Op 0x0000032f connection.go:474] -> OK | |
2015/11/12 02:41:25.881990 fuse.DEBUG Op 0x00000330 connection.go:395] <- ReadFile (inode 6, handle 1, offset 104988672, 131072 bytes) | |
2015/11/12 02:41:25.882274 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [104988672 131072 104988672] | |
2015/11/12 02:41:25.882327 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.882377 fuse.DEBUG reading 131072 @ 104988672 = 131072, size=5111808 | |
2015/11/12 02:41:25.882393 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.882408 fuse.DEBUG Op 0x00000330 connection.go:474] -> OK | |
2015/11/12 02:41:25.882560 fuse.DEBUG Op 0x00000331 connection.go:395] <- ReadFile (inode 6, handle 1, offset 105119744, 131072 bytes) | |
2015/11/12 02:41:25.882839 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
Range: bytes=204603392-209846271 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024125Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:25.882979 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [105119744 131072 105119744] | |
2015/11/12 02:41:25.883004 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.883040 fuse.DEBUG reading 131072 @ 105119744 = 131072, size=4980736 | |
2015/11/12 02:41:25.883056 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.883102 fuse.DEBUG Op 0x00000331 connection.go:474] -> OK | |
2015/11/12 02:41:25.883454 fuse.DEBUG Op 0x00000332 connection.go:395] <- ReadFile (inode 6, handle 1, offset 105250816, 131072 bytes) | |
2015/11/12 02:41:25.883787 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [105250816 131072 105250816] | |
2015/11/12 02:41:25.883815 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.883853 fuse.DEBUG reading 131072 @ 105250816 = 131072, size=4849664 | |
2015/11/12 02:41:25.883878 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.883913 fuse.DEBUG Op 0x00000332 connection.go:474] -> OK | |
2015/11/12 02:41:25.884098 fuse.DEBUG Op 0x00000333 connection.go:395] <- ReadFile (inode 6, handle 1, offset 105381888, 131072 bytes) | |
2015/11/12 02:41:25.884570 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [105381888 131072 105381888] | |
2015/11/12 02:41:25.884596 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.884858 fuse.DEBUG reading 131072 @ 105381888 = 131072, size=4718592 | |
2015/11/12 02:41:25.884871 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.884895 fuse.DEBUG Op 0x00000333 connection.go:474] -> OK | |
2015/11/12 02:41:25.885093 fuse.DEBUG Op 0x00000334 connection.go:395] <- ReadFile (inode 6, handle 1, offset 105512960, 131072 bytes) | |
2015/11/12 02:41:25.885459 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [105512960 131072 105512960] | |
2015/11/12 02:41:25.885494 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.885535 fuse.DEBUG reading 131072 @ 105512960 = 131072, size=4587520 | |
2015/11/12 02:41:25.885555 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.885595 fuse.DEBUG Op 0x00000334 connection.go:474] -> OK | |
2015/11/12 02:41:25.885767 fuse.DEBUG Op 0x00000335 connection.go:395] <- ReadFile (inode 6, handle 1, offset 105644032, 131072 bytes) | |
2015/11/12 02:41:25.886067 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [105644032 131072 105644032] | |
2015/11/12 02:41:25.886091 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.886130 fuse.DEBUG reading 131072 @ 105644032 = 131072, size=4456448 | |
2015/11/12 02:41:25.886155 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.886193 fuse.DEBUG Op 0x00000335 connection.go:474] -> OK | |
2015/11/12 02:41:25.886370 fuse.DEBUG Op 0x00000336 connection.go:395] <- ReadFile (inode 6, handle 1, offset 105775104, 131072 bytes) | |
2015/11/12 02:41:25.886704 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [105775104 131072 105775104] | |
2015/11/12 02:41:25.886733 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.886789 fuse.DEBUG reading 131072 @ 105775104 = 131072, size=4325376 | |
2015/11/12 02:41:25.886824 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.886860 fuse.DEBUG Op 0x00000336 connection.go:474] -> OK | |
2015/11/12 02:41:25.887029 fuse.DEBUG Op 0x00000337 connection.go:395] <- ReadFile (inode 6, handle 1, offset 105906176, 131072 bytes) | |
2015/11/12 02:41:25.887307 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [105906176 131072 105906176] | |
2015/11/12 02:41:25.887337 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.887388 fuse.DEBUG reading 131072 @ 105906176 = 131072, size=4194304 | |
2015/11/12 02:41:25.887410 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.887435 fuse.DEBUG Op 0x00000337 connection.go:474] -> OK | |
2015/11/12 02:41:25.887724 fuse.DEBUG Op 0x00000338 connection.go:395] <- ReadFile (inode 6, handle 1, offset 106037248, 131072 bytes) | |
2015/11/12 02:41:25.887973 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [106037248 131072 106037248] | |
2015/11/12 02:41:25.887998 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.888047 fuse.DEBUG reading 131072 @ 106037248 = 131072, size=4063232 | |
2015/11/12 02:41:25.888068 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.888106 fuse.DEBUG Op 0x00000338 connection.go:474] -> OK | |
2015/11/12 02:41:25.888248 fuse.DEBUG Op 0x00000339 connection.go:395] <- ReadFile (inode 6, handle 1, offset 106168320, 131072 bytes) | |
2015/11/12 02:41:25.888571 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [106168320 131072 106168320] | |
2015/11/12 02:41:25.888596 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.888663 fuse.DEBUG reading 131072 @ 106168320 = 131072, size=3932160 | |
2015/11/12 02:41:25.888685 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.888721 fuse.DEBUG Op 0x00000339 connection.go:474] -> OK | |
2015/11/12 02:41:25.888889 fuse.DEBUG Op 0x0000033a connection.go:395] <- ReadFile (inode 6, handle 1, offset 106299392, 131072 bytes) | |
2015/11/12 02:41:25.889018 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [106299392 131072 106299392] | |
2015/11/12 02:41:25.889066 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.889140 fuse.DEBUG reading 131072 @ 106299392 = 131072, size=3801088 | |
2015/11/12 02:41:25.889165 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.889191 fuse.DEBUG Op 0x0000033a connection.go:474] -> OK | |
2015/11/12 02:41:25.889582 fuse.DEBUG Op 0x0000033b connection.go:395] <- ReadFile (inode 6, handle 1, offset 106430464, 131072 bytes) | |
2015/11/12 02:41:25.889867 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [106430464 131072 106430464] | |
2015/11/12 02:41:25.889892 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.889932 fuse.DEBUG reading 131072 @ 106430464 = 131072, size=3670016 | |
2015/11/12 02:41:25.889960 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.889993 fuse.DEBUG Op 0x0000033b connection.go:474] -> OK | |
2015/11/12 02:41:25.890227 fuse.DEBUG Op 0x0000033c connection.go:395] <- ReadFile (inode 6, handle 1, offset 106561536, 131072 bytes) | |
2015/11/12 02:41:25.890525 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [106561536 131072 106561536] | |
2015/11/12 02:41:25.890550 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.890589 fuse.DEBUG reading 131072 @ 106561536 = 131072, size=3538944 | |
2015/11/12 02:41:25.890612 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.890647 fuse.DEBUG Op 0x0000033c connection.go:474] -> OK | |
2015/11/12 02:41:25.890787 fuse.DEBUG Op 0x0000033d connection.go:395] <- ReadFile (inode 6, handle 1, offset 106692608, 131072 bytes) | |
2015/11/12 02:41:25.890928 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [106692608 131072 106692608] | |
2015/11/12 02:41:25.890952 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.890998 fuse.DEBUG reading 131072 @ 106692608 = 131072, size=3407872 | |
2015/11/12 02:41:25.891016 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.891043 fuse.DEBUG Op 0x0000033d connection.go:474] -> OK | |
2015/11/12 02:41:25.891295 fuse.DEBUG Op 0x0000033e connection.go:395] <- ReadFile (inode 6, handle 1, offset 106823680, 131072 bytes) | |
2015/11/12 02:41:25.891656 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [106823680 131072 106823680] | |
2015/11/12 02:41:25.891679 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.891715 fuse.DEBUG reading 131072 @ 106823680 = 131072, size=3276800 | |
2015/11/12 02:41:25.891741 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.891797 fuse.DEBUG Op 0x0000033e connection.go:474] -> OK | |
2015/11/12 02:41:25.892056 fuse.DEBUG Op 0x0000033f connection.go:395] <- ReadFile (inode 6, handle 1, offset 106954752, 131072 bytes) | |
2015/11/12 02:41:25.892343 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [106954752 131072 106954752] | |
2015/11/12 02:41:25.892366 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.892405 fuse.DEBUG reading 131072 @ 106954752 = 131072, size=3145728 | |
2015/11/12 02:41:25.892432 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.892466 fuse.DEBUG Op 0x0000033f connection.go:474] -> OK | |
2015/11/12 02:41:25.892632 fuse.DEBUG Op 0x00000340 connection.go:395] <- ReadFile (inode 6, handle 1, offset 107085824, 131072 bytes) | |
2015/11/12 02:41:25.892960 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [107085824 131072 107085824] | |
2015/11/12 02:41:25.892987 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.893023 fuse.DEBUG reading 131072 @ 107085824 = 131072, size=3014656 | |
2015/11/12 02:41:25.893050 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.893074 fuse.DEBUG Op 0x00000340 connection.go:474] -> OK | |
2015/11/12 02:41:25.893250 fuse.DEBUG Op 0x00000341 connection.go:395] <- ReadFile (inode 6, handle 1, offset 107216896, 131072 bytes) | |
2015/11/12 02:41:25.893603 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [107216896 131072 107216896] | |
2015/11/12 02:41:25.893638 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.893687 fuse.DEBUG reading 131072 @ 107216896 = 131072, size=2883584 | |
2015/11/12 02:41:25.893713 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.893746 fuse.DEBUG Op 0x00000341 connection.go:474] -> OK | |
2015/11/12 02:41:25.893976 fuse.DEBUG Op 0x00000342 connection.go:395] <- ReadFile (inode 6, handle 1, offset 107347968, 131072 bytes) | |
2015/11/12 02:41:25.894301 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [107347968 131072 107347968] | |
2015/11/12 02:41:25.894334 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.894362 fuse.DEBUG reading 131072 @ 107347968 = 131072, size=2752512 | |
2015/11/12 02:41:25.894378 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.894421 fuse.DEBUG Op 0x00000342 connection.go:474] -> OK | |
2015/11/12 02:41:25.894564 fuse.DEBUG Op 0x00000343 connection.go:395] <- ReadFile (inode 6, handle 1, offset 107479040, 131072 bytes) | |
2015/11/12 02:41:25.894835 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [107479040 131072 107479040] | |
2015/11/12 02:41:25.894860 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.894934 fuse.DEBUG reading 131072 @ 107479040 = 131072, size=2621440 | |
2015/11/12 02:41:25.894960 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.894988 fuse.DEBUG Op 0x00000343 connection.go:474] -> OK | |
2015/11/12 02:41:25.895186 fuse.DEBUG Op 0x00000344 connection.go:395] <- ReadFile (inode 6, handle 1, offset 107610112, 131072 bytes) | |
2015/11/12 02:41:25.895503 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [107610112 131072 107610112] | |
2015/11/12 02:41:25.895529 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.895566 fuse.DEBUG reading 131072 @ 107610112 = 131072, size=2490368 | |
2015/11/12 02:41:25.895625 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.895679 fuse.DEBUG Op 0x00000344 connection.go:474] -> OK | |
2015/11/12 02:41:25.895829 fuse.DEBUG Op 0x00000345 connection.go:395] <- ReadFile (inode 6, handle 1, offset 107741184, 131072 bytes) | |
2015/11/12 02:41:25.895952 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [107741184 131072 107741184] | |
2015/11/12 02:41:25.895976 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.896008 fuse.DEBUG reading 131072 @ 107741184 = 131072, size=2359296 | |
2015/11/12 02:41:25.896051 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.896068 fuse.DEBUG Op 0x00000345 connection.go:474] -> OK | |
2015/11/12 02:41:25.896198 fuse.DEBUG Op 0x00000346 connection.go:395] <- ReadFile (inode 6, handle 1, offset 107872256, 131072 bytes) | |
2015/11/12 02:41:25.896539 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [107872256 131072 107872256] | |
2015/11/12 02:41:25.896565 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.896614 fuse.DEBUG reading 131072 @ 107872256 = 131072, size=2228224 | |
2015/11/12 02:41:25.896636 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.896677 fuse.DEBUG Op 0x00000346 connection.go:474] -> OK | |
2015/11/12 02:41:25.896831 fuse.DEBUG Op 0x00000347 connection.go:395] <- ReadFile (inode 6, handle 1, offset 108003328, 131072 bytes) | |
2015/11/12 02:41:25.897099 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [108003328 131072 108003328] | |
2015/11/12 02:41:25.897121 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.897161 fuse.DEBUG reading 131072 @ 108003328 = 131072, size=2097152 | |
2015/11/12 02:41:25.897179 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.897205 fuse.DEBUG Op 0x00000347 connection.go:474] -> OK | |
2015/11/12 02:41:25.897392 fuse.DEBUG Op 0x00000348 connection.go:395] <- ReadFile (inode 6, handle 1, offset 108134400, 131072 bytes) | |
2015/11/12 02:41:25.897693 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [108134400 131072 108134400] | |
2015/11/12 02:41:25.897714 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.897742 fuse.DEBUG reading 131072 @ 108134400 = 131072, size=1966080 | |
2015/11/12 02:41:25.897757 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.897793 fuse.DEBUG Op 0x00000348 connection.go:474] -> OK | |
2015/11/12 02:41:25.897914 fuse.DEBUG Op 0x00000349 connection.go:395] <- ReadFile (inode 6, handle 1, offset 108265472, 131072 bytes) | |
2015/11/12 02:41:25.898240 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [108265472 131072 108265472] | |
2015/11/12 02:41:25.898305 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.898342 fuse.DEBUG reading 131072 @ 108265472 = 131072, size=1835008 | |
2015/11/12 02:41:25.898368 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.898442 fuse.DEBUG Op 0x00000349 connection.go:474] -> OK | |
2015/11/12 02:41:25.898733 fuse.DEBUG Op 0x0000034a connection.go:395] <- ReadFile (inode 6, handle 1, offset 108396544, 131072 bytes) | |
2015/11/12 02:41:25.898804 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [108396544 131072 108396544] | |
2015/11/12 02:41:25.898828 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.898868 fuse.DEBUG reading 131072 @ 108396544 = 131072, size=1703936 | |
2015/11/12 02:41:25.898892 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.898944 fuse.DEBUG Op 0x0000034a connection.go:474] -> OK | |
2015/11/12 02:41:25.899114 fuse.DEBUG Op 0x0000034b connection.go:395] <- ReadFile (inode 6, handle 1, offset 108527616, 131072 bytes) | |
2015/11/12 02:41:25.899485 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [108527616 131072 108527616] | |
2015/11/12 02:41:25.899516 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.899556 fuse.DEBUG reading 131072 @ 108527616 = 131072, size=1572864 | |
2015/11/12 02:41:25.899574 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.899596 fuse.DEBUG Op 0x0000034b connection.go:474] -> OK | |
2015/11/12 02:41:25.899878 fuse.DEBUG Op 0x0000034c connection.go:395] <- ReadFile (inode 6, handle 1, offset 108658688, 131072 bytes) | |
2015/11/12 02:41:25.900175 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [108658688 131072 108658688] | |
2015/11/12 02:41:25.900198 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.900233 fuse.DEBUG reading 131072 @ 108658688 = 131072, size=1441792 | |
2015/11/12 02:41:25.900254 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.900279 fuse.DEBUG Op 0x0000034c connection.go:474] -> OK | |
2015/11/12 02:41:25.900433 fuse.DEBUG Op 0x0000034d connection.go:395] <- ReadFile (inode 6, handle 1, offset 108789760, 131072 bytes) | |
2015/11/12 02:41:25.900810 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [108789760 131072 108789760] | |
2015/11/12 02:41:25.900836 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.900872 fuse.DEBUG reading 131072 @ 108789760 = 131072, size=1310720 | |
2015/11/12 02:41:25.900894 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.900919 fuse.DEBUG Op 0x0000034d connection.go:474] -> OK | |
2015/11/12 02:41:25.901075 fuse.DEBUG Op 0x0000034e connection.go:395] <- ReadFile (inode 6, handle 1, offset 108920832, 131072 bytes) | |
2015/11/12 02:41:25.901445 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [108920832 131072 108920832] | |
2015/11/12 02:41:25.901469 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.901521 fuse.DEBUG reading 131072 @ 108920832 = 131072, size=1179648 | |
2015/11/12 02:41:25.901543 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.901567 fuse.DEBUG Op 0x0000034e connection.go:474] -> OK | |
2015/11/12 02:41:25.901721 fuse.DEBUG Op 0x0000034f connection.go:395] <- ReadFile (inode 6, handle 1, offset 109051904, 131072 bytes) | |
2015/11/12 02:41:25.901983 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [109051904 131072 109051904] | |
2015/11/12 02:41:25.902023 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.902053 fuse.DEBUG reading 131072 @ 109051904 = 131072, size=1048576 | |
2015/11/12 02:41:25.902065 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.902106 fuse.DEBUG Op 0x0000034f connection.go:474] -> OK | |
2015/11/12 02:41:25.902323 fuse.DEBUG Op 0x00000350 connection.go:395] <- ReadFile (inode 6, handle 1, offset 109182976, 131072 bytes) | |
2015/11/12 02:41:25.902599 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [109182976 131072 109182976] | |
2015/11/12 02:41:25.902623 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.902661 fuse.DEBUG reading 131072 @ 109182976 = 131072, size=917504 | |
2015/11/12 02:41:25.902685 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.902711 fuse.DEBUG Op 0x00000350 connection.go:474] -> OK | |
2015/11/12 02:41:25.902881 fuse.DEBUG Op 0x00000351 connection.go:395] <- ReadFile (inode 6, handle 1, offset 109314048, 131072 bytes) | |
2015/11/12 02:41:25.903155 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [109314048 131072 109314048] | |
2015/11/12 02:41:25.903179 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.903217 fuse.DEBUG reading 131072 @ 109314048 = 131072, size=786432 | |
2015/11/12 02:41:25.903235 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.903262 fuse.DEBUG Op 0x00000351 connection.go:474] -> OK | |
2015/11/12 02:41:25.903411 fuse.DEBUG Op 0x00000352 connection.go:395] <- ReadFile (inode 6, handle 1, offset 109445120, 131072 bytes) | |
2015/11/12 02:41:25.903679 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [109445120 131072 109445120] | |
2015/11/12 02:41:25.903701 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.903729 fuse.DEBUG reading 131072 @ 109445120 = 131072, size=655360 | |
2015/11/12 02:41:25.903781 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.903842 fuse.DEBUG Op 0x00000352 connection.go:474] -> OK | |
2015/11/12 02:41:25.904027 fuse.DEBUG Op 0x00000353 connection.go:395] <- ReadFile (inode 6, handle 1, offset 109576192, 131072 bytes) | |
2015/11/12 02:41:25.904346 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [109576192 131072 109576192] | |
2015/11/12 02:41:25.904361 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.904388 fuse.DEBUG reading 131072 @ 109576192 = 131072, size=524288 | |
2015/11/12 02:41:25.904398 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.904414 fuse.DEBUG Op 0x00000353 connection.go:474] -> OK | |
2015/11/12 02:41:25.904585 fuse.DEBUG Op 0x00000354 connection.go:395] <- ReadFile (inode 6, handle 1, offset 109707264, 131072 bytes) | |
2015/11/12 02:41:25.904843 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [109707264 131072 109707264] | |
2015/11/12 02:41:25.904865 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.904893 fuse.DEBUG reading 131072 @ 109707264 = 131072, size=393216 | |
2015/11/12 02:41:25.904918 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.904933 fuse.DEBUG Op 0x00000354 connection.go:474] -> OK | |
2015/11/12 02:41:25.905062 fuse.DEBUG Op 0x00000355 connection.go:395] <- ReadFile (inode 6, handle 1, offset 109838336, 131072 bytes) | |
2015/11/12 02:41:25.905371 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [109838336 131072 109838336] | |
2015/11/12 02:41:25.905391 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.905428 fuse.DEBUG reading 131072 @ 109838336 = 131072, size=262144 | |
2015/11/12 02:41:25.905446 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.905462 fuse.DEBUG Op 0x00000355 connection.go:474] -> OK | |
2015/11/12 02:41:25.905629 fuse.DEBUG Op 0x00000356 connection.go:395] <- ReadFile (inode 6, handle 1, offset 109969408, 131072 bytes) | |
2015/11/12 02:41:25.905924 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [109969408 131072 109969408] | |
2015/11/12 02:41:25.905980 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.906044 fuse.DEBUG reading 131072 @ 109969408 = 131072, size=131072 | |
2015/11/12 02:41:25.906122 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.906186 fuse.DEBUG Op 0x00000356 connection.go:474] -> OK | |
2015/11/12 02:41:25.906325 fuse.DEBUG Op 0x00000357 connection.go:395] <- ReadFile (inode 6, handle 1, offset 110100480, 131072 bytes) | |
2015/11/12 02:41:25.906440 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [110100480 131072 110100480] | |
2015/11/12 02:41:25.906472 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.906527 fuse.DEBUG reading 131072 @ 110100480 = 131072, size=0 | |
2015/11/12 02:41:25.906554 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.906594 fuse.DEBUG Op 0x00000357 connection.go:474] -> OK | |
2015/11/12 02:41:25.906743 fuse.DEBUG Op 0x00000358 connection.go:395] <- ReadFile (inode 6, handle 1, offset 110231552, 131072 bytes) | |
2015/11/12 02:41:25.907030 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [110231552 131072 110231552] | |
2015/11/12 02:41:25.907062 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.907098 fuse.DEBUG reading 131072 @ 110231552 = 131072, size=5111808 | |
2015/11/12 02:41:25.907122 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.907146 fuse.DEBUG Op 0x00000358 connection.go:474] -> OK | |
2015/11/12 02:41:25.907303 fuse.DEBUG Op 0x00000359 connection.go:395] <- ReadFile (inode 6, handle 1, offset 110362624, 131072 bytes) | |
2015/11/12 02:41:25.907633 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
Range: bytes=209846272-215089151 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024125Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:25.907794 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [110362624 131072 110362624] | |
2015/11/12 02:41:25.907823 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.907859 fuse.DEBUG reading 131072 @ 110362624 = 131072, size=4980736 | |
2015/11/12 02:41:25.907883 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.907933 fuse.DEBUG Op 0x00000359 connection.go:474] -> OK | |
2015/11/12 02:41:25.908092 fuse.DEBUG Op 0x0000035a connection.go:395] <- ReadFile (inode 6, handle 1, offset 110493696, 131072 bytes) | |
2015/11/12 02:41:25.908437 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [110493696 131072 110493696] | |
2015/11/12 02:41:25.908466 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.908513 fuse.DEBUG reading 131072 @ 110493696 = 131072, size=4849664 | |
2015/11/12 02:41:25.908535 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.908572 fuse.DEBUG Op 0x0000035a connection.go:474] -> OK | |
2015/11/12 02:41:25.908694 fuse.DEBUG Op 0x0000035b connection.go:395] <- ReadFile (inode 6, handle 1, offset 110624768, 131072 bytes) | |
2015/11/12 02:41:25.908825 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [110624768 131072 110624768] | |
2015/11/12 02:41:25.908849 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.908888 fuse.DEBUG reading 131072 @ 110624768 = 131072, size=4718592 | |
2015/11/12 02:41:25.908913 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.908942 fuse.DEBUG Op 0x0000035b connection.go:474] -> OK | |
2015/11/12 02:41:25.909121 fuse.DEBUG Op 0x0000035c connection.go:395] <- ReadFile (inode 6, handle 1, offset 110755840, 131072 bytes) | |
2015/11/12 02:41:25.909345 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [110755840 131072 110755840] | |
2015/11/12 02:41:25.909366 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.909395 fuse.DEBUG reading 131072 @ 110755840 = 131072, size=4587520 | |
2015/11/12 02:41:25.909409 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.909425 fuse.DEBUG Op 0x0000035c connection.go:474] -> OK | |
2015/11/12 02:41:25.909583 fuse.DEBUG Op 0x0000035d connection.go:395] <- ReadFile (inode 6, handle 1, offset 110886912, 131072 bytes) | |
2015/11/12 02:41:25.909876 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [110886912 131072 110886912] | |
2015/11/12 02:41:25.909897 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.909925 fuse.DEBUG reading 131072 @ 110886912 = 131072, size=4456448 | |
2015/11/12 02:41:25.909949 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.909966 fuse.DEBUG Op 0x0000035d connection.go:474] -> OK | |
2015/11/12 02:41:25.910158 fuse.DEBUG Op 0x0000035e connection.go:395] <- ReadFile (inode 6, handle 1, offset 111017984, 131072 bytes) | |
2015/11/12 02:41:25.910377 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [111017984 131072 111017984] | |
2015/11/12 02:41:25.910407 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.910442 fuse.DEBUG reading 131072 @ 111017984 = 131072, size=4325376 | |
2015/11/12 02:41:25.910459 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.910487 fuse.DEBUG Op 0x0000035e connection.go:474] -> OK | |
2015/11/12 02:41:25.910665 fuse.DEBUG Op 0x0000035f connection.go:395] <- ReadFile (inode 6, handle 1, offset 111149056, 131072 bytes) | |
2015/11/12 02:41:25.910933 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [111149056 131072 111149056] | |
2015/11/12 02:41:25.910965 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.911004 fuse.DEBUG reading 131072 @ 111149056 = 131072, size=4194304 | |
2015/11/12 02:41:25.911029 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.911053 fuse.DEBUG Op 0x0000035f connection.go:474] -> OK | |
2015/11/12 02:41:25.911192 fuse.DEBUG Op 0x00000360 connection.go:395] <- ReadFile (inode 6, handle 1, offset 111280128, 131072 bytes) | |
2015/11/12 02:41:25.911523 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [111280128 131072 111280128] | |
2015/11/12 02:41:25.911548 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.911584 fuse.DEBUG reading 131072 @ 111280128 = 131072, size=4063232 | |
2015/11/12 02:41:25.911604 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.911664 fuse.DEBUG Op 0x00000360 connection.go:474] -> OK | |
2015/11/12 02:41:25.911814 fuse.DEBUG Op 0x00000361 connection.go:395] <- ReadFile (inode 6, handle 1, offset 111411200, 131072 bytes) | |
2015/11/12 02:41:25.912133 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [111411200 131072 111411200] | |
2015/11/12 02:41:25.912188 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.912249 fuse.DEBUG reading 131072 @ 111411200 = 131072, size=3932160 | |
2015/11/12 02:41:25.912306 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.912387 fuse.DEBUG Op 0x00000361 connection.go:474] -> OK | |
2015/11/12 02:41:25.912404 s3.DEBUG DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 206 Partial Content | |
Content-Length: 5242880 | |
Accept-Ranges: bytes | |
Content-Range: bytes 188874752-194117631/2913812172 | |
Content-Type: binary/octet-stream | |
Date: Thu, 12 Nov 2015 02:41:26 GMT | |
Etag: "8812855bb146e3b0756b0316cefd7db4-397" | |
Last-Modified: Fri, 19 Jun 2015 08:13:28 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: 3E9hH7SBxACkAxNLAh0/W3TqG4p/WprgaUVIzE69Q/LL9h/u1UO4JAMdF9uyryZHPGS6fedKFMA= | |
X-Amz-Request-Id: E98451BF63B92138 | |
X-Amz-Version-Id: fL16j2gHcRvr7risStMlwXZqmEHJuG1b | |
----------------------------------------------------- | |
2015/11/12 02:41:25.912584 fuse.DEBUG Op 0x00000362 connection.go:395] <- ReadFile (inode 6, handle 1, offset 111542272, 131072 bytes) | |
2015/11/12 02:41:25.912916 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [111542272 131072 111542272] | |
2015/11/12 02:41:25.912936 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.912963 fuse.DEBUG reading 131072 @ 111542272 = 131072, size=3801088 | |
2015/11/12 02:41:25.912979 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.913014 fuse.DEBUG Op 0x00000362 connection.go:474] -> OK | |
2015/11/12 02:41:25.913148 fuse.DEBUG Op 0x00000363 connection.go:395] <- ReadFile (inode 6, handle 1, offset 111673344, 131072 bytes) | |
2015/11/12 02:41:25.913534 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [111673344 131072 111673344] | |
2015/11/12 02:41:25.913557 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.913585 fuse.DEBUG reading 131072 @ 111673344 = 131072, size=3670016 | |
2015/11/12 02:41:25.913620 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.913651 fuse.DEBUG Op 0x00000363 connection.go:474] -> OK | |
2015/11/12 02:41:25.913807 fuse.DEBUG Op 0x00000364 connection.go:395] <- ReadFile (inode 6, handle 1, offset 111804416, 131072 bytes) | |
2015/11/12 02:41:25.914131 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [111804416 131072 111804416] | |
2015/11/12 02:41:25.914162 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.914213 fuse.DEBUG reading 131072 @ 111804416 = 131072, size=3538944 | |
2015/11/12 02:41:25.914238 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.914263 fuse.DEBUG Op 0x00000364 connection.go:474] -> OK | |
2015/11/12 02:41:25.914599 fuse.DEBUG Op 0x00000365 connection.go:395] <- ReadFile (inode 6, handle 1, offset 111935488, 131072 bytes) | |
2015/11/12 02:41:25.914627 s3.DEBUG DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 206 Partial Content | |
Content-Length: 5242880 | |
Accept-Ranges: bytes | |
Content-Range: bytes 194117632-199360511/2913812172 | |
Content-Type: binary/octet-stream | |
Date: Thu, 12 Nov 2015 02:41:26 GMT | |
Etag: "8812855bb146e3b0756b0316cefd7db4-397" | |
Last-Modified: Fri, 19 Jun 2015 08:13:28 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: ATyV8wGrwwd/foSzu4ggMnAwoVIJSwlS0TVr0Hm9lKTtf4GGVaYFbS36ljhCu6V6TSel6PBT8eQ= | |
X-Amz-Request-Id: 8D5C1E65B7BF75C4 | |
X-Amz-Version-Id: fL16j2gHcRvr7risStMlwXZqmEHJuG1b | |
----------------------------------------------------- | |
2015/11/12 02:41:25.914902 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [111935488 131072 111935488] | |
2015/11/12 02:41:25.914929 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.914997 fuse.DEBUG reading 131072 @ 111935488 = 131072, size=3407872 | |
2015/11/12 02:41:25.915022 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.915076 fuse.DEBUG Op 0x00000365 connection.go:474] -> OK | |
2015/11/12 02:41:25.915237 fuse.DEBUG Op 0x00000366 connection.go:395] <- ReadFile (inode 6, handle 1, offset 112066560, 131072 bytes) | |
2015/11/12 02:41:25.915675 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [112066560 131072 112066560] | |
2015/11/12 02:41:25.915728 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.915766 fuse.DEBUG reading 131072 @ 112066560 = 131072, size=3276800 | |
2015/11/12 02:41:25.915814 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.915865 fuse.DEBUG Op 0x00000366 connection.go:474] -> OK | |
2015/11/12 02:41:25.916211 fuse.DEBUG Op 0x00000367 connection.go:395] <- ReadFile (inode 6, handle 1, offset 112197632, 131072 bytes) | |
2015/11/12 02:41:25.916533 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [112197632 131072 112197632] | |
2015/11/12 02:41:25.916563 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.916604 fuse.DEBUG reading 131072 @ 112197632 = 131072, size=3145728 | |
2015/11/12 02:41:25.916628 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.916659 fuse.DEBUG Op 0x00000367 connection.go:474] -> OK | |
2015/11/12 02:41:25.916957 fuse.DEBUG Op 0x00000368 connection.go:395] <- ReadFile (inode 6, handle 1, offset 112328704, 131072 bytes) | |
2015/11/12 02:41:25.917233 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [112328704 131072 112328704] | |
2015/11/12 02:41:25.917257 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.917609 fuse.DEBUG reading 131072 @ 112328704 = 131072, size=3014656 | |
2015/11/12 02:41:25.917631 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.917701 fuse.DEBUG Op 0x00000368 connection.go:474] -> OK | |
2015/11/12 02:41:25.917888 fuse.DEBUG Op 0x00000369 connection.go:395] <- ReadFile (inode 6, handle 1, offset 112459776, 131072 bytes) | |
2015/11/12 02:41:25.918107 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [112459776 131072 112459776] | |
2015/11/12 02:41:25.918131 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.918170 fuse.DEBUG reading 131072 @ 112459776 = 131072, size=2883584 | |
2015/11/12 02:41:25.918188 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.918213 fuse.DEBUG Op 0x00000369 connection.go:474] -> OK | |
2015/11/12 02:41:25.918373 fuse.DEBUG Op 0x0000036a connection.go:395] <- ReadFile (inode 6, handle 1, offset 112590848, 131072 bytes) | |
2015/11/12 02:41:25.918531 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [112590848 131072 112590848] | |
2015/11/12 02:41:25.918554 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.918624 fuse.DEBUG reading 131072 @ 112590848 = 131072, size=2752512 | |
2015/11/12 02:41:25.918642 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.918669 fuse.DEBUG Op 0x0000036a connection.go:474] -> OK | |
2015/11/12 02:41:25.918818 fuse.DEBUG Op 0x0000036b connection.go:395] <- ReadFile (inode 6, handle 1, offset 112721920, 131072 bytes) | |
2015/11/12 02:41:25.919074 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [112721920 131072 112721920] | |
2015/11/12 02:41:25.919096 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.919137 fuse.DEBUG reading 131072 @ 112721920 = 131072, size=2621440 | |
2015/11/12 02:41:25.919156 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.919204 fuse.DEBUG Op 0x0000036b connection.go:474] -> OK | |
2015/11/12 02:41:25.919363 fuse.DEBUG Op 0x0000036c connection.go:395] <- ReadFile (inode 6, handle 1, offset 112852992, 131072 bytes) | |
2015/11/12 02:41:25.919658 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [112852992 131072 112852992] | |
2015/11/12 02:41:25.919683 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.919723 fuse.DEBUG reading 131072 @ 112852992 = 131072, size=2490368 | |
2015/11/12 02:41:25.919747 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.919777 fuse.DEBUG Op 0x0000036c connection.go:474] -> OK | |
2015/11/12 02:41:25.919925 fuse.DEBUG Op 0x0000036d connection.go:395] <- ReadFile (inode 6, handle 1, offset 112984064, 131072 bytes) | |
2015/11/12 02:41:25.920190 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [112984064 131072 112984064] | |
2015/11/12 02:41:25.920215 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.920267 fuse.DEBUG reading 131072 @ 112984064 = 131072, size=2359296 | |
2015/11/12 02:41:25.920294 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.920325 fuse.DEBUG Op 0x0000036d connection.go:474] -> OK | |
2015/11/12 02:41:25.920476 fuse.DEBUG Op 0x0000036e connection.go:395] <- ReadFile (inode 6, handle 1, offset 113115136, 131072 bytes) | |
2015/11/12 02:41:25.920756 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [113115136 131072 113115136] | |
2015/11/12 02:41:25.920781 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.920822 fuse.DEBUG reading 131072 @ 113115136 = 131072, size=2228224 | |
2015/11/12 02:41:25.920843 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.920874 fuse.DEBUG Op 0x0000036e connection.go:474] -> OK | |
2015/11/12 02:41:25.921001 fuse.DEBUG Op 0x0000036f connection.go:395] <- ReadFile (inode 6, handle 1, offset 113246208, 131072 bytes) | |
2015/11/12 02:41:25.921246 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [113246208 131072 113246208] | |
2015/11/12 02:41:25.921269 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.921297 fuse.DEBUG reading 131072 @ 113246208 = 131072, size=2097152 | |
2015/11/12 02:41:25.921335 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.921358 fuse.DEBUG Op 0x0000036f connection.go:474] -> OK | |
2015/11/12 02:41:25.921511 fuse.DEBUG Op 0x00000370 connection.go:395] <- ReadFile (inode 6, handle 1, offset 113377280, 131072 bytes) | |
2015/11/12 02:41:25.921753 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [113377280 131072 113377280] | |
2015/11/12 02:41:25.921774 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.921828 fuse.DEBUG reading 131072 @ 113377280 = 131072, size=1966080 | |
2015/11/12 02:41:25.921851 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.921870 fuse.DEBUG Op 0x00000370 connection.go:474] -> OK | |
2015/11/12 02:41:25.922040 fuse.DEBUG Op 0x00000371 connection.go:395] <- ReadFile (inode 6, handle 1, offset 113508352, 131072 bytes) | |
2015/11/12 02:41:25.922329 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [113508352 131072 113508352] | |
2015/11/12 02:41:25.922353 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.922397 fuse.DEBUG reading 131072 @ 113508352 = 131072, size=1835008 | |
2015/11/12 02:41:25.922417 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.922465 fuse.DEBUG Op 0x00000371 connection.go:474] -> OK | |
2015/11/12 02:41:25.922631 fuse.DEBUG Op 0x00000372 connection.go:395] <- ReadFile (inode 6, handle 1, offset 113639424, 131072 bytes) | |
2015/11/12 02:41:25.922880 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [113639424 131072 113639424] | |
2015/11/12 02:41:25.922903 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.922941 fuse.DEBUG reading 131072 @ 113639424 = 131072, size=1703936 | |
2015/11/12 02:41:25.922961 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.922999 fuse.DEBUG Op 0x00000372 connection.go:474] -> OK | |
2015/11/12 02:41:25.923135 fuse.DEBUG Op 0x00000373 connection.go:395] <- ReadFile (inode 6, handle 1, offset 113770496, 131072 bytes) | |
2015/11/12 02:41:25.923434 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [113770496 131072 113770496] | |
2015/11/12 02:41:25.923463 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.923510 fuse.DEBUG reading 131072 @ 113770496 = 131072, size=1572864 | |
2015/11/12 02:41:25.923530 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.923550 fuse.DEBUG Op 0x00000373 connection.go:474] -> OK | |
2015/11/12 02:41:25.923683 fuse.DEBUG Op 0x00000374 connection.go:395] <- ReadFile (inode 6, handle 1, offset 113901568, 131072 bytes) | |
2015/11/12 02:41:25.924006 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [113901568 131072 113901568] | |
2015/11/12 02:41:25.924033 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.924084 fuse.DEBUG reading 131072 @ 113901568 = 131072, size=1441792 | |
2015/11/12 02:41:25.924107 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.924137 fuse.DEBUG Op 0x00000374 connection.go:474] -> OK | |
2015/11/12 02:41:25.924305 fuse.DEBUG Op 0x00000375 connection.go:395] <- ReadFile (inode 6, handle 1, offset 114032640, 131072 bytes) | |
2015/11/12 02:41:25.924607 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [114032640 131072 114032640] | |
2015/11/12 02:41:25.924636 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.924695 fuse.DEBUG reading 131072 @ 114032640 = 131072, size=1310720 | |
2015/11/12 02:41:25.924719 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.924771 fuse.DEBUG Op 0x00000375 connection.go:474] -> OK | |
2015/11/12 02:41:25.926147 fuse.DEBUG Op 0x00000376 connection.go:395] <- ReadFile (inode 6, handle 1, offset 114163712, 131072 bytes) | |
2015/11/12 02:41:25.926573 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [114163712 131072 114163712] | |
2015/11/12 02:41:25.926629 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.926678 fuse.DEBUG reading 131072 @ 114163712 = 131072, size=1179648 | |
2015/11/12 02:41:25.926700 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.926751 fuse.DEBUG Op 0x00000376 connection.go:474] -> OK | |
2015/11/12 02:41:25.926917 fuse.DEBUG Op 0x00000377 connection.go:395] <- ReadFile (inode 6, handle 1, offset 114294784, 131072 bytes) | |
2015/11/12 02:41:25.927261 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [114294784 131072 114294784] | |
2015/11/12 02:41:25.927310 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.927354 fuse.DEBUG reading 131072 @ 114294784 = 131072, size=1048576 | |
2015/11/12 02:41:25.927405 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.927439 fuse.DEBUG Op 0x00000377 connection.go:474] -> OK | |
2015/11/12 02:41:25.927621 fuse.DEBUG Op 0x00000378 connection.go:395] <- ReadFile (inode 6, handle 1, offset 114425856, 131072 bytes) | |
2015/11/12 02:41:25.927919 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [114425856 131072 114425856] | |
2015/11/12 02:41:25.927948 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.927985 fuse.DEBUG reading 131072 @ 114425856 = 131072, size=917504 | |
2015/11/12 02:41:25.928014 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.928032 fuse.DEBUG Op 0x00000378 connection.go:474] -> OK | |
2015/11/12 02:41:25.928156 fuse.DEBUG Op 0x00000379 connection.go:395] <- ReadFile (inode 6, handle 1, offset 114556928, 131072 bytes) | |
2015/11/12 02:41:25.928461 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [114556928 131072 114556928] | |
2015/11/12 02:41:25.928492 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.928526 fuse.DEBUG reading 131072 @ 114556928 = 131072, size=786432 | |
2015/11/12 02:41:25.928540 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.928563 fuse.DEBUG Op 0x00000379 connection.go:474] -> OK | |
2015/11/12 02:41:25.928706 fuse.DEBUG Op 0x0000037a connection.go:395] <- ReadFile (inode 6, handle 1, offset 114688000, 131072 bytes) | |
2015/11/12 02:41:25.928834 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [114688000 131072 114688000] | |
2015/11/12 02:41:25.928874 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.928912 fuse.DEBUG reading 131072 @ 114688000 = 131072, size=655360 | |
2015/11/12 02:41:25.928928 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.928960 fuse.DEBUG Op 0x0000037a connection.go:474] -> OK | |
2015/11/12 02:41:25.929109 fuse.DEBUG Op 0x0000037b connection.go:395] <- ReadFile (inode 6, handle 1, offset 114819072, 131072 bytes) | |
2015/11/12 02:41:25.929490 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [114819072 131072 114819072] | |
2015/11/12 02:41:25.929516 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.929590 fuse.DEBUG reading 131072 @ 114819072 = 131072, size=524288 | |
2015/11/12 02:41:25.929613 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.929644 fuse.DEBUG Op 0x0000037b connection.go:474] -> OK | |
2015/11/12 02:41:25.929853 fuse.DEBUG Op 0x0000037c connection.go:395] <- ReadFile (inode 6, handle 1, offset 114950144, 131072 bytes) | |
2015/11/12 02:41:25.930222 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [114950144 131072 114950144] | |
2015/11/12 02:41:25.930249 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.930312 fuse.DEBUG reading 131072 @ 114950144 = 131072, size=393216 | |
2015/11/12 02:41:25.930347 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.930377 fuse.DEBUG Op 0x0000037c connection.go:474] -> OK | |
2015/11/12 02:41:25.930554 fuse.DEBUG Op 0x0000037d connection.go:395] <- ReadFile (inode 6, handle 1, offset 115081216, 131072 bytes) | |
2015/11/12 02:41:25.930856 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [115081216 131072 115081216] | |
2015/11/12 02:41:25.930903 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.930935 fuse.DEBUG reading 131072 @ 115081216 = 131072, size=262144 | |
2015/11/12 02:41:25.930952 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.930988 fuse.DEBUG Op 0x0000037d connection.go:474] -> OK | |
2015/11/12 02:41:25.931129 fuse.DEBUG Op 0x0000037e connection.go:395] <- ReadFile (inode 6, handle 1, offset 115212288, 131072 bytes) | |
2015/11/12 02:41:25.931493 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [115212288 131072 115212288] | |
2015/11/12 02:41:25.931522 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.931552 fuse.DEBUG reading 131072 @ 115212288 = 131072, size=131072 | |
2015/11/12 02:41:25.931587 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.931620 fuse.DEBUG Op 0x0000037e connection.go:474] -> OK | |
2015/11/12 02:41:25.931753 fuse.DEBUG Op 0x0000037f connection.go:395] <- ReadFile (inode 6, handle 1, offset 115343360, 131072 bytes) | |
2015/11/12 02:41:25.931862 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [115343360 131072 115343360] | |
2015/11/12 02:41:25.931881 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.931910 fuse.DEBUG reading 131072 @ 115343360 = 131072, size=0 | |
2015/11/12 02:41:25.931940 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.931988 fuse.DEBUG Op 0x0000037f connection.go:474] -> OK | |
2015/11/12 02:41:25.932143 fuse.DEBUG Op 0x00000380 connection.go:395] <- ReadFile (inode 6, handle 1, offset 115474432, 131072 bytes) | |
2015/11/12 02:41:25.932469 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [115474432 131072 115474432] | |
2015/11/12 02:41:25.932499 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.932558 fuse.DEBUG reading 131072 @ 115474432 = 131072, size=5111808 | |
2015/11/12 02:41:25.932585 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.932616 fuse.DEBUG Op 0x00000380 connection.go:474] -> OK | |
2015/11/12 02:41:25.932951 fuse.DEBUG Op 0x00000381 connection.go:395] <- ReadFile (inode 6, handle 1, offset 115605504, 131072 bytes) | |
2015/11/12 02:41:25.933210 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
Range: bytes=215089152-220332031 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024125Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:25.933362 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [115605504 131072 115605504] | |
2015/11/12 02:41:25.933388 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.933428 fuse.DEBUG reading 131072 @ 115605504 = 131072, size=4980736 | |
2015/11/12 02:41:25.933447 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.933472 fuse.DEBUG Op 0x00000381 connection.go:474] -> OK | |
2015/11/12 02:41:25.934418 fuse.DEBUG Op 0x00000382 connection.go:395] <- ReadFile (inode 6, handle 1, offset 115736576, 131072 bytes) | |
2015/11/12 02:41:25.934831 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [115736576 131072 115736576] | |
2015/11/12 02:41:25.934906 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.934949 fuse.DEBUG reading 131072 @ 115736576 = 131072, size=4849664 | |
2015/11/12 02:41:25.934994 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.935027 fuse.DEBUG Op 0x00000382 connection.go:474] -> OK | |
2015/11/12 02:41:25.935205 fuse.DEBUG Op 0x00000383 connection.go:395] <- ReadFile (inode 6, handle 1, offset 115867648, 131072 bytes) | |
2015/11/12 02:41:25.935493 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [115867648 131072 115867648] | |
2015/11/12 02:41:25.935516 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.935554 fuse.DEBUG reading 131072 @ 115867648 = 131072, size=4718592 | |
2015/11/12 02:41:25.935574 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.935609 fuse.DEBUG Op 0x00000383 connection.go:474] -> OK | |
2015/11/12 02:41:25.935788 fuse.DEBUG Op 0x00000384 connection.go:395] <- ReadFile (inode 6, handle 1, offset 115998720, 131072 bytes) | |
2015/11/12 02:41:25.936085 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [115998720 131072 115998720] | |
2015/11/12 02:41:25.936108 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.936147 fuse.DEBUG reading 131072 @ 115998720 = 131072, size=4587520 | |
2015/11/12 02:41:25.936167 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.936200 fuse.DEBUG Op 0x00000384 connection.go:474] -> OK | |
2015/11/12 02:41:25.936515 fuse.DEBUG Op 0x00000385 connection.go:395] <- ReadFile (inode 6, handle 1, offset 116129792, 131072 bytes) | |
2015/11/12 02:41:25.936833 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [116129792 131072 116129792] | |
2015/11/12 02:41:25.936854 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.936892 fuse.DEBUG reading 131072 @ 116129792 = 131072, size=4456448 | |
2015/11/12 02:41:25.936921 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.936946 fuse.DEBUG Op 0x00000385 connection.go:474] -> OK | |
2015/11/12 02:41:25.937109 fuse.DEBUG Op 0x00000386 connection.go:395] <- ReadFile (inode 6, handle 1, offset 116260864, 131072 bytes) | |
2015/11/12 02:41:25.937499 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [116260864 131072 116260864] | |
2015/11/12 02:41:25.937520 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.937559 fuse.DEBUG reading 131072 @ 116260864 = 131072, size=4325376 | |
2015/11/12 02:41:25.937577 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.937606 fuse.DEBUG Op 0x00000386 connection.go:474] -> OK | |
2015/11/12 02:41:25.937742 fuse.DEBUG Op 0x00000387 connection.go:395] <- ReadFile (inode 6, handle 1, offset 116391936, 131072 bytes) | |
2015/11/12 02:41:25.938024 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [116391936 131072 116391936] | |
2015/11/12 02:41:25.938048 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.938098 fuse.DEBUG reading 131072 @ 116391936 = 131072, size=4194304 | |
2015/11/12 02:41:25.938122 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.938180 fuse.DEBUG Op 0x00000387 connection.go:474] -> OK | |
2015/11/12 02:41:25.938327 fuse.DEBUG Op 0x00000388 connection.go:395] <- ReadFile (inode 6, handle 1, offset 116523008, 131072 bytes) | |
2015/11/12 02:41:25.938518 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [116523008 131072 116523008] | |
2015/11/12 02:41:25.938551 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.938596 fuse.DEBUG reading 131072 @ 116523008 = 131072, size=4063232 | |
2015/11/12 02:41:25.938618 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.938645 fuse.DEBUG Op 0x00000388 connection.go:474] -> OK | |
2015/11/12 02:41:25.938784 fuse.DEBUG Op 0x00000389 connection.go:395] <- ReadFile (inode 6, handle 1, offset 116654080, 131072 bytes) | |
2015/11/12 02:41:25.939036 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [116654080 131072 116654080] | |
2015/11/12 02:41:25.939091 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.939136 fuse.DEBUG reading 131072 @ 116654080 = 131072, size=3932160 | |
2015/11/12 02:41:25.939159 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.939194 fuse.DEBUG Op 0x00000389 connection.go:474] -> OK | |
2015/11/12 02:41:25.939392 fuse.DEBUG Op 0x0000038a connection.go:395] <- ReadFile (inode 6, handle 1, offset 116785152, 131072 bytes) | |
2015/11/12 02:41:25.939679 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [116785152 131072 116785152] | |
2015/11/12 02:41:25.939703 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.939762 fuse.DEBUG reading 131072 @ 116785152 = 131072, size=3801088 | |
2015/11/12 02:41:25.939798 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.939824 fuse.DEBUG Op 0x0000038a connection.go:474] -> OK | |
2015/11/12 02:41:25.944943 fuse.DEBUG Op 0x0000038b connection.go:395] <- ReadFile (inode 6, handle 1, offset 116916224, 131072 bytes) | |
2015/11/12 02:41:25.945216 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [116916224 131072 116916224] | |
2015/11/12 02:41:25.945243 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.945280 fuse.DEBUG reading 131072 @ 116916224 = 131072, size=3670016 | |
2015/11/12 02:41:25.945300 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.945330 fuse.DEBUG Op 0x0000038b connection.go:474] -> OK | |
2015/11/12 02:41:25.945594 fuse.DEBUG Op 0x0000038c connection.go:395] <- ReadFile (inode 6, handle 1, offset 117047296, 131072 bytes) | |
2015/11/12 02:41:25.945906 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [117047296 131072 117047296] | |
2015/11/12 02:41:25.945933 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.945966 fuse.DEBUG reading 131072 @ 117047296 = 131072, size=3538944 | |
2015/11/12 02:41:25.945990 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.946031 fuse.DEBUG Op 0x0000038c connection.go:474] -> OK | |
2015/11/12 02:41:25.946194 fuse.DEBUG Op 0x0000038d connection.go:395] <- ReadFile (inode 6, handle 1, offset 117178368, 131072 bytes) | |
2015/11/12 02:41:25.946517 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [117178368 131072 117178368] | |
2015/11/12 02:41:25.946541 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.946573 fuse.DEBUG reading 131072 @ 117178368 = 131072, size=3407872 | |
2015/11/12 02:41:25.946609 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.946636 fuse.DEBUG Op 0x0000038d connection.go:474] -> OK | |
2015/11/12 02:41:25.946831 fuse.DEBUG Op 0x0000038e connection.go:395] <- ReadFile (inode 6, handle 1, offset 117309440, 131072 bytes) | |
2015/11/12 02:41:25.947173 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [117309440 131072 117309440] | |
2015/11/12 02:41:25.947197 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.947250 fuse.DEBUG reading 131072 @ 117309440 = 131072, size=3276800 | |
2015/11/12 02:41:25.947276 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.947304 fuse.DEBUG Op 0x0000038e connection.go:474] -> OK | |
2015/11/12 02:41:25.947454 fuse.DEBUG Op 0x0000038f connection.go:395] <- ReadFile (inode 6, handle 1, offset 117440512, 131072 bytes) | |
2015/11/12 02:41:25.947721 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [117440512 131072 117440512] | |
2015/11/12 02:41:25.947749 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.947788 fuse.DEBUG reading 131072 @ 117440512 = 131072, size=3145728 | |
2015/11/12 02:41:25.947811 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.947875 fuse.DEBUG Op 0x0000038f connection.go:474] -> OK | |
2015/11/12 02:41:25.948033 fuse.DEBUG Op 0x00000390 connection.go:395] <- ReadFile (inode 6, handle 1, offset 117571584, 131072 bytes) | |
2015/11/12 02:41:25.948361 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [117571584 131072 117571584] | |
2015/11/12 02:41:25.948382 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.948420 fuse.DEBUG reading 131072 @ 117571584 = 131072, size=3014656 | |
2015/11/12 02:41:25.948436 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.948452 fuse.DEBUG Op 0x00000390 connection.go:474] -> OK | |
2015/11/12 02:41:25.948605 fuse.DEBUG Op 0x00000391 connection.go:395] <- ReadFile (inode 6, handle 1, offset 117702656, 131072 bytes) | |
2015/11/12 02:41:25.948929 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [117702656 131072 117702656] | |
2015/11/12 02:41:25.948955 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.949029 fuse.DEBUG reading 131072 @ 117702656 = 131072, size=2883584 | |
2015/11/12 02:41:25.949049 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.949080 fuse.DEBUG Op 0x00000391 connection.go:474] -> OK | |
2015/11/12 02:41:25.949279 fuse.DEBUG Op 0x00000392 connection.go:395] <- ReadFile (inode 6, handle 1, offset 117833728, 131072 bytes) | |
2015/11/12 02:41:25.949628 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [117833728 131072 117833728] | |
2015/11/12 02:41:25.949665 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.949694 fuse.DEBUG reading 131072 @ 117833728 = 131072, size=2752512 | |
2015/11/12 02:41:25.949711 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.949758 fuse.DEBUG Op 0x00000392 connection.go:474] -> OK | |
2015/11/12 02:41:25.949911 fuse.DEBUG Op 0x00000393 connection.go:395] <- ReadFile (inode 6, handle 1, offset 117964800, 131072 bytes) | |
2015/11/12 02:41:25.950018 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [117964800 131072 117964800] | |
2015/11/12 02:41:25.950057 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.950096 fuse.DEBUG reading 131072 @ 117964800 = 131072, size=2621440 | |
2015/11/12 02:41:25.950117 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.950150 fuse.DEBUG Op 0x00000393 connection.go:474] -> OK | |
2015/11/12 02:41:25.950316 s3.DEBUG DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 206 Partial Content | |
Content-Length: 5242880 | |
Accept-Ranges: bytes | |
Content-Range: bytes 209846272-215089151/2913812172 | |
Content-Type: binary/octet-stream | |
Date: Thu, 12 Nov 2015 02:41:26 GMT | |
Etag: "8812855bb146e3b0756b0316cefd7db4-397" | |
Last-Modified: Fri, 19 Jun 2015 08:13:28 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: wBYuXbBzIo/Ds002uo2TsFfL6/+sb+Y2z7hhwIARJVmlDqOkTepSmqvsM3AfidD3Mw6YaHQcmCg= | |
X-Amz-Request-Id: E2CDA62455B76A4F | |
X-Amz-Version-Id: fL16j2gHcRvr7risStMlwXZqmEHJuG1b | |
----------------------------------------------------- | |
2015/11/12 02:41:25.950547 fuse.DEBUG Op 0x00000394 connection.go:395] <- ReadFile (inode 6, handle 1, offset 118095872, 131072 bytes) | |
2015/11/12 02:41:25.950879 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [118095872 131072 118095872] | |
2015/11/12 02:41:25.950912 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.950951 fuse.DEBUG reading 131072 @ 118095872 = 131072, size=2490368 | |
2015/11/12 02:41:25.951010 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.951038 fuse.DEBUG Op 0x00000394 connection.go:474] -> OK | |
2015/11/12 02:41:25.951234 fuse.DEBUG Op 0x00000395 connection.go:395] <- ReadFile (inode 6, handle 1, offset 118226944, 131072 bytes) | |
2015/11/12 02:41:25.951524 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [118226944 131072 118226944] | |
2015/11/12 02:41:25.951556 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.951602 fuse.DEBUG reading 131072 @ 118226944 = 131072, size=2359296 | |
2015/11/12 02:41:25.951637 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.951667 fuse.DEBUG Op 0x00000395 connection.go:474] -> OK | |
2015/11/12 02:41:25.952030 fuse.DEBUG Op 0x00000396 connection.go:395] <- ReadFile (inode 6, handle 1, offset 118358016, 131072 bytes) | |
2015/11/12 02:41:25.952323 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [118358016 131072 118358016] | |
2015/11/12 02:41:25.952383 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.952422 fuse.DEBUG reading 131072 @ 118358016 = 131072, size=2228224 | |
2015/11/12 02:41:25.952446 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.952528 fuse.DEBUG Op 0x00000396 connection.go:474] -> OK | |
2015/11/12 02:41:25.952665 fuse.DEBUG Op 0x00000397 connection.go:395] <- ReadFile (inode 6, handle 1, offset 118489088, 131072 bytes) | |
2015/11/12 02:41:25.952902 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [118489088 131072 118489088] | |
2015/11/12 02:41:25.952922 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.952951 fuse.DEBUG reading 131072 @ 118489088 = 131072, size=2097152 | |
2015/11/12 02:41:25.953006 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.953036 fuse.DEBUG Op 0x00000397 connection.go:474] -> OK | |
2015/11/12 02:41:25.953254 fuse.DEBUG Op 0x00000398 connection.go:395] <- ReadFile (inode 6, handle 1, offset 118620160, 131072 bytes) | |
2015/11/12 02:41:25.953557 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [118620160 131072 118620160] | |
2015/11/12 02:41:25.953582 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.953690 fuse.DEBUG reading 131072 @ 118620160 = 131072, size=1966080 | |
2015/11/12 02:41:25.953733 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.953765 fuse.DEBUG Op 0x00000398 connection.go:474] -> OK | |
2015/11/12 02:41:25.954153 fuse.DEBUG Op 0x00000399 connection.go:395] <- ReadFile (inode 6, handle 1, offset 118751232, 131072 bytes) | |
2015/11/12 02:41:25.954654 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [118751232 131072 118751232] | |
2015/11/12 02:41:25.954685 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.954688 s3.DEBUG DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 206 Partial Content | |
Content-Length: 5242880 | |
Accept-Ranges: bytes | |
Content-Range: bytes 204603392-209846271/2913812172 | |
Content-Type: binary/octet-stream | |
Date: Thu, 12 Nov 2015 02:41:26 GMT | |
Etag: "8812855bb146e3b0756b0316cefd7db4-397" | |
Last-Modified: Fri, 19 Jun 2015 08:13:28 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: fE5eD8wBf3TPXUGUkhR2agK/adpalA0kOovCdG7Pnq1RuovpTfb7f5a/r5+4sY6BCppDG7aKwZQ= | |
X-Amz-Request-Id: 5F06117829A4C55D | |
X-Amz-Version-Id: fL16j2gHcRvr7risStMlwXZqmEHJuG1b | |
----------------------------------------------------- | |
2015/11/12 02:41:25.954770 fuse.DEBUG reading 131072 @ 118751232 = 131072, size=1835008 | |
2015/11/12 02:41:25.956046 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.956103 fuse.DEBUG Op 0x00000399 connection.go:474] -> OK | |
2015/11/12 02:41:25.956254 fuse.DEBUG Op 0x0000039a connection.go:395] <- ReadFile (inode 6, handle 1, offset 118882304, 131072 bytes) | |
2015/11/12 02:41:25.956375 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [118882304 131072 118882304] | |
2015/11/12 02:41:25.956400 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.956460 fuse.DEBUG reading 131072 @ 118882304 = 131072, size=1703936 | |
2015/11/12 02:41:25.956484 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.956511 fuse.DEBUG Op 0x0000039a connection.go:474] -> OK | |
2015/11/12 02:41:25.956693 fuse.DEBUG Op 0x0000039b connection.go:395] <- ReadFile (inode 6, handle 1, offset 119013376, 131072 bytes) | |
2015/11/12 02:41:25.956975 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [119013376 131072 119013376] | |
2015/11/12 02:41:25.957026 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.957070 fuse.DEBUG reading 131072 @ 119013376 = 131072, size=1572864 | |
2015/11/12 02:41:25.957114 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.957145 fuse.DEBUG Op 0x0000039b connection.go:474] -> OK | |
2015/11/12 02:41:25.957289 fuse.DEBUG Op 0x0000039c connection.go:395] <- ReadFile (inode 6, handle 1, offset 119144448, 131072 bytes) | |
2015/11/12 02:41:25.957418 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [119144448 131072 119144448] | |
2015/11/12 02:41:25.957440 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.957473 fuse.DEBUG reading 131072 @ 119144448 = 131072, size=1441792 | |
2015/11/12 02:41:25.957485 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.957508 fuse.DEBUG Op 0x0000039c connection.go:474] -> OK | |
2015/11/12 02:41:25.957645 fuse.DEBUG Op 0x0000039d connection.go:395] <- ReadFile (inode 6, handle 1, offset 119275520, 131072 bytes) | |
2015/11/12 02:41:25.958014 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [119275520 131072 119275520] | |
2015/11/12 02:41:25.958041 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.958082 fuse.DEBUG reading 131072 @ 119275520 = 131072, size=1310720 | |
2015/11/12 02:41:25.958102 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.958146 fuse.DEBUG Op 0x0000039d connection.go:474] -> OK | |
2015/11/12 02:41:25.958323 fuse.DEBUG Op 0x0000039e connection.go:395] <- ReadFile (inode 6, handle 1, offset 119406592, 131072 bytes) | |
2015/11/12 02:41:25.958593 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [119406592 131072 119406592] | |
2015/11/12 02:41:25.958625 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.958662 fuse.DEBUG reading 131072 @ 119406592 = 131072, size=1179648 | |
2015/11/12 02:41:25.958674 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.958696 fuse.DEBUG Op 0x0000039e connection.go:474] -> OK | |
2015/11/12 02:41:25.958883 fuse.DEBUG Op 0x0000039f connection.go:395] <- ReadFile (inode 6, handle 1, offset 119537664, 131072 bytes) | |
2015/11/12 02:41:25.959386 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [119537664 131072 119537664] | |
2015/11/12 02:41:25.959570 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.959646 fuse.DEBUG reading 131072 @ 119537664 = 131072, size=1048576 | |
2015/11/12 02:41:25.959698 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.959734 fuse.DEBUG Op 0x0000039f connection.go:474] -> OK | |
2015/11/12 02:41:25.959989 fuse.DEBUG Op 0x000003a0 connection.go:395] <- ReadFile (inode 6, handle 1, offset 119668736, 131072 bytes) | |
2015/11/12 02:41:25.960093 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [119668736 131072 119668736] | |
2015/11/12 02:41:25.960123 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.960225 fuse.DEBUG reading 131072 @ 119668736 = 131072, size=917504 | |
2015/11/12 02:41:25.960252 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.960276 fuse.DEBUG Op 0x000003a0 connection.go:474] -> OK | |
2015/11/12 02:41:25.960494 fuse.DEBUG Op 0x000003a1 connection.go:395] <- ReadFile (inode 6, handle 1, offset 119799808, 131072 bytes) | |
2015/11/12 02:41:25.960851 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [119799808 131072 119799808] | |
2015/11/12 02:41:25.960898 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.960938 fuse.DEBUG reading 131072 @ 119799808 = 131072, size=786432 | |
2015/11/12 02:41:25.960956 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.961011 fuse.DEBUG Op 0x000003a1 connection.go:474] -> OK | |
2015/11/12 02:41:25.961210 fuse.DEBUG Op 0x000003a2 connection.go:395] <- ReadFile (inode 6, handle 1, offset 119930880, 131072 bytes) | |
2015/11/12 02:41:25.961527 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [119930880 131072 119930880] | |
2015/11/12 02:41:25.961551 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.961588 fuse.DEBUG reading 131072 @ 119930880 = 131072, size=655360 | |
2015/11/12 02:41:25.961607 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.961647 fuse.DEBUG Op 0x000003a2 connection.go:474] -> OK | |
2015/11/12 02:41:25.961847 fuse.DEBUG Op 0x000003a3 connection.go:395] <- ReadFile (inode 6, handle 1, offset 120061952, 131072 bytes) | |
2015/11/12 02:41:25.962159 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [120061952 131072 120061952] | |
2015/11/12 02:41:25.962183 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.962221 fuse.DEBUG reading 131072 @ 120061952 = 131072, size=524288 | |
2015/11/12 02:41:25.962239 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.962230 s3.DEBUG DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 206 Partial Content | |
Content-Length: 5242880 | |
Accept-Ranges: bytes | |
Content-Range: bytes 199360512-204603391/2913812172 | |
Content-Type: binary/octet-stream | |
Date: Thu, 12 Nov 2015 02:41:26 GMT | |
Etag: "8812855bb146e3b0756b0316cefd7db4-397" | |
Last-Modified: Fri, 19 Jun 2015 08:13:28 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: ATsFDRe0/ArC6F9C+iruUbLmpkC+y+5Noi9omG2J+V5fwxczjZDrCjD2oNZ0VFxkNrgEv8xzQ9E= | |
X-Amz-Request-Id: 7E1E37EFC40B931B | |
X-Amz-Version-Id: fL16j2gHcRvr7risStMlwXZqmEHJuG1b | |
----------------------------------------------------- | |
2015/11/12 02:41:25.962264 fuse.DEBUG Op 0x000003a3 connection.go:474] -> OK | |
2015/11/12 02:41:25.962590 fuse.DEBUG Op 0x000003a4 connection.go:395] <- ReadFile (inode 6, handle 1, offset 120193024, 131072 bytes) | |
2015/11/12 02:41:25.962906 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [120193024 131072 120193024] | |
2015/11/12 02:41:25.962943 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.963004 fuse.DEBUG reading 131072 @ 120193024 = 131072, size=393216 | |
2015/11/12 02:41:25.963024 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.963049 fuse.DEBUG Op 0x000003a4 connection.go:474] -> OK | |
2015/11/12 02:41:25.963215 fuse.DEBUG Op 0x000003a5 connection.go:395] <- ReadFile (inode 6, handle 1, offset 120324096, 131072 bytes) | |
2015/11/12 02:41:25.963647 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [120324096 131072 120324096] | |
2015/11/12 02:41:25.963682 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.963751 fuse.DEBUG reading 131072 @ 120324096 = 131072, size=262144 | |
2015/11/12 02:41:25.963789 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.963850 fuse.DEBUG Op 0x000003a5 connection.go:474] -> OK | |
2015/11/12 02:41:25.964052 fuse.DEBUG Op 0x000003a6 connection.go:395] <- ReadFile (inode 6, handle 1, offset 120455168, 131072 bytes) | |
2015/11/12 02:41:25.964346 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [120455168 131072 120455168] | |
2015/11/12 02:41:25.964375 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.964411 fuse.DEBUG reading 131072 @ 120455168 = 131072, size=131072 | |
2015/11/12 02:41:25.964436 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.964461 fuse.DEBUG Op 0x000003a6 connection.go:474] -> OK | |
2015/11/12 02:41:25.964634 fuse.DEBUG Op 0x000003a7 connection.go:395] <- ReadFile (inode 6, handle 1, offset 120586240, 131072 bytes) | |
2015/11/12 02:41:25.965026 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [120586240 131072 120586240] | |
2015/11/12 02:41:25.965052 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.965094 fuse.DEBUG reading 131072 @ 120586240 = 131072, size=0 | |
2015/11/12 02:41:25.965132 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.965183 fuse.DEBUG Op 0x000003a7 connection.go:474] -> OK | |
2015/11/12 02:41:25.965318 fuse.DEBUG Op 0x000003a8 connection.go:395] <- ReadFile (inode 6, handle 1, offset 120717312, 131072 bytes) | |
2015/11/12 02:41:25.965577 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [120717312 131072 120717312] | |
2015/11/12 02:41:25.965608 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.965647 fuse.DEBUG reading 131072 @ 120717312 = 131072, size=5111808 | |
2015/11/12 02:41:25.965672 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.965696 fuse.DEBUG Op 0x000003a8 connection.go:474] -> OK | |
2015/11/12 02:41:25.965899 fuse.DEBUG Op 0x000003a9 connection.go:395] <- ReadFile (inode 6, handle 1, offset 120848384, 131072 bytes) | |
2015/11/12 02:41:25.966187 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
Range: bytes=220332032-225574911 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024125Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:25.966280 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [120848384 131072 120848384] | |
2015/11/12 02:41:25.966301 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.966346 fuse.DEBUG reading 131072 @ 120848384 = 131072, size=4980736 | |
2015/11/12 02:41:25.966382 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.966410 fuse.DEBUG Op 0x000003a9 connection.go:474] -> OK | |
2015/11/12 02:41:25.966617 fuse.DEBUG Op 0x000003aa connection.go:395] <- ReadFile (inode 6, handle 1, offset 120979456, 131072 bytes) | |
2015/11/12 02:41:25.966974 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [120979456 131072 120979456] | |
2015/11/12 02:41:25.967000 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.967038 fuse.DEBUG reading 131072 @ 120979456 = 131072, size=4849664 | |
2015/11/12 02:41:25.967094 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.967142 fuse.DEBUG Op 0x000003aa connection.go:474] -> OK | |
2015/11/12 02:41:25.967343 fuse.DEBUG Op 0x000003ab connection.go:395] <- ReadFile (inode 6, handle 1, offset 121110528, 131072 bytes) | |
2015/11/12 02:41:25.967709 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [121110528 131072 121110528] | |
2015/11/12 02:41:25.967737 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.967771 fuse.DEBUG reading 131072 @ 121110528 = 131072, size=4718592 | |
2015/11/12 02:41:25.967828 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.967855 fuse.DEBUG Op 0x000003ab connection.go:474] -> OK | |
2015/11/12 02:41:25.968078 fuse.DEBUG Op 0x000003ac connection.go:395] <- ReadFile (inode 6, handle 1, offset 121241600, 131072 bytes) | |
2015/11/12 02:41:25.968401 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [121241600 131072 121241600] | |
2015/11/12 02:41:25.968464 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.968518 fuse.DEBUG reading 131072 @ 121241600 = 131072, size=4587520 | |
2015/11/12 02:41:25.968543 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.968593 fuse.DEBUG Op 0x000003ac connection.go:474] -> OK | |
2015/11/12 02:41:25.968753 fuse.DEBUG Op 0x000003ad connection.go:395] <- ReadFile (inode 6, handle 1, offset 121372672, 131072 bytes) | |
2015/11/12 02:41:25.969039 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [121372672 131072 121372672] | |
2015/11/12 02:41:25.969067 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.969106 fuse.DEBUG reading 131072 @ 121372672 = 131072, size=4456448 | |
2015/11/12 02:41:25.969131 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.969157 fuse.DEBUG Op 0x000003ad connection.go:474] -> OK | |
2015/11/12 02:41:25.969310 fuse.DEBUG Op 0x000003ae connection.go:395] <- ReadFile (inode 6, handle 1, offset 121503744, 131072 bytes) | |
2015/11/12 02:41:25.969598 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [121503744 131072 121503744] | |
2015/11/12 02:41:25.969625 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.969662 fuse.DEBUG reading 131072 @ 121503744 = 131072, size=4325376 | |
2015/11/12 02:41:25.969686 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.969724 fuse.DEBUG Op 0x000003ae connection.go:474] -> OK | |
2015/11/12 02:41:25.969962 fuse.DEBUG Op 0x000003af connection.go:395] <- ReadFile (inode 6, handle 1, offset 121634816, 131072 bytes) | |
2015/11/12 02:41:25.970262 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [121634816 131072 121634816] | |
2015/11/12 02:41:25.970286 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.970323 fuse.DEBUG reading 131072 @ 121634816 = 131072, size=4194304 | |
2015/11/12 02:41:25.970379 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.970424 fuse.DEBUG Op 0x000003af connection.go:474] -> OK | |
2015/11/12 02:41:25.970614 fuse.DEBUG Op 0x000003b0 connection.go:395] <- ReadFile (inode 6, handle 1, offset 121765888, 131072 bytes) | |
2015/11/12 02:41:25.970955 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [121765888 131072 121765888] | |
2015/11/12 02:41:25.970979 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.971038 fuse.DEBUG reading 131072 @ 121765888 = 131072, size=4063232 | |
2015/11/12 02:41:25.971061 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.971120 fuse.DEBUG Op 0x000003b0 connection.go:474] -> OK | |
2015/11/12 02:41:25.971308 fuse.DEBUG Op 0x000003b1 connection.go:395] <- ReadFile (inode 6, handle 1, offset 121896960, 131072 bytes) | |
2015/11/12 02:41:25.971684 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [121896960 131072 121896960] | |
2015/11/12 02:41:25.971713 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.971790 fuse.DEBUG reading 131072 @ 121896960 = 131072, size=3932160 | |
2015/11/12 02:41:25.971862 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.971912 fuse.DEBUG Op 0x000003b1 connection.go:474] -> OK | |
2015/11/12 02:41:25.972098 fuse.DEBUG Op 0x000003b2 connection.go:395] <- ReadFile (inode 6, handle 1, offset 122028032, 131072 bytes) | |
2015/11/12 02:41:25.972539 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [122028032 131072 122028032] | |
2015/11/12 02:41:25.972612 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.972672 fuse.DEBUG reading 131072 @ 122028032 = 131072, size=3801088 | |
2015/11/12 02:41:25.972702 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.972728 fuse.DEBUG Op 0x000003b2 connection.go:474] -> OK | |
2015/11/12 02:41:25.972917 fuse.DEBUG Op 0x000003b3 connection.go:395] <- ReadFile (inode 6, handle 1, offset 122159104, 131072 bytes) | |
2015/11/12 02:41:25.973052 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [122159104 131072 122159104] | |
2015/11/12 02:41:25.973079 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.973118 fuse.DEBUG reading 131072 @ 122159104 = 131072, size=3670016 | |
2015/11/12 02:41:25.973144 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.973170 fuse.DEBUG Op 0x000003b3 connection.go:474] -> OK | |
2015/11/12 02:41:25.973357 fuse.DEBUG Op 0x000003b4 connection.go:395] <- ReadFile (inode 6, handle 1, offset 122290176, 131072 bytes) | |
2015/11/12 02:41:25.973684 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [122290176 131072 122290176] | |
2015/11/12 02:41:25.973721 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.973785 fuse.DEBUG reading 131072 @ 122290176 = 131072, size=3538944 | |
2015/11/12 02:41:25.973811 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.973849 fuse.DEBUG Op 0x000003b4 connection.go:474] -> OK | |
2015/11/12 02:41:25.974049 fuse.DEBUG Op 0x000003b5 connection.go:395] <- ReadFile (inode 6, handle 1, offset 122421248, 131072 bytes) | |
2015/11/12 02:41:25.974315 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [122421248 131072 122421248] | |
2015/11/12 02:41:25.974344 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.974394 fuse.DEBUG reading 131072 @ 122421248 = 131072, size=3407872 | |
2015/11/12 02:41:25.974419 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.974445 fuse.DEBUG Op 0x000003b5 connection.go:474] -> OK | |
2015/11/12 02:41:25.974878 fuse.DEBUG Op 0x000003b6 connection.go:395] <- ReadFile (inode 6, handle 1, offset 122552320, 131072 bytes) | |
2015/11/12 02:41:25.975180 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [122552320 131072 122552320] | |
2015/11/12 02:41:25.975216 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.975256 fuse.DEBUG reading 131072 @ 122552320 = 131072, size=3276800 | |
2015/11/12 02:41:25.975276 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.975300 fuse.DEBUG Op 0x000003b6 connection.go:474] -> OK | |
2015/11/12 02:41:25.975457 fuse.DEBUG Op 0x000003b7 connection.go:395] <- ReadFile (inode 6, handle 1, offset 122683392, 131072 bytes) | |
2015/11/12 02:41:25.975736 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [122683392 131072 122683392] | |
2015/11/12 02:41:25.975761 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.975818 fuse.DEBUG reading 131072 @ 122683392 = 131072, size=3145728 | |
2015/11/12 02:41:25.975852 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.975880 fuse.DEBUG Op 0x000003b7 connection.go:474] -> OK | |
2015/11/12 02:41:25.976114 fuse.DEBUG Op 0x000003b8 connection.go:395] <- ReadFile (inode 6, handle 1, offset 122814464, 131072 bytes) | |
2015/11/12 02:41:25.976426 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [122814464 131072 122814464] | |
2015/11/12 02:41:25.976449 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.976485 fuse.DEBUG reading 131072 @ 122814464 = 131072, size=3014656 | |
2015/11/12 02:41:25.976502 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.976527 fuse.DEBUG Op 0x000003b8 connection.go:474] -> OK | |
2015/11/12 02:41:25.976582 s3.DEBUG DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 206 Partial Content | |
Content-Length: 5242880 | |
Accept-Ranges: bytes | |
Content-Range: bytes 220332032-225574911/2913812172 | |
Content-Type: binary/octet-stream | |
Date: Thu, 12 Nov 2015 02:41:26 GMT | |
Etag: "8812855bb146e3b0756b0316cefd7db4-397" | |
Last-Modified: Fri, 19 Jun 2015 08:13:28 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: zJyNB3kO+pbN3yJkPYI8JJiHrQIRBCY/vGUFxlOwJfowYN1rKMJbI4kdDusnKheuZVwivo1K0t8= | |
X-Amz-Request-Id: 7DC23B316D52A5DE | |
X-Amz-Version-Id: fL16j2gHcRvr7risStMlwXZqmEHJuG1b | |
----------------------------------------------------- | |
2015/11/12 02:41:25.976727 fuse.DEBUG Op 0x000003b9 connection.go:395] <- ReadFile (inode 6, handle 1, offset 122945536, 131072 bytes) | |
2015/11/12 02:41:25.977138 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [122945536 131072 122945536] | |
2015/11/12 02:41:25.977166 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.977205 fuse.DEBUG reading 131072 @ 122945536 = 131072, size=2883584 | |
2015/11/12 02:41:25.977228 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.977245 fuse.DEBUG Op 0x000003b9 connection.go:474] -> OK | |
2015/11/12 02:41:25.977396 fuse.DEBUG Op 0x000003ba connection.go:395] <- ReadFile (inode 6, handle 1, offset 123076608, 131072 bytes) | |
2015/11/12 02:41:25.977746 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [123076608 131072 123076608] | |
2015/11/12 02:41:25.977767 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.977846 fuse.DEBUG reading 131072 @ 123076608 = 131072, size=2752512 | |
2015/11/12 02:41:25.977886 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.977911 fuse.DEBUG Op 0x000003ba connection.go:474] -> OK | |
2015/11/12 02:41:25.978116 fuse.DEBUG Op 0x000003bb connection.go:395] <- ReadFile (inode 6, handle 1, offset 123207680, 131072 bytes) | |
2015/11/12 02:41:25.978342 s3.DEBUG DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 206 Partial Content | |
Content-Length: 5242880 | |
Accept-Ranges: bytes | |
Content-Range: bytes 215089152-220332031/2913812172 | |
Content-Type: binary/octet-stream | |
Date: Thu, 12 Nov 2015 02:41:26 GMT | |
Etag: "8812855bb146e3b0756b0316cefd7db4-397" | |
Last-Modified: Fri, 19 Jun 2015 08:13:28 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: 8bQn5+hKlh5nWcKaCjtQfDCbFjHu9lh9y3pbue3qZW8jm32Sx4hk7cygfVBRURSBzLsPye/eKJs= | |
X-Amz-Request-Id: C36A1B06605076C6 | |
X-Amz-Version-Id: fL16j2gHcRvr7risStMlwXZqmEHJuG1b | |
----------------------------------------------------- | |
2015/11/12 02:41:25.978442 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [123207680 131072 123207680] | |
2015/11/12 02:41:25.978468 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.978508 fuse.DEBUG reading 131072 @ 123207680 = 131072, size=2621440 | |
2015/11/12 02:41:25.978527 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.978568 fuse.DEBUG Op 0x000003bb connection.go:474] -> OK | |
2015/11/12 02:41:25.978713 fuse.DEBUG Op 0x000003bc connection.go:395] <- ReadFile (inode 6, handle 1, offset 123338752, 131072 bytes) | |
2015/11/12 02:41:25.978984 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [123338752 131072 123338752] | |
2015/11/12 02:41:25.979008 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.979046 fuse.DEBUG reading 131072 @ 123338752 = 131072, size=2490368 | |
2015/11/12 02:41:25.979067 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.979107 fuse.DEBUG Op 0x000003bc connection.go:474] -> OK | |
2015/11/12 02:41:25.979261 fuse.DEBUG Op 0x000003bd connection.go:395] <- ReadFile (inode 6, handle 1, offset 123469824, 131072 bytes) | |
2015/11/12 02:41:25.979368 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [123469824 131072 123469824] | |
2015/11/12 02:41:25.979392 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.979438 fuse.DEBUG reading 131072 @ 123469824 = 131072, size=2359296 | |
2015/11/12 02:41:25.979469 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.979492 fuse.DEBUG Op 0x000003bd connection.go:474] -> OK | |
2015/11/12 02:41:25.979639 fuse.DEBUG Op 0x000003be connection.go:395] <- ReadFile (inode 6, handle 1, offset 123600896, 131072 bytes) | |
2015/11/12 02:41:25.979919 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [123600896 131072 123600896] | |
2015/11/12 02:41:25.979958 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.979998 fuse.DEBUG reading 131072 @ 123600896 = 131072, size=2228224 | |
2015/11/12 02:41:25.980019 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.980053 fuse.DEBUG Op 0x000003be connection.go:474] -> OK | |
2015/11/12 02:41:25.980204 fuse.DEBUG Op 0x000003bf connection.go:395] <- ReadFile (inode 6, handle 1, offset 123731968, 131072 bytes) | |
2015/11/12 02:41:25.980474 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [123731968 131072 123731968] | |
2015/11/12 02:41:25.980494 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.980524 fuse.DEBUG reading 131072 @ 123731968 = 131072, size=2097152 | |
2015/11/12 02:41:25.980577 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.980612 fuse.DEBUG Op 0x000003bf connection.go:474] -> OK | |
2015/11/12 02:41:25.980774 fuse.DEBUG Op 0x000003c0 connection.go:395] <- ReadFile (inode 6, handle 1, offset 123863040, 131072 bytes) | |
2015/11/12 02:41:25.981077 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [123863040 131072 123863040] | |
2015/11/12 02:41:25.981103 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.981143 fuse.DEBUG reading 131072 @ 123863040 = 131072, size=1966080 | |
2015/11/12 02:41:25.981162 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.981197 fuse.DEBUG Op 0x000003c0 connection.go:474] -> OK | |
2015/11/12 02:41:25.981361 fuse.DEBUG Op 0x000003c1 connection.go:395] <- ReadFile (inode 6, handle 1, offset 123994112, 131072 bytes) | |
2015/11/12 02:41:25.981637 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [123994112 131072 123994112] | |
2015/11/12 02:41:25.981712 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.981752 fuse.DEBUG reading 131072 @ 123994112 = 131072, size=1835008 | |
2015/11/12 02:41:25.981787 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.981858 fuse.DEBUG Op 0x000003c1 connection.go:474] -> OK | |
2015/11/12 02:41:25.982027 fuse.DEBUG Op 0x000003c2 connection.go:395] <- ReadFile (inode 6, handle 1, offset 124125184, 131072 bytes) | |
2015/11/12 02:41:25.982370 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [124125184 131072 124125184] | |
2015/11/12 02:41:25.982399 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.982459 fuse.DEBUG reading 131072 @ 124125184 = 131072, size=1703936 | |
2015/11/12 02:41:25.982485 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.982516 fuse.DEBUG Op 0x000003c2 connection.go:474] -> OK | |
2015/11/12 02:41:25.982728 fuse.DEBUG Op 0x000003c3 connection.go:395] <- ReadFile (inode 6, handle 1, offset 124256256, 131072 bytes) | |
2015/11/12 02:41:25.983106 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [124256256 131072 124256256] | |
2015/11/12 02:41:25.983162 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.983240 fuse.DEBUG reading 131072 @ 124256256 = 131072, size=1572864 | |
2015/11/12 02:41:25.983266 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.983310 fuse.DEBUG Op 0x000003c3 connection.go:474] -> OK | |
2015/11/12 02:41:25.983463 fuse.DEBUG Op 0x000003c4 connection.go:395] <- ReadFile (inode 6, handle 1, offset 124387328, 131072 bytes) | |
2015/11/12 02:41:25.983827 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [124387328 131072 124387328] | |
2015/11/12 02:41:25.983857 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.983894 fuse.DEBUG reading 131072 @ 124387328 = 131072, size=1441792 | |
2015/11/12 02:41:25.983937 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.983990 fuse.DEBUG Op 0x000003c4 connection.go:474] -> OK | |
2015/11/12 02:41:25.984530 fuse.DEBUG Op 0x000003c5 connection.go:395] <- ReadFile (inode 6, handle 1, offset 124518400, 131072 bytes) | |
2015/11/12 02:41:25.984836 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [124518400 131072 124518400] | |
2015/11/12 02:41:25.984861 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.984900 fuse.DEBUG reading 131072 @ 124518400 = 131072, size=1310720 | |
2015/11/12 02:41:25.984980 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.985077 fuse.DEBUG Op 0x000003c5 connection.go:474] -> OK | |
2015/11/12 02:41:25.985237 fuse.DEBUG Op 0x000003c6 connection.go:395] <- ReadFile (inode 6, handle 1, offset 124649472, 131072 bytes) | |
2015/11/12 02:41:25.985320 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [124649472 131072 124649472] | |
2015/11/12 02:41:25.985343 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.985380 fuse.DEBUG reading 131072 @ 124649472 = 131072, size=1179648 | |
2015/11/12 02:41:25.985392 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.985416 fuse.DEBUG Op 0x000003c6 connection.go:474] -> OK | |
2015/11/12 02:41:25.985628 fuse.DEBUG Op 0x000003c7 connection.go:395] <- ReadFile (inode 6, handle 1, offset 124780544, 131072 bytes) | |
2015/11/12 02:41:25.985887 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [124780544 131072 124780544] | |
2015/11/12 02:41:25.985911 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.985967 fuse.DEBUG reading 131072 @ 124780544 = 131072, size=1048576 | |
2015/11/12 02:41:25.985989 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.986023 fuse.DEBUG Op 0x000003c7 connection.go:474] -> OK | |
2015/11/12 02:41:25.986189 fuse.DEBUG Op 0x000003c8 connection.go:395] <- ReadFile (inode 6, handle 1, offset 124911616, 131072 bytes) | |
2015/11/12 02:41:25.986499 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [124911616 131072 124911616] | |
2015/11/12 02:41:25.986533 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.986565 fuse.DEBUG reading 131072 @ 124911616 = 131072, size=917504 | |
2015/11/12 02:41:25.986576 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.986597 fuse.DEBUG Op 0x000003c8 connection.go:474] -> OK | |
2015/11/12 02:41:25.986970 fuse.DEBUG Op 0x000003c9 connection.go:395] <- ReadFile (inode 6, handle 1, offset 125042688, 131072 bytes) | |
2015/11/12 02:41:25.987252 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [125042688 131072 125042688] | |
2015/11/12 02:41:25.987284 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.987331 fuse.DEBUG reading 131072 @ 125042688 = 131072, size=786432 | |
2015/11/12 02:41:25.987352 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.987387 fuse.DEBUG Op 0x000003c9 connection.go:474] -> OK | |
2015/11/12 02:41:25.987548 fuse.DEBUG Op 0x000003ca connection.go:395] <- ReadFile (inode 6, handle 1, offset 125173760, 131072 bytes) | |
2015/11/12 02:41:25.987720 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [125173760 131072 125173760] | |
2015/11/12 02:41:25.987766 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.987814 fuse.DEBUG reading 131072 @ 125173760 = 131072, size=655360 | |
2015/11/12 02:41:25.987857 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.987892 fuse.DEBUG Op 0x000003ca connection.go:474] -> OK | |
2015/11/12 02:41:25.988101 fuse.DEBUG Op 0x000003cb connection.go:395] <- ReadFile (inode 6, handle 1, offset 125304832, 131072 bytes) | |
2015/11/12 02:41:25.988407 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [125304832 131072 125304832] | |
2015/11/12 02:41:25.988438 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.988488 fuse.DEBUG reading 131072 @ 125304832 = 131072, size=524288 | |
2015/11/12 02:41:25.988535 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.988562 fuse.DEBUG Op 0x000003cb connection.go:474] -> OK | |
2015/11/12 02:41:25.988827 fuse.DEBUG Op 0x000003cc connection.go:395] <- ReadFile (inode 6, handle 1, offset 125435904, 131072 bytes) | |
2015/11/12 02:41:25.989121 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [125435904 131072 125435904] | |
2015/11/12 02:41:25.989145 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.989194 fuse.DEBUG reading 131072 @ 125435904 = 131072, size=393216 | |
2015/11/12 02:41:25.989216 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.989265 fuse.DEBUG Op 0x000003cc connection.go:474] -> OK | |
2015/11/12 02:41:25.989427 fuse.DEBUG Op 0x000003cd connection.go:395] <- ReadFile (inode 6, handle 1, offset 125566976, 131072 bytes) | |
2015/11/12 02:41:25.989759 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [125566976 131072 125566976] | |
2015/11/12 02:41:25.989781 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.989817 fuse.DEBUG reading 131072 @ 125566976 = 131072, size=262144 | |
2015/11/12 02:41:25.989846 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.989873 fuse.DEBUG Op 0x000003cd connection.go:474] -> OK | |
2015/11/12 02:41:25.990055 fuse.DEBUG Op 0x000003ce connection.go:395] <- ReadFile (inode 6, handle 1, offset 125698048, 131072 bytes) | |
2015/11/12 02:41:25.990295 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [125698048 131072 125698048] | |
2015/11/12 02:41:25.990322 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.990394 fuse.DEBUG reading 131072 @ 125698048 = 131072, size=131072 | |
2015/11/12 02:41:25.990438 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.990480 fuse.DEBUG Op 0x000003ce connection.go:474] -> OK | |
2015/11/12 02:41:25.990678 fuse.DEBUG Op 0x000003cf connection.go:395] <- ReadFile (inode 6, handle 1, offset 125829120, 131072 bytes) | |
2015/11/12 02:41:25.990939 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [125829120 131072 125829120] | |
2015/11/12 02:41:25.990987 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.991031 fuse.DEBUG reading 131072 @ 125829120 = 131072, size=0 | |
2015/11/12 02:41:25.991059 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:25.991128 fuse.DEBUG Op 0x000003cf connection.go:474] -> OK | |
2015/11/12 02:41:25.991274 fuse.DEBUG Op 0x000003d0 connection.go:395] <- ReadFile (inode 6, handle 1, offset 125960192, 131072 bytes) | |
2015/11/12 02:41:25.991625 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [125960192 131072 125960192] | |
2015/11/12 02:41:25.991659 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:25.992068 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
Range: bytes=225574912-230817791 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024125Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:26.030739 s3.DEBUG DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 206 Partial Content | |
Content-Length: 5242880 | |
Accept-Ranges: bytes | |
Content-Range: bytes 225574912-230817791/2913812172 | |
Content-Type: binary/octet-stream | |
Date: Thu, 12 Nov 2015 02:41:27 GMT | |
Etag: "8812855bb146e3b0756b0316cefd7db4-397" | |
Last-Modified: Fri, 19 Jun 2015 08:13:28 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: MR7I6aKenXQ/acP3eF/LCxtC5xSYZU+ZgY/99IuFyDP1ZRuQdPLVSEahgINJgDdzL46PfX+9p2g= | |
X-Amz-Request-Id: C94EE8F29F6E3D50 | |
X-Amz-Version-Id: fL16j2gHcRvr7risStMlwXZqmEHJuG1b | |
----------------------------------------------------- | |
2015/11/12 02:41:26.468515 fuse.DEBUG reading 131072 @ 125960192 = 131072, size=5111808 | |
2015/11/12 02:41:26.468554 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.468592 fuse.DEBUG Op 0x000003d0 connection.go:474] -> OK | |
2015/11/12 02:41:26.468784 fuse.DEBUG Op 0x000003d1 connection.go:395] <- ReadFile (inode 6, handle 1, offset 126091264, 131072 bytes) | |
2015/11/12 02:41:26.468904 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [126091264 131072 126091264] | |
2015/11/12 02:41:26.468929 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.468994 fuse.DEBUG reading 131072 @ 126091264 = 131072, size=4980736 | |
2015/11/12 02:41:26.469020 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.469051 fuse.DEBUG Op 0x000003d1 connection.go:474] -> OK | |
2015/11/12 02:41:26.469218 fuse.DEBUG Op 0x000003d2 connection.go:395] <- ReadFile (inode 6, handle 1, offset 126222336, 131072 bytes) | |
2015/11/12 02:41:26.469552 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [126222336 131072 126222336] | |
2015/11/12 02:41:26.469582 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.469629 fuse.DEBUG reading 131072 @ 126222336 = 131072, size=4849664 | |
2015/11/12 02:41:26.469652 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.469696 fuse.DEBUG Op 0x000003d2 connection.go:474] -> OK | |
2015/11/12 02:41:26.469880 fuse.DEBUG Op 0x000003d3 connection.go:395] <- ReadFile (inode 6, handle 1, offset 126353408, 131072 bytes) | |
2015/11/12 02:41:26.470168 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [126353408 131072 126353408] | |
2015/11/12 02:41:26.470200 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.470231 fuse.DEBUG reading 131072 @ 126353408 = 131072, size=4718592 | |
2015/11/12 02:41:26.470247 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.470266 fuse.DEBUG Op 0x000003d3 connection.go:474] -> OK | |
2015/11/12 02:41:26.470418 fuse.DEBUG Op 0x000003d4 connection.go:395] <- ReadFile (inode 6, handle 1, offset 126484480, 131072 bytes) | |
2015/11/12 02:41:26.470490 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [126484480 131072 126484480] | |
2015/11/12 02:41:26.470519 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.470559 fuse.DEBUG reading 131072 @ 126484480 = 131072, size=4587520 | |
2015/11/12 02:41:26.470580 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.470606 fuse.DEBUG Op 0x000003d4 connection.go:474] -> OK | |
2015/11/12 02:41:26.470777 fuse.DEBUG Op 0x000003d5 connection.go:395] <- ReadFile (inode 6, handle 1, offset 126615552, 131072 bytes) | |
2015/11/12 02:41:26.471032 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [126615552 131072 126615552] | |
2015/11/12 02:41:26.471059 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.471104 fuse.DEBUG reading 131072 @ 126615552 = 131072, size=4456448 | |
2015/11/12 02:41:26.471125 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.471150 fuse.DEBUG Op 0x000003d5 connection.go:474] -> OK | |
2015/11/12 02:41:26.471291 fuse.DEBUG Op 0x000003d6 connection.go:395] <- ReadFile (inode 6, handle 1, offset 126746624, 131072 bytes) | |
2015/11/12 02:41:26.471566 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [126746624 131072 126746624] | |
2015/11/12 02:41:26.471585 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.471642 fuse.DEBUG reading 131072 @ 126746624 = 131072, size=4325376 | |
2015/11/12 02:41:26.471657 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.471687 fuse.DEBUG Op 0x000003d6 connection.go:474] -> OK | |
2015/11/12 02:41:26.471856 fuse.DEBUG Op 0x000003d7 connection.go:395] <- ReadFile (inode 6, handle 1, offset 126877696, 131072 bytes) | |
2015/11/12 02:41:26.472135 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [126877696 131072 126877696] | |
2015/11/12 02:41:26.472162 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.472202 fuse.DEBUG reading 131072 @ 126877696 = 131072, size=4194304 | |
2015/11/12 02:41:26.472229 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.472262 fuse.DEBUG Op 0x000003d7 connection.go:474] -> OK | |
2015/11/12 02:41:26.472411 fuse.DEBUG Op 0x000003d8 connection.go:395] <- ReadFile (inode 6, handle 1, offset 127008768, 131072 bytes) | |
2015/11/12 02:41:26.472746 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [127008768 131072 127008768] | |
2015/11/12 02:41:26.472767 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.472846 fuse.DEBUG reading 131072 @ 127008768 = 131072, size=4063232 | |
2015/11/12 02:41:26.472871 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.472905 fuse.DEBUG Op 0x000003d8 connection.go:474] -> OK | |
2015/11/12 02:41:26.473035 fuse.DEBUG Op 0x000003d9 connection.go:395] <- ReadFile (inode 6, handle 1, offset 127139840, 131072 bytes) | |
2015/11/12 02:41:26.473273 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [127139840 131072 127139840] | |
2015/11/12 02:41:26.473301 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.473343 fuse.DEBUG reading 131072 @ 127139840 = 131072, size=3932160 | |
2015/11/12 02:41:26.473359 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.473381 fuse.DEBUG Op 0x000003d9 connection.go:474] -> OK | |
2015/11/12 02:41:26.473521 fuse.DEBUG Op 0x000003da connection.go:395] <- ReadFile (inode 6, handle 1, offset 127270912, 131072 bytes) | |
2015/11/12 02:41:26.473612 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [127270912 131072 127270912] | |
2015/11/12 02:41:26.473634 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.473665 fuse.DEBUG reading 131072 @ 127270912 = 131072, size=3801088 | |
2015/11/12 02:41:26.473676 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.473706 fuse.DEBUG Op 0x000003da connection.go:474] -> OK | |
2015/11/12 02:41:26.473872 fuse.DEBUG Op 0x000003db connection.go:395] <- ReadFile (inode 6, handle 1, offset 127401984, 131072 bytes) | |
2015/11/12 02:41:26.474132 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [127401984 131072 127401984] | |
2015/11/12 02:41:26.474155 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.474191 fuse.DEBUG reading 131072 @ 127401984 = 131072, size=3670016 | |
2015/11/12 02:41:26.474220 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.474256 fuse.DEBUG Op 0x000003db connection.go:474] -> OK | |
2015/11/12 02:41:26.474391 fuse.DEBUG Op 0x000003dc connection.go:395] <- ReadFile (inode 6, handle 1, offset 127533056, 131072 bytes) | |
2015/11/12 02:41:26.474654 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [127533056 131072 127533056] | |
2015/11/12 02:41:26.474674 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.474702 fuse.DEBUG reading 131072 @ 127533056 = 131072, size=3538944 | |
2015/11/12 02:41:26.474718 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.474739 fuse.DEBUG Op 0x000003dc connection.go:474] -> OK | |
2015/11/12 02:41:26.474875 fuse.DEBUG Op 0x000003dd connection.go:395] <- ReadFile (inode 6, handle 1, offset 127664128, 131072 bytes) | |
2015/11/12 02:41:26.475184 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [127664128 131072 127664128] | |
2015/11/12 02:41:26.475216 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.475262 fuse.DEBUG reading 131072 @ 127664128 = 131072, size=3407872 | |
2015/11/12 02:41:26.475282 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.475307 fuse.DEBUG Op 0x000003dd connection.go:474] -> OK | |
2015/11/12 02:41:26.475437 fuse.DEBUG Op 0x000003de connection.go:395] <- ReadFile (inode 6, handle 1, offset 127795200, 131072 bytes) | |
2015/11/12 02:41:26.475741 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [127795200 131072 127795200] | |
2015/11/12 02:41:26.475763 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.475805 fuse.DEBUG reading 131072 @ 127795200 = 131072, size=3276800 | |
2015/11/12 02:41:26.475824 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.475863 fuse.DEBUG Op 0x000003de connection.go:474] -> OK | |
2015/11/12 02:41:26.476039 fuse.DEBUG Op 0x000003df connection.go:395] <- ReadFile (inode 6, handle 1, offset 127926272, 131072 bytes) | |
2015/11/12 02:41:26.476336 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [127926272 131072 127926272] | |
2015/11/12 02:41:26.476359 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.476397 fuse.DEBUG reading 131072 @ 127926272 = 131072, size=3145728 | |
2015/11/12 02:41:26.476418 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.476444 fuse.DEBUG Op 0x000003df connection.go:474] -> OK | |
2015/11/12 02:41:26.476599 fuse.DEBUG Op 0x000003e0 connection.go:395] <- ReadFile (inode 6, handle 1, offset 128057344, 131072 bytes) | |
2015/11/12 02:41:26.476899 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [128057344 131072 128057344] | |
2015/11/12 02:41:26.476920 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.476948 fuse.DEBUG reading 131072 @ 128057344 = 131072, size=3014656 | |
2015/11/12 02:41:26.476964 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.476985 fuse.DEBUG Op 0x000003e0 connection.go:474] -> OK | |
2015/11/12 02:41:26.477146 fuse.DEBUG Op 0x000003e1 connection.go:395] <- ReadFile (inode 6, handle 1, offset 128188416, 131072 bytes) | |
2015/11/12 02:41:26.477419 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [128188416 131072 128188416] | |
2015/11/12 02:41:26.477472 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.477509 fuse.DEBUG reading 131072 @ 128188416 = 131072, size=2883584 | |
2015/11/12 02:41:26.477526 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.477549 fuse.DEBUG Op 0x000003e1 connection.go:474] -> OK | |
2015/11/12 02:41:26.477681 fuse.DEBUG Op 0x000003e2 connection.go:395] <- ReadFile (inode 6, handle 1, offset 128319488, 131072 bytes) | |
2015/11/12 02:41:26.477923 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [128319488 131072 128319488] | |
2015/11/12 02:41:26.477948 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.477977 fuse.DEBUG reading 131072 @ 128319488 = 131072, size=2752512 | |
2015/11/12 02:41:26.477994 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.478009 fuse.DEBUG Op 0x000003e2 connection.go:474] -> OK | |
2015/11/12 02:41:26.478133 fuse.DEBUG Op 0x000003e3 connection.go:395] <- ReadFile (inode 6, handle 1, offset 128450560, 131072 bytes) | |
2015/11/12 02:41:26.478446 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [128450560 131072 128450560] | |
2015/11/12 02:41:26.478466 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.478495 fuse.DEBUG reading 131072 @ 128450560 = 131072, size=2621440 | |
2015/11/12 02:41:26.478520 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.478540 fuse.DEBUG Op 0x000003e3 connection.go:474] -> OK | |
2015/11/12 02:41:26.478658 fuse.DEBUG Op 0x000003e4 connection.go:395] <- ReadFile (inode 6, handle 1, offset 128581632, 131072 bytes) | |
2015/11/12 02:41:26.478948 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [128581632 131072 128581632] | |
2015/11/12 02:41:26.478966 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.478994 fuse.DEBUG reading 131072 @ 128581632 = 131072, size=2490368 | |
2015/11/12 02:41:26.479013 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.479028 fuse.DEBUG Op 0x000003e4 connection.go:474] -> OK | |
2015/11/12 02:41:26.479177 fuse.DEBUG Op 0x000003e5 connection.go:395] <- ReadFile (inode 6, handle 1, offset 128712704, 131072 bytes) | |
2015/11/12 02:41:26.479641 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [128712704 131072 128712704] | |
2015/11/12 02:41:26.479660 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.479694 fuse.DEBUG reading 131072 @ 128712704 = 131072, size=2359296 | |
2015/11/12 02:41:26.479710 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.479728 fuse.DEBUG Op 0x000003e5 connection.go:474] -> OK | |
2015/11/12 02:41:26.479876 fuse.DEBUG Op 0x000003e6 connection.go:395] <- ReadFile (inode 6, handle 1, offset 128843776, 131072 bytes) | |
2015/11/12 02:41:26.479989 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [128843776 131072 128843776] | |
2015/11/12 02:41:26.480024 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.480063 fuse.DEBUG reading 131072 @ 128843776 = 131072, size=2228224 | |
2015/11/12 02:41:26.480084 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.480145 fuse.DEBUG Op 0x000003e6 connection.go:474] -> OK | |
2015/11/12 02:41:26.480277 fuse.DEBUG Op 0x000003e7 connection.go:395] <- ReadFile (inode 6, handle 1, offset 128974848, 131072 bytes) | |
2015/11/12 02:41:26.480609 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [128974848 131072 128974848] | |
2015/11/12 02:41:26.480646 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.480676 fuse.DEBUG reading 131072 @ 128974848 = 131072, size=2097152 | |
2015/11/12 02:41:26.480693 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.480714 fuse.DEBUG Op 0x000003e7 connection.go:474] -> OK | |
2015/11/12 02:41:26.480846 fuse.DEBUG Op 0x000003e8 connection.go:395] <- ReadFile (inode 6, handle 1, offset 129105920, 131072 bytes) | |
2015/11/12 02:41:26.481131 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [129105920 131072 129105920] | |
2015/11/12 02:41:26.481149 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.481176 fuse.DEBUG reading 131072 @ 129105920 = 131072, size=1966080 | |
2015/11/12 02:41:26.481199 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.481220 fuse.DEBUG Op 0x000003e8 connection.go:474] -> OK | |
2015/11/12 02:41:26.481342 fuse.DEBUG Op 0x000003e9 connection.go:395] <- ReadFile (inode 6, handle 1, offset 129236992, 131072 bytes) | |
2015/11/12 02:41:26.481485 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [129236992 131072 129236992] | |
2015/11/12 02:41:26.481505 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.481540 fuse.DEBUG reading 131072 @ 129236992 = 131072, size=1835008 | |
2015/11/12 02:41:26.481555 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.481577 fuse.DEBUG Op 0x000003e9 connection.go:474] -> OK | |
2015/11/12 02:41:26.481728 fuse.DEBUG Op 0x000003ea connection.go:395] <- ReadFile (inode 6, handle 1, offset 129368064, 131072 bytes) | |
2015/11/12 02:41:26.482036 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [129368064 131072 129368064] | |
2015/11/12 02:41:26.482065 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.482103 fuse.DEBUG reading 131072 @ 129368064 = 131072, size=1703936 | |
2015/11/12 02:41:26.482140 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.482196 fuse.DEBUG Op 0x000003ea connection.go:474] -> OK | |
2015/11/12 02:41:26.482358 fuse.DEBUG Op 0x000003eb connection.go:395] <- ReadFile (inode 6, handle 1, offset 129499136, 131072 bytes) | |
2015/11/12 02:41:26.482440 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [129499136 131072 129499136] | |
2015/11/12 02:41:26.482460 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.482497 fuse.DEBUG reading 131072 @ 129499136 = 131072, size=1572864 | |
2015/11/12 02:41:26.482518 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.482534 fuse.DEBUG Op 0x000003eb connection.go:474] -> OK | |
2015/11/12 02:41:26.482650 fuse.DEBUG Op 0x000003ec connection.go:395] <- ReadFile (inode 6, handle 1, offset 129630208, 131072 bytes) | |
2015/11/12 02:41:26.482916 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [129630208 131072 129630208] | |
2015/11/12 02:41:26.482936 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.482964 fuse.DEBUG reading 131072 @ 129630208 = 131072, size=1441792 | |
2015/11/12 02:41:26.482980 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.483017 fuse.DEBUG Op 0x000003ec connection.go:474] -> OK | |
2015/11/12 02:41:26.483136 fuse.DEBUG Op 0x000003ed connection.go:395] <- ReadFile (inode 6, handle 1, offset 129761280, 131072 bytes) | |
2015/11/12 02:41:26.483254 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [129761280 131072 129761280] | |
2015/11/12 02:41:26.483281 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.483309 fuse.DEBUG reading 131072 @ 129761280 = 131072, size=1310720 | |
2015/11/12 02:41:26.483325 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.483346 fuse.DEBUG Op 0x000003ed connection.go:474] -> OK | |
2015/11/12 02:41:26.483480 fuse.DEBUG Op 0x000003ee connection.go:395] <- ReadFile (inode 6, handle 1, offset 129892352, 131072 bytes) | |
2015/11/12 02:41:26.483798 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [129892352 131072 129892352] | |
2015/11/12 02:41:26.483817 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.483845 fuse.DEBUG reading 131072 @ 129892352 = 131072, size=1179648 | |
2015/11/12 02:41:26.483861 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.483876 fuse.DEBUG Op 0x000003ee connection.go:474] -> OK | |
2015/11/12 02:41:26.483997 fuse.DEBUG Op 0x000003ef connection.go:395] <- ReadFile (inode 6, handle 1, offset 130023424, 131072 bytes) | |
2015/11/12 02:41:26.484286 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [130023424 131072 130023424] | |
2015/11/12 02:41:26.484308 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.484345 fuse.DEBUG reading 131072 @ 130023424 = 131072, size=1048576 | |
2015/11/12 02:41:26.484374 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.484410 fuse.DEBUG Op 0x000003ef connection.go:474] -> OK | |
2015/11/12 02:41:26.484565 fuse.DEBUG Op 0x000003f0 connection.go:395] <- ReadFile (inode 6, handle 1, offset 130154496, 131072 bytes) | |
2015/11/12 02:41:26.484827 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [130154496 131072 130154496] | |
2015/11/12 02:41:26.484856 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.484899 fuse.DEBUG reading 131072 @ 130154496 = 131072, size=917504 | |
2015/11/12 02:41:26.484926 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.484947 fuse.DEBUG Op 0x000003f0 connection.go:474] -> OK | |
2015/11/12 02:41:26.485086 fuse.DEBUG Op 0x000003f1 connection.go:395] <- ReadFile (inode 6, handle 1, offset 130285568, 131072 bytes) | |
2015/11/12 02:41:26.485374 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [130285568 131072 130285568] | |
2015/11/12 02:41:26.485394 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.485425 fuse.DEBUG reading 131072 @ 130285568 = 131072, size=786432 | |
2015/11/12 02:41:26.485441 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.485460 fuse.DEBUG Op 0x000003f1 connection.go:474] -> OK | |
2015/11/12 02:41:26.485606 fuse.DEBUG Op 0x000003f2 connection.go:395] <- ReadFile (inode 6, handle 1, offset 130416640, 131072 bytes) | |
2015/11/12 02:41:26.485874 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [130416640 131072 130416640] | |
2015/11/12 02:41:26.485897 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.485926 fuse.DEBUG reading 131072 @ 130416640 = 131072, size=655360 | |
2015/11/12 02:41:26.485942 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.485965 fuse.DEBUG Op 0x000003f2 connection.go:474] -> OK | |
2015/11/12 02:41:26.486139 fuse.DEBUG Op 0x000003f3 connection.go:395] <- ReadFile (inode 6, handle 1, offset 130547712, 131072 bytes) | |
2015/11/12 02:41:26.486468 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [130547712 131072 130547712] | |
2015/11/12 02:41:26.486498 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.486536 fuse.DEBUG reading 131072 @ 130547712 = 131072, size=524288 | |
2015/11/12 02:41:26.486557 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.486590 fuse.DEBUG Op 0x000003f3 connection.go:474] -> OK | |
2015/11/12 02:41:26.486721 fuse.DEBUG Op 0x000003f4 connection.go:395] <- ReadFile (inode 6, handle 1, offset 130678784, 131072 bytes) | |
2015/11/12 02:41:26.487016 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [130678784 131072 130678784] | |
2015/11/12 02:41:26.487042 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.487109 fuse.DEBUG reading 131072 @ 130678784 = 131072, size=393216 | |
2015/11/12 02:41:26.487136 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.487170 fuse.DEBUG Op 0x000003f4 connection.go:474] -> OK | |
2015/11/12 02:41:26.487348 fuse.DEBUG Op 0x000003f5 connection.go:395] <- ReadFile (inode 6, handle 1, offset 130809856, 131072 bytes) | |
2015/11/12 02:41:26.487701 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [130809856 131072 130809856] | |
2015/11/12 02:41:26.487724 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.487774 fuse.DEBUG reading 131072 @ 130809856 = 131072, size=262144 | |
2015/11/12 02:41:26.487798 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.487834 fuse.DEBUG Op 0x000003f5 connection.go:474] -> OK | |
2015/11/12 02:41:26.487973 fuse.DEBUG Op 0x000003f6 connection.go:395] <- ReadFile (inode 6, handle 1, offset 130940928, 131072 bytes) | |
2015/11/12 02:41:26.488269 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [130940928 131072 130940928] | |
2015/11/12 02:41:26.488297 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.488335 fuse.DEBUG reading 131072 @ 130940928 = 131072, size=131072 | |
2015/11/12 02:41:26.488357 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.488390 fuse.DEBUG Op 0x000003f6 connection.go:474] -> OK | |
2015/11/12 02:41:26.488533 fuse.DEBUG Op 0x000003f7 connection.go:395] <- ReadFile (inode 6, handle 1, offset 131072000, 131072 bytes) | |
2015/11/12 02:41:26.488797 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072000 131072 131072000] | |
2015/11/12 02:41:26.488830 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.488866 fuse.DEBUG reading 131072 @ 131072000 = 131072, size=0 | |
2015/11/12 02:41:26.488891 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.488916 fuse.DEBUG Op 0x000003f7 connection.go:474] -> OK | |
2015/11/12 02:41:26.489088 fuse.DEBUG Op 0x000003f8 connection.go:395] <- ReadFile (inode 6, handle 1, offset 131203072, 131072 bytes) | |
2015/11/12 02:41:26.489357 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131203072 131072 131203072] | |
2015/11/12 02:41:26.489388 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.489441 fuse.DEBUG reading 131072 @ 131203072 = 131072, size=5111808 | |
2015/11/12 02:41:26.489477 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.489517 fuse.DEBUG Op 0x000003f8 connection.go:474] -> OK | |
2015/11/12 02:41:26.489685 fuse.DEBUG Op 0x000003f9 connection.go:395] <- ReadFile (inode 6, handle 1, offset 131334144, 131072 bytes) | |
2015/11/12 02:41:26.490074 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131334144 131072 131334144] | |
2015/11/12 02:41:26.490124 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
Range: bytes=230817792-236060671 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024126Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:26.490153 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.490286 fuse.DEBUG reading 131072 @ 131334144 = 131072, size=4980736 | |
2015/11/12 02:41:26.490313 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.490331 fuse.DEBUG Op 0x000003f9 connection.go:474] -> OK | |
2015/11/12 02:41:26.490493 fuse.DEBUG Op 0x000003fa connection.go:395] <- ReadFile (inode 6, handle 1, offset 131465216, 131072 bytes) | |
2015/11/12 02:41:26.490792 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131465216 131072 131465216] | |
2015/11/12 02:41:26.490817 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.490854 fuse.DEBUG reading 131072 @ 131465216 = 131072, size=4849664 | |
2015/11/12 02:41:26.490879 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.490924 fuse.DEBUG Op 0x000003fa connection.go:474] -> OK | |
2015/11/12 02:41:26.491069 fuse.DEBUG Op 0x000003fb connection.go:395] <- ReadFile (inode 6, handle 1, offset 131596288, 131072 bytes) | |
2015/11/12 02:41:26.491338 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131596288 131072 131596288] | |
2015/11/12 02:41:26.491371 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.491410 fuse.DEBUG reading 131072 @ 131596288 = 131072, size=4718592 | |
2015/11/12 02:41:26.491430 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.491459 fuse.DEBUG Op 0x000003fb connection.go:474] -> OK | |
2015/11/12 02:41:26.491625 fuse.DEBUG Op 0x000003fc connection.go:395] <- ReadFile (inode 6, handle 1, offset 131727360, 131072 bytes) | |
2015/11/12 02:41:26.491861 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131727360 131072 131727360] | |
2015/11/12 02:41:26.491919 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.491960 fuse.DEBUG reading 131072 @ 131727360 = 131072, size=4587520 | |
2015/11/12 02:41:26.491985 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.492033 fuse.DEBUG Op 0x000003fc connection.go:474] -> OK | |
2015/11/12 02:41:26.492164 fuse.DEBUG Op 0x000003fd connection.go:395] <- ReadFile (inode 6, handle 1, offset 131858432, 131072 bytes) | |
2015/11/12 02:41:26.492407 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131858432 131072 131858432] | |
2015/11/12 02:41:26.492432 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.492482 fuse.DEBUG reading 131072 @ 131858432 = 131072, size=4456448 | |
2015/11/12 02:41:26.492509 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.492549 fuse.DEBUG Op 0x000003fd connection.go:474] -> OK | |
2015/11/12 02:41:26.492688 fuse.DEBUG Op 0x000003fe connection.go:395] <- ReadFile (inode 6, handle 1, offset 131989504, 131072 bytes) | |
2015/11/12 02:41:26.492940 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131989504 131072 131989504] | |
2015/11/12 02:41:26.492962 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.492999 fuse.DEBUG reading 131072 @ 131989504 = 131072, size=4325376 | |
2015/11/12 02:41:26.493020 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.493053 fuse.DEBUG Op 0x000003fe connection.go:474] -> OK | |
2015/11/12 02:41:26.493176 fuse.DEBUG Op 0x000003ff connection.go:395] <- ReadFile (inode 6, handle 1, offset 132120576, 131072 bytes) | |
2015/11/12 02:41:26.493327 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [132120576 131072 132120576] | |
2015/11/12 02:41:26.493356 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.493409 fuse.DEBUG reading 131072 @ 132120576 = 131072, size=4194304 | |
2015/11/12 02:41:26.493434 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.493468 fuse.DEBUG Op 0x000003ff connection.go:474] -> OK | |
2015/11/12 02:41:26.493636 fuse.DEBUG Op 0x00000400 connection.go:395] <- ReadFile (inode 6, handle 1, offset 132251648, 131072 bytes) | |
2015/11/12 02:41:26.493933 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [132251648 131072 132251648] | |
2015/11/12 02:41:26.493956 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.493995 fuse.DEBUG reading 131072 @ 132251648 = 131072, size=4063232 | |
2015/11/12 02:41:26.494018 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.494048 fuse.DEBUG Op 0x00000400 connection.go:474] -> OK | |
2015/11/12 02:41:26.494203 fuse.DEBUG Op 0x00000401 connection.go:395] <- ReadFile (inode 6, handle 1, offset 132382720, 131072 bytes) | |
2015/11/12 02:41:26.494602 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [132382720 131072 132382720] | |
2015/11/12 02:41:26.494618 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.494647 fuse.DEBUG reading 131072 @ 132382720 = 131072, size=3932160 | |
2015/11/12 02:41:26.494657 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.494679 fuse.DEBUG Op 0x00000401 connection.go:474] -> OK | |
2015/11/12 02:41:26.494801 fuse.DEBUG Op 0x00000402 connection.go:395] <- ReadFile (inode 6, handle 1, offset 132513792, 131072 bytes) | |
2015/11/12 02:41:26.494984 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [132513792 131072 132513792] | |
2015/11/12 02:41:26.495023 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.495068 fuse.DEBUG reading 131072 @ 132513792 = 131072, size=3801088 | |
2015/11/12 02:41:26.495094 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.495135 fuse.DEBUG Op 0x00000402 connection.go:474] -> OK | |
2015/11/12 02:41:26.495263 fuse.DEBUG Op 0x00000403 connection.go:395] <- ReadFile (inode 6, handle 1, offset 132644864, 131072 bytes) | |
2015/11/12 02:41:26.495589 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [132644864 131072 132644864] | |
2015/11/12 02:41:26.495621 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.495654 fuse.DEBUG reading 131072 @ 132644864 = 131072, size=3670016 | |
2015/11/12 02:41:26.495671 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.495687 fuse.DEBUG Op 0x00000403 connection.go:474] -> OK | |
2015/11/12 02:41:26.495832 fuse.DEBUG Op 0x00000404 connection.go:395] <- ReadFile (inode 6, handle 1, offset 132775936, 131072 bytes) | |
2015/11/12 02:41:26.496165 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [132775936 131072 132775936] | |
2015/11/12 02:41:26.496195 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.496235 fuse.DEBUG reading 131072 @ 132775936 = 131072, size=3538944 | |
2015/11/12 02:41:26.496255 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.496287 fuse.DEBUG Op 0x00000404 connection.go:474] -> OK | |
2015/11/12 02:41:26.496454 fuse.DEBUG Op 0x00000405 connection.go:395] <- ReadFile (inode 6, handle 1, offset 132907008, 131072 bytes) | |
2015/11/12 02:41:26.496717 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [132907008 131072 132907008] | |
2015/11/12 02:41:26.496739 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.496779 fuse.DEBUG reading 131072 @ 132907008 = 131072, size=3407872 | |
2015/11/12 02:41:26.496812 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.496837 fuse.DEBUG Op 0x00000405 connection.go:474] -> OK | |
2015/11/12 02:41:26.496956 fuse.DEBUG Op 0x00000406 connection.go:395] <- ReadFile (inode 6, handle 1, offset 133038080, 131072 bytes) | |
2015/11/12 02:41:26.497368 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [133038080 131072 133038080] | |
2015/11/12 02:41:26.497398 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.497434 fuse.DEBUG reading 131072 @ 133038080 = 131072, size=3276800 | |
2015/11/12 02:41:26.497459 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.497494 fuse.DEBUG Op 0x00000406 connection.go:474] -> OK | |
2015/11/12 02:41:26.497658 fuse.DEBUG Op 0x00000407 connection.go:395] <- ReadFile (inode 6, handle 1, offset 133169152, 131072 bytes) | |
2015/11/12 02:41:26.498011 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [133169152 131072 133169152] | |
2015/11/12 02:41:26.498036 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.498086 fuse.DEBUG reading 131072 @ 133169152 = 131072, size=3145728 | |
2015/11/12 02:41:26.498115 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.498164 fuse.DEBUG Op 0x00000407 connection.go:474] -> OK | |
2015/11/12 02:41:26.498290 fuse.DEBUG Op 0x00000408 connection.go:395] <- ReadFile (inode 6, handle 1, offset 133300224, 131072 bytes) | |
2015/11/12 02:41:26.498409 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [133300224 131072 133300224] | |
2015/11/12 02:41:26.498427 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.498457 fuse.DEBUG reading 131072 @ 133300224 = 131072, size=3014656 | |
2015/11/12 02:41:26.498473 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.498489 fuse.DEBUG Op 0x00000408 connection.go:474] -> OK | |
2015/11/12 02:41:26.498607 fuse.DEBUG Op 0x00000409 connection.go:395] <- ReadFile (inode 6, handle 1, offset 133431296, 131072 bytes) | |
2015/11/12 02:41:26.498893 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [133431296 131072 133431296] | |
2015/11/12 02:41:26.498921 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.498958 fuse.DEBUG reading 131072 @ 133431296 = 131072, size=2883584 | |
2015/11/12 02:41:26.498982 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.499033 fuse.DEBUG Op 0x00000409 connection.go:474] -> OK | |
2015/11/12 02:41:26.499165 fuse.DEBUG Op 0x0000040a connection.go:395] <- ReadFile (inode 6, handle 1, offset 133562368, 131072 bytes) | |
2015/11/12 02:41:26.499271 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [133562368 131072 133562368] | |
2015/11/12 02:41:26.499290 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.499318 fuse.DEBUG reading 131072 @ 133562368 = 131072, size=2752512 | |
2015/11/12 02:41:26.499334 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.499353 fuse.DEBUG Op 0x0000040a connection.go:474] -> OK | |
2015/11/12 02:41:26.499484 fuse.DEBUG Op 0x0000040b connection.go:395] <- ReadFile (inode 6, handle 1, offset 133693440, 131072 bytes) | |
2015/11/12 02:41:26.499789 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [133693440 131072 133693440] | |
2015/11/12 02:41:26.499809 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.499846 fuse.DEBUG reading 131072 @ 133693440 = 131072, size=2621440 | |
2015/11/12 02:41:26.499866 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.499898 fuse.DEBUG Op 0x0000040b connection.go:474] -> OK | |
2015/11/12 02:41:26.500032 fuse.DEBUG Op 0x0000040c connection.go:395] <- ReadFile (inode 6, handle 1, offset 133824512, 131072 bytes) | |
2015/11/12 02:41:26.500145 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [133824512 131072 133824512] | |
2015/11/12 02:41:26.500166 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.500195 fuse.DEBUG reading 131072 @ 133824512 = 131072, size=2490368 | |
2015/11/12 02:41:26.500211 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.500228 fuse.DEBUG Op 0x0000040c connection.go:474] -> OK | |
2015/11/12 02:41:26.500362 fuse.DEBUG Op 0x0000040d connection.go:395] <- ReadFile (inode 6, handle 1, offset 133955584, 131072 bytes) | |
2015/11/12 02:41:26.500643 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [133955584 131072 133955584] | |
2015/11/12 02:41:26.500664 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.500707 fuse.DEBUG reading 131072 @ 133955584 = 131072, size=2359296 | |
2015/11/12 02:41:26.500728 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.500755 fuse.DEBUG Op 0x0000040d connection.go:474] -> OK | |
2015/11/12 02:41:26.500894 fuse.DEBUG Op 0x0000040e connection.go:395] <- ReadFile (inode 6, handle 1, offset 134086656, 131072 bytes) | |
2015/11/12 02:41:26.501700 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [134086656 131072 134086656] | |
2015/11/12 02:41:26.501730 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.501775 fuse.DEBUG reading 131072 @ 134086656 = 131072, size=2228224 | |
2015/11/12 02:41:26.501798 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.501827 fuse.DEBUG Op 0x0000040e connection.go:474] -> OK | |
2015/11/12 02:41:26.501963 fuse.DEBUG Op 0x0000040f connection.go:395] <- ReadFile (inode 6, handle 1, offset 134217728, 131072 bytes) | |
2015/11/12 02:41:26.502302 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [134217728 131072 134217728] | |
2015/11/12 02:41:26.502358 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.502408 fuse.DEBUG reading 131072 @ 134217728 = 131072, size=2097152 | |
2015/11/12 02:41:26.502426 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.502453 fuse.DEBUG Op 0x0000040f connection.go:474] -> OK | |
2015/11/12 02:41:26.502576 fuse.DEBUG Op 0x00000410 connection.go:395] <- ReadFile (inode 6, handle 1, offset 134348800, 131072 bytes) | |
2015/11/12 02:41:26.502840 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [134348800 131072 134348800] | |
2015/11/12 02:41:26.502861 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.502915 fuse.DEBUG reading 131072 @ 134348800 = 131072, size=1966080 | |
2015/11/12 02:41:26.502933 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.502978 fuse.DEBUG Op 0x00000410 connection.go:474] -> OK | |
2015/11/12 02:41:26.503057 s3.DEBUG DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 206 Partial Content | |
Content-Length: 5242880 | |
Accept-Ranges: bytes | |
Content-Range: bytes 230817792-236060671/2913812172 | |
Content-Type: binary/octet-stream | |
Date: Thu, 12 Nov 2015 02:41:27 GMT | |
Etag: "8812855bb146e3b0756b0316cefd7db4-397" | |
Last-Modified: Fri, 19 Jun 2015 08:13:28 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: KzPC4VbjqOP9MKYzUuwc3RmKTr6hCyzTyHw1+geT+lYhDPLFHXYIzh/mYtc8avNBqYslQn4dkxo= | |
X-Amz-Request-Id: 710B88D0DE365218 | |
X-Amz-Version-Id: fL16j2gHcRvr7risStMlwXZqmEHJuG1b | |
----------------------------------------------------- | |
2015/11/12 02:41:26.503130 fuse.DEBUG Op 0x00000411 connection.go:395] <- ReadFile (inode 6, handle 1, offset 134479872, 131072 bytes) | |
2015/11/12 02:41:26.503224 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [134479872 131072 134479872] | |
2015/11/12 02:41:26.503246 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.503284 fuse.DEBUG reading 131072 @ 134479872 = 131072, size=1835008 | |
2015/11/12 02:41:26.503305 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.503331 fuse.DEBUG Op 0x00000411 connection.go:474] -> OK | |
2015/11/12 02:41:26.503506 fuse.DEBUG Op 0x00000412 connection.go:395] <- ReadFile (inode 6, handle 1, offset 134610944, 131072 bytes) | |
2015/11/12 02:41:26.503799 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [134610944 131072 134610944] | |
2015/11/12 02:41:26.503834 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.503882 fuse.DEBUG reading 131072 @ 134610944 = 131072, size=1703936 | |
2015/11/12 02:41:26.503907 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.503941 fuse.DEBUG Op 0x00000412 connection.go:474] -> OK | |
2015/11/12 02:41:26.504075 fuse.DEBUG Op 0x00000413 connection.go:395] <- ReadFile (inode 6, handle 1, offset 134742016, 131072 bytes) | |
2015/11/12 02:41:26.504367 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [134742016 131072 134742016] | |
2015/11/12 02:41:26.504396 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.504429 fuse.DEBUG reading 131072 @ 134742016 = 131072, size=1572864 | |
2015/11/12 02:41:26.504477 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.504509 fuse.DEBUG Op 0x00000413 connection.go:474] -> OK | |
2015/11/12 02:41:26.504646 fuse.DEBUG Op 0x00000414 connection.go:395] <- ReadFile (inode 6, handle 1, offset 134873088, 131072 bytes) | |
2015/11/12 02:41:26.504951 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [134873088 131072 134873088] | |
2015/11/12 02:41:26.504973 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.505009 fuse.DEBUG reading 131072 @ 134873088 = 131072, size=1441792 | |
2015/11/12 02:41:26.505025 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.505047 fuse.DEBUG Op 0x00000414 connection.go:474] -> OK | |
2015/11/12 02:41:26.505176 fuse.DEBUG Op 0x00000415 connection.go:395] <- ReadFile (inode 6, handle 1, offset 135004160, 131072 bytes) | |
2015/11/12 02:41:26.505479 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [135004160 131072 135004160] | |
2015/11/12 02:41:26.505498 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.505545 fuse.DEBUG reading 131072 @ 135004160 = 131072, size=1310720 | |
2015/11/12 02:41:26.505564 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.505583 fuse.DEBUG Op 0x00000415 connection.go:474] -> OK | |
2015/11/12 02:41:26.505760 fuse.DEBUG Op 0x00000416 connection.go:395] <- ReadFile (inode 6, handle 1, offset 135135232, 131072 bytes) | |
2015/11/12 02:41:26.506020 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [135135232 131072 135135232] | |
2015/11/12 02:41:26.506039 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.506066 fuse.DEBUG reading 131072 @ 135135232 = 131072, size=1179648 | |
2015/11/12 02:41:26.506082 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.506097 fuse.DEBUG Op 0x00000416 connection.go:474] -> OK | |
2015/11/12 02:41:26.506238 fuse.DEBUG Op 0x00000417 connection.go:395] <- ReadFile (inode 6, handle 1, offset 135266304, 131072 bytes) | |
2015/11/12 02:41:26.506507 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [135266304 131072 135266304] | |
2015/11/12 02:41:26.506548 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.506579 fuse.DEBUG reading 131072 @ 135266304 = 131072, size=1048576 | |
2015/11/12 02:41:26.506597 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.506625 fuse.DEBUG Op 0x00000417 connection.go:474] -> OK | |
2015/11/12 02:41:26.506794 fuse.DEBUG Op 0x00000418 connection.go:395] <- ReadFile (inode 6, handle 1, offset 135397376, 131072 bytes) | |
2015/11/12 02:41:26.507068 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [135397376 131072 135397376] | |
2015/11/12 02:41:26.507087 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.507117 fuse.DEBUG reading 131072 @ 135397376 = 131072, size=917504 | |
2015/11/12 02:41:26.507128 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.507144 fuse.DEBUG Op 0x00000418 connection.go:474] -> OK | |
2015/11/12 02:41:26.507289 fuse.DEBUG Op 0x00000419 connection.go:395] <- ReadFile (inode 6, handle 1, offset 135528448, 131072 bytes) | |
2015/11/12 02:41:26.507573 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [135528448 131072 135528448] | |
2015/11/12 02:41:26.507593 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.507621 fuse.DEBUG reading 131072 @ 135528448 = 131072, size=786432 | |
2015/11/12 02:41:26.507637 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.507653 fuse.DEBUG Op 0x00000419 connection.go:474] -> OK | |
2015/11/12 02:41:26.507804 fuse.DEBUG Op 0x0000041a connection.go:395] <- ReadFile (inode 6, handle 1, offset 135659520, 131072 bytes) | |
2015/11/12 02:41:26.508100 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [135659520 131072 135659520] | |
2015/11/12 02:41:26.508123 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.508159 fuse.DEBUG reading 131072 @ 135659520 = 131072, size=655360 | |
2015/11/12 02:41:26.508179 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.508196 fuse.DEBUG Op 0x0000041a connection.go:474] -> OK | |
2015/11/12 02:41:26.508325 fuse.DEBUG Op 0x0000041b connection.go:395] <- ReadFile (inode 6, handle 1, offset 135790592, 131072 bytes) | |
2015/11/12 02:41:26.508592 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [135790592 131072 135790592] | |
2015/11/12 02:41:26.508617 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.508645 fuse.DEBUG reading 131072 @ 135790592 = 131072, size=524288 | |
2015/11/12 02:41:26.508661 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.508677 fuse.DEBUG Op 0x0000041b connection.go:474] -> OK | |
2015/11/12 02:41:26.508838 fuse.DEBUG Op 0x0000041c connection.go:395] <- ReadFile (inode 6, handle 1, offset 135921664, 131072 bytes) | |
2015/11/12 02:41:26.509147 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [135921664 131072 135921664] | |
2015/11/12 02:41:26.509191 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.509236 fuse.DEBUG reading 131072 @ 135921664 = 131072, size=393216 | |
2015/11/12 02:41:26.509281 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.509306 fuse.DEBUG Op 0x0000041c connection.go:474] -> OK | |
2015/11/12 02:41:26.509431 fuse.DEBUG Op 0x0000041d connection.go:395] <- ReadFile (inode 6, handle 1, offset 136052736, 131072 bytes) | |
2015/11/12 02:41:26.509551 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [136052736 131072 136052736] | |
2015/11/12 02:41:26.509574 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.509613 fuse.DEBUG reading 131072 @ 136052736 = 131072, size=262144 | |
2015/11/12 02:41:26.509636 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.509665 fuse.DEBUG Op 0x0000041d connection.go:474] -> OK | |
2015/11/12 02:41:26.509793 fuse.DEBUG Op 0x0000041e connection.go:395] <- ReadFile (inode 6, handle 1, offset 136183808, 131072 bytes) | |
2015/11/12 02:41:26.510068 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [136183808 131072 136183808] | |
2015/11/12 02:41:26.510088 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.510123 fuse.DEBUG reading 131072 @ 136183808 = 131072, size=131072 | |
2015/11/12 02:41:26.510149 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.510167 fuse.DEBUG Op 0x0000041e connection.go:474] -> OK | |
2015/11/12 02:41:26.510327 fuse.DEBUG Op 0x0000041f connection.go:395] <- ReadFile (inode 6, handle 1, offset 136314880, 131072 bytes) | |
2015/11/12 02:41:26.510674 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [136314880 131072 136314880] | |
2015/11/12 02:41:26.510694 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.510721 fuse.DEBUG reading 131072 @ 136314880 = 131072, size=0 | |
2015/11/12 02:41:26.510739 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.510759 fuse.DEBUG Op 0x0000041f connection.go:474] -> OK | |
2015/11/12 02:41:26.510936 fuse.DEBUG Op 0x00000420 connection.go:395] <- ReadFile (inode 6, handle 1, offset 136445952, 131072 bytes) | |
2015/11/12 02:41:26.511359 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [136445952 131072 136445952] | |
2015/11/12 02:41:26.511404 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.511450 fuse.DEBUG reading 131072 @ 136445952 = 131072, size=5111808 | |
2015/11/12 02:41:26.511472 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.511500 fuse.DEBUG Op 0x00000420 connection.go:474] -> OK | |
2015/11/12 02:41:26.511647 fuse.DEBUG Op 0x00000421 connection.go:395] <- ReadFile (inode 6, handle 1, offset 136577024, 131072 bytes) | |
2015/11/12 02:41:26.511906 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [136577024 131072 136577024] | |
2015/11/12 02:41:26.511950 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
Range: bytes=236060672-241303551 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024126Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:26.512054 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.512157 fuse.DEBUG reading 131072 @ 136577024 = 131072, size=4980736 | |
2015/11/12 02:41:26.512192 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.512217 fuse.DEBUG Op 0x00000421 connection.go:474] -> OK | |
2015/11/12 02:41:26.512361 fuse.DEBUG Op 0x00000422 connection.go:395] <- ReadFile (inode 6, handle 1, offset 136708096, 131072 bytes) | |
2015/11/12 02:41:26.512753 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [136708096 131072 136708096] | |
2015/11/12 02:41:26.512778 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.512829 fuse.DEBUG reading 131072 @ 136708096 = 131072, size=4849664 | |
2015/11/12 02:41:26.512854 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.512895 fuse.DEBUG Op 0x00000422 connection.go:474] -> OK | |
2015/11/12 02:41:26.513044 fuse.DEBUG Op 0x00000423 connection.go:395] <- ReadFile (inode 6, handle 1, offset 136839168, 131072 bytes) | |
2015/11/12 02:41:26.513177 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [136839168 131072 136839168] | |
2015/11/12 02:41:26.513207 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.513269 fuse.DEBUG reading 131072 @ 136839168 = 131072, size=4718592 | |
2015/11/12 02:41:26.513297 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.513356 fuse.DEBUG Op 0x00000423 connection.go:474] -> OK | |
2015/11/12 02:41:26.513497 fuse.DEBUG Op 0x00000424 connection.go:395] <- ReadFile (inode 6, handle 1, offset 136970240, 131072 bytes) | |
2015/11/12 02:41:26.513782 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [136970240 131072 136970240] | |
2015/11/12 02:41:26.513806 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.513847 fuse.DEBUG reading 131072 @ 136970240 = 131072, size=4587520 | |
2015/11/12 02:41:26.513870 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.513900 fuse.DEBUG Op 0x00000424 connection.go:474] -> OK | |
2015/11/12 02:41:26.514041 fuse.DEBUG Op 0x00000425 connection.go:395] <- ReadFile (inode 6, handle 1, offset 137101312, 131072 bytes) | |
2015/11/12 02:41:26.514322 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [137101312 131072 137101312] | |
2015/11/12 02:41:26.514344 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.514402 fuse.DEBUG reading 131072 @ 137101312 = 131072, size=4456448 | |
2015/11/12 02:41:26.514432 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.514465 fuse.DEBUG Op 0x00000425 connection.go:474] -> OK | |
2015/11/12 02:41:26.514645 fuse.DEBUG Op 0x00000426 connection.go:395] <- ReadFile (inode 6, handle 1, offset 137232384, 131072 bytes) | |
2015/11/12 02:41:26.514917 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [137232384 131072 137232384] | |
2015/11/12 02:41:26.514937 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.514987 fuse.DEBUG reading 131072 @ 137232384 = 131072, size=4325376 | |
2015/11/12 02:41:26.515012 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.515040 fuse.DEBUG Op 0x00000426 connection.go:474] -> OK | |
2015/11/12 02:41:26.515191 fuse.DEBUG Op 0x00000427 connection.go:395] <- ReadFile (inode 6, handle 1, offset 137363456, 131072 bytes) | |
2015/11/12 02:41:26.515531 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [137363456 131072 137363456] | |
2015/11/12 02:41:26.515578 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.515619 fuse.DEBUG reading 131072 @ 137363456 = 131072, size=4194304 | |
2015/11/12 02:41:26.515670 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.515696 fuse.DEBUG Op 0x00000427 connection.go:474] -> OK | |
2015/11/12 02:41:26.515884 fuse.DEBUG Op 0x00000428 connection.go:395] <- ReadFile (inode 6, handle 1, offset 137494528, 131072 bytes) | |
2015/11/12 02:41:26.516165 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [137494528 131072 137494528] | |
2015/11/12 02:41:26.516185 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.516212 fuse.DEBUG reading 131072 @ 137494528 = 131072, size=4063232 | |
2015/11/12 02:41:26.516230 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.516264 fuse.DEBUG Op 0x00000428 connection.go:474] -> OK | |
2015/11/12 02:41:26.516422 fuse.DEBUG Op 0x00000429 connection.go:395] <- ReadFile (inode 6, handle 1, offset 137625600, 131072 bytes) | |
2015/11/12 02:41:26.516716 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [137625600 131072 137625600] | |
2015/11/12 02:41:26.516741 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.516807 fuse.DEBUG reading 131072 @ 137625600 = 131072, size=3932160 | |
2015/11/12 02:41:26.516832 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.516893 fuse.DEBUG Op 0x00000429 connection.go:474] -> OK | |
2015/11/12 02:41:26.517039 fuse.DEBUG Op 0x0000042a connection.go:395] <- ReadFile (inode 6, handle 1, offset 137756672, 131072 bytes) | |
2015/11/12 02:41:26.517317 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [137756672 131072 137756672] | |
2015/11/12 02:41:26.517344 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.517384 fuse.DEBUG reading 131072 @ 137756672 = 131072, size=3801088 | |
2015/11/12 02:41:26.517406 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.517445 fuse.DEBUG Op 0x0000042a connection.go:474] -> OK | |
2015/11/12 02:41:26.517585 fuse.DEBUG Op 0x0000042b connection.go:395] <- ReadFile (inode 6, handle 1, offset 137887744, 131072 bytes) | |
2015/11/12 02:41:26.517840 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [137887744 131072 137887744] | |
2015/11/12 02:41:26.517928 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.518027 fuse.DEBUG reading 131072 @ 137887744 = 131072, size=3670016 | |
2015/11/12 02:41:26.518118 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.518186 fuse.DEBUG Op 0x0000042b connection.go:474] -> OK | |
2015/11/12 02:41:26.518380 fuse.DEBUG Op 0x0000042c connection.go:395] <- ReadFile (inode 6, handle 1, offset 138018816, 131072 bytes) | |
2015/11/12 02:41:26.518455 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [138018816 131072 138018816] | |
2015/11/12 02:41:26.518477 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.518513 fuse.DEBUG reading 131072 @ 138018816 = 131072, size=3538944 | |
2015/11/12 02:41:26.518534 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.518568 fuse.DEBUG Op 0x0000042c connection.go:474] -> OK | |
2015/11/12 02:41:26.518724 fuse.DEBUG Op 0x0000042d connection.go:395] <- ReadFile (inode 6, handle 1, offset 138149888, 131072 bytes) | |
2015/11/12 02:41:26.519033 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [138149888 131072 138149888] | |
2015/11/12 02:41:26.519061 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.519095 fuse.DEBUG reading 131072 @ 138149888 = 131072, size=3407872 | |
2015/11/12 02:41:26.519106 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.519130 fuse.DEBUG Op 0x0000042d connection.go:474] -> OK | |
2015/11/12 02:41:26.519257 fuse.DEBUG Op 0x0000042e connection.go:395] <- ReadFile (inode 6, handle 1, offset 138280960, 131072 bytes) | |
2015/11/12 02:41:26.519362 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [138280960 131072 138280960] | |
2015/11/12 02:41:26.519381 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.519408 fuse.DEBUG reading 131072 @ 138280960 = 131072, size=3276800 | |
2015/11/12 02:41:26.519419 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.519434 fuse.DEBUG Op 0x0000042e connection.go:474] -> OK | |
2015/11/12 02:41:26.519594 fuse.DEBUG Op 0x0000042f connection.go:395] <- ReadFile (inode 6, handle 1, offset 138412032, 131072 bytes) | |
2015/11/12 02:41:26.519901 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [138412032 131072 138412032] | |
2015/11/12 02:41:26.519922 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.519957 fuse.DEBUG reading 131072 @ 138412032 = 131072, size=3145728 | |
2015/11/12 02:41:26.519968 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.519983 fuse.DEBUG Op 0x0000042f connection.go:474] -> OK | |
2015/11/12 02:41:26.520132 fuse.DEBUG Op 0x00000430 connection.go:395] <- ReadFile (inode 6, handle 1, offset 138543104, 131072 bytes) | |
2015/11/12 02:41:26.520460 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [138543104 131072 138543104] | |
2015/11/12 02:41:26.520477 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.520504 fuse.DEBUG reading 131072 @ 138543104 = 131072, size=3014656 | |
2015/11/12 02:41:26.520515 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.520529 fuse.DEBUG Op 0x00000430 connection.go:474] -> OK | |
2015/11/12 02:41:26.520678 fuse.DEBUG Op 0x00000431 connection.go:395] <- ReadFile (inode 6, handle 1, offset 138674176, 131072 bytes) | |
2015/11/12 02:41:26.521020 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [138674176 131072 138674176] | |
2015/11/12 02:41:26.521092 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.521147 fuse.DEBUG reading 131072 @ 138674176 = 131072, size=2883584 | |
2015/11/12 02:41:26.521197 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.521256 fuse.DEBUG Op 0x00000431 connection.go:474] -> OK | |
2015/11/12 02:41:26.521407 fuse.DEBUG Op 0x00000432 connection.go:395] <- ReadFile (inode 6, handle 1, offset 138805248, 131072 bytes) | |
2015/11/12 02:41:26.521668 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [138805248 131072 138805248] | |
2015/11/12 02:41:26.521701 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.521741 fuse.DEBUG reading 131072 @ 138805248 = 131072, size=2752512 | |
2015/11/12 02:41:26.521758 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.521780 fuse.DEBUG Op 0x00000432 connection.go:474] -> OK | |
2015/11/12 02:41:26.522018 fuse.DEBUG Op 0x00000433 connection.go:395] <- ReadFile (inode 6, handle 1, offset 138936320, 131072 bytes) | |
2015/11/12 02:41:26.522319 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [138936320 131072 138936320] | |
2015/11/12 02:41:26.522337 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.522366 fuse.DEBUG reading 131072 @ 138936320 = 131072, size=2621440 | |
2015/11/12 02:41:26.522376 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.522391 fuse.DEBUG Op 0x00000433 connection.go:474] -> OK | |
2015/11/12 02:41:26.522557 fuse.DEBUG Op 0x00000434 connection.go:395] <- ReadFile (inode 6, handle 1, offset 139067392, 131072 bytes) | |
2015/11/12 02:41:26.522841 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [139067392 131072 139067392] | |
2015/11/12 02:41:26.522866 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.522906 fuse.DEBUG reading 131072 @ 139067392 = 131072, size=2490368 | |
2015/11/12 02:41:26.522931 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.522964 fuse.DEBUG Op 0x00000434 connection.go:474] -> OK | |
2015/11/12 02:41:26.523138 fuse.DEBUG Op 0x00000435 connection.go:395] <- ReadFile (inode 6, handle 1, offset 139198464, 131072 bytes) | |
2015/11/12 02:41:26.523559 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [139198464 131072 139198464] | |
2015/11/12 02:41:26.523583 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.523618 fuse.DEBUG reading 131072 @ 139198464 = 131072, size=2359296 | |
2015/11/12 02:41:26.523636 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.523693 fuse.DEBUG Op 0x00000435 connection.go:474] -> OK | |
2015/11/12 02:41:26.523817 fuse.DEBUG Op 0x00000436 connection.go:395] <- ReadFile (inode 6, handle 1, offset 139329536, 131072 bytes) | |
2015/11/12 02:41:26.523915 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [139329536 131072 139329536] | |
2015/11/12 02:41:26.523943 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.523988 fuse.DEBUG reading 131072 @ 139329536 = 131072, size=2228224 | |
2015/11/12 02:41:26.524006 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.524027 fuse.DEBUG Op 0x00000436 connection.go:474] -> OK | |
2015/11/12 02:41:26.524166 fuse.DEBUG Op 0x00000437 connection.go:395] <- ReadFile (inode 6, handle 1, offset 139460608, 131072 bytes) | |
2015/11/12 02:41:26.524458 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [139460608 131072 139460608] | |
2015/11/12 02:41:26.524491 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.524526 fuse.DEBUG reading 131072 @ 139460608 = 131072, size=2097152 | |
2015/11/12 02:41:26.524543 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.524565 fuse.DEBUG Op 0x00000437 connection.go:474] -> OK | |
2015/11/12 02:41:26.524695 fuse.DEBUG Op 0x00000438 connection.go:395] <- ReadFile (inode 6, handle 1, offset 139591680, 131072 bytes) | |
2015/11/12 02:41:26.524798 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [139591680 131072 139591680] | |
2015/11/12 02:41:26.524818 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.524846 fuse.DEBUG reading 131072 @ 139591680 = 131072, size=1966080 | |
2015/11/12 02:41:26.524862 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.524883 fuse.DEBUG Op 0x00000438 connection.go:474] -> OK | |
2015/11/12 02:41:26.525015 fuse.DEBUG Op 0x00000439 connection.go:395] <- ReadFile (inode 6, handle 1, offset 139722752, 131072 bytes) | |
2015/11/12 02:41:26.525319 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [139722752 131072 139722752] | |
2015/11/12 02:41:26.525338 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.525365 fuse.DEBUG reading 131072 @ 139722752 = 131072, size=1835008 | |
2015/11/12 02:41:26.525380 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.525395 fuse.DEBUG Op 0x00000439 connection.go:474] -> OK | |
2015/11/12 02:41:26.525525 fuse.DEBUG Op 0x0000043a connection.go:395] <- ReadFile (inode 6, handle 1, offset 139853824, 131072 bytes) | |
2015/11/12 02:41:26.525855 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [139853824 131072 139853824] | |
2015/11/12 02:41:26.525899 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.525948 fuse.DEBUG reading 131072 @ 139853824 = 131072, size=1703936 | |
2015/11/12 02:41:26.525973 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.526042 fuse.DEBUG Op 0x0000043a connection.go:474] -> OK | |
2015/11/12 02:41:26.526193 fuse.DEBUG Op 0x0000043b connection.go:395] <- ReadFile (inode 6, handle 1, offset 139984896, 131072 bytes) | |
2015/11/12 02:41:26.526273 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [139984896 131072 139984896] | |
2015/11/12 02:41:26.526296 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.526343 fuse.DEBUG reading 131072 @ 139984896 = 131072, size=1572864 | |
2015/11/12 02:41:26.526365 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.526403 fuse.DEBUG Op 0x0000043b connection.go:474] -> OK | |
2015/11/12 02:41:26.526573 fuse.DEBUG Op 0x0000043c connection.go:395] <- ReadFile (inode 6, handle 1, offset 140115968, 131072 bytes) | |
2015/11/12 02:41:26.526852 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [140115968 131072 140115968] | |
2015/11/12 02:41:26.526881 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.526941 fuse.DEBUG reading 131072 @ 140115968 = 131072, size=1441792 | |
2015/11/12 02:41:26.526977 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.527256 fuse.DEBUG Op 0x0000043c connection.go:474] -> OK | |
2015/11/12 02:41:26.527399 fuse.DEBUG Op 0x0000043d connection.go:395] <- ReadFile (inode 6, handle 1, offset 140247040, 131072 bytes) | |
2015/11/12 02:41:26.527727 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [140247040 131072 140247040] | |
2015/11/12 02:41:26.527784 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.527821 fuse.DEBUG reading 131072 @ 140247040 = 131072, size=1310720 | |
2015/11/12 02:41:26.527859 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.527929 fuse.DEBUG Op 0x0000043d connection.go:474] -> OK | |
2015/11/12 02:41:26.528077 fuse.DEBUG Op 0x0000043e connection.go:395] <- ReadFile (inode 6, handle 1, offset 140378112, 131072 bytes) | |
2015/11/12 02:41:26.528570 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [140378112 131072 140378112] | |
2015/11/12 02:41:26.528592 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.528646 fuse.DEBUG reading 131072 @ 140378112 = 131072, size=1179648 | |
2015/11/12 02:41:26.528666 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.528689 fuse.DEBUG Op 0x0000043e connection.go:474] -> OK | |
2015/11/12 02:41:26.528825 fuse.DEBUG Op 0x0000043f connection.go:395] <- ReadFile (inode 6, handle 1, offset 140509184, 131072 bytes) | |
2015/11/12 02:41:26.529168 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [140509184 131072 140509184] | |
2015/11/12 02:41:26.529192 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.529232 fuse.DEBUG reading 131072 @ 140509184 = 131072, size=1048576 | |
2015/11/12 02:41:26.529253 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.529279 fuse.DEBUG Op 0x0000043f connection.go:474] -> OK | |
2015/11/12 02:41:26.529426 fuse.DEBUG Op 0x00000440 connection.go:395] <- ReadFile (inode 6, handle 1, offset 140640256, 131072 bytes) | |
2015/11/12 02:41:26.529721 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [140640256 131072 140640256] | |
2015/11/12 02:41:26.529770 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.529816 fuse.DEBUG reading 131072 @ 140640256 = 131072, size=917504 | |
2015/11/12 02:41:26.529834 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.529861 fuse.DEBUG Op 0x00000440 connection.go:474] -> OK | |
2015/11/12 02:41:26.529997 fuse.DEBUG Op 0x00000441 connection.go:395] <- ReadFile (inode 6, handle 1, offset 140771328, 131072 bytes) | |
2015/11/12 02:41:26.530047 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [140771328 131072 140771328] | |
2015/11/12 02:41:26.530063 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.530091 fuse.DEBUG reading 131072 @ 140771328 = 131072, size=786432 | |
2015/11/12 02:41:26.530114 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.530130 fuse.DEBUG Op 0x00000441 connection.go:474] -> OK | |
2015/11/12 02:41:26.530279 fuse.DEBUG Op 0x00000442 connection.go:395] <- ReadFile (inode 6, handle 1, offset 140902400, 131072 bytes) | |
2015/11/12 02:41:26.530589 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [140902400 131072 140902400] | |
2015/11/12 02:41:26.530610 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.530657 fuse.DEBUG reading 131072 @ 140902400 = 131072, size=655360 | |
2015/11/12 02:41:26.530680 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.530707 fuse.DEBUG Op 0x00000442 connection.go:474] -> OK | |
2015/11/12 02:41:26.530851 fuse.DEBUG Op 0x00000443 connection.go:395] <- ReadFile (inode 6, handle 1, offset 141033472, 131072 bytes) | |
2015/11/12 02:41:26.531253 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [141033472 131072 141033472] | |
2015/11/12 02:41:26.531314 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.531356 fuse.DEBUG reading 131072 @ 141033472 = 131072, size=524288 | |
2015/11/12 02:41:26.531401 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.531435 fuse.DEBUG Op 0x00000443 connection.go:474] -> OK | |
2015/11/12 02:41:26.531590 fuse.DEBUG Op 0x00000444 connection.go:395] <- ReadFile (inode 6, handle 1, offset 141164544, 131072 bytes) | |
2015/11/12 02:41:26.531886 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [141164544 131072 141164544] | |
2015/11/12 02:41:26.531912 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.531939 fuse.DEBUG reading 131072 @ 141164544 = 131072, size=393216 | |
2015/11/12 02:41:26.531955 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.531977 fuse.DEBUG Op 0x00000444 connection.go:474] -> OK | |
2015/11/12 02:41:26.532597 fuse.DEBUG Op 0x00000445 connection.go:395] <- ReadFile (inode 6, handle 1, offset 141295616, 131072 bytes) | |
2015/11/12 02:41:26.532880 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [141295616 131072 141295616] | |
2015/11/12 02:41:26.532905 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.532944 fuse.DEBUG reading 131072 @ 141295616 = 131072, size=262144 | |
2015/11/12 02:41:26.532965 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.532991 fuse.DEBUG Op 0x00000445 connection.go:474] -> OK | |
2015/11/12 02:41:26.533169 fuse.DEBUG Op 0x00000446 connection.go:395] <- ReadFile (inode 6, handle 1, offset 141426688, 131072 bytes) | |
2015/11/12 02:41:26.533437 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [141426688 131072 141426688] | |
2015/11/12 02:41:26.533458 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.533490 fuse.DEBUG reading 131072 @ 141426688 = 131072, size=131072 | |
2015/11/12 02:41:26.533506 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.533523 fuse.DEBUG Op 0x00000446 connection.go:474] -> OK | |
2015/11/12 02:41:26.533650 fuse.DEBUG Op 0x00000447 connection.go:395] <- ReadFile (inode 6, handle 1, offset 141557760, 131072 bytes) | |
2015/11/12 02:41:26.533897 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [141557760 131072 141557760] | |
2015/11/12 02:41:26.533932 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.533975 fuse.DEBUG reading 131072 @ 141557760 = 131072, size=0 | |
2015/11/12 02:41:26.533999 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.534025 fuse.DEBUG Op 0x00000447 connection.go:474] -> OK | |
2015/11/12 02:41:26.534171 fuse.DEBUG Op 0x00000448 connection.go:395] <- ReadFile (inode 6, handle 1, offset 141688832, 131072 bytes) | |
2015/11/12 02:41:26.534510 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [141688832 131072 141688832] | |
2015/11/12 02:41:26.534536 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.534873 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
Range: bytes=241303552-246546431 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024126Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:26.543285 s3.DEBUG DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 206 Partial Content | |
Content-Length: 5242880 | |
Accept-Ranges: bytes | |
Content-Range: bytes 236060672-241303551/2913812172 | |
Content-Type: binary/octet-stream | |
Date: Thu, 12 Nov 2015 02:41:27 GMT | |
Etag: "8812855bb146e3b0756b0316cefd7db4-397" | |
Last-Modified: Fri, 19 Jun 2015 08:13:28 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: frp+alioGshj5xXgXuv3oFUW2pm00NcBTf6OmCZnzHms0uu51pVaUkmB0IPotU8lW8z7Gkc8CYo= | |
X-Amz-Request-Id: 06BEC46B9DA17D4B | |
X-Amz-Version-Id: fL16j2gHcRvr7risStMlwXZqmEHJuG1b | |
----------------------------------------------------- | |
2015/11/12 02:41:26.547160 s3.DEBUG DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 206 Partial Content | |
Content-Length: 5242880 | |
Accept-Ranges: bytes | |
Content-Range: bytes 241303552-246546431/2913812172 | |
Content-Type: binary/octet-stream | |
Date: Thu, 12 Nov 2015 02:41:27 GMT | |
Etag: "8812855bb146e3b0756b0316cefd7db4-397" | |
Last-Modified: Fri, 19 Jun 2015 08:13:28 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: 2KeF9rn+MqqfQeaj8vagyVZjxq2wIcgYq3WDmzLBahZthkQvts4+4q1P5u6sgXRCAd6S659lq1Q= | |
X-Amz-Request-Id: 23F7BCB15B3047F4 | |
X-Amz-Version-Id: fL16j2gHcRvr7risStMlwXZqmEHJuG1b | |
----------------------------------------------------- | |
2015/11/12 02:41:26.751669 fuse.DEBUG reading 131072 @ 141688832 = 131072, size=5111808 | |
2015/11/12 02:41:26.751717 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.751751 fuse.DEBUG Op 0x00000448 connection.go:474] -> OK | |
2015/11/12 02:41:26.751912 fuse.DEBUG Op 0x00000449 connection.go:395] <- ReadFile (inode 6, handle 1, offset 141819904, 131072 bytes) | |
2015/11/12 02:41:26.752160 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [141819904 131072 141819904] | |
2015/11/12 02:41:26.752182 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.752231 fuse.DEBUG reading 131072 @ 141819904 = 131072, size=4980736 | |
2015/11/12 02:41:26.752248 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.752307 fuse.DEBUG Op 0x00000449 connection.go:474] -> OK | |
2015/11/12 02:41:26.752460 fuse.DEBUG Op 0x0000044a connection.go:395] <- ReadFile (inode 6, handle 1, offset 141950976, 131072 bytes) | |
2015/11/12 02:41:26.752792 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [141950976 131072 141950976] | |
2015/11/12 02:41:26.752813 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.752845 fuse.DEBUG reading 131072 @ 141950976 = 131072, size=4849664 | |
2015/11/12 02:41:26.752873 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.752916 fuse.DEBUG Op 0x0000044a connection.go:474] -> OK | |
2015/11/12 02:41:26.753067 fuse.DEBUG Op 0x0000044b connection.go:395] <- ReadFile (inode 6, handle 1, offset 142082048, 131072 bytes) | |
2015/11/12 02:41:26.753324 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [142082048 131072 142082048] | |
2015/11/12 02:41:26.753344 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.753392 fuse.DEBUG reading 131072 @ 142082048 = 131072, size=4718592 | |
2015/11/12 02:41:26.753408 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.753424 fuse.DEBUG Op 0x0000044b connection.go:474] -> OK | |
2015/11/12 02:41:26.753577 fuse.DEBUG Op 0x0000044c connection.go:395] <- ReadFile (inode 6, handle 1, offset 142213120, 131072 bytes) | |
2015/11/12 02:41:26.753829 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [142213120 131072 142213120] | |
2015/11/12 02:41:26.753849 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.753897 fuse.DEBUG reading 131072 @ 142213120 = 131072, size=4587520 | |
2015/11/12 02:41:26.753913 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.753955 fuse.DEBUG Op 0x0000044c connection.go:474] -> OK | |
2015/11/12 02:41:26.754095 fuse.DEBUG Op 0x0000044d connection.go:395] <- ReadFile (inode 6, handle 1, offset 142344192, 131072 bytes) | |
2015/11/12 02:41:26.754199 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [142344192 131072 142344192] | |
2015/11/12 02:41:26.754220 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.754253 fuse.DEBUG reading 131072 @ 142344192 = 131072, size=4456448 | |
2015/11/12 02:41:26.754281 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.754308 fuse.DEBUG Op 0x0000044d connection.go:474] -> OK | |
2015/11/12 02:41:26.754448 fuse.DEBUG Op 0x0000044e connection.go:395] <- ReadFile (inode 6, handle 1, offset 142475264, 131072 bytes) | |
2015/11/12 02:41:26.754780 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [142475264 131072 142475264] | |
2015/11/12 02:41:26.754799 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.754847 fuse.DEBUG reading 131072 @ 142475264 = 131072, size=4325376 | |
2015/11/12 02:41:26.754863 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.754904 fuse.DEBUG Op 0x0000044e connection.go:474] -> OK | |
2015/11/12 02:41:26.755033 fuse.DEBUG Op 0x0000044f connection.go:395] <- ReadFile (inode 6, handle 1, offset 142606336, 131072 bytes) | |
2015/11/12 02:41:26.755324 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [142606336 131072 142606336] | |
2015/11/12 02:41:26.755350 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.755398 fuse.DEBUG reading 131072 @ 142606336 = 131072, size=4194304 | |
2015/11/12 02:41:26.755415 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.755457 fuse.DEBUG Op 0x0000044f connection.go:474] -> OK | |
2015/11/12 02:41:26.755592 fuse.DEBUG Op 0x00000450 connection.go:395] <- ReadFile (inode 6, handle 1, offset 142737408, 131072 bytes) | |
2015/11/12 02:41:26.755828 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [142737408 131072 142737408] | |
2015/11/12 02:41:26.755854 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.755905 fuse.DEBUG reading 131072 @ 142737408 = 131072, size=4063232 | |
2015/11/12 02:41:26.755923 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.755955 fuse.DEBUG Op 0x00000450 connection.go:474] -> OK | |
2015/11/12 02:41:26.756069 fuse.DEBUG Op 0x00000451 connection.go:395] <- ReadFile (inode 6, handle 1, offset 142868480, 131072 bytes) | |
2015/11/12 02:41:26.756216 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [142868480 131072 142868480] | |
2015/11/12 02:41:26.756237 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.756264 fuse.DEBUG reading 131072 @ 142868480 = 131072, size=3932160 | |
2015/11/12 02:41:26.756280 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.756314 fuse.DEBUG Op 0x00000451 connection.go:474] -> OK | |
2015/11/12 02:41:26.756436 fuse.DEBUG Op 0x00000452 connection.go:395] <- ReadFile (inode 6, handle 1, offset 142999552, 131072 bytes) | |
2015/11/12 02:41:26.756681 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [142999552 131072 142999552] | |
2015/11/12 02:41:26.756705 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.756735 fuse.DEBUG reading 131072 @ 142999552 = 131072, size=3801088 | |
2015/11/12 02:41:26.756759 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.756786 fuse.DEBUG Op 0x00000452 connection.go:474] -> OK | |
2015/11/12 02:41:26.756912 fuse.DEBUG Op 0x00000453 connection.go:395] <- ReadFile (inode 6, handle 1, offset 143130624, 131072 bytes) | |
2015/11/12 02:41:26.757041 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [143130624 131072 143130624] | |
2015/11/12 02:41:26.757060 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.757088 fuse.DEBUG reading 131072 @ 143130624 = 131072, size=3670016 | |
2015/11/12 02:41:26.757103 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.757124 fuse.DEBUG Op 0x00000453 connection.go:474] -> OK | |
2015/11/12 02:41:26.757248 fuse.DEBUG Op 0x00000454 connection.go:395] <- ReadFile (inode 6, handle 1, offset 143261696, 131072 bytes) | |
2015/11/12 02:41:26.757515 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [143261696 131072 143261696] | |
2015/11/12 02:41:26.757532 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.757561 fuse.DEBUG reading 131072 @ 143261696 = 131072, size=3538944 | |
2015/11/12 02:41:26.757584 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.757613 fuse.DEBUG Op 0x00000454 connection.go:474] -> OK | |
2015/11/12 02:41:26.757727 fuse.DEBUG Op 0x00000455 connection.go:395] <- ReadFile (inode 6, handle 1, offset 143392768, 131072 bytes) | |
2015/11/12 02:41:26.757873 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [143392768 131072 143392768] | |
2015/11/12 02:41:26.757893 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.757921 fuse.DEBUG reading 131072 @ 143392768 = 131072, size=3407872 | |
2015/11/12 02:41:26.757936 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.757967 fuse.DEBUG Op 0x00000455 connection.go:474] -> OK | |
2015/11/12 02:41:26.758083 fuse.DEBUG Op 0x00000456 connection.go:395] <- ReadFile (inode 6, handle 1, offset 143523840, 131072 bytes) | |
2015/11/12 02:41:26.758428 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [143523840 131072 143523840] | |
2015/11/12 02:41:26.758446 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.758472 fuse.DEBUG reading 131072 @ 143523840 = 131072, size=3276800 | |
2015/11/12 02:41:26.758488 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.758502 fuse.DEBUG Op 0x00000456 connection.go:474] -> OK | |
2015/11/12 02:41:26.758638 fuse.DEBUG Op 0x00000457 connection.go:395] <- ReadFile (inode 6, handle 1, offset 143654912, 131072 bytes) | |
2015/11/12 02:41:26.759005 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [143654912 131072 143654912] | |
2015/11/12 02:41:26.759033 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.759073 fuse.DEBUG reading 131072 @ 143654912 = 131072, size=3145728 | |
2015/11/12 02:41:26.759095 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.759131 fuse.DEBUG Op 0x00000457 connection.go:474] -> OK | |
2015/11/12 02:41:26.759277 fuse.DEBUG Op 0x00000458 connection.go:395] <- ReadFile (inode 6, handle 1, offset 143785984, 131072 bytes) | |
2015/11/12 02:41:26.759376 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [143785984 131072 143785984] | |
2015/11/12 02:41:26.759395 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.759425 fuse.DEBUG reading 131072 @ 143785984 = 131072, size=3014656 | |
2015/11/12 02:41:26.759441 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.759467 fuse.DEBUG Op 0x00000458 connection.go:474] -> OK | |
2015/11/12 02:41:26.759593 fuse.DEBUG Op 0x00000459 connection.go:395] <- ReadFile (inode 6, handle 1, offset 143917056, 131072 bytes) | |
2015/11/12 02:41:26.759837 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [143917056 131072 143917056] | |
2015/11/12 02:41:26.759856 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.759883 fuse.DEBUG reading 131072 @ 143917056 = 131072, size=2883584 | |
2015/11/12 02:41:26.759898 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.759930 fuse.DEBUG Op 0x00000459 connection.go:474] -> OK | |
2015/11/12 02:41:26.760050 fuse.DEBUG Op 0x0000045a connection.go:395] <- ReadFile (inode 6, handle 1, offset 144048128, 131072 bytes) | |
2015/11/12 02:41:26.760189 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [144048128 131072 144048128] | |
2015/11/12 02:41:26.760212 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.760251 fuse.DEBUG reading 131072 @ 144048128 = 131072, size=2752512 | |
2015/11/12 02:41:26.760283 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.760320 fuse.DEBUG Op 0x0000045a connection.go:474] -> OK | |
2015/11/12 02:41:26.760445 fuse.DEBUG Op 0x0000045b connection.go:395] <- ReadFile (inode 6, handle 1, offset 144179200, 131072 bytes) | |
2015/11/12 02:41:26.760685 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [144179200 131072 144179200] | |
2015/11/12 02:41:26.760705 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.760743 fuse.DEBUG reading 131072 @ 144179200 = 131072, size=2621440 | |
2015/11/12 02:41:26.760764 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.760796 fuse.DEBUG Op 0x0000045b connection.go:474] -> OK | |
2015/11/12 02:41:26.760916 fuse.DEBUG Op 0x0000045c connection.go:395] <- ReadFile (inode 6, handle 1, offset 144310272, 131072 bytes) | |
2015/11/12 02:41:26.761038 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [144310272 131072 144310272] | |
2015/11/12 02:41:26.761058 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.761087 fuse.DEBUG reading 131072 @ 144310272 = 131072, size=2490368 | |
2015/11/12 02:41:26.761102 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.761135 fuse.DEBUG Op 0x0000045c connection.go:474] -> OK | |
2015/11/12 02:41:26.761257 fuse.DEBUG Op 0x0000045d connection.go:395] <- ReadFile (inode 6, handle 1, offset 144441344, 131072 bytes) | |
2015/11/12 02:41:26.761518 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [144441344 131072 144441344] | |
2015/11/12 02:41:26.761537 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.761564 fuse.DEBUG reading 131072 @ 144441344 = 131072, size=2359296 | |
2015/11/12 02:41:26.761580 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.761600 fuse.DEBUG Op 0x0000045d connection.go:474] -> OK | |
2015/11/12 02:41:26.761721 fuse.DEBUG Op 0x0000045e connection.go:395] <- ReadFile (inode 6, handle 1, offset 144572416, 131072 bytes) | |
2015/11/12 02:41:26.761869 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [144572416 131072 144572416] | |
2015/11/12 02:41:26.761889 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.761916 fuse.DEBUG reading 131072 @ 144572416 = 131072, size=2228224 | |
2015/11/12 02:41:26.761937 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.761963 fuse.DEBUG Op 0x0000045e connection.go:474] -> OK | |
2015/11/12 02:41:26.762084 fuse.DEBUG Op 0x0000045f connection.go:395] <- ReadFile (inode 6, handle 1, offset 144703488, 131072 bytes) | |
2015/11/12 02:41:26.762359 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [144703488 131072 144703488] | |
2015/11/12 02:41:26.762380 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.762408 fuse.DEBUG reading 131072 @ 144703488 = 131072, size=2097152 | |
2015/11/12 02:41:26.762424 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.762445 fuse.DEBUG Op 0x0000045f connection.go:474] -> OK | |
2015/11/12 02:41:26.762582 fuse.DEBUG Op 0x00000460 connection.go:395] <- ReadFile (inode 6, handle 1, offset 144834560, 131072 bytes) | |
2015/11/12 02:41:26.762874 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [144834560 131072 144834560] | |
2015/11/12 02:41:26.762897 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.762931 fuse.DEBUG reading 131072 @ 144834560 = 131072, size=1966080 | |
2015/11/12 02:41:26.762947 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.762968 fuse.DEBUG Op 0x00000460 connection.go:474] -> OK | |
2015/11/12 02:41:26.763092 fuse.DEBUG Op 0x00000461 connection.go:395] <- ReadFile (inode 6, handle 1, offset 144965632, 131072 bytes) | |
2015/11/12 02:41:26.763227 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [144965632 131072 144965632] | |
2015/11/12 02:41:26.763248 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.763274 fuse.DEBUG reading 131072 @ 144965632 = 131072, size=1835008 | |
2015/11/12 02:41:26.763289 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.763310 fuse.DEBUG Op 0x00000461 connection.go:474] -> OK | |
2015/11/12 02:41:26.763423 fuse.DEBUG Op 0x00000462 connection.go:395] <- ReadFile (inode 6, handle 1, offset 145096704, 131072 bytes) | |
2015/11/12 02:41:26.763716 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [145096704 131072 145096704] | |
2015/11/12 02:41:26.763737 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.763771 fuse.DEBUG reading 131072 @ 145096704 = 131072, size=1703936 | |
2015/11/12 02:41:26.763788 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.763820 fuse.DEBUG Op 0x00000462 connection.go:474] -> OK | |
2015/11/12 02:41:26.763937 fuse.DEBUG Op 0x00000463 connection.go:395] <- ReadFile (inode 6, handle 1, offset 145227776, 131072 bytes) | |
2015/11/12 02:41:26.764076 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [145227776 131072 145227776] | |
2015/11/12 02:41:26.764103 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.764129 fuse.DEBUG reading 131072 @ 145227776 = 131072, size=1572864 | |
2015/11/12 02:41:26.764145 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.764172 fuse.DEBUG Op 0x00000463 connection.go:474] -> OK | |
2015/11/12 02:41:26.764290 fuse.DEBUG Op 0x00000464 connection.go:395] <- ReadFile (inode 6, handle 1, offset 145358848, 131072 bytes) | |
2015/11/12 02:41:26.764548 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [145358848 131072 145358848] | |
2015/11/12 02:41:26.764565 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.764593 fuse.DEBUG reading 131072 @ 145358848 = 131072, size=1441792 | |
2015/11/12 02:41:26.764611 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.764645 fuse.DEBUG Op 0x00000464 connection.go:474] -> OK | |
2015/11/12 02:41:26.764758 fuse.DEBUG Op 0x00000465 connection.go:395] <- ReadFile (inode 6, handle 1, offset 145489920, 131072 bytes) | |
2015/11/12 02:41:26.764903 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [145489920 131072 145489920] | |
2015/11/12 02:41:26.764923 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.764951 fuse.DEBUG reading 131072 @ 145489920 = 131072, size=1310720 | |
2015/11/12 02:41:26.764966 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.764988 fuse.DEBUG Op 0x00000465 connection.go:474] -> OK | |
2015/11/12 02:41:26.765109 fuse.DEBUG Op 0x00000466 connection.go:395] <- ReadFile (inode 6, handle 1, offset 145620992, 131072 bytes) | |
2015/11/12 02:41:26.765389 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [145620992 131072 145620992] | |
2015/11/12 02:41:26.765408 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.765442 fuse.DEBUG reading 131072 @ 145620992 = 131072, size=1179648 | |
2015/11/12 02:41:26.765460 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.765481 fuse.DEBUG Op 0x00000466 connection.go:474] -> OK | |
2015/11/12 02:41:26.765595 fuse.DEBUG Op 0x00000467 connection.go:395] <- ReadFile (inode 6, handle 1, offset 145752064, 131072 bytes) | |
2015/11/12 02:41:26.765738 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [145752064 131072 145752064] | |
2015/11/12 02:41:26.765757 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.765784 fuse.DEBUG reading 131072 @ 145752064 = 131072, size=1048576 | |
2015/11/12 02:41:26.765799 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.765820 fuse.DEBUG Op 0x00000467 connection.go:474] -> OK | |
2015/11/12 02:41:26.765934 fuse.DEBUG Op 0x00000468 connection.go:395] <- ReadFile (inode 6, handle 1, offset 145883136, 131072 bytes) | |
2015/11/12 02:41:26.766227 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [145883136 131072 145883136] | |
2015/11/12 02:41:26.766246 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.766282 fuse.DEBUG reading 131072 @ 145883136 = 131072, size=917504 | |
2015/11/12 02:41:26.766301 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.766323 fuse.DEBUG Op 0x00000468 connection.go:474] -> OK | |
2015/11/12 02:41:26.766438 fuse.DEBUG Op 0x00000469 connection.go:395] <- ReadFile (inode 6, handle 1, offset 146014208, 131072 bytes) | |
2015/11/12 02:41:26.766585 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [146014208 131072 146014208] | |
2015/11/12 02:41:26.766606 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.766633 fuse.DEBUG reading 131072 @ 146014208 = 131072, size=786432 | |
2015/11/12 02:41:26.766649 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.766670 fuse.DEBUG Op 0x00000469 connection.go:474] -> OK | |
2015/11/12 02:41:26.766795 fuse.DEBUG Op 0x0000046a connection.go:395] <- ReadFile (inode 6, handle 1, offset 146145280, 131072 bytes) | |
2015/11/12 02:41:26.767065 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [146145280 131072 146145280] | |
2015/11/12 02:41:26.767090 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.767125 fuse.DEBUG reading 131072 @ 146145280 = 131072, size=655360 | |
2015/11/12 02:41:26.767151 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.767173 fuse.DEBUG Op 0x0000046a connection.go:474] -> OK | |
2015/11/12 02:41:26.767293 fuse.DEBUG Op 0x0000046b connection.go:395] <- ReadFile (inode 6, handle 1, offset 146276352, 131072 bytes) | |
2015/11/12 02:41:26.767435 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [146276352 131072 146276352] | |
2015/11/12 02:41:26.767460 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.767490 fuse.DEBUG reading 131072 @ 146276352 = 131072, size=524288 | |
2015/11/12 02:41:26.767505 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.767526 fuse.DEBUG Op 0x0000046b connection.go:474] -> OK | |
2015/11/12 02:41:26.767641 fuse.DEBUG Op 0x0000046c connection.go:395] <- ReadFile (inode 6, handle 1, offset 146407424, 131072 bytes) | |
2015/11/12 02:41:26.767901 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [146407424 131072 146407424] | |
2015/11/12 02:41:26.767918 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.767945 fuse.DEBUG reading 131072 @ 146407424 = 131072, size=393216 | |
2015/11/12 02:41:26.767962 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.767990 fuse.DEBUG Op 0x0000046c connection.go:474] -> OK | |
2015/11/12 02:41:26.768103 fuse.DEBUG Op 0x0000046d connection.go:395] <- ReadFile (inode 6, handle 1, offset 146538496, 131072 bytes) | |
2015/11/12 02:41:26.768248 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [146538496 131072 146538496] | |
2015/11/12 02:41:26.768269 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.768303 fuse.DEBUG reading 131072 @ 146538496 = 131072, size=262144 | |
2015/11/12 02:41:26.768318 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.768339 fuse.DEBUG Op 0x0000046d connection.go:474] -> OK | |
2015/11/12 02:41:26.768455 fuse.DEBUG Op 0x0000046e connection.go:395] <- ReadFile (inode 6, handle 1, offset 146669568, 131072 bytes) | |
2015/11/12 02:41:26.768738 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [146669568 131072 146669568] | |
2015/11/12 02:41:26.768757 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.768788 fuse.DEBUG reading 131072 @ 146669568 = 131072, size=131072 | |
2015/11/12 02:41:26.768809 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.768831 fuse.DEBUG Op 0x0000046e connection.go:474] -> OK | |
2015/11/12 02:41:26.768946 fuse.DEBUG Op 0x0000046f connection.go:395] <- ReadFile (inode 6, handle 1, offset 146800640, 131072 bytes) | |
2015/11/12 02:41:26.769093 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [146800640 131072 146800640] | |
2015/11/12 02:41:26.769113 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.769146 fuse.DEBUG reading 131072 @ 146800640 = 131072, size=0 | |
2015/11/12 02:41:26.769164 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.769187 fuse.DEBUG Op 0x0000046f connection.go:474] -> OK | |
2015/11/12 02:41:26.769308 fuse.DEBUG Op 0x00000470 connection.go:395] <- ReadFile (inode 6, handle 1, offset 146931712, 131072 bytes) | |
2015/11/12 02:41:26.769574 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [146931712 131072 146931712] | |
2015/11/12 02:41:26.769594 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.769625 fuse.DEBUG reading 131072 @ 146931712 = 131072, size=5111808 | |
2015/11/12 02:41:26.769648 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.769671 fuse.DEBUG Op 0x00000470 connection.go:474] -> OK | |
2015/11/12 02:41:26.769792 fuse.DEBUG Op 0x00000471 connection.go:395] <- ReadFile (inode 6, handle 1, offset 147062784, 131072 bytes) | |
2015/11/12 02:41:26.770110 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [147062784 131072 147062784] | |
2015/11/12 02:41:26.770137 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
Range: bytes=246546432-251789311 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024126Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:26.770140 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.770255 fuse.DEBUG reading 131072 @ 147062784 = 131072, size=4980736 | |
2015/11/12 02:41:26.770281 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.770311 fuse.DEBUG Op 0x00000471 connection.go:474] -> OK | |
2015/11/12 02:41:26.770451 fuse.DEBUG Op 0x00000472 connection.go:395] <- ReadFile (inode 6, handle 1, offset 147193856, 131072 bytes) | |
2015/11/12 02:41:26.770808 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [147193856 131072 147193856] | |
2015/11/12 02:41:26.770832 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.770861 fuse.DEBUG reading 131072 @ 147193856 = 131072, size=4849664 | |
2015/11/12 02:41:26.770877 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.770898 fuse.DEBUG Op 0x00000472 connection.go:474] -> OK | |
2015/11/12 02:41:26.771032 fuse.DEBUG Op 0x00000473 connection.go:395] <- ReadFile (inode 6, handle 1, offset 147324928, 131072 bytes) | |
2015/11/12 02:41:26.771154 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [147324928 131072 147324928] | |
2015/11/12 02:41:26.771172 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.771199 fuse.DEBUG reading 131072 @ 147324928 = 131072, size=4718592 | |
2015/11/12 02:41:26.771214 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.771244 fuse.DEBUG Op 0x00000473 connection.go:474] -> OK | |
2015/11/12 02:41:26.771368 fuse.DEBUG Op 0x00000474 connection.go:395] <- ReadFile (inode 6, handle 1, offset 147456000, 131072 bytes) | |
2015/11/12 02:41:26.771650 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [147456000 131072 147456000] | |
2015/11/12 02:41:26.771667 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.771708 fuse.DEBUG reading 131072 @ 147456000 = 131072, size=4587520 | |
2015/11/12 02:41:26.771728 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.771749 fuse.DEBUG Op 0x00000474 connection.go:474] -> OK | |
2015/11/12 02:41:26.771872 fuse.DEBUG Op 0x00000475 connection.go:395] <- ReadFile (inode 6, handle 1, offset 147587072, 131072 bytes) | |
2015/11/12 02:41:26.772014 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [147587072 131072 147587072] | |
2015/11/12 02:41:26.772059 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.772086 fuse.DEBUG reading 131072 @ 147587072 = 131072, size=4456448 | |
2015/11/12 02:41:26.772101 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.772123 fuse.DEBUG Op 0x00000475 connection.go:474] -> OK | |
2015/11/12 02:41:26.772245 fuse.DEBUG Op 0x00000476 connection.go:395] <- ReadFile (inode 6, handle 1, offset 147718144, 131072 bytes) | |
2015/11/12 02:41:26.772494 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [147718144 131072 147718144] | |
2015/11/12 02:41:26.772513 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.772541 fuse.DEBUG reading 131072 @ 147718144 = 131072, size=4325376 | |
2015/11/12 02:41:26.772558 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.772587 fuse.DEBUG Op 0x00000476 connection.go:474] -> OK | |
2015/11/12 02:41:26.772708 fuse.DEBUG Op 0x00000477 connection.go:395] <- ReadFile (inode 6, handle 1, offset 147849216, 131072 bytes) | |
2015/11/12 02:41:26.772844 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [147849216 131072 147849216] | |
2015/11/12 02:41:26.772863 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.772897 fuse.DEBUG reading 131072 @ 147849216 = 131072, size=4194304 | |
2015/11/12 02:41:26.772912 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.772932 fuse.DEBUG Op 0x00000477 connection.go:474] -> OK | |
2015/11/12 02:41:26.773058 fuse.DEBUG Op 0x00000478 connection.go:395] <- ReadFile (inode 6, handle 1, offset 147980288, 131072 bytes) | |
2015/11/12 02:41:26.773331 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [147980288 131072 147980288] | |
2015/11/12 02:41:26.773348 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.773379 fuse.DEBUG reading 131072 @ 147980288 = 131072, size=4063232 | |
2015/11/12 02:41:26.773402 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.773426 fuse.DEBUG Op 0x00000478 connection.go:474] -> OK | |
2015/11/12 02:41:26.773545 fuse.DEBUG Op 0x00000479 connection.go:395] <- ReadFile (inode 6, handle 1, offset 148111360, 131072 bytes) | |
2015/11/12 02:41:26.773689 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [148111360 131072 148111360] | |
2015/11/12 02:41:26.773709 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.773743 fuse.DEBUG reading 131072 @ 148111360 = 131072, size=3932160 | |
2015/11/12 02:41:26.773758 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.773780 fuse.DEBUG Op 0x00000479 connection.go:474] -> OK | |
2015/11/12 02:41:26.773906 fuse.DEBUG Op 0x0000047a connection.go:395] <- ReadFile (inode 6, handle 1, offset 148242432, 131072 bytes) | |
2015/11/12 02:41:26.774173 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [148242432 131072 148242432] | |
2015/11/12 02:41:26.774192 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.774232 fuse.DEBUG reading 131072 @ 148242432 = 131072, size=3801088 | |
2015/11/12 02:41:26.774274 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.774296 fuse.DEBUG Op 0x0000047a connection.go:474] -> OK | |
2015/11/12 02:41:26.774417 fuse.DEBUG Op 0x0000047b connection.go:395] <- ReadFile (inode 6, handle 1, offset 148373504, 131072 bytes) | |
2015/11/12 02:41:26.774564 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [148373504 131072 148373504] | |
2015/11/12 02:41:26.774583 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.774611 fuse.DEBUG reading 131072 @ 148373504 = 131072, size=3670016 | |
2015/11/12 02:41:26.774626 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.774646 fuse.DEBUG Op 0x0000047b connection.go:474] -> OK | |
2015/11/12 02:41:26.774775 fuse.DEBUG Op 0x0000047c connection.go:395] <- ReadFile (inode 6, handle 1, offset 148504576, 131072 bytes) | |
2015/11/12 02:41:26.775015 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [148504576 131072 148504576] | |
2015/11/12 02:41:26.775032 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.775059 fuse.DEBUG reading 131072 @ 148504576 = 131072, size=3538944 | |
2015/11/12 02:41:26.775075 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.775096 fuse.DEBUG Op 0x0000047c connection.go:474] -> OK | |
2015/11/12 02:41:26.775223 fuse.DEBUG Op 0x0000047d connection.go:395] <- ReadFile (inode 6, handle 1, offset 148635648, 131072 bytes) | |
2015/11/12 02:41:26.775517 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [148635648 131072 148635648] | |
2015/11/12 02:41:26.775534 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.775578 fuse.DEBUG reading 131072 @ 148635648 = 131072, size=3407872 | |
2015/11/12 02:41:26.775598 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.775619 fuse.DEBUG Op 0x0000047d connection.go:474] -> OK | |
2015/11/12 02:41:26.775741 fuse.DEBUG Op 0x0000047e connection.go:395] <- ReadFile (inode 6, handle 1, offset 148766720, 131072 bytes) | |
2015/11/12 02:41:26.776019 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [148766720 131072 148766720] | |
2015/11/12 02:41:26.776036 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.776065 fuse.DEBUG reading 131072 @ 148766720 = 131072, size=3276800 | |
2015/11/12 02:41:26.776080 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.776094 fuse.DEBUG Op 0x0000047e connection.go:474] -> OK | |
2015/11/12 02:41:26.776219 fuse.DEBUG Op 0x0000047f connection.go:395] <- ReadFile (inode 6, handle 1, offset 148897792, 131072 bytes) | |
2015/11/12 02:41:26.776528 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [148897792 131072 148897792] | |
2015/11/12 02:41:26.776546 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.776573 fuse.DEBUG reading 131072 @ 148897792 = 131072, size=3145728 | |
2015/11/12 02:41:26.776587 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.776601 fuse.DEBUG Op 0x0000047f connection.go:474] -> OK | |
2015/11/12 02:41:26.776730 fuse.DEBUG Op 0x00000480 connection.go:395] <- ReadFile (inode 6, handle 1, offset 149028864, 131072 bytes) | |
2015/11/12 02:41:26.777030 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [149028864 131072 149028864] | |
2015/11/12 02:41:26.777049 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.777077 fuse.DEBUG reading 131072 @ 149028864 = 131072, size=3014656 | |
2015/11/12 02:41:26.777092 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.777107 fuse.DEBUG Op 0x00000480 connection.go:474] -> OK | |
2015/11/12 02:41:26.777231 fuse.DEBUG Op 0x00000481 connection.go:395] <- ReadFile (inode 6, handle 1, offset 149159936, 131072 bytes) | |
2015/11/12 02:41:26.777557 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [149159936 131072 149159936] | |
2015/11/12 02:41:26.777577 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.777605 fuse.DEBUG reading 131072 @ 149159936 = 131072, size=2883584 | |
2015/11/12 02:41:26.777620 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.777635 fuse.DEBUG Op 0x00000481 connection.go:474] -> OK | |
2015/11/12 02:41:26.777756 fuse.DEBUG Op 0x00000482 connection.go:395] <- ReadFile (inode 6, handle 1, offset 149291008, 131072 bytes) | |
2015/11/12 02:41:26.778059 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [149291008 131072 149291008] | |
2015/11/12 02:41:26.778081 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.778108 fuse.DEBUG reading 131072 @ 149291008 = 131072, size=2752512 | |
2015/11/12 02:41:26.778124 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.778139 fuse.DEBUG Op 0x00000482 connection.go:474] -> OK | |
2015/11/12 02:41:26.778268 fuse.DEBUG Op 0x00000483 connection.go:395] <- ReadFile (inode 6, handle 1, offset 149422080, 131072 bytes) | |
2015/11/12 02:41:26.778547 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [149422080 131072 149422080] | |
2015/11/12 02:41:26.778566 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.778593 fuse.DEBUG reading 131072 @ 149422080 = 131072, size=2621440 | |
2015/11/12 02:41:26.778608 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.778623 fuse.DEBUG Op 0x00000483 connection.go:474] -> OK | |
2015/11/12 02:41:26.778777 fuse.DEBUG Op 0x00000484 connection.go:395] <- ReadFile (inode 6, handle 1, offset 149553152, 131072 bytes) | |
2015/11/12 02:41:26.779054 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [149553152 131072 149553152] | |
2015/11/12 02:41:26.779074 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.779117 fuse.DEBUG reading 131072 @ 149553152 = 131072, size=2490368 | |
2015/11/12 02:41:26.779135 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.779161 fuse.DEBUG Op 0x00000484 connection.go:474] -> OK | |
2015/11/12 02:41:26.779314 fuse.DEBUG Op 0x00000485 connection.go:395] <- ReadFile (inode 6, handle 1, offset 149684224, 131072 bytes) | |
2015/11/12 02:41:26.779561 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [149684224 131072 149684224] | |
2015/11/12 02:41:26.779585 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.779636 fuse.DEBUG reading 131072 @ 149684224 = 131072, size=2359296 | |
2015/11/12 02:41:26.779663 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.779679 fuse.DEBUG Op 0x00000485 connection.go:474] -> OK | |
2015/11/12 02:41:26.779821 fuse.DEBUG Op 0x00000486 connection.go:395] <- ReadFile (inode 6, handle 1, offset 149815296, 131072 bytes) | |
2015/11/12 02:41:26.780076 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [149815296 131072 149815296] | |
2015/11/12 02:41:26.780095 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.780125 fuse.DEBUG reading 131072 @ 149815296 = 131072, size=2228224 | |
2015/11/12 02:41:26.780168 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.780200 fuse.DEBUG Op 0x00000486 connection.go:474] -> OK | |
2015/11/12 02:41:26.780326 fuse.DEBUG Op 0x00000487 connection.go:395] <- ReadFile (inode 6, handle 1, offset 149946368, 131072 bytes) | |
2015/11/12 02:41:26.780582 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [149946368 131072 149946368] | |
2015/11/12 02:41:26.780601 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.780628 fuse.DEBUG reading 131072 @ 149946368 = 131072, size=2097152 | |
2015/11/12 02:41:26.780643 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.780664 fuse.DEBUG Op 0x00000487 connection.go:474] -> OK | |
2015/11/12 02:41:26.780797 fuse.DEBUG Op 0x00000488 connection.go:395] <- ReadFile (inode 6, handle 1, offset 150077440, 131072 bytes) | |
2015/11/12 02:41:26.781078 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [150077440 131072 150077440] | |
2015/11/12 02:41:26.781097 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.781125 fuse.DEBUG reading 131072 @ 150077440 = 131072, size=1966080 | |
2015/11/12 02:41:26.781140 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.781156 fuse.DEBUG Op 0x00000488 connection.go:474] -> OK | |
2015/11/12 02:41:26.781279 fuse.DEBUG Op 0x00000489 connection.go:395] <- ReadFile (inode 6, handle 1, offset 150208512, 131072 bytes) | |
2015/11/12 02:41:26.781581 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [150208512 131072 150208512] | |
2015/11/12 02:41:26.781600 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.781627 fuse.DEBUG reading 131072 @ 150208512 = 131072, size=1835008 | |
2015/11/12 02:41:26.781642 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.781664 fuse.DEBUG Op 0x00000489 connection.go:474] -> OK | |
2015/11/12 02:41:26.781800 fuse.DEBUG Op 0x0000048a connection.go:395] <- ReadFile (inode 6, handle 1, offset 150339584, 131072 bytes) | |
2015/11/12 02:41:26.782152 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [150339584 131072 150339584] | |
2015/11/12 02:41:26.782171 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.782199 fuse.DEBUG reading 131072 @ 150339584 = 131072, size=1703936 | |
2015/11/12 02:41:26.782214 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.782228 fuse.DEBUG Op 0x0000048a connection.go:474] -> OK | |
2015/11/12 02:41:26.782361 fuse.DEBUG Op 0x0000048b connection.go:395] <- ReadFile (inode 6, handle 1, offset 150470656, 131072 bytes) | |
2015/11/12 02:41:26.782715 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [150470656 131072 150470656] | |
2015/11/12 02:41:26.782733 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.782760 fuse.DEBUG reading 131072 @ 150470656 = 131072, size=1572864 | |
2015/11/12 02:41:26.782774 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.782790 fuse.DEBUG Op 0x0000048b connection.go:474] -> OK | |
2015/11/12 02:41:26.782928 fuse.DEBUG Op 0x0000048c connection.go:395] <- ReadFile (inode 6, handle 1, offset 150601728, 131072 bytes) | |
2015/11/12 02:41:26.783284 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [150601728 131072 150601728] | |
2015/11/12 02:41:26.783311 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.783346 fuse.DEBUG reading 131072 @ 150601728 = 131072, size=1441792 | |
2015/11/12 02:41:26.783370 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.783396 fuse.DEBUG Op 0x0000048c connection.go:474] -> OK | |
2015/11/12 02:41:26.783513 fuse.DEBUG Op 0x0000048d connection.go:395] <- ReadFile (inode 6, handle 1, offset 150732800, 131072 bytes) | |
2015/11/12 02:41:26.783659 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [150732800 131072 150732800] | |
2015/11/12 02:41:26.783686 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.783724 fuse.DEBUG reading 131072 @ 150732800 = 131072, size=1310720 | |
2015/11/12 02:41:26.783739 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.783759 fuse.DEBUG Op 0x0000048d connection.go:474] -> OK | |
2015/11/12 02:41:26.783876 fuse.DEBUG Op 0x0000048e connection.go:395] <- ReadFile (inode 6, handle 1, offset 150863872, 131072 bytes) | |
2015/11/12 02:41:26.784123 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [150863872 131072 150863872] | |
2015/11/12 02:41:26.784140 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.784168 fuse.DEBUG reading 131072 @ 150863872 = 131072, size=1179648 | |
2015/11/12 02:41:26.784183 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.784201 fuse.DEBUG Op 0x0000048e connection.go:474] -> OK | |
2015/11/12 02:41:26.784330 fuse.DEBUG Op 0x0000048f connection.go:395] <- ReadFile (inode 6, handle 1, offset 150994944, 131072 bytes) | |
2015/11/12 02:41:26.784623 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [150994944 131072 150994944] | |
2015/11/12 02:41:26.784640 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.784667 fuse.DEBUG reading 131072 @ 150994944 = 131072, size=1048576 | |
2015/11/12 02:41:26.784682 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.784697 fuse.DEBUG Op 0x0000048f connection.go:474] -> OK | |
2015/11/12 02:41:26.784830 fuse.DEBUG Op 0x00000490 connection.go:395] <- ReadFile (inode 6, handle 1, offset 151126016, 131072 bytes) | |
2015/11/12 02:41:26.785125 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [151126016 131072 151126016] | |
2015/11/12 02:41:26.785143 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.785170 fuse.DEBUG reading 131072 @ 151126016 = 131072, size=917504 | |
2015/11/12 02:41:26.785191 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.785210 fuse.DEBUG Op 0x00000490 connection.go:474] -> OK | |
2015/11/12 02:41:26.785334 fuse.DEBUG Op 0x00000491 connection.go:395] <- ReadFile (inode 6, handle 1, offset 151257088, 131072 bytes) | |
2015/11/12 02:41:26.785626 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [151257088 131072 151257088] | |
2015/11/12 02:41:26.785648 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.785676 fuse.DEBUG reading 131072 @ 151257088 = 131072, size=786432 | |
2015/11/12 02:41:26.785691 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.785705 fuse.DEBUG Op 0x00000491 connection.go:474] -> OK | |
2015/11/12 02:41:26.785831 fuse.DEBUG Op 0x00000492 connection.go:395] <- ReadFile (inode 6, handle 1, offset 151388160, 131072 bytes) | |
2015/11/12 02:41:26.786126 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [151388160 131072 151388160] | |
2015/11/12 02:41:26.786143 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.786170 fuse.DEBUG reading 131072 @ 151388160 = 131072, size=655360 | |
2015/11/12 02:41:26.786185 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.786199 fuse.DEBUG Op 0x00000492 connection.go:474] -> OK | |
2015/11/12 02:41:26.786324 fuse.DEBUG Op 0x00000493 connection.go:395] <- ReadFile (inode 6, handle 1, offset 151519232, 131072 bytes) | |
2015/11/12 02:41:26.786633 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [151519232 131072 151519232] | |
2015/11/12 02:41:26.786650 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.786678 fuse.DEBUG reading 131072 @ 151519232 = 131072, size=524288 | |
2015/11/12 02:41:26.786692 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.786707 fuse.DEBUG Op 0x00000493 connection.go:474] -> OK | |
2015/11/12 02:41:26.786836 fuse.DEBUG Op 0x00000494 connection.go:395] <- ReadFile (inode 6, handle 1, offset 151650304, 131072 bytes) | |
2015/11/12 02:41:26.787191 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [151650304 131072 151650304] | |
2015/11/12 02:41:26.787207 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.787235 fuse.DEBUG reading 131072 @ 151650304 = 131072, size=393216 | |
2015/11/12 02:41:26.787250 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.787265 fuse.DEBUG Op 0x00000494 connection.go:474] -> OK | |
2015/11/12 02:41:26.787404 fuse.DEBUG Op 0x00000495 connection.go:395] <- ReadFile (inode 6, handle 1, offset 151781376, 131072 bytes) | |
2015/11/12 02:41:26.787750 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [151781376 131072 151781376] | |
2015/11/12 02:41:26.787770 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.787808 fuse.DEBUG reading 131072 @ 151781376 = 131072, size=262144 | |
2015/11/12 02:41:26.787823 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.787873 fuse.DEBUG Op 0x00000495 connection.go:474] -> OK | |
2015/11/12 02:41:26.787990 fuse.DEBUG Op 0x00000496 connection.go:395] <- ReadFile (inode 6, handle 1, offset 151912448, 131072 bytes) | |
2015/11/12 02:41:26.788141 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [151912448 131072 151912448] | |
2015/11/12 02:41:26.788161 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.788188 fuse.DEBUG reading 131072 @ 151912448 = 131072, size=131072 | |
2015/11/12 02:41:26.788203 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.788224 fuse.DEBUG Op 0x00000496 connection.go:474] -> OK | |
2015/11/12 02:41:26.788340 fuse.DEBUG Op 0x00000497 connection.go:395] <- ReadFile (inode 6, handle 1, offset 152043520, 131072 bytes) | |
2015/11/12 02:41:26.788593 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [152043520 131072 152043520] | |
2015/11/12 02:41:26.788610 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.788637 fuse.DEBUG reading 131072 @ 152043520 = 131072, size=0 | |
2015/11/12 02:41:26.788656 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.788687 fuse.DEBUG Op 0x00000497 connection.go:474] -> OK | |
2015/11/12 02:41:26.788805 fuse.DEBUG Op 0x00000498 connection.go:395] <- ReadFile (inode 6, handle 1, offset 152174592, 131072 bytes) | |
2015/11/12 02:41:26.788947 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [152174592 131072 152174592] | |
2015/11/12 02:41:26.788975 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.789016 fuse.DEBUG reading 131072 @ 152174592 = 131072, size=5111808 | |
2015/11/12 02:41:26.789032 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.789063 fuse.DEBUG Op 0x00000498 connection.go:474] -> OK | |
2015/11/12 02:41:26.789176 fuse.DEBUG Op 0x00000499 connection.go:395] <- ReadFile (inode 6, handle 1, offset 152305664, 131072 bytes) | |
2015/11/12 02:41:26.789441 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
Range: bytes=251789312-257032191 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024126Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:26.789466 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [152305664 131072 152305664] | |
2015/11/12 02:41:26.789538 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.789583 fuse.DEBUG reading 131072 @ 152305664 = 131072, size=4980736 | |
2015/11/12 02:41:26.789608 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.789637 fuse.DEBUG Op 0x00000499 connection.go:474] -> OK | |
2015/11/12 02:41:26.789758 fuse.DEBUG Op 0x0000049a connection.go:395] <- ReadFile (inode 6, handle 1, offset 152436736, 131072 bytes) | |
2015/11/12 02:41:26.789895 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [152436736 131072 152436736] | |
2015/11/12 02:41:26.789915 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.789943 fuse.DEBUG reading 131072 @ 152436736 = 131072, size=4849664 | |
2015/11/12 02:41:26.789958 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.789976 fuse.DEBUG Op 0x0000049a connection.go:474] -> OK | |
2015/11/12 02:41:26.790087 fuse.DEBUG Op 0x0000049b connection.go:395] <- ReadFile (inode 6, handle 1, offset 152567808, 131072 bytes) | |
2015/11/12 02:41:26.790460 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [152567808 131072 152567808] | |
2015/11/12 02:41:26.790479 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.790507 fuse.DEBUG reading 131072 @ 152567808 = 131072, size=4718592 | |
2015/11/12 02:41:26.790522 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.790540 fuse.DEBUG Op 0x0000049b connection.go:474] -> OK | |
2015/11/12 02:41:26.790658 fuse.DEBUG Op 0x0000049c connection.go:395] <- ReadFile (inode 6, handle 1, offset 152698880, 131072 bytes) | |
2015/11/12 02:41:26.790801 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [152698880 131072 152698880] | |
2015/11/12 02:41:26.790828 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.790869 fuse.DEBUG reading 131072 @ 152698880 = 131072, size=4587520 | |
2015/11/12 02:41:26.790890 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.790927 fuse.DEBUG Op 0x0000049c connection.go:474] -> OK | |
2015/11/12 02:41:26.791062 fuse.DEBUG Op 0x0000049d connection.go:395] <- ReadFile (inode 6, handle 1, offset 152829952, 131072 bytes) | |
2015/11/12 02:41:26.791312 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [152829952 131072 152829952] | |
2015/11/12 02:41:26.791333 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.791370 fuse.DEBUG reading 131072 @ 152829952 = 131072, size=4456448 | |
2015/11/12 02:41:26.791386 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.791417 fuse.DEBUG Op 0x0000049d connection.go:474] -> OK | |
2015/11/12 02:41:26.791544 fuse.DEBUG Op 0x0000049e connection.go:395] <- ReadFile (inode 6, handle 1, offset 152961024, 131072 bytes) | |
2015/11/12 02:41:26.791670 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [152961024 131072 152961024] | |
2015/11/12 02:41:26.791693 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.791732 fuse.DEBUG reading 131072 @ 152961024 = 131072, size=4325376 | |
2015/11/12 02:41:26.791752 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.791785 fuse.DEBUG Op 0x0000049e connection.go:474] -> OK | |
2015/11/12 02:41:26.791910 fuse.DEBUG Op 0x0000049f connection.go:395] <- ReadFile (inode 6, handle 1, offset 153092096, 131072 bytes) | |
2015/11/12 02:41:26.792157 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [153092096 131072 153092096] | |
2015/11/12 02:41:26.792178 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.792215 fuse.DEBUG reading 131072 @ 153092096 = 131072, size=4194304 | |
2015/11/12 02:41:26.792236 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.792267 fuse.DEBUG Op 0x0000049f connection.go:474] -> OK | |
2015/11/12 02:41:26.792391 fuse.DEBUG Op 0x000004a0 connection.go:395] <- ReadFile (inode 6, handle 1, offset 153223168, 131072 bytes) | |
2015/11/12 02:41:26.792518 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [153223168 131072 153223168] | |
2015/11/12 02:41:26.792538 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.792567 fuse.DEBUG reading 131072 @ 153223168 = 131072, size=4063232 | |
2015/11/12 02:41:26.792590 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.792612 fuse.DEBUG Op 0x000004a0 connection.go:474] -> OK | |
2015/11/12 02:41:26.792732 fuse.DEBUG Op 0x000004a1 connection.go:395] <- ReadFile (inode 6, handle 1, offset 153354240, 131072 bytes) | |
2015/11/12 02:41:26.792999 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [153354240 131072 153354240] | |
2015/11/12 02:41:26.793018 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.793046 fuse.DEBUG reading 131072 @ 153354240 = 131072, size=3932160 | |
2015/11/12 02:41:26.793068 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.793090 fuse.DEBUG Op 0x000004a1 connection.go:474] -> OK | |
2015/11/12 02:41:26.793206 fuse.DEBUG Op 0x000004a2 connection.go:395] <- ReadFile (inode 6, handle 1, offset 153485312, 131072 bytes) | |
2015/11/12 02:41:26.793343 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [153485312 131072 153485312] | |
2015/11/12 02:41:26.793364 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.793404 fuse.DEBUG reading 131072 @ 153485312 = 131072, size=3801088 | |
2015/11/12 02:41:26.793423 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.793455 fuse.DEBUG Op 0x000004a2 connection.go:474] -> OK | |
2015/11/12 02:41:26.793579 fuse.DEBUG Op 0x000004a3 connection.go:395] <- ReadFile (inode 6, handle 1, offset 153616384, 131072 bytes) | |
2015/11/12 02:41:26.793844 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [153616384 131072 153616384] | |
2015/11/12 02:41:26.793865 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.793902 fuse.DEBUG reading 131072 @ 153616384 = 131072, size=3670016 | |
2015/11/12 02:41:26.793922 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.793954 fuse.DEBUG Op 0x000004a3 connection.go:474] -> OK | |
2015/11/12 02:41:26.794081 fuse.DEBUG Op 0x000004a4 connection.go:395] <- ReadFile (inode 6, handle 1, offset 153747456, 131072 bytes) | |
2015/11/12 02:41:26.794203 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [153747456 131072 153747456] | |
2015/11/12 02:41:26.794223 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.794252 fuse.DEBUG reading 131072 @ 153747456 = 131072, size=3538944 | |
2015/11/12 02:41:26.794267 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.794288 fuse.DEBUG Op 0x000004a4 connection.go:474] -> OK | |
2015/11/12 02:41:26.794403 fuse.DEBUG Op 0x000004a5 connection.go:395] <- ReadFile (inode 6, handle 1, offset 153878528, 131072 bytes) | |
2015/11/12 02:41:26.794690 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [153878528 131072 153878528] | |
2015/11/12 02:41:26.794710 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.794744 fuse.DEBUG reading 131072 @ 153878528 = 131072, size=3407872 | |
2015/11/12 02:41:26.794760 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.794781 fuse.DEBUG Op 0x000004a5 connection.go:474] -> OK | |
2015/11/12 02:41:26.794901 fuse.DEBUG Op 0x000004a6 connection.go:395] <- ReadFile (inode 6, handle 1, offset 154009600, 131072 bytes) | |
2015/11/12 02:41:26.795033 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [154009600 131072 154009600] | |
2015/11/12 02:41:26.795062 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.795102 fuse.DEBUG reading 131072 @ 154009600 = 131072, size=3276800 | |
2015/11/12 02:41:26.795131 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.795166 fuse.DEBUG Op 0x000004a6 connection.go:474] -> OK | |
2015/11/12 02:41:26.795301 fuse.DEBUG Op 0x000004a7 connection.go:395] <- ReadFile (inode 6, handle 1, offset 154140672, 131072 bytes) | |
2015/11/12 02:41:26.795532 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [154140672 131072 154140672] | |
2015/11/12 02:41:26.795552 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.795588 fuse.DEBUG reading 131072 @ 154140672 = 131072, size=3145728 | |
2015/11/12 02:41:26.795609 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.795640 fuse.DEBUG Op 0x000004a7 connection.go:474] -> OK | |
2015/11/12 02:41:26.795764 fuse.DEBUG Op 0x000004a8 connection.go:395] <- ReadFile (inode 6, handle 1, offset 154271744, 131072 bytes) | |
2015/11/12 02:41:26.795890 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [154271744 131072 154271744] | |
2015/11/12 02:41:26.795910 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.795939 fuse.DEBUG reading 131072 @ 154271744 = 131072, size=3014656 | |
2015/11/12 02:41:26.795955 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.795976 fuse.DEBUG Op 0x000004a8 connection.go:474] -> OK | |
2015/11/12 02:41:26.796091 fuse.DEBUG Op 0x000004a9 connection.go:395] <- ReadFile (inode 6, handle 1, offset 154402816, 131072 bytes) | |
2015/11/12 02:41:26.796376 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [154402816 131072 154402816] | |
2015/11/12 02:41:26.796395 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.796424 fuse.DEBUG reading 131072 @ 154402816 = 131072, size=2883584 | |
2015/11/12 02:41:26.796439 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.796461 fuse.DEBUG Op 0x000004a9 connection.go:474] -> OK | |
2015/11/12 02:41:26.796573 fuse.DEBUG Op 0x000004aa connection.go:395] <- ReadFile (inode 6, handle 1, offset 154533888, 131072 bytes) | |
2015/11/12 02:41:26.796715 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [154533888 131072 154533888] | |
2015/11/12 02:41:26.796737 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.796776 fuse.DEBUG reading 131072 @ 154533888 = 131072, size=2752512 | |
2015/11/12 02:41:26.796803 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.796835 fuse.DEBUG Op 0x000004aa connection.go:474] -> OK | |
2015/11/12 02:41:26.796956 fuse.DEBUG Op 0x000004ab connection.go:395] <- ReadFile (inode 6, handle 1, offset 154664960, 131072 bytes) | |
2015/11/12 02:41:26.797221 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [154664960 131072 154664960] | |
2015/11/12 02:41:26.797242 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.797279 fuse.DEBUG reading 131072 @ 154664960 = 131072, size=2621440 | |
2015/11/12 02:41:26.797299 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.797340 fuse.DEBUG Op 0x000004ab connection.go:474] -> OK | |
2015/11/12 02:41:26.797459 fuse.DEBUG Op 0x000004ac connection.go:395] <- ReadFile (inode 6, handle 1, offset 154796032, 131072 bytes) | |
2015/11/12 02:41:26.797591 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [154796032 131072 154796032] | |
2015/11/12 02:41:26.797611 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.797649 fuse.DEBUG reading 131072 @ 154796032 = 131072, size=2490368 | |
2015/11/12 02:41:26.797665 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.797690 fuse.DEBUG Op 0x000004ac connection.go:474] -> OK | |
2015/11/12 02:41:26.797805 fuse.DEBUG Op 0x000004ad connection.go:395] <- ReadFile (inode 6, handle 1, offset 154927104, 131072 bytes) | |
2015/11/12 02:41:26.798068 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [154927104 131072 154927104] | |
2015/11/12 02:41:26.798087 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.798115 fuse.DEBUG reading 131072 @ 154927104 = 131072, size=2359296 | |
2015/11/12 02:41:26.798131 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.798152 fuse.DEBUG Op 0x000004ad connection.go:474] -> OK | |
2015/11/12 02:41:26.798264 fuse.DEBUG Op 0x000004ae connection.go:395] <- ReadFile (inode 6, handle 1, offset 155058176, 131072 bytes) | |
2015/11/12 02:41:26.798405 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [155058176 131072 155058176] | |
2015/11/12 02:41:26.798426 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.798465 fuse.DEBUG reading 131072 @ 155058176 = 131072, size=2228224 | |
2015/11/12 02:41:26.798485 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.798518 fuse.DEBUG Op 0x000004ae connection.go:474] -> OK | |
2015/11/12 02:41:26.798643 fuse.DEBUG Op 0x000004af connection.go:395] <- ReadFile (inode 6, handle 1, offset 155189248, 131072 bytes) | |
2015/11/12 02:41:26.798912 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [155189248 131072 155189248] | |
2015/11/12 02:41:26.798945 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.798982 fuse.DEBUG reading 131072 @ 155189248 = 131072, size=2097152 | |
2015/11/12 02:41:26.799002 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.799034 fuse.DEBUG Op 0x000004af connection.go:474] -> OK | |
2015/11/12 02:41:26.799155 fuse.DEBUG Op 0x000004b0 connection.go:395] <- ReadFile (inode 6, handle 1, offset 155320320, 131072 bytes) | |
2015/11/12 02:41:26.799291 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [155320320 131072 155320320] | |
2015/11/12 02:41:26.799311 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.799340 fuse.DEBUG reading 131072 @ 155320320 = 131072, size=1966080 | |
2015/11/12 02:41:26.799356 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.799381 fuse.DEBUG Op 0x000004b0 connection.go:474] -> OK | |
2015/11/12 02:41:26.799497 fuse.DEBUG Op 0x000004b1 connection.go:395] <- ReadFile (inode 6, handle 1, offset 155451392, 131072 bytes) | |
2015/11/12 02:41:26.799759 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [155451392 131072 155451392] | |
2015/11/12 02:41:26.799778 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.799806 fuse.DEBUG reading 131072 @ 155451392 = 131072, size=1835008 | |
2015/11/12 02:41:26.799822 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.799844 fuse.DEBUG Op 0x000004b1 connection.go:474] -> OK | |
2015/11/12 02:41:26.799961 fuse.DEBUG Op 0x000004b2 connection.go:395] <- ReadFile (inode 6, handle 1, offset 155582464, 131072 bytes) | |
2015/11/12 02:41:26.800098 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [155582464 131072 155582464] | |
2015/11/12 02:41:26.800119 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.800158 fuse.DEBUG reading 131072 @ 155582464 = 131072, size=1703936 | |
2015/11/12 02:41:26.800178 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.800211 fuse.DEBUG Op 0x000004b2 connection.go:474] -> OK | |
2015/11/12 02:41:26.800330 fuse.DEBUG Op 0x000004b3 connection.go:395] <- ReadFile (inode 6, handle 1, offset 155713536, 131072 bytes) | |
2015/11/12 02:41:26.800602 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [155713536 131072 155713536] | |
2015/11/12 02:41:26.800631 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.800674 fuse.DEBUG reading 131072 @ 155713536 = 131072, size=1572864 | |
2015/11/12 02:41:26.800695 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.800726 fuse.DEBUG Op 0x000004b3 connection.go:474] -> OK | |
2015/11/12 02:41:26.800843 fuse.DEBUG Op 0x000004b4 connection.go:395] <- ReadFile (inode 6, handle 1, offset 155844608, 131072 bytes) | |
2015/11/12 02:41:26.800979 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [155844608 131072 155844608] | |
2015/11/12 02:41:26.800999 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.801028 fuse.DEBUG reading 131072 @ 155844608 = 131072, size=1441792 | |
2015/11/12 02:41:26.801043 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.801069 fuse.DEBUG Op 0x000004b4 connection.go:474] -> OK | |
2015/11/12 02:41:26.801184 fuse.DEBUG Op 0x000004b5 connection.go:395] <- ReadFile (inode 6, handle 1, offset 155975680, 131072 bytes) | |
2015/11/12 02:41:26.801446 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [155975680 131072 155975680] | |
2015/11/12 02:41:26.801465 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.801492 fuse.DEBUG reading 131072 @ 155975680 = 131072, size=1310720 | |
2015/11/12 02:41:26.801508 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.801529 fuse.DEBUG Op 0x000004b5 connection.go:474] -> OK | |
2015/11/12 02:41:26.801670 fuse.DEBUG Op 0x000004b6 connection.go:395] <- ReadFile (inode 6, handle 1, offset 156106752, 131072 bytes) | |
2015/11/12 02:41:26.801787 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [156106752 131072 156106752] | |
2015/11/12 02:41:26.801810 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.801848 fuse.DEBUG reading 131072 @ 156106752 = 131072, size=1179648 | |
2015/11/12 02:41:26.801868 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.801902 fuse.DEBUG Op 0x000004b6 connection.go:474] -> OK | |
2015/11/12 02:41:26.802021 fuse.DEBUG Op 0x000004b7 connection.go:395] <- ReadFile (inode 6, handle 1, offset 156237824, 131072 bytes) | |
2015/11/12 02:41:26.802298 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [156237824 131072 156237824] | |
2015/11/12 02:41:26.802320 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.802357 fuse.DEBUG reading 131072 @ 156237824 = 131072, size=1048576 | |
2015/11/12 02:41:26.802377 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.802422 fuse.DEBUG Op 0x000004b7 connection.go:474] -> OK | |
2015/11/12 02:41:26.802544 fuse.DEBUG Op 0x000004b8 connection.go:395] <- ReadFile (inode 6, handle 1, offset 156368896, 131072 bytes) | |
2015/11/12 02:41:26.802674 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [156368896 131072 156368896] | |
2015/11/12 02:41:26.802693 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.802723 fuse.DEBUG reading 131072 @ 156368896 = 131072, size=917504 | |
2015/11/12 02:41:26.802738 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.802774 fuse.DEBUG Op 0x000004b8 connection.go:474] -> OK | |
2015/11/12 02:41:26.802888 fuse.DEBUG Op 0x000004b9 connection.go:395] <- ReadFile (inode 6, handle 1, offset 156499968, 131072 bytes) | |
2015/11/12 02:41:26.803135 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [156499968 131072 156499968] | |
2015/11/12 02:41:26.803154 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.803181 fuse.DEBUG reading 131072 @ 156499968 = 131072, size=786432 | |
2015/11/12 02:41:26.803197 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.803226 fuse.DEBUG Op 0x000004b9 connection.go:474] -> OK | |
2015/11/12 02:41:26.803342 fuse.DEBUG Op 0x000004ba connection.go:395] <- ReadFile (inode 6, handle 1, offset 156631040, 131072 bytes) | |
2015/11/12 02:41:26.803649 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [156631040 131072 156631040] | |
2015/11/12 02:41:26.803673 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.803724 fuse.DEBUG reading 131072 @ 156631040 = 131072, size=655360 | |
2015/11/12 02:41:26.803744 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.803770 fuse.DEBUG Op 0x000004ba connection.go:474] -> OK | |
2015/11/12 02:41:26.803912 fuse.DEBUG Op 0x000004bb connection.go:395] <- ReadFile (inode 6, handle 1, offset 156762112, 131072 bytes) | |
2015/11/12 02:41:26.804311 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [156762112 131072 156762112] | |
2015/11/12 02:41:26.804343 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.804400 fuse.DEBUG reading 131072 @ 156762112 = 131072, size=524288 | |
2015/11/12 02:41:26.804429 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.804491 fuse.DEBUG Op 0x000004bb connection.go:474] -> OK | |
2015/11/12 02:41:26.804645 fuse.DEBUG Op 0x000004bc connection.go:395] <- ReadFile (inode 6, handle 1, offset 156893184, 131072 bytes) | |
2015/11/12 02:41:26.804744 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [156893184 131072 156893184] | |
2015/11/12 02:41:26.804764 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.804800 fuse.DEBUG reading 131072 @ 156893184 = 131072, size=393216 | |
2015/11/12 02:41:26.804829 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.804851 fuse.DEBUG Op 0x000004bc connection.go:474] -> OK | |
2015/11/12 02:41:26.804978 fuse.DEBUG Op 0x000004bd connection.go:395] <- ReadFile (inode 6, handle 1, offset 157024256, 131072 bytes) | |
2015/11/12 02:41:26.805335 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [157024256 131072 157024256] | |
2015/11/12 02:41:26.805357 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.805396 fuse.DEBUG reading 131072 @ 157024256 = 131072, size=262144 | |
2015/11/12 02:41:26.805426 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.805460 fuse.DEBUG Op 0x000004bd connection.go:474] -> OK | |
2015/11/12 02:41:26.805581 fuse.DEBUG Op 0x000004be connection.go:395] <- ReadFile (inode 6, handle 1, offset 157155328, 131072 bytes) | |
2015/11/12 02:41:26.805711 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [157155328 131072 157155328] | |
2015/11/12 02:41:26.805731 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.805760 fuse.DEBUG reading 131072 @ 157155328 = 131072, size=131072 | |
2015/11/12 02:41:26.805782 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.805808 fuse.DEBUG Op 0x000004be connection.go:474] -> OK | |
2015/11/12 02:41:26.805924 fuse.DEBUG Op 0x000004bf connection.go:395] <- ReadFile (inode 6, handle 1, offset 157286400, 131072 bytes) | |
2015/11/12 02:41:26.806187 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [157286400 131072 157286400] | |
2015/11/12 02:41:26.806206 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.806233 fuse.DEBUG reading 131072 @ 157286400 = 131072, size=0 | |
2015/11/12 02:41:26.806252 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.806272 fuse.DEBUG Op 0x000004bf connection.go:474] -> OK | |
2015/11/12 02:41:26.806386 fuse.DEBUG Op 0x000004c0 connection.go:395] <- ReadFile (inode 6, handle 1, offset 157417472, 131072 bytes) | |
2015/11/12 02:41:26.806535 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [157417472 131072 157417472] | |
2015/11/12 02:41:26.806569 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.806611 fuse.DEBUG reading 131072 @ 157417472 = 131072, size=5111808 | |
2015/11/12 02:41:26.806632 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.806657 fuse.DEBUG Op 0x000004c0 connection.go:474] -> OK | |
2015/11/12 02:41:26.806794 fuse.DEBUG Op 0x000004c1 connection.go:395] <- ReadFile (inode 6, handle 1, offset 157548544, 131072 bytes) | |
2015/11/12 02:41:26.807003 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
Range: bytes=257032192-262275071 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024126Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:26.807243 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [157548544 131072 157548544] | |
2015/11/12 02:41:26.807272 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.807285 s3.DEBUG DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 206 Partial Content | |
Content-Length: 5242880 | |
Accept-Ranges: bytes | |
Content-Range: bytes 246546432-251789311/2913812172 | |
Content-Type: binary/octet-stream | |
Date: Thu, 12 Nov 2015 02:41:27 GMT | |
Etag: "8812855bb146e3b0756b0316cefd7db4-397" | |
Last-Modified: Fri, 19 Jun 2015 08:13:28 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: PuigRqT0nL4rgK0+6PMX7Ir65G8kuqUfQhOw/S/33eMkGXmASsULZu5N2/GZ/z0KyeHyI8EpWRs= | |
X-Amz-Request-Id: A7979BD8FF772587 | |
X-Amz-Version-Id: fL16j2gHcRvr7risStMlwXZqmEHJuG1b | |
----------------------------------------------------- | |
2015/11/12 02:41:26.807305 fuse.DEBUG reading 131072 @ 157548544 = 131072, size=4980736 | |
2015/11/12 02:41:26.807451 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.807477 fuse.DEBUG Op 0x000004c1 connection.go:474] -> OK | |
2015/11/12 02:41:26.807677 fuse.DEBUG Op 0x000004c2 connection.go:395] <- ReadFile (inode 6, handle 1, offset 157679616, 131072 bytes) | |
2015/11/12 02:41:26.807953 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [157679616 131072 157679616] | |
2015/11/12 02:41:26.808001 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.808048 fuse.DEBUG reading 131072 @ 157679616 = 131072, size=4849664 | |
2015/11/12 02:41:26.808067 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.808085 fuse.DEBUG Op 0x000004c2 connection.go:474] -> OK | |
2015/11/12 02:41:26.808235 fuse.DEBUG Op 0x000004c3 connection.go:395] <- ReadFile (inode 6, handle 1, offset 157810688, 131072 bytes) | |
2015/11/12 02:41:26.808514 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [157810688 131072 157810688] | |
2015/11/12 02:41:26.808537 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.808567 fuse.DEBUG reading 131072 @ 157810688 = 131072, size=4718592 | |
2015/11/12 02:41:26.808583 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.808605 fuse.DEBUG Op 0x000004c3 connection.go:474] -> OK | |
2015/11/12 02:41:26.808771 fuse.DEBUG Op 0x000004c4 connection.go:395] <- ReadFile (inode 6, handle 1, offset 157941760, 131072 bytes) | |
2015/11/12 02:41:26.809041 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [157941760 131072 157941760] | |
2015/11/12 02:41:26.809063 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.809100 fuse.DEBUG reading 131072 @ 157941760 = 131072, size=4587520 | |
2015/11/12 02:41:26.809121 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.809147 fuse.DEBUG Op 0x000004c4 connection.go:474] -> OK | |
2015/11/12 02:41:26.809315 fuse.DEBUG Op 0x000004c5 connection.go:395] <- ReadFile (inode 6, handle 1, offset 158072832, 131072 bytes) | |
2015/11/12 02:41:26.809583 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [158072832 131072 158072832] | |
2015/11/12 02:41:26.809607 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.809643 fuse.DEBUG reading 131072 @ 158072832 = 131072, size=4456448 | |
2015/11/12 02:41:26.809664 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.809690 fuse.DEBUG Op 0x000004c5 connection.go:474] -> OK | |
2015/11/12 02:41:26.809867 fuse.DEBUG Op 0x000004c6 connection.go:395] <- ReadFile (inode 6, handle 1, offset 158203904, 131072 bytes) | |
2015/11/12 02:41:26.810141 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [158203904 131072 158203904] | |
2015/11/12 02:41:26.810169 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.810208 fuse.DEBUG reading 131072 @ 158203904 = 131072, size=4325376 | |
2015/11/12 02:41:26.810232 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.810263 fuse.DEBUG Op 0x000004c6 connection.go:474] -> OK | |
2015/11/12 02:41:26.810415 fuse.DEBUG Op 0x000004c7 connection.go:395] <- ReadFile (inode 6, handle 1, offset 158334976, 131072 bytes) | |
2015/11/12 02:41:26.810795 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [158334976 131072 158334976] | |
2015/11/12 02:41:26.810818 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.810870 fuse.DEBUG reading 131072 @ 158334976 = 131072, size=4194304 | |
2015/11/12 02:41:26.810891 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.810924 fuse.DEBUG Op 0x000004c7 connection.go:474] -> OK | |
2015/11/12 02:41:26.811064 fuse.DEBUG Op 0x000004c8 connection.go:395] <- ReadFile (inode 6, handle 1, offset 158466048, 131072 bytes) | |
2015/11/12 02:41:26.811149 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [158466048 131072 158466048] | |
2015/11/12 02:41:26.811175 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.811211 fuse.DEBUG reading 131072 @ 158466048 = 131072, size=4063232 | |
2015/11/12 02:41:26.811231 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.811257 fuse.DEBUG Op 0x000004c8 connection.go:474] -> OK | |
2015/11/12 02:41:26.811399 fuse.DEBUG Op 0x000004c9 connection.go:395] <- ReadFile (inode 6, handle 1, offset 158597120, 131072 bytes) | |
2015/11/12 02:41:26.811669 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [158597120 131072 158597120] | |
2015/11/12 02:41:26.811691 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.811728 fuse.DEBUG reading 131072 @ 158597120 = 131072, size=3932160 | |
2015/11/12 02:41:26.811748 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.811774 fuse.DEBUG Op 0x000004c9 connection.go:474] -> OK | |
2015/11/12 02:41:26.811934 fuse.DEBUG Op 0x000004ca connection.go:395] <- ReadFile (inode 6, handle 1, offset 158728192, 131072 bytes) | |
2015/11/12 02:41:26.812173 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [158728192 131072 158728192] | |
2015/11/12 02:41:26.812196 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.812250 fuse.DEBUG reading 131072 @ 158728192 = 131072, size=3801088 | |
2015/11/12 02:41:26.812270 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.812296 fuse.DEBUG Op 0x000004ca connection.go:474] -> OK | |
2015/11/12 02:41:26.812443 fuse.DEBUG Op 0x000004cb connection.go:395] <- ReadFile (inode 6, handle 1, offset 158859264, 131072 bytes) | |
2015/11/12 02:41:26.812730 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [158859264 131072 158859264] | |
2015/11/12 02:41:26.812761 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.812797 fuse.DEBUG reading 131072 @ 158859264 = 131072, size=3670016 | |
2015/11/12 02:41:26.812818 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.812844 fuse.DEBUG Op 0x000004cb connection.go:474] -> OK | |
2015/11/12 02:41:26.813009 fuse.DEBUG Op 0x000004cc connection.go:395] <- ReadFile (inode 6, handle 1, offset 158990336, 131072 bytes) | |
2015/11/12 02:41:26.813267 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [158990336 131072 158990336] | |
2015/11/12 02:41:26.813292 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.813332 fuse.DEBUG reading 131072 @ 158990336 = 131072, size=3538944 | |
2015/11/12 02:41:26.813350 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.813445 fuse.DEBUG Op 0x000004cc connection.go:474] -> OK | |
2015/11/12 02:41:26.813616 fuse.DEBUG Op 0x000004cd connection.go:395] <- ReadFile (inode 6, handle 1, offset 159121408, 131072 bytes) | |
2015/11/12 02:41:26.813998 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [159121408 131072 159121408] | |
2015/11/12 02:41:26.814020 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.814056 fuse.DEBUG reading 131072 @ 159121408 = 131072, size=3407872 | |
2015/11/12 02:41:26.814100 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.814149 fuse.DEBUG Op 0x000004cd connection.go:474] -> OK | |
2015/11/12 02:41:26.814290 fuse.DEBUG Op 0x000004ce connection.go:395] <- ReadFile (inode 6, handle 1, offset 159252480, 131072 bytes) | |
2015/11/12 02:41:26.814600 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [159252480 131072 159252480] | |
2015/11/12 02:41:26.814630 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.814669 fuse.DEBUG reading 131072 @ 159252480 = 131072, size=3276800 | |
2015/11/12 02:41:26.814694 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.814732 fuse.DEBUG Op 0x000004ce connection.go:474] -> OK | |
2015/11/12 02:41:26.814874 fuse.DEBUG Op 0x000004cf connection.go:395] <- ReadFile (inode 6, handle 1, offset 159383552, 131072 bytes) | |
2015/11/12 02:41:26.815193 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [159383552 131072 159383552] | |
2015/11/12 02:41:26.815220 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.815266 fuse.DEBUG reading 131072 @ 159383552 = 131072, size=3145728 | |
2015/11/12 02:41:26.815288 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.815313 fuse.DEBUG Op 0x000004cf connection.go:474] -> OK | |
2015/11/12 02:41:26.815457 fuse.DEBUG Op 0x000004d0 connection.go:395] <- ReadFile (inode 6, handle 1, offset 159514624, 131072 bytes) | |
2015/11/12 02:41:26.815850 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [159514624 131072 159514624] | |
2015/11/12 02:41:26.815877 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.815928 fuse.DEBUG reading 131072 @ 159514624 = 131072, size=3014656 | |
2015/11/12 02:41:26.815951 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.815976 fuse.DEBUG Op 0x000004d0 connection.go:474] -> OK | |
2015/11/12 02:41:26.816101 fuse.DEBUG Op 0x000004d1 connection.go:395] <- ReadFile (inode 6, handle 1, offset 159645696, 131072 bytes) | |
2015/11/12 02:41:26.816161 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [159645696 131072 159645696] | |
2015/11/12 02:41:26.816183 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.816221 fuse.DEBUG reading 131072 @ 159645696 = 131072, size=2883584 | |
2015/11/12 02:41:26.816246 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.816282 fuse.DEBUG Op 0x000004d1 connection.go:474] -> OK | |
2015/11/12 02:41:26.816438 fuse.DEBUG Op 0x000004d2 connection.go:395] <- ReadFile (inode 6, handle 1, offset 159776768, 131072 bytes) | |
2015/11/12 02:41:26.816772 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [159776768 131072 159776768] | |
2015/11/12 02:41:26.816841 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.816888 fuse.DEBUG reading 131072 @ 159776768 = 131072, size=2752512 | |
2015/11/12 02:41:26.816921 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.816958 fuse.DEBUG Op 0x000004d2 connection.go:474] -> OK | |
2015/11/12 02:41:26.817097 fuse.DEBUG Op 0x000004d3 connection.go:395] <- ReadFile (inode 6, handle 1, offset 159907840, 131072 bytes) | |
2015/11/12 02:41:26.817342 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [159907840 131072 159907840] | |
2015/11/12 02:41:26.817362 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.817412 fuse.DEBUG reading 131072 @ 159907840 = 131072, size=2621440 | |
2015/11/12 02:41:26.817430 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.817467 fuse.DEBUG Op 0x000004d3 connection.go:474] -> OK | |
2015/11/12 02:41:26.817597 fuse.DEBUG Op 0x000004d4 connection.go:395] <- ReadFile (inode 6, handle 1, offset 160038912, 131072 bytes) | |
2015/11/12 02:41:26.817741 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [160038912 131072 160038912] | |
2015/11/12 02:41:26.817761 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.817815 fuse.DEBUG reading 131072 @ 160038912 = 131072, size=2490368 | |
2015/11/12 02:41:26.817836 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.817858 fuse.DEBUG Op 0x000004d4 connection.go:474] -> OK | |
2015/11/12 02:41:26.818017 fuse.DEBUG Op 0x000004d5 connection.go:395] <- ReadFile (inode 6, handle 1, offset 160169984, 131072 bytes) | |
2015/11/12 02:41:26.818273 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [160169984 131072 160169984] | |
2015/11/12 02:41:26.818299 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.818344 fuse.DEBUG reading 131072 @ 160169984 = 131072, size=2359296 | |
2015/11/12 02:41:26.818367 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.818393 fuse.DEBUG Op 0x000004d5 connection.go:474] -> OK | |
2015/11/12 02:41:26.818542 fuse.DEBUG Op 0x000004d6 connection.go:395] <- ReadFile (inode 6, handle 1, offset 160301056, 131072 bytes) | |
2015/11/12 02:41:26.818802 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [160301056 131072 160301056] | |
2015/11/12 02:41:26.818824 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.818853 fuse.DEBUG reading 131072 @ 160301056 = 131072, size=2228224 | |
2015/11/12 02:41:26.818869 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.818886 fuse.DEBUG Op 0x000004d6 connection.go:474] -> OK | |
2015/11/12 02:41:26.819046 fuse.DEBUG Op 0x000004d7 connection.go:395] <- ReadFile (inode 6, handle 1, offset 160432128, 131072 bytes) | |
2015/11/12 02:41:26.819332 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [160432128 131072 160432128] | |
2015/11/12 02:41:26.819353 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.819383 fuse.DEBUG reading 131072 @ 160432128 = 131072, size=2097152 | |
2015/11/12 02:41:26.819398 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.819416 fuse.DEBUG Op 0x000004d7 connection.go:474] -> OK | |
2015/11/12 02:41:26.819556 fuse.DEBUG Op 0x000004d8 connection.go:395] <- ReadFile (inode 6, handle 1, offset 160563200, 131072 bytes) | |
2015/11/12 02:41:26.819852 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [160563200 131072 160563200] | |
2015/11/12 02:41:26.819877 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.819916 fuse.DEBUG reading 131072 @ 160563200 = 131072, size=1966080 | |
2015/11/12 02:41:26.819936 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.819962 fuse.DEBUG Op 0x000004d8 connection.go:474] -> OK | |
2015/11/12 02:41:26.820115 fuse.DEBUG Op 0x000004d9 connection.go:395] <- ReadFile (inode 6, handle 1, offset 160694272, 131072 bytes) | |
2015/11/12 02:41:26.820383 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [160694272 131072 160694272] | |
2015/11/12 02:41:26.820413 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.820449 fuse.DEBUG reading 131072 @ 160694272 = 131072, size=1835008 | |
2015/11/12 02:41:26.820474 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.820503 fuse.DEBUG Op 0x000004d9 connection.go:474] -> OK | |
2015/11/12 02:41:26.820635 fuse.DEBUG Op 0x000004da connection.go:395] <- ReadFile (inode 6, handle 1, offset 160825344, 131072 bytes) | |
2015/11/12 02:41:26.820904 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [160825344 131072 160825344] | |
2015/11/12 02:41:26.820924 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.820951 fuse.DEBUG reading 131072 @ 160825344 = 131072, size=1703936 | |
2015/11/12 02:41:26.820979 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.821020 fuse.DEBUG Op 0x000004da connection.go:474] -> OK | |
2015/11/12 02:41:26.821179 fuse.DEBUG Op 0x000004db connection.go:395] <- ReadFile (inode 6, handle 1, offset 160956416, 131072 bytes) | |
2015/11/12 02:41:26.821448 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [160956416 131072 160956416] | |
2015/11/12 02:41:26.821483 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.821543 fuse.DEBUG reading 131072 @ 160956416 = 131072, size=1572864 | |
2015/11/12 02:41:26.821571 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.821606 fuse.DEBUG Op 0x000004db connection.go:474] -> OK | |
2015/11/12 02:41:26.821790 fuse.DEBUG Op 0x000004dc connection.go:395] <- ReadFile (inode 6, handle 1, offset 161087488, 131072 bytes) | |
2015/11/12 02:41:26.822126 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [161087488 131072 161087488] | |
2015/11/12 02:41:26.822151 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.822181 fuse.DEBUG reading 131072 @ 161087488 = 131072, size=1441792 | |
2015/11/12 02:41:26.822202 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.822239 fuse.DEBUG Op 0x000004dc connection.go:474] -> OK | |
2015/11/12 02:41:26.822363 fuse.DEBUG Op 0x000004dd connection.go:395] <- ReadFile (inode 6, handle 1, offset 161218560, 131072 bytes) | |
2015/11/12 02:41:26.822492 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [161218560 131072 161218560] | |
2015/11/12 02:41:26.822513 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.822542 fuse.DEBUG reading 131072 @ 161218560 = 131072, size=1310720 | |
2015/11/12 02:41:26.822583 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.822606 fuse.DEBUG Op 0x000004dd connection.go:474] -> OK | |
2015/11/12 02:41:26.822736 fuse.DEBUG Op 0x000004de connection.go:395] <- ReadFile (inode 6, handle 1, offset 161349632, 131072 bytes) | |
2015/11/12 02:41:26.822993 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [161349632 131072 161349632] | |
2015/11/12 02:41:26.823008 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.823035 fuse.DEBUG reading 131072 @ 161349632 = 131072, size=1179648 | |
2015/11/12 02:41:26.823048 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.823104 fuse.DEBUG Op 0x000004de connection.go:474] -> OK | |
2015/11/12 02:41:26.823235 fuse.DEBUG Op 0x000004df connection.go:395] <- ReadFile (inode 6, handle 1, offset 161480704, 131072 bytes) | |
2015/11/12 02:41:26.823499 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [161480704 131072 161480704] | |
2015/11/12 02:41:26.823519 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.823562 fuse.DEBUG reading 131072 @ 161480704 = 131072, size=1048576 | |
2015/11/12 02:41:26.823588 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.823632 fuse.DEBUG Op 0x000004df connection.go:474] -> OK | |
2015/11/12 02:41:26.823765 fuse.DEBUG Op 0x000004e0 connection.go:395] <- ReadFile (inode 6, handle 1, offset 161611776, 131072 bytes) | |
2015/11/12 02:41:26.824011 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [161611776 131072 161611776] | |
2015/11/12 02:41:26.824030 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.824064 fuse.DEBUG reading 131072 @ 161611776 = 131072, size=917504 | |
2015/11/12 02:41:26.824079 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.824094 fuse.DEBUG Op 0x000004e0 connection.go:474] -> OK | |
2015/11/12 02:41:26.824239 fuse.DEBUG Op 0x000004e1 connection.go:395] <- ReadFile (inode 6, handle 1, offset 161742848, 131072 bytes) | |
2015/11/12 02:41:26.824515 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [161742848 131072 161742848] | |
2015/11/12 02:41:26.824544 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.824574 fuse.DEBUG reading 131072 @ 161742848 = 131072, size=786432 | |
2015/11/12 02:41:26.824590 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.824627 fuse.DEBUG Op 0x000004e1 connection.go:474] -> OK | |
2015/11/12 02:41:26.824755 fuse.DEBUG Op 0x000004e2 connection.go:395] <- ReadFile (inode 6, handle 1, offset 161873920, 131072 bytes) | |
2015/11/12 02:41:26.825079 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [161873920 131072 161873920] | |
2015/11/12 02:41:26.825103 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.825134 fuse.DEBUG reading 131072 @ 161873920 = 131072, size=655360 | |
2015/11/12 02:41:26.825144 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.825166 fuse.DEBUG Op 0x000004e2 connection.go:474] -> OK | |
2015/11/12 02:41:26.825292 fuse.DEBUG Op 0x000004e3 connection.go:395] <- ReadFile (inode 6, handle 1, offset 162004992, 131072 bytes) | |
2015/11/12 02:41:26.825417 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [162004992 131072 162004992] | |
2015/11/12 02:41:26.825438 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.825472 fuse.DEBUG reading 131072 @ 162004992 = 131072, size=524288 | |
2015/11/12 02:41:26.825488 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.825504 fuse.DEBUG Op 0x000004e3 connection.go:474] -> OK | |
2015/11/12 02:41:26.825667 fuse.DEBUG Op 0x000004e4 connection.go:395] <- ReadFile (inode 6, handle 1, offset 162136064, 131072 bytes) | |
2015/11/12 02:41:26.825939 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [162136064 131072 162136064] | |
2015/11/12 02:41:26.825962 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.825999 fuse.DEBUG reading 131072 @ 162136064 = 131072, size=393216 | |
2015/11/12 02:41:26.826028 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.826061 fuse.DEBUG Op 0x000004e4 connection.go:474] -> OK | |
2015/11/12 02:41:26.826247 fuse.DEBUG Op 0x000004e5 connection.go:395] <- ReadFile (inode 6, handle 1, offset 162267136, 131072 bytes) | |
2015/11/12 02:41:26.826500 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [162267136 131072 162267136] | |
2015/11/12 02:41:26.826523 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.826561 fuse.DEBUG reading 131072 @ 162267136 = 131072, size=262144 | |
2015/11/12 02:41:26.826583 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.826565 s3.DEBUG DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 206 Partial Content | |
Content-Length: 5242880 | |
Accept-Ranges: bytes | |
Content-Range: bytes 251789312-257032191/2913812172 | |
Content-Type: binary/octet-stream | |
Date: Thu, 12 Nov 2015 02:41:27 GMT | |
Etag: "8812855bb146e3b0756b0316cefd7db4-397" | |
Last-Modified: Fri, 19 Jun 2015 08:13:28 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: pHq9q/AHl5IUPlX5OkK5c0/IVzbRnddZLkk58Jcoxe3/YizVA7mOcK/HTbQbqJZDEcAxSXSzHKY= | |
X-Amz-Request-Id: 7D2D9B7B8725F1E2 | |
X-Amz-Version-Id: fL16j2gHcRvr7risStMlwXZqmEHJuG1b | |
----------------------------------------------------- | |
2015/11/12 02:41:26.826617 fuse.DEBUG Op 0x000004e5 connection.go:474] -> OK | |
2015/11/12 02:41:26.827046 fuse.DEBUG Op 0x000004e6 connection.go:395] <- ReadFile (inode 6, handle 1, offset 162398208, 131072 bytes) | |
2015/11/12 02:41:26.827305 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [162398208 131072 162398208] | |
2015/11/12 02:41:26.827331 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.827367 fuse.DEBUG reading 131072 @ 162398208 = 131072, size=131072 | |
2015/11/12 02:41:26.827392 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.827424 fuse.DEBUG Op 0x000004e6 connection.go:474] -> OK | |
2015/11/12 02:41:26.827586 fuse.DEBUG Op 0x000004e7 connection.go:395] <- ReadFile (inode 6, handle 1, offset 162529280, 131072 bytes) | |
2015/11/12 02:41:26.827904 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [162529280 131072 162529280] | |
2015/11/12 02:41:26.827930 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.828013 fuse.DEBUG reading 131072 @ 162529280 = 131072, size=0 | |
2015/11/12 02:41:26.828034 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.828057 fuse.DEBUG Op 0x000004e7 connection.go:474] -> OK | |
2015/11/12 02:41:26.828272 fuse.DEBUG Op 0x000004e8 connection.go:395] <- ReadFile (inode 6, handle 1, offset 162660352, 131072 bytes) | |
2015/11/12 02:41:26.828723 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [162660352 131072 162660352] | |
2015/11/12 02:41:26.828790 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.828831 fuse.DEBUG reading 131072 @ 162660352 = 131072, size=5111808 | |
2015/11/12 02:41:26.828849 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.828922 fuse.DEBUG Op 0x000004e8 connection.go:474] -> OK | |
2015/11/12 02:41:26.829448 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
Range: bytes=262275072-267517951 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024126Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:26.830130 fuse.DEBUG Op 0x000004e9 connection.go:395] <- ReadFile (inode 6, handle 1, offset 162791424, 131072 bytes) | |
2015/11/12 02:41:26.830397 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [162791424 131072 162791424] | |
2015/11/12 02:41:26.830415 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.830466 fuse.DEBUG reading 131072 @ 162791424 = 131072, size=4980736 | |
2015/11/12 02:41:26.830483 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.830508 fuse.DEBUG Op 0x000004e9 connection.go:474] -> OK | |
2015/11/12 02:41:26.830625 fuse.DEBUG Op 0x000004ea connection.go:395] <- ReadFile (inode 6, handle 1, offset 162922496, 131072 bytes) | |
2015/11/12 02:41:26.830913 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [162922496 131072 162922496] | |
2015/11/12 02:41:26.830935 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.831008 fuse.DEBUG reading 131072 @ 162922496 = 131072, size=4849664 | |
2015/11/12 02:41:26.831028 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.831106 fuse.DEBUG Op 0x000004ea connection.go:474] -> OK | |
2015/11/12 02:41:26.831385 fuse.DEBUG Op 0x000004eb connection.go:395] <- ReadFile (inode 6, handle 1, offset 163053568, 131072 bytes) | |
2015/11/12 02:41:26.831736 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [163053568 131072 163053568] | |
2015/11/12 02:41:26.831752 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.831782 fuse.DEBUG reading 131072 @ 163053568 = 131072, size=4718592 | |
2015/11/12 02:41:26.831793 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.831807 fuse.DEBUG Op 0x000004eb connection.go:474] -> OK | |
2015/11/12 02:41:26.831946 fuse.DEBUG Op 0x000004ec connection.go:395] <- ReadFile (inode 6, handle 1, offset 163184640, 131072 bytes) | |
2015/11/12 02:41:26.832201 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [163184640 131072 163184640] | |
2015/11/12 02:41:26.832221 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.832257 fuse.DEBUG reading 131072 @ 163184640 = 131072, size=4587520 | |
2015/11/12 02:41:26.832282 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.832309 fuse.DEBUG Op 0x000004ec connection.go:474] -> OK | |
2015/11/12 02:41:26.832440 fuse.DEBUG Op 0x000004ed connection.go:395] <- ReadFile (inode 6, handle 1, offset 163315712, 131072 bytes) | |
2015/11/12 02:41:26.832810 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [163315712 131072 163315712] | |
2015/11/12 02:41:26.832830 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.832866 fuse.DEBUG reading 131072 @ 163315712 = 131072, size=4456448 | |
2015/11/12 02:41:26.832883 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.832906 fuse.DEBUG Op 0x000004ed connection.go:474] -> OK | |
2015/11/12 02:41:26.833043 fuse.DEBUG Op 0x000004ee connection.go:395] <- ReadFile (inode 6, handle 1, offset 163446784, 131072 bytes) | |
2015/11/12 02:41:26.833270 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [163446784 131072 163446784] | |
2015/11/12 02:41:26.833294 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.833322 fuse.DEBUG reading 131072 @ 163446784 = 131072, size=4325376 | |
2015/11/12 02:41:26.833336 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.833377 fuse.DEBUG Op 0x000004ee connection.go:474] -> OK | |
2015/11/12 02:41:26.833502 fuse.DEBUG Op 0x000004ef connection.go:395] <- ReadFile (inode 6, handle 1, offset 163577856, 131072 bytes) | |
2015/11/12 02:41:26.833610 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [163577856 131072 163577856] | |
2015/11/12 02:41:26.833623 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.833650 fuse.DEBUG reading 131072 @ 163577856 = 131072, size=4194304 | |
2015/11/12 02:41:26.833661 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.833675 fuse.DEBUG Op 0x000004ef connection.go:474] -> OK | |
2015/11/12 02:41:26.833931 fuse.DEBUG Op 0x000004f0 connection.go:395] <- ReadFile (inode 6, handle 1, offset 163708928, 131072 bytes) | |
2015/11/12 02:41:26.834236 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [163708928 131072 163708928] | |
2015/11/12 02:41:26.834267 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.834347 fuse.DEBUG reading 131072 @ 163708928 = 131072, size=4063232 | |
2015/11/12 02:41:26.834381 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.834483 fuse.DEBUG Op 0x000004f0 connection.go:474] -> OK | |
2015/11/12 02:41:26.834655 fuse.DEBUG Op 0x000004f1 connection.go:395] <- ReadFile (inode 6, handle 1, offset 163840000, 131072 bytes) | |
2015/11/12 02:41:26.834748 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [163840000 131072 163840000] | |
2015/11/12 02:41:26.834772 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.834814 fuse.DEBUG reading 131072 @ 163840000 = 131072, size=3932160 | |
2015/11/12 02:41:26.834837 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.834866 fuse.DEBUG Op 0x000004f1 connection.go:474] -> OK | |
2015/11/12 02:41:26.835011 fuse.DEBUG Op 0x000004f2 connection.go:395] <- ReadFile (inode 6, handle 1, offset 163971072, 131072 bytes) | |
2015/11/12 02:41:26.835340 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [163971072 131072 163971072] | |
2015/11/12 02:41:26.835384 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.835434 fuse.DEBUG reading 131072 @ 163971072 = 131072, size=3801088 | |
2015/11/12 02:41:26.835460 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.835516 fuse.DEBUG Op 0x000004f2 connection.go:474] -> OK | |
2015/11/12 02:41:26.835647 fuse.DEBUG Op 0x000004f3 connection.go:395] <- ReadFile (inode 6, handle 1, offset 164102144, 131072 bytes) | |
2015/11/12 02:41:26.835977 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [164102144 131072 164102144] | |
2015/11/12 02:41:26.836037 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.836077 fuse.DEBUG reading 131072 @ 164102144 = 131072, size=3670016 | |
2015/11/12 02:41:26.836101 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.836144 fuse.DEBUG Op 0x000004f3 connection.go:474] -> OK | |
2015/11/12 02:41:26.836295 fuse.DEBUG Op 0x000004f4 connection.go:395] <- ReadFile (inode 6, handle 1, offset 164233216, 131072 bytes) | |
2015/11/12 02:41:26.839286 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [164233216 131072 164233216] | |
2015/11/12 02:41:26.839309 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.839362 fuse.DEBUG reading 131072 @ 164233216 = 131072, size=3538944 | |
2015/11/12 02:41:26.839384 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.839425 fuse.DEBUG Op 0x000004f4 connection.go:474] -> OK | |
2015/11/12 02:41:26.839556 fuse.DEBUG Op 0x000004f5 connection.go:395] <- ReadFile (inode 6, handle 1, offset 164364288, 131072 bytes) | |
2015/11/12 02:41:26.839861 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [164364288 131072 164364288] | |
2015/11/12 02:41:26.839884 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.839928 fuse.DEBUG reading 131072 @ 164364288 = 131072, size=3407872 | |
2015/11/12 02:41:26.839950 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.839976 fuse.DEBUG Op 0x000004f5 connection.go:474] -> OK | |
2015/11/12 02:41:26.840181 fuse.DEBUG Op 0x000004f6 connection.go:395] <- ReadFile (inode 6, handle 1, offset 164495360, 131072 bytes) | |
2015/11/12 02:41:26.840567 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [164495360 131072 164495360] | |
2015/11/12 02:41:26.840588 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.840624 fuse.DEBUG reading 131072 @ 164495360 = 131072, size=3276800 | |
2015/11/12 02:41:26.840645 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.840676 fuse.DEBUG Op 0x000004f6 connection.go:474] -> OK | |
2015/11/12 02:41:26.840801 fuse.DEBUG Op 0x000004f7 connection.go:395] <- ReadFile (inode 6, handle 1, offset 164626432, 131072 bytes) | |
2015/11/12 02:41:26.841090 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [164626432 131072 164626432] | |
2015/11/12 02:41:26.841111 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.841148 fuse.DEBUG reading 131072 @ 164626432 = 131072, size=3145728 | |
2015/11/12 02:41:26.841169 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.841201 fuse.DEBUG Op 0x000004f7 connection.go:474] -> OK | |
2015/11/12 02:41:26.841326 fuse.DEBUG Op 0x000004f8 connection.go:395] <- ReadFile (inode 6, handle 1, offset 164757504, 131072 bytes) | |
2015/11/12 02:41:26.841489 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [164757504 131072 164757504] | |
2015/11/12 02:41:26.841523 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.841567 fuse.DEBUG reading 131072 @ 164757504 = 131072, size=3014656 | |
2015/11/12 02:41:26.841600 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.841644 fuse.DEBUG Op 0x000004f8 connection.go:474] -> OK | |
2015/11/12 02:41:26.841794 fuse.DEBUG Op 0x000004f9 connection.go:395] <- ReadFile (inode 6, handle 1, offset 164888576, 131072 bytes) | |
2015/11/12 02:41:26.841894 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [164888576 131072 164888576] | |
2015/11/12 02:41:26.841915 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.841953 fuse.DEBUG reading 131072 @ 164888576 = 131072, size=2883584 | |
2015/11/12 02:41:26.841982 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.842014 fuse.DEBUG Op 0x000004f9 connection.go:474] -> OK | |
2015/11/12 02:41:26.842161 fuse.DEBUG Op 0x000004fa connection.go:395] <- ReadFile (inode 6, handle 1, offset 165019648, 131072 bytes) | |
2015/11/12 02:41:26.842532 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [165019648 131072 165019648] | |
2015/11/12 02:41:26.842561 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.842599 fuse.DEBUG reading 131072 @ 165019648 = 131072, size=2752512 | |
2015/11/12 02:41:26.842646 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.842680 fuse.DEBUG Op 0x000004fa connection.go:474] -> OK | |
2015/11/12 02:41:26.842824 fuse.DEBUG Op 0x000004fb connection.go:395] <- ReadFile (inode 6, handle 1, offset 165150720, 131072 bytes) | |
2015/11/12 02:41:26.842923 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [165150720 131072 165150720] | |
2015/11/12 02:41:26.842944 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.842983 fuse.DEBUG reading 131072 @ 165150720 = 131072, size=2621440 | |
2015/11/12 02:41:26.843013 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.843039 fuse.DEBUG Op 0x000004fb connection.go:474] -> OK | |
2015/11/12 02:41:26.843171 fuse.DEBUG Op 0x000004fc connection.go:395] <- ReadFile (inode 6, handle 1, offset 165281792, 131072 bytes) | |
2015/11/12 02:41:26.843427 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [165281792 131072 165281792] | |
2015/11/12 02:41:26.843455 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.843504 fuse.DEBUG reading 131072 @ 165281792 = 131072, size=2490368 | |
2015/11/12 02:41:26.843529 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.843562 fuse.DEBUG Op 0x000004fc connection.go:474] -> OK | |
2015/11/12 02:41:26.843707 fuse.DEBUG Op 0x000004fd connection.go:395] <- ReadFile (inode 6, handle 1, offset 165412864, 131072 bytes) | |
2015/11/12 02:41:26.843816 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [165412864 131072 165412864] | |
2015/11/12 02:41:26.843840 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.843877 fuse.DEBUG reading 131072 @ 165412864 = 131072, size=2359296 | |
2015/11/12 02:41:26.843897 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.843923 fuse.DEBUG Op 0x000004fd connection.go:474] -> OK | |
2015/11/12 02:41:26.844049 fuse.DEBUG Op 0x000004fe connection.go:395] <- ReadFile (inode 6, handle 1, offset 165543936, 131072 bytes) | |
2015/11/12 02:41:26.844377 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [165543936 131072 165543936] | |
2015/11/12 02:41:26.844417 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.844448 fuse.DEBUG reading 131072 @ 165543936 = 131072, size=2228224 | |
2015/11/12 02:41:26.844491 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.844529 fuse.DEBUG Op 0x000004fe connection.go:474] -> OK | |
2015/11/12 02:41:26.844662 fuse.DEBUG Op 0x000004ff connection.go:395] <- ReadFile (inode 6, handle 1, offset 165675008, 131072 bytes) | |
2015/11/12 02:41:26.844796 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [165675008 131072 165675008] | |
2015/11/12 02:41:26.844818 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.844871 fuse.DEBUG reading 131072 @ 165675008 = 131072, size=2097152 | |
2015/11/12 02:41:26.844901 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.844924 fuse.DEBUG Op 0x000004ff connection.go:474] -> OK | |
2015/11/12 02:41:26.845073 fuse.DEBUG Op 0x00000500 connection.go:395] <- ReadFile (inode 6, handle 1, offset 165806080, 131072 bytes) | |
2015/11/12 02:41:26.845324 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [165806080 131072 165806080] | |
2015/11/12 02:41:26.845369 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.845409 fuse.DEBUG reading 131072 @ 165806080 = 131072, size=1966080 | |
2015/11/12 02:41:26.845427 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.845494 fuse.DEBUG Op 0x00000500 connection.go:474] -> OK | |
2015/11/12 02:41:26.845630 fuse.DEBUG Op 0x00000501 connection.go:395] <- ReadFile (inode 6, handle 1, offset 165937152, 131072 bytes) | |
2015/11/12 02:41:26.845762 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [165937152 131072 165937152] | |
2015/11/12 02:41:26.845796 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.845837 fuse.DEBUG reading 131072 @ 165937152 = 131072, size=1835008 | |
2015/11/12 02:41:26.845862 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.845901 fuse.DEBUG Op 0x00000501 connection.go:474] -> OK | |
2015/11/12 02:41:26.846025 fuse.DEBUG Op 0x00000502 connection.go:395] <- ReadFile (inode 6, handle 1, offset 166068224, 131072 bytes) | |
2015/11/12 02:41:26.846384 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [166068224 131072 166068224] | |
2015/11/12 02:41:26.846408 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.846446 fuse.DEBUG reading 131072 @ 166068224 = 131072, size=1703936 | |
2015/11/12 02:41:26.846468 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.846502 fuse.DEBUG Op 0x00000502 connection.go:474] -> OK | |
2015/11/12 02:41:26.846629 fuse.DEBUG Op 0x00000503 connection.go:395] <- ReadFile (inode 6, handle 1, offset 166199296, 131072 bytes) | |
2015/11/12 02:41:26.846768 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [166199296 131072 166199296] | |
2015/11/12 02:41:26.846809 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.846854 fuse.DEBUG reading 131072 @ 166199296 = 131072, size=1572864 | |
2015/11/12 02:41:26.846881 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.846920 fuse.DEBUG Op 0x00000503 connection.go:474] -> OK | |
2015/11/12 02:41:26.847042 fuse.DEBUG Op 0x00000504 connection.go:395] <- ReadFile (inode 6, handle 1, offset 166330368, 131072 bytes) | |
2015/11/12 02:41:26.847155 s3.DEBUG DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 206 Partial Content | |
Content-Length: 5242880 | |
Accept-Ranges: bytes | |
Content-Range: bytes 257032192-262275071/2913812172 | |
Content-Type: binary/octet-stream | |
Date: Thu, 12 Nov 2015 02:41:27 GMT | |
Etag: "8812855bb146e3b0756b0316cefd7db4-397" | |
Last-Modified: Fri, 19 Jun 2015 08:13:28 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: JgeWgnoX7g5C12+6Zf7BDvdlb39k92G+KF1zurI8w/lEi9CJAOhBoAB/jqoCQJOq1bF6spsh8mE= | |
X-Amz-Request-Id: 59CB3FDCA15BAB91 | |
X-Amz-Version-Id: fL16j2gHcRvr7risStMlwXZqmEHJuG1b | |
----------------------------------------------------- | |
2015/11/12 02:41:26.847391 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [166330368 131072 166330368] | |
2015/11/12 02:41:26.847420 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.847460 fuse.DEBUG reading 131072 @ 166330368 = 131072, size=1441792 | |
2015/11/12 02:41:26.847481 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.847509 fuse.DEBUG Op 0x00000504 connection.go:474] -> OK | |
2015/11/12 02:41:26.847634 fuse.DEBUG Op 0x00000505 connection.go:395] <- ReadFile (inode 6, handle 1, offset 166461440, 131072 bytes) | |
2015/11/12 02:41:26.847978 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [166461440 131072 166461440] | |
2015/11/12 02:41:26.848000 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.848037 fuse.DEBUG reading 131072 @ 166461440 = 131072, size=1310720 | |
2015/11/12 02:41:26.848059 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.848092 fuse.DEBUG Op 0x00000505 connection.go:474] -> OK | |
2015/11/12 02:41:26.848227 fuse.DEBUG Op 0x00000506 connection.go:395] <- ReadFile (inode 6, handle 1, offset 166592512, 131072 bytes) | |
2015/11/12 02:41:26.848373 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [166592512 131072 166592512] | |
2015/11/12 02:41:26.848394 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.848429 fuse.DEBUG reading 131072 @ 166592512 = 131072, size=1179648 | |
2015/11/12 02:41:26.848450 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.848475 fuse.DEBUG Op 0x00000506 connection.go:474] -> OK | |
2015/11/12 02:41:26.848607 fuse.DEBUG Op 0x00000507 connection.go:395] <- ReadFile (inode 6, handle 1, offset 166723584, 131072 bytes) | |
2015/11/12 02:41:26.848965 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [166723584 131072 166723584] | |
2015/11/12 02:41:26.849003 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.849113 fuse.DEBUG reading 131072 @ 166723584 = 131072, size=1048576 | |
2015/11/12 02:41:26.849189 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.849232 fuse.DEBUG Op 0x00000507 connection.go:474] -> OK | |
2015/11/12 02:41:26.849363 fuse.DEBUG Op 0x00000508 connection.go:395] <- ReadFile (inode 6, handle 1, offset 166854656, 131072 bytes) | |
2015/11/12 02:41:26.849489 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [166854656 131072 166854656] | |
2015/11/12 02:41:26.849516 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.849553 fuse.DEBUG reading 131072 @ 166854656 = 131072, size=917504 | |
2015/11/12 02:41:26.849569 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.849589 fuse.DEBUG Op 0x00000508 connection.go:474] -> OK | |
2015/11/12 02:41:26.849718 fuse.DEBUG Op 0x00000509 connection.go:395] <- ReadFile (inode 6, handle 1, offset 166985728, 131072 bytes) | |
2015/11/12 02:41:26.849979 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [166985728 131072 166985728] | |
2015/11/12 02:41:26.850005 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.850049 fuse.DEBUG reading 131072 @ 166985728 = 131072, size=786432 | |
2015/11/12 02:41:26.850070 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.850093 fuse.DEBUG Op 0x00000509 connection.go:474] -> OK | |
2015/11/12 02:41:26.850224 fuse.DEBUG Op 0x0000050a connection.go:395] <- ReadFile (inode 6, handle 1, offset 167116800, 131072 bytes) | |
2015/11/12 02:41:26.850364 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [167116800 131072 167116800] | |
2015/11/12 02:41:26.850409 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.850479 fuse.DEBUG reading 131072 @ 167116800 = 131072, size=655360 | |
2015/11/12 02:41:26.850507 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.850557 fuse.DEBUG Op 0x0000050a connection.go:474] -> OK | |
2015/11/12 02:41:26.850684 fuse.DEBUG Op 0x0000050b connection.go:395] <- ReadFile (inode 6, handle 1, offset 167247872, 131072 bytes) | |
2015/11/12 02:41:26.851007 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [167247872 131072 167247872] | |
2015/11/12 02:41:26.851029 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.851064 fuse.DEBUG reading 131072 @ 167247872 = 131072, size=524288 | |
2015/11/12 02:41:26.851090 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.851119 fuse.DEBUG Op 0x0000050b connection.go:474] -> OK | |
2015/11/12 02:41:26.851253 fuse.DEBUG Op 0x0000050c connection.go:395] <- ReadFile (inode 6, handle 1, offset 167378944, 131072 bytes) | |
2015/11/12 02:41:26.851501 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [167378944 131072 167378944] | |
2015/11/12 02:41:26.851524 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.851564 fuse.DEBUG reading 131072 @ 167378944 = 131072, size=393216 | |
2015/11/12 02:41:26.851585 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.851611 fuse.DEBUG Op 0x0000050c connection.go:474] -> OK | |
2015/11/12 02:41:26.851751 fuse.DEBUG Op 0x0000050d connection.go:395] <- ReadFile (inode 6, handle 1, offset 167510016, 131072 bytes) | |
2015/11/12 02:41:26.852042 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [167510016 131072 167510016] | |
2015/11/12 02:41:26.852089 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.852158 fuse.DEBUG reading 131072 @ 167510016 = 131072, size=262144 | |
2015/11/12 02:41:26.852183 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.852219 fuse.DEBUG Op 0x0000050d connection.go:474] -> OK | |
2015/11/12 02:41:26.852380 fuse.DEBUG Op 0x0000050e connection.go:395] <- ReadFile (inode 6, handle 1, offset 167641088, 131072 bytes) | |
2015/11/12 02:41:26.852682 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [167641088 131072 167641088] | |
2015/11/12 02:41:26.852700 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.852729 fuse.DEBUG reading 131072 @ 167641088 = 131072, size=131072 | |
2015/11/12 02:41:26.852745 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.852767 fuse.DEBUG Op 0x0000050e connection.go:474] -> OK | |
2015/11/12 02:41:26.852913 fuse.DEBUG Op 0x0000050f connection.go:395] <- ReadFile (inode 6, handle 1, offset 167772160, 131072 bytes) | |
2015/11/12 02:41:26.853193 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [167772160 131072 167772160] | |
2015/11/12 02:41:26.853221 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.853300 fuse.DEBUG reading 131072 @ 167772160 = 131072, size=0 | |
2015/11/12 02:41:26.853336 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.853375 fuse.DEBUG Op 0x0000050f connection.go:474] -> OK | |
2015/11/12 02:41:26.853540 fuse.DEBUG Op 0x00000510 connection.go:395] <- ReadFile (inode 6, handle 1, offset 167903232, 131072 bytes) | |
2015/11/12 02:41:26.853623 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [167903232 131072 167903232] | |
2015/11/12 02:41:26.853646 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.853682 fuse.DEBUG reading 131072 @ 167903232 = 131072, size=5111808 | |
2015/11/12 02:41:26.853699 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.853715 fuse.DEBUG Op 0x00000510 connection.go:474] -> OK | |
2015/11/12 02:41:26.853901 fuse.DEBUG Op 0x00000511 connection.go:395] <- ReadFile (inode 6, handle 1, offset 168034304, 131072 bytes) | |
2015/11/12 02:41:26.854177 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [168034304 131072 168034304] | |
2015/11/12 02:41:26.854192 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.854213 s3.DEBUG DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET http://encode-files.s3-us-west-2.amazonaws.com/2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz HTTP/1.1 | |
Host: encode-files.s3-us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/0.10.3 | |
Authorization: xxx | |
Range: bytes=267517952-272760831 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20151112T024126Z | |
X-Amz-Security-Token: xxx | |
----------------------------------------------------- | |
2015/11/12 02:41:26.854219 fuse.DEBUG reading 131072 @ 168034304 = 131072, size=4980736 | |
2015/11/12 02:41:26.854344 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.854381 fuse.DEBUG Op 0x00000511 connection.go:474] -> OK | |
2015/11/12 02:41:26.854517 fuse.DEBUG Op 0x00000512 connection.go:395] <- ReadFile (inode 6, handle 1, offset 168165376, 131072 bytes) | |
2015/11/12 02:41:26.854827 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [168165376 131072 168165376] | |
2015/11/12 02:41:26.854857 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.854904 fuse.DEBUG reading 131072 @ 168165376 = 131072, size=4849664 | |
2015/11/12 02:41:26.854917 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.854933 fuse.DEBUG Op 0x00000512 connection.go:474] -> OK | |
2015/11/12 02:41:26.855073 fuse.DEBUG Op 0x00000513 connection.go:395] <- ReadFile (inode 6, handle 1, offset 168296448, 131072 bytes) | |
2015/11/12 02:41:26.855391 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [168296448 131072 168296448] | |
2015/11/12 02:41:26.855420 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.855457 fuse.DEBUG reading 131072 @ 168296448 = 131072, size=4718592 | |
2015/11/12 02:41:26.855483 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.855517 fuse.DEBUG Op 0x00000513 connection.go:474] -> OK | |
2015/11/12 02:41:26.855708 fuse.DEBUG Op 0x00000514 connection.go:395] <- ReadFile (inode 6, handle 1, offset 168427520, 131072 bytes) | |
2015/11/12 02:41:26.856143 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [168427520 131072 168427520] | |
2015/11/12 02:41:26.856173 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.856244 fuse.DEBUG reading 131072 @ 168427520 = 131072, size=4587520 | |
2015/11/12 02:41:26.856270 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.856304 fuse.DEBUG Op 0x00000514 connection.go:474] -> OK | |
2015/11/12 02:41:26.856495 fuse.DEBUG Op 0x00000515 connection.go:395] <- ReadFile (inode 6, handle 1, offset 168558592, 131072 bytes) | |
2015/11/12 02:41:26.856576 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [168558592 131072 168558592] | |
2015/11/12 02:41:26.856601 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.856642 fuse.DEBUG reading 131072 @ 168558592 = 131072, size=4456448 | |
2015/11/12 02:41:26.856662 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.856696 fuse.DEBUG Op 0x00000515 connection.go:474] -> OK | |
2015/11/12 02:41:26.856843 fuse.DEBUG Op 0x00000516 connection.go:395] <- ReadFile (inode 6, handle 1, offset 168689664, 131072 bytes) | |
2015/11/12 02:41:26.857110 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [168689664 131072 168689664] | |
2015/11/12 02:41:26.857132 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.857168 fuse.DEBUG reading 131072 @ 168689664 = 131072, size=4325376 | |
2015/11/12 02:41:26.857192 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.857224 fuse.DEBUG Op 0x00000516 connection.go:474] -> OK | |
2015/11/12 02:41:26.857369 fuse.DEBUG Op 0x00000517 connection.go:395] <- ReadFile (inode 6, handle 1, offset 168820736, 131072 bytes) | |
2015/11/12 02:41:26.857643 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [168820736 131072 168820736] | |
2015/11/12 02:41:26.857665 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.857701 fuse.DEBUG reading 131072 @ 168820736 = 131072, size=4194304 | |
2015/11/12 02:41:26.857722 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.857747 fuse.DEBUG Op 0x00000517 connection.go:474] -> OK | |
2015/11/12 02:41:26.857885 fuse.DEBUG Op 0x00000518 connection.go:395] <- ReadFile (inode 6, handle 1, offset 168951808, 131072 bytes) | |
2015/11/12 02:41:26.858010 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [168951808 131072 168951808] | |
2015/11/12 02:41:26.858031 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.858068 fuse.DEBUG reading 131072 @ 168951808 = 131072, size=4063232 | |
2015/11/12 02:41:26.858088 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.858134 fuse.DEBUG Op 0x00000518 connection.go:474] -> OK | |
2015/11/12 02:41:26.858263 fuse.DEBUG Op 0x00000519 connection.go:395] <- ReadFile (inode 6, handle 1, offset 169082880, 131072 bytes) | |
2015/11/12 02:41:26.858515 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [169082880 131072 169082880] | |
2015/11/12 02:41:26.858536 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.858574 fuse.DEBUG reading 131072 @ 169082880 = 131072, size=3932160 | |
2015/11/12 02:41:26.858599 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.858638 fuse.DEBUG Op 0x00000519 connection.go:474] -> OK | |
2015/11/12 02:41:26.858767 fuse.DEBUG Op 0x0000051a connection.go:395] <- ReadFile (inode 6, handle 1, offset 169213952, 131072 bytes) | |
2015/11/12 02:41:26.858895 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [169213952 131072 169213952] | |
2015/11/12 02:41:26.858919 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.858957 fuse.DEBUG reading 131072 @ 169213952 = 131072, size=3801088 | |
2015/11/12 02:41:26.858981 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.859012 fuse.DEBUG Op 0x0000051a connection.go:474] -> OK | |
2015/11/12 02:41:26.859137 fuse.DEBUG Op 0x0000051b connection.go:395] <- ReadFile (inode 6, handle 1, offset 169345024, 131072 bytes) | |
2015/11/12 02:41:26.859469 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [169345024 131072 169345024] | |
2015/11/12 02:41:26.859490 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.859529 fuse.DEBUG reading 131072 @ 169345024 = 131072, size=3670016 | |
2015/11/12 02:41:26.859554 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.859590 fuse.DEBUG Op 0x0000051b connection.go:474] -> OK | |
2015/11/12 02:41:26.859709 fuse.DEBUG Op 0x0000051c connection.go:395] <- ReadFile (inode 6, handle 1, offset 169476096, 131072 bytes) | |
2015/11/12 02:41:26.859848 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [169476096 131072 169476096] | |
2015/11/12 02:41:26.859871 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.859928 fuse.DEBUG reading 131072 @ 169476096 = 131072, size=3538944 | |
2015/11/12 02:41:26.859953 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.859980 fuse.DEBUG Op 0x0000051c connection.go:474] -> OK | |
2015/11/12 02:41:26.860117 fuse.DEBUG Op 0x0000051d connection.go:395] <- ReadFile (inode 6, handle 1, offset 169607168, 131072 bytes) | |
2015/11/12 02:41:26.860537 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [169607168 131072 169607168] | |
2015/11/12 02:41:26.860557 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.860592 fuse.DEBUG reading 131072 @ 169607168 = 131072, size=3407872 | |
2015/11/12 02:41:26.860610 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.860643 fuse.DEBUG Op 0x0000051d connection.go:474] -> OK | |
2015/11/12 02:41:26.860766 fuse.DEBUG Op 0x0000051e connection.go:395] <- ReadFile (inode 6, handle 1, offset 169738240, 131072 bytes) | |
2015/11/12 02:41:26.860822 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [169738240 131072 169738240] | |
2015/11/12 02:41:26.860839 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.860875 fuse.DEBUG reading 131072 @ 169738240 = 131072, size=3276800 | |
2015/11/12 02:41:26.860891 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.860911 fuse.DEBUG Op 0x0000051e connection.go:474] -> OK | |
2015/11/12 02:41:26.861031 fuse.DEBUG Op 0x0000051f connection.go:395] <- ReadFile (inode 6, handle 1, offset 169869312, 131072 bytes) | |
2015/11/12 02:41:26.861085 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [169869312 131072 169869312] | |
2015/11/12 02:41:26.861105 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.861143 fuse.DEBUG reading 131072 @ 169869312 = 131072, size=3145728 | |
2015/11/12 02:41:26.861161 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.861181 fuse.DEBUG Op 0x0000051f connection.go:474] -> OK | |
2015/11/12 02:41:26.861295 fuse.DEBUG Op 0x00000520 connection.go:395] <- ReadFile (inode 6, handle 1, offset 170000384, 131072 bytes) | |
2015/11/12 02:41:26.861349 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [170000384 131072 170000384] | |
2015/11/12 02:41:26.861365 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.861400 fuse.DEBUG reading 131072 @ 170000384 = 131072, size=3014656 | |
2015/11/12 02:41:26.861417 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.861437 fuse.DEBUG Op 0x00000520 connection.go:474] -> OK | |
2015/11/12 02:41:26.861551 fuse.DEBUG Op 0x00000521 connection.go:395] <- ReadFile (inode 6, handle 1, offset 170131456, 131072 bytes) | |
2015/11/12 02:41:26.861605 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [170131456 131072 170131456] | |
2015/11/12 02:41:26.861619 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.861658 fuse.DEBUG reading 131072 @ 170131456 = 131072, size=2883584 | |
2015/11/12 02:41:26.861676 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.861697 fuse.DEBUG Op 0x00000521 connection.go:474] -> OK | |
2015/11/12 02:41:26.861812 fuse.DEBUG Op 0x00000522 connection.go:395] <- ReadFile (inode 6, handle 1, offset 170262528, 131072 bytes) | |
2015/11/12 02:41:26.861867 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [170262528 131072 170262528] | |
2015/11/12 02:41:26.861882 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.861917 fuse.DEBUG reading 131072 @ 170262528 = 131072, size=2752512 | |
2015/11/12 02:41:26.861932 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.861953 fuse.DEBUG Op 0x00000522 connection.go:474] -> OK | |
2015/11/12 02:41:26.862075 fuse.DEBUG Op 0x00000523 connection.go:395] <- ReadFile (inode 6, handle 1, offset 170393600, 131072 bytes) | |
2015/11/12 02:41:26.862154 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [170393600 131072 170393600] | |
2015/11/12 02:41:26.862171 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.862209 fuse.DEBUG reading 131072 @ 170393600 = 131072, size=2621440 | |
2015/11/12 02:41:26.862226 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.862249 fuse.DEBUG Op 0x00000523 connection.go:474] -> OK | |
2015/11/12 02:41:26.862368 fuse.DEBUG Op 0x00000524 connection.go:395] <- ReadFile (inode 6, handle 1, offset 170524672, 131072 bytes) | |
2015/11/12 02:41:26.862423 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [170524672 131072 170524672] | |
2015/11/12 02:41:26.862439 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.862474 fuse.DEBUG reading 131072 @ 170524672 = 131072, size=2490368 | |
2015/11/12 02:41:26.862490 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.862510 fuse.DEBUG Op 0x00000524 connection.go:474] -> OK | |
2015/11/12 02:41:26.862624 fuse.DEBUG Op 0x00000525 connection.go:395] <- ReadFile (inode 6, handle 1, offset 170655744, 131072 bytes) | |
2015/11/12 02:41:26.862676 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [170655744 131072 170655744] | |
2015/11/12 02:41:26.862690 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.862725 fuse.DEBUG reading 131072 @ 170655744 = 131072, size=2359296 | |
2015/11/12 02:41:26.862743 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.862764 fuse.DEBUG Op 0x00000525 connection.go:474] -> OK | |
2015/11/12 02:41:26.862876 fuse.DEBUG Op 0x00000526 connection.go:395] <- ReadFile (inode 6, handle 1, offset 170786816, 131072 bytes) | |
2015/11/12 02:41:26.862930 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [170786816 131072 170786816] | |
2015/11/12 02:41:26.862947 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.862984 fuse.DEBUG reading 131072 @ 170786816 = 131072, size=2228224 | |
2015/11/12 02:41:26.862999 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.863018 fuse.DEBUG Op 0x00000526 connection.go:474] -> OK | |
2015/11/12 02:41:26.863129 fuse.DEBUG Op 0x00000527 connection.go:395] <- ReadFile (inode 6, handle 1, offset 170917888, 131072 bytes) | |
2015/11/12 02:41:26.863182 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [170917888 131072 170917888] | |
2015/11/12 02:41:26.863195 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.863237 fuse.DEBUG reading 131072 @ 170917888 = 131072, size=2097152 | |
2015/11/12 02:41:26.863259 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.863280 fuse.DEBUG Op 0x00000527 connection.go:474] -> OK | |
2015/11/12 02:41:26.863401 fuse.DEBUG Op 0x00000528 connection.go:395] <- ReadFile (inode 6, handle 1, offset 171048960, 131072 bytes) | |
2015/11/12 02:41:26.863456 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [171048960 131072 171048960] | |
2015/11/12 02:41:26.863473 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.863518 fuse.DEBUG reading 131072 @ 171048960 = 131072, size=1966080 | |
2015/11/12 02:41:26.863534 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.863559 fuse.DEBUG Op 0x00000528 connection.go:474] -> OK | |
2015/11/12 02:41:26.863668 fuse.DEBUG Op 0x00000529 connection.go:395] <- ReadFile (inode 6, handle 1, offset 171180032, 131072 bytes) | |
2015/11/12 02:41:26.863719 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [171180032 131072 171180032] | |
2015/11/12 02:41:26.863733 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.863769 fuse.DEBUG reading 131072 @ 171180032 = 131072, size=1835008 | |
2015/11/12 02:41:26.863786 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.863807 fuse.DEBUG Op 0x00000529 connection.go:474] -> OK | |
2015/11/12 02:41:26.863919 fuse.DEBUG Op 0x0000052a connection.go:395] <- ReadFile (inode 6, handle 1, offset 171311104, 131072 bytes) | |
2015/11/12 02:41:26.863974 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [171311104 131072 171311104] | |
2015/11/12 02:41:26.863989 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.864033 fuse.DEBUG reading 131072 @ 171311104 = 131072, size=1703936 | |
2015/11/12 02:41:26.864049 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.864068 fuse.DEBUG Op 0x0000052a connection.go:474] -> OK | |
2015/11/12 02:41:26.864177 fuse.DEBUG Op 0x0000052b connection.go:395] <- ReadFile (inode 6, handle 1, offset 171442176, 131072 bytes) | |
2015/11/12 02:41:26.864230 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [171442176 131072 171442176] | |
2015/11/12 02:41:26.864244 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.864278 fuse.DEBUG reading 131072 @ 171442176 = 131072, size=1572864 | |
2015/11/12 02:41:26.864295 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.864326 fuse.DEBUG Op 0x0000052b connection.go:474] -> OK | |
2015/11/12 02:41:26.864488 fuse.DEBUG Op 0x0000052c connection.go:395] <- ReadFile (inode 6, handle 1, offset 171573248, 131072 bytes) | |
2015/11/12 02:41:26.864621 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [171573248 131072 171573248] | |
2015/11/12 02:41:26.864653 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.864702 fuse.DEBUG reading 131072 @ 171573248 = 131072, size=1441792 | |
2015/11/12 02:41:26.864732 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.864769 fuse.DEBUG Op 0x0000052c connection.go:474] -> OK | |
2015/11/12 02:41:26.864920 fuse.DEBUG Op 0x0000052d connection.go:395] <- ReadFile (inode 6, handle 1, offset 171704320, 131072 bytes) | |
2015/11/12 02:41:26.865222 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [171704320 131072 171704320] | |
2015/11/12 02:41:26.865250 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.865282 fuse.DEBUG reading 131072 @ 171704320 = 131072, size=1310720 | |
2015/11/12 02:41:26.865306 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.865339 fuse.DEBUG Op 0x0000052d connection.go:474] -> OK | |
2015/11/12 02:41:26.865528 fuse.DEBUG Op 0x0000052e connection.go:395] <- ReadFile (inode 6, handle 1, offset 171835392, 131072 bytes) | |
2015/11/12 02:41:26.865980 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [171835392 131072 171835392] | |
2015/11/12 02:41:26.866002 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.866037 fuse.DEBUG reading 131072 @ 171835392 = 131072, size=1179648 | |
2015/11/12 02:41:26.866059 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.866106 fuse.DEBUG Op 0x0000052e connection.go:474] -> OK | |
2015/11/12 02:41:26.866262 fuse.DEBUG Op 0x0000052f connection.go:395] <- ReadFile (inode 6, handle 1, offset 171966464, 131072 bytes) | |
2015/11/12 02:41:26.866548 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [171966464 131072 171966464] | |
2015/11/12 02:41:26.866579 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.866634 fuse.DEBUG reading 131072 @ 171966464 = 131072, size=1048576 | |
2015/11/12 02:41:26.866657 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.866683 fuse.DEBUG Op 0x0000052f connection.go:474] -> OK | |
2015/11/12 02:41:26.866827 fuse.DEBUG Op 0x00000530 connection.go:395] <- ReadFile (inode 6, handle 1, offset 172097536, 131072 bytes) | |
2015/11/12 02:41:26.867124 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [172097536 131072 172097536] | |
2015/11/12 02:41:26.867145 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.867176 fuse.DEBUG reading 131072 @ 172097536 = 131072, size=917504 | |
2015/11/12 02:41:26.867200 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.867249 fuse.DEBUG Op 0x00000530 connection.go:474] -> OK | |
2015/11/12 02:41:26.867417 fuse.DEBUG Op 0x00000531 connection.go:395] <- ReadFile (inode 6, handle 1, offset 172228608, 131072 bytes) | |
2015/11/12 02:41:26.867666 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [172228608 131072 172228608] | |
2015/11/12 02:41:26.867716 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.867747 fuse.DEBUG reading 131072 @ 172228608 = 131072, size=786432 | |
2015/11/12 02:41:26.867764 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.867785 fuse.DEBUG Op 0x00000531 connection.go:474] -> OK | |
2015/11/12 02:41:26.867976 fuse.DEBUG Op 0x00000532 connection.go:395] <- ReadFile (inode 6, handle 1, offset 172359680, 131072 bytes) | |
2015/11/12 02:41:26.868224 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [172359680 131072 172359680] | |
2015/11/12 02:41:26.868247 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.868276 fuse.DEBUG reading 131072 @ 172359680 = 131072, size=655360 | |
2015/11/12 02:41:26.868293 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.868321 fuse.DEBUG Op 0x00000532 connection.go:474] -> OK | |
2015/11/12 02:41:26.868451 fuse.DEBUG Op 0x00000533 connection.go:395] <- ReadFile (inode 6, handle 1, offset 172490752, 131072 bytes) | |
2015/11/12 02:41:26.868745 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [172490752 131072 172490752] | |
2015/11/12 02:41:26.868769 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.868841 fuse.DEBUG reading 131072 @ 172490752 = 131072, size=524288 | |
2015/11/12 02:41:26.868865 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.868900 fuse.DEBUG Op 0x00000533 connection.go:474] -> OK | |
2015/11/12 02:41:26.869067 fuse.DEBUG Op 0x00000534 connection.go:395] <- ReadFile (inode 6, handle 1, offset 172621824, 131072 bytes) | |
2015/11/12 02:41:26.869142 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [172621824 131072 172621824] | |
2015/11/12 02:41:26.869160 fuse.DEBUG trying to read 131072 bytes | |
2015/11/12 02:41:26.869191 fuse.DEBUG reading 131072 @ 172621824 = 131072, size=393216 | |
2015/11/12 02:41:26.869228 fuse.DEBUG < ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [131072] | |
2015/11/12 02:41:26.869251 fuse.DEBUG Op 0x00000534 connection.go:474] -> OK | |
2015/11/12 02:41:26.869401 fuse.DEBUG Op 0x00000535 connection.go:395] <- ReadFile (inode 6, handle 1, offset 172752896, 131072 bytes) | |
2015/11/12 02:41:26.869746 fuse.DEBUG ReadFile 6 2015/06/19/67365aaf-b53d-46a4-b26f-8bd61dbabd25/ENCFF531KNS.fastq.gz [172752896 131072 172752896] | |
2015/11/12 02:41:26.869780 fuse.DEBUG trying to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment