Skip to content

Instantly share code, notes, and snippets.

@dpino
Created March 3, 2016 11:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dpino/b05861d3e956462efac9 to your computer and use it in GitHub Desktop.
Save dpino/b05861d3e956462efac9 to your computer and use it in GitHub Desktop.
Host: Linux snabb1 3.18.24 x86_64 Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz
Image: eugeneia/snabb-nfv-test
Pull Request: #274
Current Head: a87632fcac922415cbfcec763a86b53d9a7ebc99
Pull Request Head: b3354868b195fa82dd7f726eb0465ac0a9b58633
ERROR: Failed to build 274
From https://github.com/igalia/snabbswitch
* [new ref] refs/pull/274/head -> pr274
Switched to branch 'pr274'
Auto-merging src/program/top/top.lua
Auto-merging src/core/app.lua
Merge made by the 'recursive' strategy.
src/README.md | 5 +
src/apps/rate_limiter/README.md | 15 +-
src/apps/rate_limiter/rate_limiter.lua | 26 ++-
src/core/app.lua | 9 +
src/lib/histogram.lua | 252 +++++++++++++++++++++
src/program/lwaftr/Makefile | 7 +-
src/program/lwaftr/README | 18 +-
src/program/lwaftr/doc/CHANGELOG.md | 6 +-
src/program/lwaftr/doc/README.benchmarking.md | 10 +-
src/program/lwaftr/doc/README.bindingtable.md | 4 +-
src/program/lwaftr/doc/README.md | 4 +-
src/program/lwaftr/doc/README.ndp.md | 2 +-
src/program/lwaftr/doc/README.rfccompliance.md | 16 +-
src/program/lwaftr/doc/README.running.md | 2 +-
src/program/lwaftr/doc/benchmarks-v1.0/Makefile | 8 +-
src/program/lwaftr/loadtest/loadtest.lua | 10 +-
src/program/lwaftr/run/README | 7 +-
src/program/lwaftr/run/run.lua | 23 +-
.../lwaftr/tests/end-to-end/end-to-end-vlan.sh | 2 +-
src/program/lwaftr/tests/end-to-end/end-to-end.sh | 2 +-
src/program/lwaftr/transient/transient.lua | 10 +-
src/program/snabbnfv/nfvconfig.lua | 6 +-
src/program/top/top.lua | 18 ++
23 files changed, 399 insertions(+), 63 deletions(-)
create mode 100644 src/lib/histogram.lua
Post http:///var/run/docker.sock/v1.20/containers/create: dial unix /var/run/docker.sock: no such file or directory.
* Are you trying to connect to a TLS-enabled daemon without TLS?
* Is your docker daemon up and running?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment