I hereby claim:
- I am vielmetti on github.
- I am vielmetti (https://keybase.io/vielmetti) on keybase.
- I have a public key ASBrewqWxjAQmo3tbep9luBqosoX1_TdmV8w1btRTw69MAo
To claim this, I am signing this object:
cfg: version 1.14.0-dev (6dc035ed9 2016-10-15) | |
cfg: build triple aarch64-unknown-linux-gnu | |
cfg: host triples aarch64-unknown-linux-gnu | |
cfg: target triples aarch64-unknown-linux-gnu | |
cfg: host for aarch64-unknown-linux-gnu is aarch64 | |
cfg: os for aarch64-unknown-linux-gnu is unknown-linux-gnu | |
cfg: have good valgrind for aarch64-unknown-linux-gnu | |
cfg: using CC=gcc (CFG_CC) | |
cfg: disabling valgrind run-pass tests | |
cfg: including test rules |
cfg: version 1.14.0-dev (6dc035ed9 2016-10-15) | |
cfg: build triple aarch64-unknown-linux-gnu | |
cfg: host triples aarch64-unknown-linux-gnu | |
cfg: target triples aarch64-unknown-linux-gnu | |
cfg: host for aarch64-unknown-linux-gnu is aarch64 | |
cfg: os for aarch64-unknown-linux-gnu is unknown-linux-gnu | |
cfg: have good valgrind for aarch64-unknown-linux-gnu | |
cfg: using CC=gcc (CFG_CC) | |
cfg: disabling valgrind run-pass tests | |
cfg: including test rules |
cfg: version 1.14.0-dev (6dc035ed9 2016-10-15) | |
cfg: build triple aarch64-unknown-linux-gnu | |
cfg: host triples aarch64-unknown-linux-gnu | |
cfg: target triples aarch64-unknown-linux-gnu | |
cfg: host for aarch64-unknown-linux-gnu is aarch64 | |
cfg: os for aarch64-unknown-linux-gnu is unknown-linux-gnu | |
cfg: have good valgrind for aarch64-unknown-linux-gnu | |
cfg: using CC=gcc (CFG_CC) | |
cfg: disabling valgrind run-pass tests | |
cfg: including test rules |
cfg: version 1.14.0-dev (6dc035ed9 2016-10-15) | |
cfg: build triple aarch64-unknown-linux-gnu | |
cfg: host triples aarch64-unknown-linux-gnu | |
cfg: target triples aarch64-unknown-linux-gnu | |
cfg: host for aarch64-unknown-linux-gnu is aarch64 | |
cfg: os for aarch64-unknown-linux-gnu is unknown-linux-gnu | |
cfg: have good valgrind for aarch64-unknown-linux-gnu | |
cfg: using CC=gcc (CFG_CC) | |
cfg: disabling valgrind run-pass tests | |
cfg: including test rules |
cfg: version 1.14.0-dev (6dc035ed9 2016-10-15) | |
cfg: build triple aarch64-unknown-linux-gnu | |
cfg: host triples aarch64-unknown-linux-gnu | |
cfg: target triples aarch64-unknown-linux-gnu | |
cfg: host for aarch64-unknown-linux-gnu is aarch64 | |
cfg: os for aarch64-unknown-linux-gnu is unknown-linux-gnu | |
cfg: have good valgrind for aarch64-unknown-linux-gnu | |
cfg: using CC=gcc (CFG_CC) | |
cfg: disabling valgrind run-pass tests | |
cfg: including test rules |
root@armv8hello:~/src/dsdbench# cat bench.out | |
PASS | |
BenchmarkCreateEmptyLayer-96 10 116150500 ns/op | |
BenchmarkGetSingleBaseMount-96 5000 368458 ns/op | |
BenchmarkGet20BaseMount-96 2000 975715 ns/op | |
BenchmarkGet50BaseMount-96 1000 1886877 ns/op | |
BenchmarkGet100BaseMount-96 --- FAIL: BenchmarkGet100BaseMount-96 | |
bench_test.go:110: Failed to create layer chain: error creating overlay mount to /tmp/layer-test-149274786/overlay2/5e2c43486c8f17fd3b62738ed78d14a27bee1cd9392d8e89ea4c89e4709b4bea/merged: no such file or directory | |
failed to mount | |
dsdbench.CreateLayer |
=== RUN TestLayerFileUpdate | |
--- PASS: TestLayerFileUpdate (4.44s) | |
=== RUN TestRemoveDirectoryInLowerLayer | |
--- FAIL: TestRemoveDirectoryInLowerLayer (0.43s) | |
issues_test.go:82: Layer check failure: directory diff between /tmp/layer-test-309356521/overlay2/f023cea8b919babb033fd388c40d1a9d4b0e78f73107e684b23f28c0c40c2171/merged and /tmp/check-layer246053165 | |
+ /lib/not-hidden | |
~ /lib(20000000755) -> /lib(20000000700) | |
dsdbench.CheckDirectoryEqual | |
/root/src/dsdbench/test_util.go:414 |
time="2016-10-13T15:33:39Z" level=error msg="Can't add file /tmp/aufs-tests/aufs/diff/1/test_file to tar: lstat /tmp/aufs-tests/aufs/diff/1/test_file: no such file or directory" | |
time="2016-10-13T15:33:41Z" level=warning msg="Couldn't run auplink before unmount /tmp/aufs-tests/aufs/mnt/44cb730c420480a0477b505ae68af508fb90f96cf0ec54c6ad16949dd427f13a: exit status 22" | |
time="2016-10-13T15:33:41Z" level=warning msg="Couldn't run auplink before unmount /tmp/aufs-tests/aufs/mnt/71ee45a3c0db9a9865f7313dd3372cf60dca6479d46261f3542eb9346e4a04d6: exit status 22" | |
time="2016-10-13T15:33:41Z" level=warning msg="Couldn't run auplink before unmount /tmp/aufs-tests/aufs/mnt/811786ad1ae74adfdd20dd0372abaaebc6246e343aebd01da0bfc4c02bf0106c: exit status 22" | |
time="2016-10-13T15:33:41Z" level=warning msg="Couldn't run auplink before unmount /tmp/aufs-tests/aufs/mnt/25fc0e7096fc653718202dc30b0c580b8ab87eac11a700cba03a7c021bc35b0c: exit status 22" | |
time="2016-10-13T15:33:41Z" level=warning msg="Couldn't run auplink before unmoun |
//Find an extension or plugin that let's you run your own javascript on a page | |
//I'm using "Custom JavaScript for websites" in Chrome. | |
//Replace the array with the route numbers you care about. Just the number | |
var routesYouCareAbout = [5, 6, 62]; | |
window.onload = function() { | |
//Loop through the numbers in the array and click them | |
for(i = 0; i < routesYouCareAbout.length; i++) { | |
document.getElementById("chk" + routesYouCareAbout[i]).click(); |
I hereby claim:
To claim this, I am signing this object: