Home - shuwens/NetBricks GitHub Wiki
Welcome to the NetBricks wiki! For the documentation please see here
This fork is setup for the purpose of my own research
- dev should maintain all of my changes
- beta should have all the stable changes I made
Netbricks status
building nightly
Finished w/o error
However, for `clippy` or `rls`, we need to stick to 2018-12-31 for example.
cargo check
passed successfully
./build.sh doc
Finished w/o error
./build.sh build_test *
Finished w/o error
./build.sh test
Failed on tcp_payload (???)
add instrumentation to understand it
./build.sh lint
clippy crate is causing problem.
error[E0463]: can't find crate for `clippy`
--> framework/src/lib.rs:21:37
|
21 | #![cfg_attr(feature = "dev", plugin(clippy))]
| ^^^^^^ can't find crate
error: aborting due to previous error
For more information about this error, try `rustc --explain E0463`.
error: Could not compile `e2d2`.
NetBricks Containers
debian:testing??? ubuntu???
./build.sh build_container
Failed: i128 unstable
Experiment recreate
what do I need