[INFO] crate nng_async 0.2.0 is already in cache
[INFO] checking nng_async-0.2.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate nng_async 0.2.0 into /workspace/builds/worker-14/source
[INFO] validating manifest of crates.io crate nng_async 0.2.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate nng_async 0.2.0
[INFO] finished tweaking crates.io crate nng_async 0.2.0
[INFO] tweaked toml for crates.io crate nng_async 0.2.0 written to /workspace/builds/worker-14/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 9793b60d33c349ed257159a2ae7c15ea34066ab03ce5ad8a30450645fb5c8812
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "9793b60d33c349ed257159a2ae7c15ea34066ab03ce5ad8a30450645fb5c8812"`
[INFO] [stderr]    Compiling runng-sys v1.1.2-rc.1
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]     Checking futures-util-preview v0.3.0-alpha.19
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling runng_derive v0.2.0
[INFO] [stderr]     Checking futures-executor-preview v0.3.0-alpha.19
[INFO] [stderr]    Compiling synstructure v0.12.3
[INFO] [stderr]     Checking futures-preview v0.3.0-alpha.19
[INFO] [stderr]     Checking futures-timer v0.3.0
[INFO] [stderr]    Compiling failure_derive v0.1.7
[INFO] [stderr]     Checking failure v0.1.7
[INFO] [stderr]     Checking nng_async v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]  --> tests/common/mod.rs:9:9
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub use runng::{asyncio, msg::NngMsg, protocol, NngErrno};
[INFO] [stderr]   |         ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]  --> tests/tests/mem_tests.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use runng::mem::*;
[INFO] [stderr]   |     ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]  --> tests/tests/options_tests.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use runng::{
[INFO] [stderr]   |     ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]  --> tests/tests/stream_tests.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use runng::{
[INFO] [stderr]   |     ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]  --> tests/tests/broker_tests.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use runng::{
[INFO] [stderr]   |     ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]  --> tests/tests/bus_tests.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use runng::{
[INFO] [stderr]   |     ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]  --> tests/tests/future_tests.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use runng::{asyncio::*, factory::compat::ProtocolFactory, msg::NngMsg, socket::*};
[INFO] [stderr]   |     ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]  --> tests/tests/pair_tests.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use runng::{
[INFO] [stderr]   |     ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]  --> tests/tests/pipe_tests.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | use runng::{factory::latest::ProtocolFactory, pipe::*, socket::*};
[INFO] [stderr]   |     ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]  --> tests/tests/pubsub_tests.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use runng::{
[INFO] [stderr]   |     ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]  --> tests/tests/pushpull_tests.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use runng::{
[INFO] [stderr]   |     ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]  --> tests/tests/reqrep_tests.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use runng::{
[INFO] [stderr]   |     ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `runng`, `runng::asyncio::*`, `runng::options::NngOption`, `runng::options::SetOpts`, `runng::protocol::*`, `runng::socket::*`, `runng::asyncio::*`, `runng::options::NngOption`, `runng::options::SetOpts`, `runng::socket::*`, `runng::asyncio::*`, `runng::factory::compat::ProtocolFactory`, `runng::msg::NngMsg`, `runng::socket::*`, `runng::factory::latest::ProtocolFactory`, `runng::options::GetOpts`, `runng::options::NngOption`, `runng::asyncio::*`, `runng::factory::latest::ProtocolFactory`, `runng::options::NngOption`, `runng::options::SetOpts`, `runng::socket::*`, `runng::factory::latest::ProtocolFactory`, `runng::pipe::*`, `runng::socket::*`, `runng::asyncio::*`, `runng::factory::latest::ProtocolFactory`, `runng::options::NngOption`, `runng::options::SetOpts`, `runng::protocol::Subscribe`, `runng::socket::*`, `runng::asyncio::*`, `runng::options::NngOption`, `runng::options::SetOpts`, `runng::socket::*`, `runng::asyncio::*`, `runng::factory::latest::ProtocolFactory`
[INFO] [stderr]  --> tests/common/mod.rs:9:9
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub use runng::{asyncio, msg::NngMsg, protocol, NngErrno};
[INFO] [stderr]   |         ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr]   | 
[INFO] [stderr]  ::: tests/tests/broker_tests.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 |     asyncio::*,
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr] 5 |     options::{NngOption, SetOpts},
[INFO] [stderr]   |               ^^^^^^^^^  ^^^^^^^
[INFO] [stderr] 6 |     protocol::*,
[INFO] [stderr]   |     ^^^^^^^^^^^
[INFO] [stderr] 7 |     socket::*,
[INFO] [stderr]   |     ^^^^^^^^^
[INFO] [stderr]   | 
[INFO] [stderr]  ::: tests/tests/bus_tests.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 |     asyncio::*,
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr] 5 |     options::{NngOption, SetOpts},
[INFO] [stderr]   |               ^^^^^^^^^  ^^^^^^^
[INFO] [stderr] 6 |     socket::*,
[INFO] [stderr]   |     ^^^^^^^^^
[INFO] [stderr]   | 
[INFO] [stderr]  ::: tests/tests/future_tests.rs:3:13
[INFO] [stderr]   |
[INFO] [stderr] 3 | use runng::{asyncio::*, factory::compat::ProtocolFactory, msg::NngMsg, socket::*};
[INFO] [stderr]   |             ^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stderr]   | 
[INFO] [stderr]  ::: tests/tests/options_tests.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 |     factory::latest::ProtocolFactory,
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 4 |     options::{GetOpts, NngOption},
[INFO] [stderr]   |               ^^^^^^^  ^^^^^^^^^
[INFO] [stderr]   | 
[INFO] [stderr]  ::: tests/tests/pair_tests.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 |     asyncio::*,
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr] 4 |     factory::latest::ProtocolFactory,
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 5 |     options::{NngOption, SetOpts},
[INFO] [stderr]   |               ^^^^^^^^^  ^^^^^^^
[INFO] [stderr] 6 |     socket::*,
[INFO] [stderr]   |     ^^^^^^^^^
[INFO] [stderr]   | 
[INFO] [stderr]  ::: tests/tests/pipe_tests.rs:4:13
[INFO] [stderr]   |
[INFO] [stderr] 4 | use runng::{factory::latest::ProtocolFactory, pipe::*, socket::*};
[INFO] [stderr]   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^  ^^^^^^^^^
[INFO] [stderr]   | 
[INFO] [stderr]  ::: tests/tests/pubsub_tests.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 |     asyncio::*,
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr] 5 |     factory::latest::ProtocolFactory,
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 6 |     options::{NngOption, SetOpts},
[INFO] [stderr]   |               ^^^^^^^^^  ^^^^^^^
[INFO] [stderr] 7 |     protocol::Subscribe,
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 8 |     socket::*,
[INFO] [stderr]   |     ^^^^^^^^^
[INFO] [stderr]   | 
[INFO] [stderr]  ::: tests/tests/pushpull_tests.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 |     asyncio::*,
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr] 4 |     options::{NngOption, SetOpts},
[INFO] [stderr]   |               ^^^^^^^^^  ^^^^^^^
[INFO] [stderr] 5 |     socket::*,
[INFO] [stderr]   |     ^^^^^^^^^
[INFO] [stderr]   | 
[INFO] [stderr]  ::: tests/tests/reqrep_tests.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 |     asyncio::*,
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr] 5 |     factory::latest::ProtocolFactory,
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]  --> tests/tests/stats_tests.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use runng::{factory::compat::ProtocolFactory, socket::*, stats::*};
[INFO] [stderr]   |     ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/test_main.rs:22:9
[INFO] [stderr]    |
[INFO] [stderr] 22 |     use runng::{asyncio::*, factory::latest::ProtocolFactory, protocol::*, *};
[INFO] [stderr]    |         ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `runng`, `runng::options::NngOption`, `runng::options::SetOpts`, `runng::socket::*`, `runng::factory::compat::ProtocolFactory`, `runng::socket::*`, `runng::stats::*`, `runng::options::GetOpts`, `runng::options::NngOption`, `runng::asyncio::*`, `runng::factory::latest::ProtocolFactory`, `runng::protocol::*`
[INFO] [stderr]   --> tests/tests/reqrep_tests.rs:3:5
[INFO] [stderr]    |
[INFO] [stderr] 3  | use runng::{
[INFO] [stderr]    |     ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] ...
[INFO] [stderr] 7  |     options::{NngOption, SetOpts},
[INFO] [stderr]    |               ^^^^^^^^^  ^^^^^^^
[INFO] [stderr] 8  |     socket,
[INFO] [stderr] 9  |     socket::*,
[INFO] [stderr]    |     ^^^^^^^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: tests/tests/stats_tests.rs:5:13
[INFO] [stderr]    |
[INFO] [stderr] 5  | use runng::{factory::compat::ProtocolFactory, socket::*, stats::*};
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^  ^^^^^^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: tests/tests/stream_tests.rs:5:15
[INFO] [stderr]    |
[INFO] [stderr] 5  |     options::{GetOpts, NngOption},
[INFO] [stderr]    |               ^^^^^^^  ^^^^^^^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: tests/test_main.rs:22:17
[INFO] [stderr]    |
[INFO] [stderr] 22 |     use runng::{asyncio::*, factory::latest::ProtocolFactory, protocol::*, *};
[INFO] [stderr]    |                 ^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `runng`
[INFO] [stderr]   --> tests/test_main.rs:22:9
[INFO] [stderr]    |
[INFO] [stderr] 22 |     use runng::{asyncio::*, factory::latest::ProtocolFactory, protocol::*, *};
[INFO] [stderr]    |         ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngMsg`
[INFO] [stderr]   --> tests/common/mod.rs:30:5
[INFO] [stderr]    |
[INFO] [stderr] 30 |     NngMsg::new().unwrap()
[INFO] [stderr]    |     ^^^^^^ use of undeclared type or module `NngMsg`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/common/mod.rs:33:31
[INFO] [stderr]    |
[INFO] [stderr] 33 | pub fn not_stop_message(res: &runng::Result<NngMsg>) -> impl Future<Output = bool> {
[INFO] [stderr]    |                               ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/common/mod.rs:58:22
[INFO] [stderr]    |
[INFO] [stderr] 58 | pub fn rand_msg() -> runng::Result<NngMsg> {
[INFO] [stderr]    |                      ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngMsg`
[INFO] [stderr]   --> tests/common/mod.rs:59:19
[INFO] [stderr]    |
[INFO] [stderr] 59 |     let mut msg = NngMsg::with_capacity(128)?;
[INFO] [stderr]    |                   ^^^^^^ use of undeclared type or module `NngMsg`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Pull0`
[INFO] [stderr]   --> tests/tests/broker_tests.rs:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 |     let mut broker_in = Pull0::open()?;
[INFO] [stderr]    |                         ^^^^^ use of undeclared type or module `Pull0`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngOption`
[INFO] [stderr]   --> tests/tests/broker_tests.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |         .set_ms(NngOption::RECVTIMEO, 100)?
[INFO] [stderr]    |                 ^^^^^^^^^ use of undeclared type or module `NngOption`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Push0`
[INFO] [stderr]   --> tests/tests/broker_tests.rs:27:26
[INFO] [stderr]    |
[INFO] [stderr] 27 |     let mut broker_out = Push0::open()?;
[INFO] [stderr]    |                          ^^^^^ use of undeclared type or module `Push0`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/broker_tests.rs:46:21
[INFO] [stderr]    |
[INFO] [stderr] 46 |                 Err(runng::Error::Errno(NngErrno::ETIMEDOUT)) => break,
[INFO] [stderr]    |                     ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Push0`
[INFO] [stderr]   --> tests/tests/broker_tests.rs:57:23
[INFO] [stderr]    |
[INFO] [stderr] 57 |         let mut ctx = Push0::open()?.dial(&in_url)?.create_async()?;
[INFO] [stderr]    |                       ^^^^^ use of undeclared type or module `Push0`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngMsg`
[INFO] [stderr]   --> tests/tests/broker_tests.rs:59:23
[INFO] [stderr]    |
[INFO] [stderr] 59 |             let msg = NngMsg::new()?;
[INFO] [stderr]    |                       ^^^^^^ use of undeclared type or module `NngMsg`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Pull0`
[INFO] [stderr]   --> tests/tests/broker_tests.rs:70:26
[INFO] [stderr]    |
[INFO] [stderr] 70 |         let mut socket = Pull0::open()?;
[INFO] [stderr]    |                          ^^^^^ use of undeclared type or module `Pull0`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngOption`
[INFO] [stderr]   --> tests/tests/broker_tests.rs:71:23
[INFO] [stderr]    |
[INFO] [stderr] 71 |         socket.set_ms(NngOption::RECVTIMEO, 100)?.dial(&out_url)?;
[INFO] [stderr]    |                       ^^^^^^^^^ use of undeclared type or module `NngOption`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/broker_tests.rs:78:21
[INFO] [stderr]    |
[INFO] [stderr] 78 |                 Err(runng::Error::Errno(NngErrno::ETIMEDOUT)) => break,
[INFO] [stderr]    |                     ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/bus_tests.rs:28:25
[INFO] [stderr]    |
[INFO] [stderr] 28 | ) -> thread::JoinHandle<runng::Result<()>> {
[INFO] [stderr]    |                         ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/bus_tests.rs:29:30
[INFO] [stderr]    |
[INFO] [stderr] 29 |     thread::spawn(move || -> runng::Result<()> {
[INFO] [stderr]    |                              ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngOption`
[INFO] [stderr]   --> tests/tests/bus_tests.rs:32:23
[INFO] [stderr]    |
[INFO] [stderr] 32 |         socket.set_ms(NngOption::RECVTIMEO, 100)?.listen(url)?;
[INFO] [stderr]    |                       ^^^^^^^^^ use of undeclared type or module `NngOption`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/bus_tests.rs:72:25
[INFO] [stderr]    |
[INFO] [stderr] 72 |                     Err(runng::Error::Errno(NngErrno::ETIMEDOUT)) => debug!("Read timeout"),
[INFO] [stderr]    |                         ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngMsg`
[INFO] [stderr]   --> tests/tests/bus_tests.rs:76:27
[INFO] [stderr]    |
[INFO] [stderr] 76 |             let mut msg = NngMsg::new()?;
[INFO] [stderr]    |                           ^^^^^^ use of undeclared type or module `NngMsg`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/bus_tests.rs:87:18
[INFO] [stderr]    |
[INFO] [stderr] 87 | fn bus_sync() -> runng::Result<()> {
[INFO] [stderr]    |                  ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]    --> tests/tests/bus_tests.rs:124:25
[INFO] [stderr]     |
[INFO] [stderr] 124 | ) -> thread::JoinHandle<runng::Result<()>> {
[INFO] [stderr]     |                         ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]    --> tests/tests/bus_tests.rs:125:30
[INFO] [stderr]     |
[INFO] [stderr] 125 |     thread::spawn(move || -> runng::Result<()> {
[INFO] [stderr]     |                              ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngOption`
[INFO] [stderr]    --> tests/tests/bus_tests.rs:129:21
[INFO] [stderr]     |
[INFO] [stderr] 129 |             .set_ms(NngOption::RECVTIMEO, 100)?
[INFO] [stderr]     |                     ^^^^^^^^^ use of undeclared type or module `NngOption`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]    --> tests/tests/bus_tests.rs:166:25
[INFO] [stderr]     |
[INFO] [stderr] 166 |                     Err(runng::Error::Errno(NngErrno::ETIMEDOUT)) => debug!("Read timeout"),
[INFO] [stderr]     |                         ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngMsg`
[INFO] [stderr]    --> tests/tests/bus_tests.rs:170:27
[INFO] [stderr]     |
[INFO] [stderr] 170 |             let mut msg = NngMsg::new()?;
[INFO] [stderr]     |                           ^^^^^^ use of undeclared type or module `NngMsg`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]    --> tests/tests/bus_tests.rs:181:13
[INFO] [stderr]     |
[INFO] [stderr] 181 | fn bus() -> runng::Result<()> {
[INFO] [stderr]     |             ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/future_tests.rs:14:26
[INFO] [stderr]    |
[INFO] [stderr] 14 | fn pushpull_timeout() -> runng::Result<()> {
[INFO] [stderr]    |                          ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ProtocolFactory`
[INFO] [stderr]   --> tests/tests/future_tests.rs:16:19
[INFO] [stderr]    |
[INFO] [stderr] 16 |     let factory = ProtocolFactory::default();
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^ use of undeclared type or module `ProtocolFactory`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/future_tests.rs:26:48
[INFO] [stderr]    |
[INFO] [stderr] 26 |     let push_thread = thread::spawn(move || -> runng::Result<()> {
[INFO] [stderr]    |                                                ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngMsg`
[INFO] [stderr]   --> tests/tests/future_tests.rs:38:27
[INFO] [stderr]    |
[INFO] [stderr] 38 |             let mut msg = NngMsg::new()?;
[INFO] [stderr]    |                           ^^^^^^ use of undeclared type or module `NngMsg`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/future_tests.rs:53:48
[INFO] [stderr]    |
[INFO] [stderr] 53 |     let pull_thread = thread::spawn(move || -> runng::Result<()> {
[INFO] [stderr]    |                                                ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]  --> tests/tests/mem_tests.rs:4:16
[INFO] [stderr]   |
[INFO] [stderr] 4 | fn string() -> runng::Result<()> {
[INFO] [stderr]   |                ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngString`
[INFO] [stderr]  --> tests/tests/mem_tests.rs:5:19
[INFO] [stderr]   |
[INFO] [stderr] 5 |     let _unused = NngString::new("test")?;
[INFO] [stderr]   |                   ^^^^^^^^^ use of undeclared type or module `NngString`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngString`
[INFO] [stderr]  --> tests/tests/mem_tests.rs:6:19
[INFO] [stderr]   |
[INFO] [stderr] 6 |     let _unused = NngString::new(vec![0]).expect_err("bytes with nul should fail");
[INFO] [stderr]   |                   ^^^^^^^^^ use of undeclared type or module `NngString`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/mem_tests.rs:11:15
[INFO] [stderr]    |
[INFO] [stderr] 11 | fn alloc() -> runng::Result<()> {
[INFO] [stderr]    |               ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]  --> tests/tests/msg_tests.rs:5:18
[INFO] [stderr]   |
[INFO] [stderr] 5 | fn equality() -> runng::Result<()> {
[INFO] [stderr]   |                  ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngMsg`
[INFO] [stderr]   --> tests/tests/msg_tests.rs:13:25
[INFO] [stderr]    |
[INFO] [stderr] 13 |         let mut other = NngMsg::with_capacity(128)?;
[INFO] [stderr]    |                         ^^^^^^ use of undeclared type or module `NngMsg`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngMsg`
[INFO] [stderr]   --> tests/tests/msg_tests.rs:34:22
[INFO] [stderr]    |
[INFO] [stderr] 34 |         let empty0 = NngMsg::new()?;
[INFO] [stderr]    |                      ^^^^^^ use of undeclared type or module `NngMsg`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngMsg`
[INFO] [stderr]   --> tests/tests/msg_tests.rs:35:22
[INFO] [stderr]    |
[INFO] [stderr] 35 |         let empty1 = NngMsg::new()?;
[INFO] [stderr]    |                      ^^^^^^ use of undeclared type or module `NngMsg`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]  --> tests/tests/options_tests.rs:9:25
[INFO] [stderr]   |
[INFO] [stderr] 9 | fn string_equality() -> runng::Result<()> {
[INFO] [stderr]   |                         ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ProtocolFactory`
[INFO] [stderr]   --> tests/tests/options_tests.rs:11:19
[INFO] [stderr]    |
[INFO] [stderr] 11 |     let factory = ProtocolFactory::default();
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^ use of undeclared type or module `ProtocolFactory`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngOption`
[INFO] [stderr]   --> tests/tests/options_tests.rs:14:36
[INFO] [stderr]    |
[INFO] [stderr] 14 |     let sockname0 = rep.get_string(NngOption::SOCKNAME)?;
[INFO] [stderr]    |                                    ^^^^^^^^^ use of undeclared type or module `NngOption`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngOption`
[INFO] [stderr]   --> tests/tests/options_tests.rs:15:36
[INFO] [stderr]    |
[INFO] [stderr] 15 |     let sockname1 = rep.get_string(NngOption::SOCKNAME)?;
[INFO] [stderr]    |                                    ^^^^^^^^^ use of undeclared type or module `NngOption`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/options_tests.rs:21:15
[INFO] [stderr]    |
[INFO] [stderr] 21 | fn names() -> runng::Result<()> {
[INFO] [stderr]    |               ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngOption`
[INFO] [stderr]   --> tests/tests/options_tests.rs:22:16
[INFO] [stderr]    |
[INFO] [stderr] 22 |     assert_eq!(NngOption::SOCKNAME, NngOption::SOCKNAME);
[INFO] [stderr]    |                ^^^^^^^^^ use of undeclared type or module `NngOption`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngOption`
[INFO] [stderr]   --> tests/tests/options_tests.rs:22:37
[INFO] [stderr]    |
[INFO] [stderr] 22 |     assert_eq!(NngOption::SOCKNAME, NngOption::SOCKNAME);
[INFO] [stderr]    |                                     ^^^^^^^^^ use of undeclared type or module `NngOption`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngOption`
[INFO] [stderr]   --> tests/tests/options_tests.rs:23:16
[INFO] [stderr]    |
[INFO] [stderr] 23 |     assert_ne!(NngOption::SOCKNAME, NngOption::PROTONAME);
[INFO] [stderr]    |                ^^^^^^^^^ use of undeclared type or module `NngOption`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngOption`
[INFO] [stderr]   --> tests/tests/options_tests.rs:23:37
[INFO] [stderr]    |
[INFO] [stderr] 23 |     assert_ne!(NngOption::SOCKNAME, NngOption::PROTONAME);
[INFO] [stderr]    |                                     ^^^^^^^^^ use of undeclared type or module `NngOption`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/pair_tests.rs:29:14
[INFO] [stderr]    |
[INFO] [stderr] 29 | fn pair() -> runng::Result<()> {
[INFO] [stderr]    |              ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ProtocolFactory`
[INFO] [stderr]   --> tests/tests/pair_tests.rs:31:19
[INFO] [stderr]    |
[INFO] [stderr] 31 |     let factory = ProtocolFactory::default();
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^ use of undeclared type or module `ProtocolFactory`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/pair_tests.rs:37:45
[INFO] [stderr]    |
[INFO] [stderr] 37 |     let a_thread = thread::spawn(move || -> runng::Result<()> {
[INFO] [stderr]    |                                             ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngMsg`
[INFO] [stderr]   --> tests/tests/pair_tests.rs:39:19
[INFO] [stderr]    |
[INFO] [stderr] 39 |         let msg = NngMsg::new()?;
[INFO] [stderr]    |                   ^^^^^^ use of undeclared type or module `NngMsg`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/pair_tests.rs:43:45
[INFO] [stderr]    |
[INFO] [stderr] 43 |     let b_thread = thread::spawn(move || -> runng::Result<()> {
[INFO] [stderr]    |                                             ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/pair_tests.rs:55:20
[INFO] [stderr]    |
[INFO] [stderr] 55 | fn pair1_poly() -> runng::Result<()> {
[INFO] [stderr]    |                    ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ProtocolFactory`
[INFO] [stderr]   --> tests/tests/pair_tests.rs:57:19
[INFO] [stderr]    |
[INFO] [stderr] 57 |     let factory = ProtocolFactory::default();
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^ use of undeclared type or module `ProtocolFactory`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngOption`
[INFO] [stderr]   --> tests/tests/pair_tests.rs:61:16
[INFO] [stderr]    |
[INFO] [stderr] 61 |     a.set_bool(NngOption::PAIR1_POLY, true)?
[INFO] [stderr]    |                ^^^^^^^^^ use of undeclared type or module `NngOption`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngOption`
[INFO] [stderr]   --> tests/tests/pair_tests.rs:62:17
[INFO] [stderr]    |
[INFO] [stderr] 62 |         .set_ms(NngOption::RECVTIMEO, 100)?
[INFO] [stderr]    |                 ^^^^^^^^^ use of undeclared type or module `NngOption`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngOption`
[INFO] [stderr]   --> tests/tests/pair_tests.rs:63:17
[INFO] [stderr]    |
[INFO] [stderr] 63 |         .set_ms(NngOption::SENDTIMEO, 100)?;
[INFO] [stderr]    |                 ^^^^^^^^^ use of undeclared type or module `NngOption`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngOption`
[INFO] [stderr]   --> tests/tests/pair_tests.rs:67:14
[INFO] [stderr]    |
[INFO] [stderr] 67 |     b.set_ms(NngOption::RECVTIMEO, 100)?
[INFO] [stderr]    |              ^^^^^^^^^ use of undeclared type or module `NngOption`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngOption`
[INFO] [stderr]   --> tests/tests/pair_tests.rs:68:17
[INFO] [stderr]    |
[INFO] [stderr] 68 |         .set_ms(NngOption::SENDTIMEO, 100)?;
[INFO] [stderr]    |                 ^^^^^^^^^ use of undeclared type or module `NngOption`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/pair_tests.rs:78:47
[INFO] [stderr]    |
[INFO] [stderr] 78 |         let thread = thread::spawn(move || -> runng::Result<()> {
[INFO] [stderr]    |                                               ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/pair_tests.rs:92:25
[INFO] [stderr]    |
[INFO] [stderr] 92 |                     Err(runng::Error::Errno(NngErrno::ETIMEDOUT)) => break,
[INFO] [stderr]    |                         ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]    --> tests/tests/pair_tests.rs:112:47
[INFO] [stderr]     |
[INFO] [stderr] 112 |         let thread = thread::spawn(move || -> runng::Result<()> {
[INFO] [stderr]     |                                               ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngMsg`
[INFO] [stderr]    --> tests/tests/pair_tests.rs:116:31
[INFO] [stderr]     |
[INFO] [stderr] 116 |                 let mut msg = NngMsg::new()?;
[INFO] [stderr]     |                               ^^^^^^ use of undeclared type or module `NngMsg`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]    --> tests/tests/pair_tests.rs:120:25
[INFO] [stderr]     |
[INFO] [stderr] 120 |                     Err(runng::Error::Errno(NngErrno::ETIMEDOUT)) => break,
[INFO] [stderr]     |                         ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]    --> tests/tests/pair_tests.rs:137:25
[INFO] [stderr]     |
[INFO] [stderr] 137 |                     Err(runng::Error::Errno(NngErrno::ETIMEDOUT)) => break,
[INFO] [stderr]     |                         ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]    --> tests/tests/pair_tests.rs:158:21
[INFO] [stderr]     |
[INFO] [stderr] 158 | fn pair_stream() -> runng::Result<()> {
[INFO] [stderr]     |                     ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/pipe_tests.rs:21:16
[INFO] [stderr]    |
[INFO] [stderr] 21 | fn notify() -> runng::Result<()> {
[INFO] [stderr]    |                ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ProtocolFactory`
[INFO] [stderr]   --> tests/tests/pipe_tests.rs:24:19
[INFO] [stderr]    |
[INFO] [stderr] 24 |     let factory = ProtocolFactory::default();
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^ use of undeclared type or module `ProtocolFactory`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/pipe_tests.rs:51:25
[INFO] [stderr]    |
[INFO] [stderr] 51 | fn dialer_listener() -> runng::Result<()> {
[INFO] [stderr]    |                         ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ProtocolFactory`
[INFO] [stderr]   --> tests/tests/pipe_tests.rs:54:19
[INFO] [stderr]    |
[INFO] [stderr] 54 |     let factory = ProtocolFactory::default();
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^ use of undeclared type or module `ProtocolFactory`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngMsg`
[INFO] [stderr]   --> tests/tests/pipe_tests.rs:59:17
[INFO] [stderr]    |
[INFO] [stderr] 59 |     req.sendmsg(NngMsg::new()?)?;
[INFO] [stderr]    |                 ^^^^^^ use of undeclared type or module `NngMsg`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngMsg`
[INFO] [stderr]   --> tests/tests/pipe_tests.rs:62:17
[INFO] [stderr]    |
[INFO] [stderr] 62 |     rep.sendmsg(NngMsg::new()?)?;
[INFO] [stderr]    |                 ^^^^^^ use of undeclared type or module `NngMsg`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/pubsub_tests.rs:18:29
[INFO] [stderr]    |
[INFO] [stderr] 18 | fn create_pub(url: &str) -> runng::Result<protocol::Pub0> {
[INFO] [stderr]    |                             ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngOption`
[INFO] [stderr]   --> tests/tests/pubsub_tests.rs:22:17
[INFO] [stderr]    |
[INFO] [stderr] 22 |     sock.set_ms(NngOption::SENDTIMEO, 100)?.listen(&url)?;
[INFO] [stderr]    |                 ^^^^^^^^^ use of undeclared type or module `NngOption`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/pubsub_tests.rs:26:29
[INFO] [stderr]    |
[INFO] [stderr] 26 | fn create_sub(url: &str) -> runng::Result<protocol::Sub0> {
[INFO] [stderr]    |                             ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngOption`
[INFO] [stderr]   --> tests/tests/pubsub_tests.rs:30:17
[INFO] [stderr]    |
[INFO] [stderr] 30 |     sock.set_ms(NngOption::RECVTIMEO, 100)?.dial(&url)?;
[INFO] [stderr]    |                 ^^^^^^^^^ use of undeclared type or module `NngOption`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/pubsub_tests.rs:35:17
[INFO] [stderr]    |
[INFO] [stderr] 35 | fn bad_sub() -> runng::Result<()> {
[INFO] [stderr]    |                 ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ProtocolFactory`
[INFO] [stderr]   --> tests/tests/pubsub_tests.rs:37:19
[INFO] [stderr]    |
[INFO] [stderr] 37 |     let factory = ProtocolFactory::default();
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^ use of undeclared type or module `ProtocolFactory`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/pubsub_tests.rs:45:48
[INFO] [stderr]    |
[INFO] [stderr] 45 |     let push_thread = thread::spawn(move || -> runng::Result<()> {
[INFO] [stderr]    |                                                ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngMsg`
[INFO] [stderr]   --> tests/tests/pubsub_tests.rs:57:27
[INFO] [stderr]    |
[INFO] [stderr] 57 |             let mut msg = NngMsg::new()?;
[INFO] [stderr]    |                           ^^^^^^ use of undeclared type or module `NngMsg`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/pubsub_tests.rs:63:21
[INFO] [stderr]    |
[INFO] [stderr] 63 |                 Err(runng::Error::Errno(NngErrno::ETIMEDOUT)) => {}
[INFO] [stderr]    |                     ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/pubsub_tests.rs:78:47
[INFO] [stderr]    |
[INFO] [stderr] 78 |     let sub_thread = thread::spawn(move || -> runng::Result<()> {
[INFO] [stderr]    |                                               ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/pubsub_tests.rs:99:21
[INFO] [stderr]    |
[INFO] [stderr] 99 |                 Err(runng::Error::Errno(NngErrno::ETIMEDOUT)) => debug!("Read timeout"),
[INFO] [stderr]    |                     ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]    --> tests/tests/pubsub_tests.rs:107:48
[INFO] [stderr]     |
[INFO] [stderr] 107 |     let _bad_thread = thread::spawn(move || -> runng::Result<()> {
[INFO] [stderr]     |                                                ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]    --> tests/tests/pubsub_tests.rs:132:18
[INFO] [stderr]     |
[INFO] [stderr] 132 | fn contexts() -> runng::Result<()> {
[INFO] [stderr]     |                  ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]    --> tests/tests/pubsub_tests.rs:141:47
[INFO] [stderr]     |
[INFO] [stderr] 141 |     let pub_thread = thread::spawn(move || -> runng::Result<()> {
[INFO] [stderr]     |                                               ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngMsg`
[INFO] [stderr]    --> tests/tests/pubsub_tests.rs:153:27
[INFO] [stderr]     |
[INFO] [stderr] 153 |             let mut msg = NngMsg::new()?;
[INFO] [stderr]     |                           ^^^^^^ use of undeclared type or module `NngMsg`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]    --> tests/tests/pubsub_tests.rs:160:21
[INFO] [stderr]     |
[INFO] [stderr] 160 |                 Err(runng::Error::Errno(NngErrno::ETIMEDOUT)) => {}
[INFO] [stderr]     |                     ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]    --> tests/tests/pubsub_tests.rs:182:47
[INFO] [stderr]     |
[INFO] [stderr] 182 |         let thread = thread::spawn(move || -> runng::Result<()> {
[INFO] [stderr]     |                                               ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]    --> tests/tests/pubsub_tests.rs:207:25
[INFO] [stderr]     |
[INFO] [stderr] 207 |                     Err(runng::Error::Errno(NngErrno::ETIMEDOUT)) => debug!("Read timeout"),
[INFO] [stderr]     |                         ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/pushpull_tests.rs:15:32
[INFO] [stderr]    |
[INFO] [stderr] 15 | fn create_pusher(url: &str) -> runng::Result<protocol::Push0> {
[INFO] [stderr]    |                                ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngOption`
[INFO] [stderr]   --> tests/tests/pushpull_tests.rs:17:23
[INFO] [stderr]    |
[INFO] [stderr] 17 |     sock.set_duration(NngOption::SENDTIMEO, DURATION_LONG)?
[INFO] [stderr]    |                       ^^^^^^^^^ use of undeclared type or module `NngOption`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngOption`
[INFO] [stderr]   --> tests/tests/pushpull_tests.rs:18:18
[INFO] [stderr]    |
[INFO] [stderr] 18 |         .set_int(NngOption::SENDBUF, 1000)?;
[INFO] [stderr]    |                  ^^^^^^^^^ use of undeclared type or module `NngOption`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/pushpull_tests.rs:23:32
[INFO] [stderr]    |
[INFO] [stderr] 23 | fn create_puller(url: &str) -> runng::Result<protocol::Pull0> {
[INFO] [stderr]    |                                ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngOption`
[INFO] [stderr]   --> tests/tests/pushpull_tests.rs:25:23
[INFO] [stderr]    |
[INFO] [stderr] 25 |     sock.set_duration(NngOption::RECVTIMEO, DURATION_LONG)?
[INFO] [stderr]    |                       ^^^^^^^^^ use of undeclared type or module `NngOption`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngOption`
[INFO] [stderr]   --> tests/tests/pushpull_tests.rs:26:18
[INFO] [stderr]    |
[INFO] [stderr] 26 |         .set_int(NngOption::RECVBUF, 1000)?;
[INFO] [stderr]    |                  ^^^^^^^^^ use of undeclared type or module `NngOption`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/pushpull_tests.rs:32:21
[INFO] [stderr]    |
[INFO] [stderr] 32 | fn pull_stream() -> runng::Result<()> {
[INFO] [stderr]    |                     ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/pushpull_tests.rs:42:48
[INFO] [stderr]    |
[INFO] [stderr] 42 |     let push_thread = thread::spawn(move || -> runng::Result<()> {
[INFO] [stderr]    |                                                ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngMsg`
[INFO] [stderr]   --> tests/tests/pushpull_tests.rs:53:27
[INFO] [stderr]    |
[INFO] [stderr] 53 |             let mut msg = NngMsg::new()?;
[INFO] [stderr]    |                           ^^^^^^ use of undeclared type or module `NngMsg`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/pushpull_tests.rs:67:48
[INFO] [stderr]    |
[INFO] [stderr] 67 |     let pull_thread = thread::spawn(move || -> runng::Result<()> {
[INFO] [stderr]    |                                                ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/pushpull_tests.rs:95:14
[INFO] [stderr]    |
[INFO] [stderr] 95 | fn read() -> runng::Result<()> {
[INFO] [stderr]    |              ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]    --> tests/tests/pushpull_tests.rs:105:48
[INFO] [stderr]     |
[INFO] [stderr] 105 |     let push_thread = thread::spawn(move || -> runng::Result<()> {
[INFO] [stderr]     |                                                ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngMsg`
[INFO] [stderr]    --> tests/tests/pushpull_tests.rs:117:27
[INFO] [stderr]     |
[INFO] [stderr] 117 |             let mut msg = NngMsg::new()?;
[INFO] [stderr]     |                           ^^^^^^ use of undeclared type or module `NngMsg`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]    --> tests/tests/pushpull_tests.rs:131:48
[INFO] [stderr]     |
[INFO] [stderr] 131 |     let pull_thread = thread::spawn(move || -> runng::Result<()> {
[INFO] [stderr]     |                                                ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/reqrep_tests.rs:21:23
[INFO] [stderr]    |
[INFO] [stderr] 21 | fn example_basic() -> runng::Result<()> {
[INFO] [stderr]    |                       ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ProtocolFactory`
[INFO] [stderr]   --> tests/tests/reqrep_tests.rs:24:19
[INFO] [stderr]    |
[INFO] [stderr] 24 |     let factory = ProtocolFactory::default();
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^ use of undeclared type or module `ProtocolFactory`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngMsg`
[INFO] [stderr]   --> tests/tests/reqrep_tests.rs:29:17
[INFO] [stderr]    |
[INFO] [stderr] 29 |     req.sendmsg(NngMsg::new()?)?;
[INFO] [stderr]    |                 ^^^^^^ use of undeclared type or module `NngMsg`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/reqrep_tests.rs:36:23
[INFO] [stderr]    |
[INFO] [stderr] 36 | fn example_async() -> runng::Result<()> {
[INFO] [stderr]    |                       ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ProtocolFactory`
[INFO] [stderr]   --> tests/tests/reqrep_tests.rs:39:19
[INFO] [stderr]    |
[INFO] [stderr] 39 |     let factory = ProtocolFactory::default();
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^ use of undeclared type or module `ProtocolFactory`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngMsg`
[INFO] [stderr]   --> tests/tests/reqrep_tests.rs:47:35
[INFO] [stderr]    |
[INFO] [stderr] 47 |     let req_future = req_ctx.send(NngMsg::new()?);
[INFO] [stderr]    |                                   ^^^^^^ use of undeclared type or module `NngMsg`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngMsg`
[INFO] [stderr]   --> tests/tests/reqrep_tests.rs:49:19
[INFO] [stderr]    |
[INFO] [stderr] 49 |         let msg = NngMsg::new().unwrap();
[INFO] [stderr]    |                   ^^^^^^ use of undeclared type or module `NngMsg`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/reqrep_tests.rs:62:35
[INFO] [stderr]    |
[INFO] [stderr] 62 |     fn set_timeouts(&mut self) -> runng::Result<&mut Self>;
[INFO] [stderr]    |                                   ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/reqrep_tests.rs:69:35
[INFO] [stderr]    |
[INFO] [stderr] 69 |     fn set_timeouts(&mut self) -> runng::Result<&mut Self> {
[INFO] [stderr]    |                                   ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngOption`
[INFO] [stderr]   --> tests/tests/reqrep_tests.rs:70:27
[INFO] [stderr]    |
[INFO] [stderr] 70 |         self.set_duration(NngOption::SENDTIMEO, DURATION_LONG)?
[INFO] [stderr]    |                           ^^^^^^^^^ use of undeclared type or module `NngOption`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngOption`
[INFO] [stderr]   --> tests/tests/reqrep_tests.rs:71:27
[INFO] [stderr]    |
[INFO] [stderr] 71 |             .set_duration(NngOption::RECVTIMEO, DURATION_LONG)?;
[INFO] [stderr]    |                           ^^^^^^^^^ use of undeclared type or module `NngOption`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ProtocolFactory`
[INFO] [stderr]   --> tests/tests/reqrep_tests.rs:79:19
[INFO] [stderr]    |
[INFO] [stderr] 79 |     let factory = ProtocolFactory::default();
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^ use of undeclared type or module `ProtocolFactory`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]    --> tests/tests/reqrep_tests.rs:139:18
[INFO] [stderr]     |
[INFO] [stderr] 139 | fn nonblock() -> runng::Result<()> {
[INFO] [stderr]     |                  ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ProtocolFactory`
[INFO] [stderr]    --> tests/tests/reqrep_tests.rs:142:19
[INFO] [stderr]     |
[INFO] [stderr] 142 |     let factory = ProtocolFactory::default();
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^ use of undeclared type or module `ProtocolFactory`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]    --> tests/tests/reqrep_tests.rs:165:18
[INFO] [stderr]     |
[INFO] [stderr] 165 | fn blocking() -> runng::Result<()> {
[INFO] [stderr]     |                  ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ProtocolFactory`
[INFO] [stderr]    --> tests/tests/reqrep_tests.rs:168:19
[INFO] [stderr]     |
[INFO] [stderr] 168 |     let factory = ProtocolFactory::default();
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^ use of undeclared type or module `ProtocolFactory`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]    --> tests/tests/reqrep_tests.rs:191:18
[INFO] [stderr]     |
[INFO] [stderr] 191 | fn contexts() -> runng::Result<()> {
[INFO] [stderr]     |                  ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ProtocolFactory`
[INFO] [stderr]    --> tests/tests/reqrep_tests.rs:193:19
[INFO] [stderr]     |
[INFO] [stderr] 193 |     let factory = ProtocolFactory::default();
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^ use of undeclared type or module `ProtocolFactory`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]    --> tests/tests/reqrep_tests.rs:202:40
[INFO] [stderr]     |
[INFO] [stderr] 202 |     let rep = thread::spawn(move || -> runng::Result<()> {
[INFO] [stderr]     |                                        ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngMsg`
[INFO] [stderr]    --> tests/tests/reqrep_tests.rs:211:27
[INFO] [stderr]     |
[INFO] [stderr] 211 |                 let msg = NngMsg::new().unwrap();
[INFO] [stderr]     |                           ^^^^^^ use of undeclared type or module `NngMsg`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]    --> tests/tests/reqrep_tests.rs:229:44
[INFO] [stderr]     |
[INFO] [stderr] 229 |         let req = thread::spawn(move || -> runng::Result<()> {
[INFO] [stderr]     |                                            ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngMsg`
[INFO] [stderr]    --> tests/tests/reqrep_tests.rs:232:31
[INFO] [stderr]     |
[INFO] [stderr] 232 |                 let mut msg = NngMsg::new()?;
[INFO] [stderr]     |                               ^^^^^^ use of undeclared type or module `NngMsg`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]  --> tests/tests/stats_tests.rs:7:20
[INFO] [stderr]   |
[INFO] [stderr] 7 | fn init_stats() -> runng::Result<(protocol::pair0::Pair0, protocol::pair0::Pair0)> {
[INFO] [stderr]   |                    ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ProtocolFactory`
[INFO] [stderr]   --> tests/tests/stats_tests.rs:12:19
[INFO] [stderr]    |
[INFO] [stderr] 12 |     let factory = ProtocolFactory::default();
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^ use of undeclared type or module `ProtocolFactory`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/stats_tests.rs:21:23
[INFO] [stderr]    |
[INFO] [stderr] 21 | fn stats_example() -> runng::Result<()> {
[INFO] [stderr]    |                       ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngStatRoot`
[INFO] [stderr]   --> tests/tests/stats_tests.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |     let stats = NngStatRoot::new()?;
[INFO] [stderr]    |                 ^^^^^^^^^^^ use of undeclared type or module `NngStatRoot`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]  --> tests/tests/stream_tests.rs:8:36
[INFO] [stderr]   |
[INFO] [stderr] 8 | fn create_listener_dialer_tcp() -> runng::Result<(StreamListener, StreamDialer)> {
[INFO] [stderr]   |                                    ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `StreamListener`
[INFO] [stderr]   --> tests/tests/stream_tests.rs:10:20
[INFO] [stderr]    |
[INFO] [stderr] 10 |     let listener = StreamListener::alloc(&url)?;
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^ use of undeclared type or module `StreamListener`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngOption`
[INFO] [stderr]   --> tests/tests/stream_tests.rs:12:35
[INFO] [stderr]    |
[INFO] [stderr] 12 |     let socket = listener.get_int(NngOption::TCP_BOUND_PORT)?;
[INFO] [stderr]    |                                   ^^^^^^^^^ use of undeclared type or module `NngOption`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `StreamDialer`
[INFO] [stderr]   --> tests/tests/stream_tests.rs:14:18
[INFO] [stderr]    |
[INFO] [stderr] 14 |     let dialer = StreamDialer::alloc(&url).unwrap();
[INFO] [stderr]    |                  ^^^^^^^^^^^^ use of undeclared type or module `StreamDialer`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/stream_tests.rs:19:16
[INFO] [stderr]    |
[INFO] [stderr] 19 | fn stream() -> runng::Result<()> {
[INFO] [stderr]    |                ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SimpleAioWorkQueue`
[INFO] [stderr]   --> tests/tests/stream_tests.rs:23:28
[INFO] [stderr]    |
[INFO] [stderr] 23 |     let mut listener_aio = SimpleAioWorkQueue::new()?;
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^^^^ use of undeclared type or module `SimpleAioWorkQueue`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SimpleAioWorkQueue`
[INFO] [stderr]   --> tests/tests/stream_tests.rs:24:26
[INFO] [stderr]    |
[INFO] [stderr] 24 |     let mut dialer_aio = SimpleAioWorkQueue::new()?;
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^^^ use of undeclared type or module `SimpleAioWorkQueue`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/tests/stream_tests.rs:35:13
[INFO] [stderr]    |
[INFO] [stderr] 35 | fn iov() -> runng::Result<()> {
[INFO] [stderr]    |             ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SimpleAioWorkQueue`
[INFO] [stderr]   --> tests/tests/stream_tests.rs:39:28
[INFO] [stderr]    |
[INFO] [stderr] 39 |     let mut listener_aio = SimpleAioWorkQueue::new()?;
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^^^^ use of undeclared type or module `SimpleAioWorkQueue`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SimpleAioWorkQueue`
[INFO] [stderr]   --> tests/tests/stream_tests.rs:40:26
[INFO] [stderr]    |
[INFO] [stderr] 40 |     let mut dialer_aio = SimpleAioWorkQueue::new()?;
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^^^ use of undeclared type or module `SimpleAioWorkQueue`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/test_main.rs:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 |     fn listenerdialer() -> runng::Result<()> {
[INFO] [stderr]    |                            ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ProtocolFactory`
[INFO] [stderr]   --> tests/test_main.rs:28:23
[INFO] [stderr]    |
[INFO] [stderr] 28 |         let factory = ProtocolFactory::default();
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^ use of undeclared type or module `ProtocolFactory`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NngOption`
[INFO] [stderr]   --> tests/test_main.rs:41:41
[INFO] [stderr]    |
[INFO] [stderr] 41 | ...                   .get_string(NngOption::U...
[INFO] [stderr]    |                                   ^^^^^^^^^ use of undeclared type or module `NngOption`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `msg`
[INFO] [stderr]   --> tests/test_main.rs:47:39
[INFO] [stderr]    |
[INFO] [stderr] 47 |                     requester.sendmsg(msg::NngMsg::new()?)?;
[INFO] [stderr]    |                                       ^^^ use of undeclared type or module `msg`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `msg`
[INFO] [stderr]   --> tests/test_main.rs:52:35
[INFO] [stderr]    |
[INFO] [stderr] 52 |                 requester.sendmsg(msg::NngMsg::new()?)?;
[INFO] [stderr]    |                                   ^^^ use of undeclared type or module `msg`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `msg`
[INFO] [stderr]   --> tests/test_main.rs:59:31
[INFO] [stderr]    |
[INFO] [stderr] 59 |             requester.sendmsg(msg::NngMsg::new()?)?;
[INFO] [stderr]    |                               ^^^ use of undeclared type or module `msg`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/test_main.rs:74:20
[INFO] [stderr]    |
[INFO] [stderr] 74 |     fn pubsub() -> runng::Result<()> {
[INFO] [stderr]    |                    ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ProtocolFactory`
[INFO] [stderr]   --> tests/test_main.rs:76:23
[INFO] [stderr]    |
[INFO] [stderr] 76 |         let factory = ProtocolFactory::default();
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^ use of undeclared type or module `ProtocolFactory`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]   --> tests/test_main.rs:85:51
[INFO] [stderr]    |
[INFO] [stderr] 85 |         let sub_thread = thread::spawn(move || -> runng::Result<()> {
[INFO] [stderr]    |                                                   ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]    --> tests/test_main.rs:110:51
[INFO] [stderr]     |
[INFO] [stderr] 110 |         let pub_thread = thread::spawn(move || -> runng::Result<()> {
[INFO] [stderr]     |                                                   ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `msg`
[INFO] [stderr]    --> tests/test_main.rs:114:27
[INFO] [stderr]     |
[INFO] [stderr] 114 |             let mut msg = msg::NngMsg::new()?;
[INFO] [stderr]     |                           ^^^ use of undeclared type or module `msg`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `msg`
[INFO] [stderr]    --> tests/test_main.rs:125:27
[INFO] [stderr]     |
[INFO] [stderr] 125 |             let mut msg = msg::NngMsg::new()?;
[INFO] [stderr]     |                           ^^^ use of undeclared type or module `msg`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]    --> tests/test_main.rs:138:20
[INFO] [stderr]     |
[INFO] [stderr] 138 |     fn broker() -> runng::Result<()> {
[INFO] [stderr]     |                    ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ProtocolFactory`
[INFO] [stderr]    --> tests/test_main.rs:142:23
[INFO] [stderr]     |
[INFO] [stderr] 142 |         let factory = ProtocolFactory::default();
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^ use of undeclared type or module `ProtocolFactory`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]    --> tests/test_main.rs:152:34
[INFO] [stderr]     |
[INFO] [stderr] 152 |         thread::spawn(move || -> runng::Result<()> {
[INFO] [stderr]     |                                  ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]    --> tests/test_main.rs:175:34
[INFO] [stderr]     |
[INFO] [stderr] 175 |         thread::spawn(move || -> runng::Result<()> {
[INFO] [stderr]     |                                  ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `runng`
[INFO] [stderr]    --> tests/test_main.rs:203:34
[INFO] [stderr]     |
[INFO] [stderr] 203 |         thread::spawn(move || -> runng::Result<()> {
[INFO] [stderr]     |                                  ^^^^^ use of undeclared type or module `runng`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `msg`
[INFO] [stderr]    --> tests/test_main.rs:206:31
[INFO] [stderr]     |
[INFO] [stderr] 206 |                 let mut msg = msg::NngMsg::new()?;
[INFO] [stderr]     |                               ^^^ use of undeclared type or module `msg`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `msg`
[INFO] [stderr]    --> tests/test_main.rs:213:27
[INFO] [stderr]     |
[INFO] [stderr] 213 |             let mut msg = msg::NngMsg::new()?;
[INFO] [stderr]     |                           ^^^ use of undeclared type or module `msg`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `NngMsg` in this scope
[INFO] [stderr]   --> tests/common/mod.rs:29:33
[INFO] [stderr]    |
[INFO] [stderr] 29 | pub fn create_stop_message() -> NngMsg {
[INFO] [stderr]    |                                 ^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use nng_async::msg::NngMsg;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `NngMsg` in this scope
[INFO] [stderr]   --> tests/common/mod.rs:33:45
[INFO] [stderr]    |
[INFO] [stderr] 33 | pub fn not_stop_message(res: &runng::Result<NngMsg>) -> impl Future<Output = bool> {
[INFO] [stderr]    |                                             ^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use nng_async::msg::NngMsg;
[INFO] [stderr]    |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 33 | pub fn not_stop_message<NngMsg>(res: &runng::Result<NngMsg>) -> impl Future<Output = bool> {
[INFO] [stderr]    |                        ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `NngMsg` in this scope
[INFO] [stderr]   --> tests/common/mod.rs:58:36
[INFO] [stderr]    |
[INFO] [stderr] 58 | pub fn rand_msg() -> runng::Result<NngMsg> {
[INFO] [stderr]    |                                    ^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use nng_async::msg::NngMsg;
[INFO] [stderr]    |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 58 | pub fn rand_msg<NngMsg>() -> runng::Result<NngMsg> {
[INFO] [stderr]    |                ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `AsyncMsg` in this scope
[INFO] [stderr]   --> tests/tests/future_tests.rs:58:35
[INFO] [stderr]    |
[INFO] [stderr] 58 |         let mut prev_recv: Option<AsyncMsg> = None;
[INFO] [stderr]    |                                   ^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use nng_async::asyncio::AsyncMsg;
[INFO] [stderr]    |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 14 | fn pushpull_timeout<AsyncMsg>() -> runng::Result<()> {
[INFO] [stderr]    |                    ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `PipeNotifyCallbackArg` in this scope
[INFO] [stderr]   --> tests/tests/pipe_tests.rs:12:74
[INFO] [stderr]    |
[INFO] [stderr] 12 | extern "C" fn notify_callback(_pipe: nng_pipe, event: nng_pipe_ev, _arg: PipeNotifyCallbackArg) {
[INFO] [stderr]    |                                                                          ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 3  | use nng_async::pipe::PipeNotifyCallbackArg;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `Socket` in this scope
[INFO] [stderr]   --> tests/tests/reqrep_tests.rs:67:8
[INFO] [stderr]    |
[INFO] [stderr] 67 |     T: Socket + SetOpts,
[INFO] [stderr]    |        ^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use nng_async::Socket;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use nng_async::socket::Socket;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `SetOpts` in this scope
[INFO] [stderr]   --> tests/tests/reqrep_tests.rs:67:17
[INFO] [stderr]    |
[INFO] [stderr] 67 |     T: Socket + SetOpts,
[INFO] [stderr]    |                 ^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use nng_async::SetOpts;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use nng_async::options::SetOpts;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `StreamListener` in this scope
[INFO] [stderr]  --> tests/tests/stream_tests.rs:8:51
[INFO] [stderr]   |
[INFO] [stderr] 8 | fn create_listener_dialer_tcp() -> runng::Result<(StreamListener, StreamDialer)> {
[INFO] [stderr]   |                                                   ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]   |
[INFO] [stderr] 1 | use nng_async::asyncio::StreamListener;
[INFO] [stderr]   |
[INFO] [stderr] 1 | use nng_async::asyncio::stream::StreamListener;
[INFO] [stderr]   |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]   |
[INFO] [stderr] 8 | fn create_listener_dialer_tcp<StreamListener>() -> runng::Result<(StreamListener, StreamDialer)> {
[INFO] [stderr]   |                              ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `StreamDialer` in this scope
[INFO] [stderr]  --> tests/tests/stream_tests.rs:8:67
[INFO] [stderr]   |
[INFO] [stderr] 8 | fn create_listener_dialer_tcp() -> runng::Result<(StreamListener, StreamDialer)> {
[INFO] [stderr]   |                                                                   ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]   |
[INFO] [stderr] 1 | use nng_async::asyncio::StreamDialer;
[INFO] [stderr]   |
[INFO] [stderr] 1 | use nng_async::asyncio::stream::StreamDialer;
[INFO] [stderr]   |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]   |
[INFO] [stderr] 8 | fn create_listener_dialer_tcp<StreamDialer>() -> runng::Result<(StreamListener, StreamDialer)> {
[INFO] [stderr]   |                              ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::convert::TryFrom`
[INFO] [stderr]   --> tests/test_main.rs:68:13
[INFO] [stderr]    |
[INFO] [stderr] 68 |         use std::convert::TryFrom;
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 185 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0405`.
[INFO] [stderr] error: could not compile `nng_async`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "9793b60d33c349ed257159a2ae7c15ea34066ab03ce5ad8a30450645fb5c8812"`
[INFO] running `"docker" "rm" "-f" "9793b60d33c349ed257159a2ae7c15ea34066ab03ce5ad8a30450645fb5c8812"`
[INFO] [stdout] 9793b60d33c349ed257159a2ae7c15ea34066ab03ce5ad8a30450645fb5c8812
