[INFO] crate dazeus 0.4.0 is already in cache [INFO] extracting crate dazeus 0.4.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/dazeus/0.4.0 [INFO] extracting crate dazeus 0.4.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/dazeus/0.4.0 [INFO] validating manifest of dazeus-0.4.0 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of dazeus-0.4.0 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing dazeus-0.4.0 [INFO] finished frobbing dazeus-0.4.0 [INFO] frobbed toml for dazeus-0.4.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/dazeus/0.4.0/Cargo.toml [INFO] started frobbing dazeus-0.4.0 [INFO] finished frobbing dazeus-0.4.0 [INFO] frobbed toml for dazeus-0.4.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/dazeus/0.4.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing dazeus-0.4.0 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/dazeus/0.4.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] ef8d2a557d17b8a67ce034a848377ceba157cf4934c87af7ab19ba2a2b6808cd [INFO] running `"docker" "start" "-a" "ef8d2a557d17b8a67ce034a848377ceba157cf4934c87af7ab19ba2a2b6808cd"` [INFO] [stderr] Compiling debug-builders v0.1.0 [INFO] [stderr] Compiling unix_socket v0.3.2 [INFO] [stderr] Compiling dazeus v0.4.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/dazeus.rs:104:32 [INFO] [stderr] | [INFO] [stderr] 104 | where F: FnMut(Event, &DaZeusClient) + 'a [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn DaZeusClient` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/dazeus.rs:121:32 [INFO] [stderr] | [INFO] [stderr] 121 | where F: FnMut(Event, &DaZeusClient) + 'a [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn DaZeusClient` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/listener.rs:14:27 [INFO] [stderr] | [INFO] [stderr] 14 | callback: RefCell>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(Event, &DaZeusClient) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/listener.rs:14:41 [INFO] [stderr] | [INFO] [stderr] 14 | callback: RefCell>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn DaZeusClient` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/listener.rs:31:32 [INFO] [stderr] | [INFO] [stderr] 31 | where F: FnMut(Event, &DaZeusClient) + 'a [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn DaZeusClient` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/listener.rs:39:32 [INFO] [stderr] | [INFO] [stderr] 39 | func(event, dazeus as &DaZeusClient); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn DaZeusClient` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/event.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/request.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ascii::AsciiExt` [INFO] [stderr] --> src/event.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ascii::AsciiExt` [INFO] [stderr] --> src/request.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/listener.rs:38:13 [INFO] [stderr] | [INFO] [stderr] 38 | let mut func = fbox.deref_mut(); [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.95s [INFO] running `"docker" "inspect" "ef8d2a557d17b8a67ce034a848377ceba157cf4934c87af7ab19ba2a2b6808cd"` [INFO] running `"docker" "rm" "-f" "ef8d2a557d17b8a67ce034a848377ceba157cf4934c87af7ab19ba2a2b6808cd"` [INFO] [stdout] ef8d2a557d17b8a67ce034a848377ceba157cf4934c87af7ab19ba2a2b6808cd [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/dazeus/0.4.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] ed6bd32653bdf1542b13d981c2e20ae6898df0bf0107fe73d22aa809274e180e [INFO] running `"docker" "start" "-a" "ed6bd32653bdf1542b13d981c2e20ae6898df0bf0107fe73d22aa809274e180e"` [INFO] [stderr] Compiling dazeus v0.4.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/dazeus.rs:104:32 [INFO] [stderr] | [INFO] [stderr] 104 | where F: FnMut(Event, &DaZeusClient) + 'a [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn DaZeusClient` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/dazeus.rs:121:32 [INFO] [stderr] | [INFO] [stderr] 121 | where F: FnMut(Event, &DaZeusClient) + 'a [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn DaZeusClient` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/listener.rs:14:27 [INFO] [stderr] | [INFO] [stderr] 14 | callback: RefCell>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(Event, &DaZeusClient) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/listener.rs:14:41 [INFO] [stderr] | [INFO] [stderr] 14 | callback: RefCell>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn DaZeusClient` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/listener.rs:31:32 [INFO] [stderr] | [INFO] [stderr] 31 | where F: FnMut(Event, &DaZeusClient) + 'a [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn DaZeusClient` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/listener.rs:39:32 [INFO] [stderr] | [INFO] [stderr] 39 | func(event, dazeus as &DaZeusClient); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn DaZeusClient` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/event.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/request.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ascii::AsciiExt` [INFO] [stderr] --> src/event.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ascii::AsciiExt` [INFO] [stderr] --> src/request.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/listener.rs:38:13 [INFO] [stderr] | [INFO] [stderr] 38 | let mut func = fbox.deref_mut(); [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.83s [INFO] running `"docker" "inspect" "ed6bd32653bdf1542b13d981c2e20ae6898df0bf0107fe73d22aa809274e180e"` [INFO] running `"docker" "rm" "-f" "ed6bd32653bdf1542b13d981c2e20ae6898df0bf0107fe73d22aa809274e180e"` [INFO] [stdout] ed6bd32653bdf1542b13d981c2e20ae6898df0bf0107fe73d22aa809274e180e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/dazeus/0.4.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 50e9994644c271406d7635230335c37b348803e668a118565345dda8fb105f5f [INFO] running `"docker" "start" "-a" "50e9994644c271406d7635230335c37b348803e668a118565345dda8fb105f5f"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/dazeus-6b4b3daff140ebeb [INFO] [stderr] Doc-tests dazeus [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 28 tests [INFO] [stdout] test src/request.rs - request::Request::Channels (line 109) ... FAILED [INFO] [stdout] test src/event.rs - event::Event::new (line 173) ... FAILED [INFO] [stdout] test src/request.rs - request::Request::Config (line 219) ... FAILED [INFO] [stdout] test src/request.rs - request::Request::Ctcp (line 134) ... FAILED [INFO] [stdout] test src/request.rs - request::Request::Action (line 150) ... FAILED [INFO] [stdout] test src/lib.rs - (line 11) ... FAILED [INFO] [stdout] test src/lib.rs - (line 45) ... FAILED [INFO] [stdout] test src/lib.rs - (line 31) ... FAILED [INFO] [stdout] test src/request.rs - request::Request::CtcpReply (line 141) ... FAILED [INFO] [stdout] test src/request.rs - request::Request::GetProperty (line 226) ... FAILED [INFO] [stdout] test src/request.rs - request::Request::Message (line 118) ... FAILED [INFO] [stdout] test src/request.rs - request::Request::Networks (line 102) ... FAILED [INFO] [stdout] test src/request.rs - request::Request::Join (line 177) ... FAILED [INFO] [stdout] test src/request.rs - request::Request::HasPermission (line 266) ... FAILED [INFO] [stdout] test src/request.rs - request::Request::Handshake (line 206) ... FAILED [INFO] [stdout] test src/request.rs - request::Request::Names (line 160) ... FAILED [INFO] [stdout] test src/request.rs - request::Request::Notice (line 127) ... FAILED [INFO] [stdout] test src/request.rs - request::Request::Nick (line 191) ... FAILED [INFO] [stdout] test src/request.rs - request::Request::Part (line 184) ... FAILED [INFO] [stdout] test src/request.rs - request::Request::Subscribe (line 72) ... FAILED [INFO] [stdout] test src/request.rs - request::Request::SetProperty (line 233) ... FAILED [INFO] [stdout] test src/request.rs - request::Request::SubscribeCommand (line 95) ... FAILED [INFO] [stdout] test src/request.rs - request::Request::SetPermission (line 256) ... FAILED [INFO] [stdout] test src/request.rs - request::Request::PropertyKeys (line 249) ... FAILED [INFO] [stdout] test src/request.rs - request::Request::UnsetProperty (line 240) ... FAILED [INFO] [stdout] test src/request.rs - request::Request::UnsetPermission (line 273) ... FAILED [INFO] [stdout] test src/request.rs - request::Request::Unsubscribe (line 83) ... FAILED [INFO] [stdout] test src/request.rs - request::Request::Whois (line 170) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/request.rs - request::Request::Channels (line 109) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Request` [INFO] [stdout] --> src/request.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 3 | Request::Channels("freenode".to_string()) [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `Request` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/event.rs - event::Event::new (line 173) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Event` [INFO] [stdout] --> src/event.rs:174:1 [INFO] [stdout] | [INFO] [stdout] 3 | Event::new(EventType::PrivMsg, vec!( [INFO] [stdout] | ^^^^^ use of undeclared type or module `Event` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `EventType` [INFO] [stdout] --> src/event.rs:174:12 [INFO] [stdout] | [INFO] [stdout] 3 | Event::new(EventType::PrivMsg, vec!( [INFO] [stdout] | ^^^^^^^^^ use of undeclared type or module `EventType` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/request.rs - request::Request::Config (line 219) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Request` [INFO] [stdout] --> src/request.rs:220:1 [INFO] [stdout] | [INFO] [stdout] 3 | Request::Config("highlight".to_string(), ConfigGroup::Core) [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `Request` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ConfigGroup` [INFO] [stdout] --> src/request.rs:220:42 [INFO] [stdout] | [INFO] [stdout] 3 | Request::Config("highlight".to_string(), ConfigGroup::Core) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type or module `ConfigGroup` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/request.rs - request::Request::Ctcp (line 134) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Request` [INFO] [stdout] --> src/request.rs:135:1 [INFO] [stdout] | [INFO] [stdout] 3 | Request::Ctcp("example".to_string(), "MrExample".to_string(), "VERSION".to_string()) [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `Request` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/request.rs - request::Request::Action (line 150) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Request` [INFO] [stdout] --> src/request.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 3 | Request::Action("example".to_string(), "#example", "is creating an example".to_string()) [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `Request` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 11) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `DaZeus` [INFO] [stdout] --> src/lib.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 4 | let dazeus = DaZeus::new(Connection::from_str(socket).unwrap()); [INFO] [stdout] | ^^^^^^ use of undeclared type or module `DaZeus` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Connection` [INFO] [stdout] --> src/lib.rs:12:26 [INFO] [stdout] | [INFO] [stdout] 4 | let dazeus = DaZeus::new(Connection::from_str(socket).unwrap()); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `Connection` [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `socket` in this scope [INFO] [stdout] --> src/lib.rs:12:47 [INFO] [stdout] | [INFO] [stdout] 4 | let dazeus = DaZeus::new(Connection::from_str(socket).unwrap()); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 45) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `DaZeus` [INFO] [stdout] --> src/lib.rs:47:14 [INFO] [stdout] | [INFO] [stdout] 5 | let dazeus = DaZeus::new(Connection::from_str(socket).unwrap()); [INFO] [stdout] | ^^^^^^ use of undeclared type or module `DaZeus` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Connection` [INFO] [stdout] --> src/lib.rs:47:26 [INFO] [stdout] | [INFO] [stdout] 5 | let dazeus = DaZeus::new(Connection::from_str(socket).unwrap()); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `Connection` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 31) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `DaZeus` [INFO] [stdout] --> src/lib.rs:33:14 [INFO] [stdout] | [INFO] [stdout] 5 | let dazeus = DaZeus::new(Connection::from_str(socket).unwrap()); [INFO] [stdout] | ^^^^^^ use of undeclared type or module `DaZeus` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Connection` [INFO] [stdout] --> src/lib.rs:33:26 [INFO] [stdout] | [INFO] [stdout] 5 | let dazeus = DaZeus::new(Connection::from_str(socket).unwrap()); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `Connection` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `EventType` [INFO] [stdout] --> src/lib.rs:34:18 [INFO] [stdout] | [INFO] [stdout] 6 | dazeus.subscribe(EventType::PrivMsg, |evt, dazeus| { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type or module `EventType` [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/request.rs - request::Request::CtcpReply (line 141) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Request` [INFO] [stdout] --> src/request.rs:142:1 [INFO] [stdout] | [INFO] [stdout] 3 | Request::CtcpReply("example".to_string(), "MrExample".to_string(), "VERSION DaZeus 2.0".to_string()) [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `Request` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/request.rs - request::Request::GetProperty (line 226) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Request` [INFO] [stdout] --> src/request.rs:227:1 [INFO] [stdout] | [INFO] [stdout] 3 | Request::GetProperty("example".to_string(), Scope::any()) [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `Request` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Scope` [INFO] [stdout] --> src/request.rs:227:45 [INFO] [stdout] | [INFO] [stdout] 3 | Request::GetProperty("example".to_string(), Scope::any()) [INFO] [stdout] | ^^^^^ use of undeclared type or module `Scope` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/request.rs - request::Request::Message (line 118) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Request` [INFO] [stdout] --> src/request.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 3 | Request::Message("freenode".to_string(), "#botters-test".to_string(), "Hello!".to_string()) [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `Request` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/request.rs - request::Request::Networks (line 102) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Request` [INFO] [stdout] --> src/request.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 3 | Request::Networks [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `Request` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/request.rs - request::Request::Join (line 177) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Request` [INFO] [stdout] --> src/request.rs:178:1 [INFO] [stdout] | [INFO] [stdout] 3 | Request::Join("freenode".to_string(), "#freenode".to_string()) [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `Request` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/request.rs - request::Request::HasPermission (line 266) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Request` [INFO] [stdout] --> src/request.rs:267:1 [INFO] [stdout] | [INFO] [stdout] 3 | Request::HasPermission("edit".to_string(), false, Scope::sender("example", "MrExample")) [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `Request` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Scope` [INFO] [stdout] --> src/request.rs:267:51 [INFO] [stdout] | [INFO] [stdout] 3 | Request::HasPermission("edit".to_string(), false, Scope::sender("example", "MrExample")) [INFO] [stdout] | ^^^^^ use of undeclared type or module `Scope` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/request.rs - request::Request::Handshake (line 206) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Request` [INFO] [stdout] --> src/request.rs:207:1 [INFO] [stdout] | [INFO] [stdout] 3 | Request::Handshake("my_plugin".to_string(), PROTOCOL_VERSION.to_string(), None) [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `Request` [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PROTOCOL_VERSION` in this scope [INFO] [stdout] --> src/request.rs:207:45 [INFO] [stdout] | [INFO] [stdout] 3 | Request::Handshake("my_plugin".to_string(), PROTOCOL_VERSION.to_string(), None) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/request.rs - request::Request::Names (line 160) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Request` [INFO] [stdout] --> src/request.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 3 | Request::Names("freenode".to_string(), "#freenode".to_string()) [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `Request` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/request.rs - request::Request::Notice (line 127) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Request` [INFO] [stdout] --> src/request.rs:128:1 [INFO] [stdout] | [INFO] [stdout] 3 | Request::Notice("example".to_string(), "MrExample".to_string(), "Message!".to_string()) [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `Request` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/request.rs - request::Request::Nick (line 191) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Request` [INFO] [stdout] --> src/request.rs:192:1 [INFO] [stdout] | [INFO] [stdout] 3 | Request::Nick("freenode".to_string()) [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `Request` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/request.rs - request::Request::Part (line 184) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Request` [INFO] [stdout] --> src/request.rs:185:1 [INFO] [stdout] | [INFO] [stdout] 3 | Request::Part("freenode".to_string(), "#freenode".to_string()) [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `Request` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/request.rs - request::Request::Subscribe (line 72) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Request` [INFO] [stdout] --> src/request.rs:73:1 [INFO] [stdout] | [INFO] [stdout] 3 | Request::Subscribe(EventType::PrivMsg) [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `Request` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `EventType` [INFO] [stdout] --> src/request.rs:73:20 [INFO] [stdout] | [INFO] [stdout] 3 | Request::Subscribe(EventType::PrivMsg) [INFO] [stdout] | ^^^^^^^^^ use of undeclared type or module `EventType` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/request.rs - request::Request::SetProperty (line 233) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Request` [INFO] [stdout] --> src/request.rs:234:1 [INFO] [stdout] | [INFO] [stdout] 3 | Request::SetProperty("example".to_string(), "value".to_string(), Scope::any()) [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `Request` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Scope` [INFO] [stdout] --> src/request.rs:234:66 [INFO] [stdout] | [INFO] [stdout] 3 | Request::SetProperty("example".to_string(), "value".to_string(), Scope::any()) [INFO] [stdout] | ^^^^^ use of undeclared type or module `Scope` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/request.rs - request::Request::SubscribeCommand (line 95) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Request` [INFO] [stdout] --> src/request.rs:96:1 [INFO] [stdout] | [INFO] [stdout] 3 | Request::SubscribeCommand("greet".to_string(), Some("freenode".to_string())) [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `Request` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/request.rs - request::Request::SetPermission (line 256) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Request` [INFO] [stdout] --> src/request.rs:257:1 [INFO] [stdout] | [INFO] [stdout] 3 | Request::SetPermission("edit".to_string(), true, Scope::sender("example", "MrExample")) [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `Request` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Scope` [INFO] [stdout] --> src/request.rs:257:50 [INFO] [stdout] | [INFO] [stdout] 3 | Request::SetPermission("edit".to_string(), true, Scope::sender("example", "MrExample")) [INFO] [stdout] | ^^^^^ use of undeclared type or module `Scope` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/request.rs - request::Request::PropertyKeys (line 249) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Request` [INFO] [stdout] --> src/request.rs:250:1 [INFO] [stdout] | [INFO] [stdout] 3 | Request::PropertyKeys("path.to".to_string(), Scope::network("example")) [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `Request` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Scope` [INFO] [stdout] --> src/request.rs:250:46 [INFO] [stdout] | [INFO] [stdout] 3 | Request::PropertyKeys("path.to".to_string(), Scope::network("example")) [INFO] [stdout] | ^^^^^ use of undeclared type or module `Scope` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/request.rs - request::Request::UnsetProperty (line 240) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Request` [INFO] [stdout] --> src/request.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 3 | Request::UnsetProperty("example".to_string(), Scope::any()) [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `Request` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Scope` [INFO] [stdout] --> src/request.rs:241:47 [INFO] [stdout] | [INFO] [stdout] 3 | Request::UnsetProperty("example".to_string(), Scope::any()) [INFO] [stdout] | ^^^^^ use of undeclared type or module `Scope` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/request.rs - request::Request::UnsetPermission (line 273) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Request` [INFO] [stdout] --> src/request.rs:274:1 [INFO] [stdout] | [INFO] [stdout] 3 | Request::UnsetPermission("edit".to_string(), Scope::sender("example", "MrExample")) [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `Request` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Scope` [INFO] [stdout] --> src/request.rs:274:46 [INFO] [stdout] | [INFO] [stdout] 3 | Request::UnsetPermission("edit".to_string(), Scope::sender("example", "MrExample")) [INFO] [stdout] | ^^^^^ use of undeclared type or module `Scope` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/request.rs - request::Request::Unsubscribe (line 83) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Request` [INFO] [stdout] --> src/request.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 3 | Request::Unsubscribe(EventType::Join) [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `Request` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `EventType` [INFO] [stdout] --> src/request.rs:84:22 [INFO] [stdout] | [INFO] [stdout] 3 | Request::Unsubscribe(EventType::Join) [INFO] [stdout] | ^^^^^^^^^ use of undeclared type or module `EventType` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/request.rs - request::Request::Whois (line 170) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Request` [INFO] [stdout] --> src/request.rs:171:1 [INFO] [stdout] | [INFO] [stdout] 3 | Request::Whois("example".to_string(), "MrExample".to_string()) [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `Request` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/event.rs - event::Event::new (line 173) [INFO] [stdout] src/lib.rs - (line 11) [INFO] [stdout] src/lib.rs - (line 31) [INFO] [stdout] src/lib.rs - (line 45) [INFO] [stdout] src/request.rs - request::Request::Action (line 150) [INFO] [stdout] src/request.rs - request::Request::Channels (line 109) [INFO] [stdout] src/request.rs - request::Request::Config (line 219) [INFO] [stdout] src/request.rs - request::Request::Ctcp (line 134) [INFO] [stdout] src/request.rs - request::Request::CtcpReply (line 141) [INFO] [stdout] src/request.rs - request::Request::GetProperty (line 226) [INFO] [stdout] src/request.rs - request::Request::Handshake (line 206) [INFO] [stdout] src/request.rs - request::Request::HasPermission (line 266) [INFO] [stdout] src/request.rs - request::Request::Join (line 177) [INFO] [stdout] src/request.rs - request::Request::Message (line 118) [INFO] [stdout] src/request.rs - request::Request::Names (line 160) [INFO] [stdout] src/request.rs - request::Request::Networks (line 102) [INFO] [stdout] src/request.rs - request::Request::Nick (line 191) [INFO] [stdout] src/request.rs - request::Request::Notice (line 127) [INFO] [stdout] src/request.rs - request::Request::Part (line 184) [INFO] [stdout] src/request.rs - request::Request::PropertyKeys (line 249) [INFO] [stdout] src/request.rs - request::Request::SetPermission (line 256) [INFO] [stdout] src/request.rs - request::Request::SetProperty (line 233) [INFO] [stdout] src/request.rs - request::Request::Subscribe (line 72) [INFO] [stdout] src/request.rs - request::Request::SubscribeCommand (line 95) [INFO] [stdout] src/request.rs - request::Request::UnsetPermission (line 273) [INFO] [stdout] src/request.rs - request::Request::UnsetProperty (line 240) [INFO] [stdout] src/request.rs - request::Request::Unsubscribe (line 83) [INFO] [stdout] src/request.rs - request::Request::Whois (line 170) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 28 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `"docker" "inspect" "50e9994644c271406d7635230335c37b348803e668a118565345dda8fb105f5f"` [INFO] running `"docker" "rm" "-f" "50e9994644c271406d7635230335c37b348803e668a118565345dda8fb105f5f"` [INFO] [stdout] 50e9994644c271406d7635230335c37b348803e668a118565345dda8fb105f5f