[INFO] cloning repository https://github.com/Alinthropisc/Air
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Alinthropisc/Air" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlinthropisc%2FAir", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlinthropisc%2FAir'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d236081219ed06661acb63395a86ca9e6342c267
[INFO] testing Alinthropisc/Air against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlinthropisc%2FAir" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Alinthropisc/Air
[INFO] finished tweaking git repo https://github.com/Alinthropisc/Air
[INFO] tweaked toml for git repo https://github.com/Alinthropisc/Air written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Alinthropisc/Air on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Alinthropisc/Air already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f5ffbd22e3155cf2cfa32d11608c3c6b9ea137d8985aec3ab09515bada50ab11
[INFO] running `Command { std: "docker" "start" "f5ffbd22e3155cf2cfa32d11608c3c6b9ea137d8985aec3ab09515bada50ab11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f5ffbd22e3155cf2cfa32d11608c3c6b9ea137d8985aec3ab09515bada50ab11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f5ffbd22e3155cf2cfa32d11608c3c6b9ea137d8985aec3ab09515bada50ab11" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f5ffbd22e3155cf2cfa32d11608c3c6b9ea137d8985aec3ab09515bada50ab11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f5ffbd22e3155cf2cfa32d11608c3c6b9ea137d8985aec3ab09515bada50ab11" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling memchr v2.8.1
[INFO] [stderr]    Compiling log v0.4.32
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling cc v1.2.63
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling nix v0.31.3
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling http v1.4.1
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling dbl v0.3.2
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling air-crypto v0.1.0 (/opt/rustwide/workdir/air-crypto)
[INFO] [stderr]    Compiling compact_str v0.8.2
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]    Compiling ureq-proto v0.6.0
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling webpki-roots v1.0.7
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling utf8-zero v0.8.1
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling ctrlc v3.5.2
[INFO] [stderr]    Compiling which v8.0.2
[INFO] [stderr]    Compiling memmap2 v0.9.10
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling cmac v0.7.2
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling air v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling ureq v3.3.0
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s
[INFO] running `Command { std: "docker" "inspect" "f5ffbd22e3155cf2cfa32d11608c3c6b9ea137d8985aec3ab09515bada50ab11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f5ffbd22e3155cf2cfa32d11608c3c6b9ea137d8985aec3ab09515bada50ab11" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.50
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling zerocopy-derive v0.8.50
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling page_size v0.6.0
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling criterion-plot v0.8.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling ureq v3.3.0
[INFO] [stderr]    Compiling air v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling air-crypto v0.1.0 (/opt/rustwide/workdir/air-crypto)
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling tokio-test v0.4.5
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling criterion v0.8.2
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 37.97s
[INFO] running `Command { std: "docker" "inspect" "f5ffbd22e3155cf2cfa32d11608c3c6b9ea137d8985aec3ab09515bada50ab11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f5ffbd22e3155cf2cfa32d11608c3c6b9ea137d8985aec3ab09515bada50ab11" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]    Compiling air v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 10.63s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/air-bbd5e4ef2c4d88eb)
[INFO] [stdout] 
[INFO] [stdout] running 58 tests
[INFO] [stdout] test backend::app::tests::test_check_deps_missing ... ok
[INFO] [stdout] test backend::app::tests::test_check_deps_ok ... ok
[INFO] [stdout] test backend::app::tests::test_has_dep_missing ... ok
[INFO] [stdout] test backend::capture::tests::test_find_handshakes_missing_files ... ok
[INFO] [stdout] test backend::app::tests::test_has_dep_sh ... ok
[INFO] [stdout] test backend::app::tests::test_cleanup_no_panic ... ok
[INFO] [stdout] test backend::deauth::tests::test_aireplay_args_broadcast ... ok
[INFO] [stdout] test backend::deauth::tests::test_aireplay_args_targeted ... ok
[INFO] [stdout] test backend::capture::tests::test_save_capture_missing_src ... ok
[INFO] [stdout] test backend::deauth::tests::test_mdk4_args_broadcast ... ok
[INFO] [stdout] test backend::deauth::tests::test_mdk4_args_targeted ... ok
[INFO] [stdout] test backend::deauth::tests::test_stop_all_no_panic ... ok
[INFO] [stdout] test backend::inject::tests::test_broadcast_mac ... ok
[INFO] [stdout] test backend::deauth::tests::test_stop_nonexistent_attack ... ok
[INFO] [stdout] test backend::inject::tests::test_build_deauth_frame_len ... ok
[INFO] [stdout] test backend::inject::tests::test_build_disassoc_frame_control ... ok
[INFO] [stdout] test backend::inject::tests::test_build_deauth_frame_control ... ok
[INFO] [stdout] test backend::inject::tests::test_deauth_config_aggressive ... ok
[INFO] [stdout] test backend::inject::tests::test_deauth_config_broadcast ... ok
[INFO] [stdout] test backend::inject::tests::test_mac_to_string ... ok
[INFO] [stdout] test backend::inject::tests::test_parse_mac_invalid ... ok
[INFO] [stdout] test backend::scan::tests::test_band_string_both ... ok
[INFO] [stdout] test backend::inject::tests::test_parse_mac_valid ... ok
[INFO] [stdout] test backend::scan::tests::test_band_string_none_fails ... ok
[INFO] [stdout] test backend::interface::tests::test_disable_monitor_not_monitor ... ok
[INFO] [stdout] test backend::interface::tests::test_is_monitor_nonexistent ... ok
[INFO] [stdout] test backend::scan::tests::test_parse_raw_ap_hidden ... ok
[INFO] [stdout] test backend::scan::tests::test_parse_raw_ap_power ... ok
[INFO] [stdout] test backend::scan::tests::test_validate_channels_bad ... ok
[INFO] [stdout] test backend::scan::tests::test_band_string_2_4_only ... ok
[INFO] [stdout] test backend::settings::tests::test_default_settings ... ok
[INFO] [stdout] test backend::interface::tests::test_list_interfaces_no_panic ... ok
[INFO] [stdout] test backend::capture::tests::test_parse_empty_output ... ok
[INFO] [stdout] test backend::scan::tests::test_validate_channels_ok ... ok
[INFO] [stdout] test backend::settings::tests::test_use_random_mac ... ok
[INFO] [stdout] test backend::vendors::tests::test_lookup_vendor_cached ... ok
[INFO] [stdout] test backend::vendors::tests::test_find_oui_too_short ... ok
[INFO] [stdout] test backend::settings::tests::test_load_settings_no_file ... ok
[INFO] [stdout] test backend::settings::tests::test_settings_toml_roundtrip ... ok
[INFO] [stdout] test backend::vendors::tests::test_mac_prefix_extraction ... ok
[INFO] [stdout] test backend::vendors::tests::test_mac_prefix_short ... ok
[INFO] [stdout] test cpu::tests::test_cpu_detect ... ok
[INFO] [stdout] test cpu::tests::test_core_info ... ok
[INFO] [stdout] test backend::inject::tests::test_spawn_deauth_limited ... ok
[INFO] [stdout] test backend::vendors::tests::test_find_oui_unknown ... ok
[INFO] [stdout] test memory::tests::test_aligned_buffer_creates ... ok
[INFO] [stdout] test backend::vendors::tests::test_update_all_vendors_empty_state ... ok
[INFO] [stdout] test memory::tests::test_batch_pool ... ok
[INFO] [stdout] test memory::tests::test_aligned_buffer_simd ... ok
[INFO] [stdout] test memory::tests::test_swap_endian ... ok
[INFO] [stdout] test wordlist::tests::test_progress_tracker ... ok
[INFO] [stdout] test wordlist::tests::test_wordlist_stream ... ok
[INFO] [stdout] test backend::capture::tests::test_parse_handshakes_bssid ... ok
[INFO] [stdout] test backend::capture::tests::test_parse_zero_handshakes_filtered ... ok
[INFO] [stdout] test backend::capture::tests::test_parse_handshakes_essid ... ok
[INFO] [stdout] test backend::capture::tests::test_parse_handshakes_finds_two ... ok
[INFO] [stdout] test backend::capture::tests::test_parse_handshakes_count ... ok
[INFO] [stdout] test backend::deauth::tests::test_is_attacking_false_initially ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 58 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/air-bade858d2b87fa65)
[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; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests air
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/wordlist.rs - wordlist::WordlistReader::stream (line 237) ... FAILED
[INFO] [stdout] test src/memory.rs - memory::AlignedBuffer::new (line 21) ... FAILED
[INFO] [stdout] test src/engine.rs - engine::WpaEngine (line 117) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/wordlist.rs - wordlist::WordlistReader::stream (line 237) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `reader` in this scope
[INFO] [stdout]    --> src/wordlist.rs:238:21
[INFO] [stdout]     |
[INFO] [stdout] 238 | let (rx, _handle) = reader.stream().await?;
[INFO] [stdout]     |                     ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout]    --> src/wordlist.rs:238:37
[INFO] [stdout]     |
[INFO] [stdout] 237 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_wordlist_rs_237_0() {
[INFO] [stdout]     |                                      ---------------------------------------- this is not `async`
[INFO] [stdout] 238 | let (rx, _handle) = reader.stream().await?;
[INFO] [stdout]     |                                     ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout] 
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout]    --> src/wordlist.rs:239:35
[INFO] [stdout]     |
[INFO] [stdout] 237 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_wordlist_rs_237_0() {
[INFO] [stdout]     |                                      ---------------------------------------- this is not `async`
[INFO] [stdout] 238 | let (rx, _handle) = reader.stream().await?;
[INFO] [stdout] 239 | while let Some(batch) = rx.recv().await {
[INFO] [stdout]     |                                   ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0728.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/memory.rs - memory::AlignedBuffer::new (line 21) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `AlignedBuffer` in this scope
[INFO] [stdout]   --> src/memory.rs:23:11
[INFO] [stdout]    |
[INFO] [stdout] 23 | let buf = AlignedBuffer::new(1024, 32)?;
[INFO] [stdout]    |           ^^^^^^^^^^^^^ use of undeclared type `AlignedBuffer`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 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/engine.rs - engine::WpaEngine (line 117) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `handshake` in this scope
[INFO] [stdout]    --> src/engine.rs:120:6
[INFO] [stdout]     |
[INFO] [stdout] 120 |     &handshake,
[INFO] [stdout]     |      ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout]    --> src/engine.rs:122:3
[INFO] [stdout]     |
[INFO] [stdout] 117 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_engine_rs_117_0() {
[INFO] [stdout]     |                                      -------------------------------------- this is not `async`
[INFO] [stdout] ...
[INFO] [stdout] 122 | ).await?;
[INFO] [stdout]     |   ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `WpaEngine` in this scope
[INFO] [stdout]    --> src/engine.rs:118:14
[INFO] [stdout]     |
[INFO] [stdout] 118 | let engine = WpaEngine::new("MyNetwork")?;
[INFO] [stdout]     |              ^^^^^^^^^ use of undeclared type `WpaEngine`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0728.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/engine.rs - engine::WpaEngine (line 117)
[INFO] [stdout]     src/memory.rs - memory::AlignedBuffer::new (line 21)
[INFO] [stdout]     src/wordlist.rs - wordlist::WordlistReader::stream (line 237)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.42s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.86s; merged doctests compilation took 0.25s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "f5ffbd22e3155cf2cfa32d11608c3c6b9ea137d8985aec3ab09515bada50ab11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f5ffbd22e3155cf2cfa32d11608c3c6b9ea137d8985aec3ab09515bada50ab11", kill_on_drop: false }`
[INFO] [stdout] f5ffbd22e3155cf2cfa32d11608c3c6b9ea137d8985aec3ab09515bada50ab11
