[INFO] fetching crate suricata-ipc 0.1.0... [INFO] checking suricata-ipc-0.1.0 against try#3ae4c050387df9f7fbb379ee90ce8bf05e566870 for pr-70872 [INFO] extracting crate suricata-ipc 0.1.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate suricata-ipc 0.1.0 on toolchain 3ae4c050387df9f7fbb379ee90ce8bf05e566870 [INFO] running `"/workspace/cargo-home/bin/cargo" "+3ae4c050387df9f7fbb379ee90ce8bf05e566870" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate suricata-ipc 0.1.0 [INFO] finished tweaking crates.io crate suricata-ipc 0.1.0 [INFO] tweaked toml for crates.io crate suricata-ipc 0.1.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+3ae4c050387df9f7fbb379ee90ce8bf05e566870" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+3ae4c050387df9f7fbb379ee90ce8bf05e566870" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded packet-ipc v0.10.0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+3ae4c050387df9f7fbb379ee90ce8bf05e566870" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 969cd78fa28da80300dc272034bb5457dd83b94b65dead542784a5c490d8f729 [INFO] running `"docker" "start" "-a" "969cd78fa28da80300dc272034bb5457dd83b94b65dead542784a5c490d8f729"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling failure_derive v0.1.7 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling pin-project-internal v0.4.8 [INFO] [stderr] Compiling async-trait v0.1.30 [INFO] [stderr] Checking tokio v0.2.16 [INFO] [stderr] Checking failure v0.1.7 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking pin-project v0.4.8 [INFO] [stderr] Checking futures-executor v0.3.4 [INFO] [stderr] Checking futures v0.3.4 [INFO] [stderr] Checking serde v1.0.106 [INFO] [stderr] Checking serde_json v1.0.51 [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] Checking bincode v1.2.1 [INFO] [stderr] Checking bstr v0.2.12 [INFO] [stderr] Checking serde_bytes v0.11.3 [INFO] [stderr] Checking ipc-channel v0.11.3 [INFO] [stderr] Checking csv v1.1.3 [INFO] [stderr] Checking askama_shared v0.8.0 [INFO] [stderr] Checking tinytemplate v1.0.3 [INFO] [stderr] Checking packet-ipc v0.10.0 [INFO] [stderr] Checking criterion v0.2.11 [INFO] [stderr] Compiling askama_derive v0.8.0 [INFO] [stderr] Checking askama v0.8.0 [INFO] [stderr] Checking suricata-ipc v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `suricata_rs` [INFO] [stderr] --> tests/integration_tests.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use suricata_rs::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `suricata_rs` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `net_parser_rs` [INFO] [stderr] --> tests/integration_tests.rs:16:16 [INFO] [stderr] | [INFO] [stderr] 16 | inner: &'a net_parser_rs::PcapRecord<'a>, [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `net_parser_rs` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `net_parser_rs` [INFO] [stderr] --> tests/integration_tests.rs:20:27 [INFO] [stderr] | [INFO] [stderr] 20 | pub fn new(inner: &'a net_parser_rs::PcapRecord<'a>) -> WrapperPacket { [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `net_parser_rs` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `suricata_rs` [INFO] [stderr] --> benches/bench.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use suricata_rs::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `suricata_rs` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `net_parser_rs` [INFO] [stderr] --> benches/bench.rs:14:16 [INFO] [stderr] | [INFO] [stderr] 14 | inner: &'a net_parser_rs::PcapRecord<'a>, [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `net_parser_rs` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `net_parser_rs` [INFO] [stderr] --> benches/bench.rs:18:27 [INFO] [stderr] | [INFO] [stderr] 18 | pub fn new(inner: &'a net_parser_rs::PcapRecord<'a>) -> WrapperPacket<'a> { [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `net_parser_rs` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Rules` [INFO] [stderr] --> benches/bench.rs:43:17 [INFO] [stderr] | [INFO] [stderr] 43 | let rules = Rules::from_path(resources_path.join("test.rules")).expect("Failed to read rules"); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Rules` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Config` [INFO] [stderr] --> benches/bench.rs:53:24 [INFO] [stderr] | [INFO] [stderr] 53 | let mut ids_args = Config::default(); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Config` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Ids` [INFO] [stderr] --> benches/bench.rs:57:19 [INFO] [stderr] | [INFO] [stderr] 57 | let mut ids = Ids::new(ids_args).await.expect("failed to create ids"); [INFO] [stderr] | ^^^ use of undeclared type or module `Ids` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `net_parser_rs` [INFO] [stderr] --> benches/bench.rs:70:9 [INFO] [stderr] | [INFO] [stderr] 70 | net_parser_rs::CaptureFile::parse(&packet_bytes).expect("Failed to read packets"); [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `net_parser_rs` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `AsIpcPacket` in this scope [INFO] [stderr] --> benches/bench.rs:23:10 [INFO] [stderr] | [INFO] [stderr] 23 | impl<'a> AsIpcPacket for WrapperPacket<'a> { [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 packet_ipc::AsIpcPacket; [INFO] [stderr] | [INFO] [stderr] 1 | use suricata_ipc::prelude::AsIpcPacket; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `EveMessage` in this scope [INFO] [stderr] --> benches/bench.rs:35:25 [INFO] [stderr] | [INFO] [stderr] 35 | ) -> Result<(usize, Vec), Error> { [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 suricata_ipc::prelude::EveMessage; [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 32 | async fn run_ids, EveMessage>( [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in this scope [INFO] [stderr] --> benches/bench.rs:35:39 [INFO] [stderr] | [INFO] [stderr] 35 | ) -> Result<(usize, Vec), Error> { [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 askama::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use failure::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use futures::core_reexport::fmt::Error; [INFO] [stderr] | [INFO] [stderr] and 16 other candidates [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 32 | async fn run_ids, Error>( [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IntelCache` in this scope [INFO] [stderr] --> benches/bench.rs:44:16 [INFO] [stderr] | [INFO] [stderr] 44 | let cache: IntelCache<_> = rules.into(); [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 suricata_ipc::prelude::IntelCache; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in this scope [INFO] [stderr] --> benches/bench.rs:96:34 [INFO] [stderr] | [INFO] [stderr] 96 | let messages: Result, Error> = ids_messages.try_collect().await; [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 askama::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use failure::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use futures::core_reexport::fmt::Error; [INFO] [stderr] | [INFO] [stderr] and 16 other candidates [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 32 | async fn run_ids, Error>( [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in this scope [INFO] [stderr] --> benches/bench.rs:97:34 [INFO] [stderr] | [INFO] [stderr] 97 | let messages: Result, Error> = messages?.into_iter().flat_map(|v| v).collect(); [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 askama::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use failure::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use futures::core_reexport::fmt::Error; [INFO] [stderr] | [INFO] [stderr] and 16 other candidates [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 32 | async fn run_ids, Error>( [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 13 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `suricata-ipc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Tracer` [INFO] [stderr] --> tests/integration_tests.rs:94:16 [INFO] [stderr] | [INFO] [stderr] 94 | let data = Tracer::data().to_vec(); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Tracer` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `net_parser_rs` [INFO] [stderr] --> tests/integration_tests.rs:95:13 [INFO] [stderr] | [INFO] [stderr] 95 | let p = net_parser_rs::PcapRecord::new(ts, data.len() as _, data.len() as _, &data); [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `net_parser_rs` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `net_parser_rs` [INFO] [stderr] --> tests/integration_tests.rs:123:22 [INFO] [stderr] | [INFO] [stderr] 123 | let (_, f) = net_parser_rs::CaptureFile::parse(self.pcap_bytes()).expect("Failed to parse"); [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `net_parser_rs` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `net_parser_rs` [INFO] [stderr] --> tests/integration_tests.rs:129:14 [INFO] [stderr] | [INFO] [stderr] 129 | records: net_parser_rs::PcapRecords<'a>, [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `net_parser_rs` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Rules` [INFO] [stderr] --> tests/integration_tests.rs:164:17 [INFO] [stderr] | [INFO] [stderr] 164 | let rules = Rules::from_path(resources_path.join("test.rules")).expect("Failed to read rules"); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Rules` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Config` [INFO] [stderr] --> tests/integration_tests.rs:172:24 [INFO] [stderr] | [INFO] [stderr] 172 | let mut ids_args = Config::default(); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Config` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Ids` [INFO] [stderr] --> tests/integration_tests.rs:180:19 [INFO] [stderr] | [INFO] [stderr] 180 | let mut ids = Ids::new(ids_args).await?; [INFO] [stderr] | ^^^ use of undeclared type or module `Ids` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `EveEventType` [INFO] [stderr] --> tests/integration_tests.rs:222:16 [INFO] [stderr] | [INFO] [stderr] 222 | if let EveEventType::Alert(ref alert) = eve.event { [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `EveEventType` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `EveEventType` [INFO] [stderr] --> tests/integration_tests.rs:255:16 [INFO] [stderr] | [INFO] [stderr] 255 | if let EveEventType::Alert(ref alert) = eve.event { [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `EveEventType` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Tracer` [INFO] [stderr] --> tests/integration_tests.rs:268:50 [INFO] [stderr] | [INFO] [stderr] 268 | assert_eq!(alert.alert.signature_id, Tracer::key().sid); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Tracer` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Observed` [INFO] [stderr] --> tests/integration_tests.rs:270:20 [INFO] [stderr] | [INFO] [stderr] 270 | if let Observed::Tracer(_) = observed { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Observed` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `EveEventType` [INFO] [stderr] --> tests/integration_tests.rs:293:16 [INFO] [stderr] | [INFO] [stderr] 293 | if let EveEventType::Alert(ref alert) = eve.event { [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `EveEventType` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Tracer` [INFO] [stderr] --> tests/integration_tests.rs:306:50 [INFO] [stderr] | [INFO] [stderr] 306 | assert_eq!(alert.alert.signature_id, Tracer::key().sid); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Tracer` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Observed` [INFO] [stderr] --> tests/integration_tests.rs:308:20 [INFO] [stderr] | [INFO] [stderr] 308 | if let Observed::Tracer(_) = observed { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Observed` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `EveEventType` [INFO] [stderr] --> tests/integration_tests.rs:331:16 [INFO] [stderr] | [INFO] [stderr] 331 | if let EveEventType::Alert(ref alert) = eve.event { [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `EveEventType` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Tracer` [INFO] [stderr] --> tests/integration_tests.rs:344:50 [INFO] [stderr] | [INFO] [stderr] 344 | assert_eq!(alert.alert.signature_id, Tracer::key().sid); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Tracer` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Observed` [INFO] [stderr] --> tests/integration_tests.rs:346:20 [INFO] [stderr] | [INFO] [stderr] 346 | if let Observed::Tracer(_) = observed { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Observed` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `EveEventType` [INFO] [stderr] --> tests/integration_tests.rs:380:13 [INFO] [stderr] | [INFO] [stderr] 380 | EveEventType::Alert(_) => { [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `EveEventType` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `EveEventType` [INFO] [stderr] --> tests/integration_tests.rs:383:13 [INFO] [stderr] | [INFO] [stderr] 383 | EveEventType::Stats { stats } => { [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `EveEventType` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `EveEventType` [INFO] [stderr] --> tests/integration_tests.rs:387:13 [INFO] [stderr] | [INFO] [stderr] 387 | EveEventType::Flow(_) => { [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `EveEventType` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `AsIpcPacket` in this scope [INFO] [stderr] --> tests/integration_tests.rs:25:10 [INFO] [stderr] | [INFO] [stderr] 25 | impl<'a> AsIpcPacket for WrapperPacket<'a> { [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] 2 | use packet_ipc::AsIpcPacket; [INFO] [stderr] | [INFO] [stderr] 2 | use suricata_ipc::prelude::AsIpcPacket; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `EveMessage` in this scope [INFO] [stderr] --> tests/integration_tests.rs:36:19 [INFO] [stderr] | [INFO] [stderr] 36 | messages: Vec, [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] 2 | use suricata_ipc::prelude::EveMessage; [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 34 | struct TestResult { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IntelCache` in this scope [INFO] [stderr] --> tests/integration_tests.rs:37:18 [INFO] [stderr] | [INFO] [stderr] 37 | intel_cache: IntelCache, [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] 2 | use suricata_ipc::prelude::IntelCache; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Rule` in this scope [INFO] [stderr] --> tests/integration_tests.rs:37:29 [INFO] [stderr] | [INFO] [stderr] 37 | intel_cache: IntelCache, [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] 2 | use suricata_ipc::prelude::Rule; [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 34 | struct TestResult { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Ids` in this scope [INFO] [stderr] --> tests/integration_tests.rs:42:45 [INFO] [stderr] | [INFO] [stderr] 42 | async fn run<'a>(&'a mut self, ids: &'a Ids<'a>) -> usize; [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] 2 | use suricata_ipc::Ids; [INFO] [stderr] | [INFO] [stderr] 2 | use suricata_ipc::prelude::Ids; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Ids` in this scope [INFO] [stderr] --> tests/integration_tests.rs:49:45 [INFO] [stderr] | [INFO] [stderr] 49 | async fn run<'a>(&'a mut self, ids: &'a Ids<'a>) -> usize { [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] 2 | use suricata_ipc::Ids; [INFO] [stderr] | [INFO] [stderr] 2 | use suricata_ipc::prelude::Ids; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Ids` in this scope [INFO] [stderr] --> tests/integration_tests.rs:58:45 [INFO] [stderr] | [INFO] [stderr] 58 | async fn run<'a>(&'a mut self, ids: &'a Ids<'a>) -> usize { [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] 2 | use suricata_ipc::Ids; [INFO] [stderr] | [INFO] [stderr] 2 | use suricata_ipc::prelude::Ids; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Ids` in this scope [INFO] [stderr] --> tests/integration_tests.rs:63:36 [INFO] [stderr] | [INFO] [stderr] 63 | async fn send_tracers<'a>(ids: &'a Ids<'a>) -> usize { [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] 2 | use suricata_ipc::Ids; [INFO] [stderr] | [INFO] [stderr] 2 | use suricata_ipc::prelude::Ids; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Ids` in this scope [INFO] [stderr] --> tests/integration_tests.rs:77:45 [INFO] [stderr] | [INFO] [stderr] 77 | async fn run<'a>(&'a mut self, ids: &'a Ids<'a>) -> usize { [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] 2 | use suricata_ipc::Ids; [INFO] [stderr] | [INFO] [stderr] 2 | use suricata_ipc::prelude::Ids; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Ids` in this scope [INFO] [stderr] --> tests/integration_tests.rs:82:48 [INFO] [stderr] | [INFO] [stderr] 82 | async fn send_tracers_with_reload<'a>(ids: &'a Ids<'a>) -> usize { [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] 2 | use suricata_ipc::Ids; [INFO] [stderr] | [INFO] [stderr] 2 | use suricata_ipc::prelude::Ids; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Ids` in this scope [INFO] [stderr] --> tests/integration_tests.rs:93:35 [INFO] [stderr] | [INFO] [stderr] 93 | async fn send_tracer<'a>(ids: &'a Ids<'a>, ts: SystemTime) -> usize { [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] 2 | use suricata_ipc::Ids; [INFO] [stderr] | [INFO] [stderr] 2 | use suricata_ipc::prelude::Ids; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Ids` in this scope [INFO] [stderr] --> tests/integration_tests.rs:122:45 [INFO] [stderr] | [INFO] [stderr] 122 | async fn run<'a>(&'a mut self, ids: &'a Ids<'a>) -> usize { [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] 2 | use suricata_ipc::Ids; [INFO] [stderr] | [INFO] [stderr] 2 | use suricata_ipc::prelude::Ids; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Ids` in this scope [INFO] [stderr] --> tests/integration_tests.rs:130:14 [INFO] [stderr] | [INFO] [stderr] 130 | ids: &'a Ids<'a>, [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] 2 | use suricata_ipc::Ids; [INFO] [stderr] | [INFO] [stderr] 2 | use suricata_ipc::prelude::Ids; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in this scope [INFO] [stderr] --> tests/integration_tests.rs:154:70 [INFO] [stderr] | [INFO] [stderr] 154 | async fn run_ids<'a, T: TestRunner>(runner: T) -> Result { [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] 2 | use askama::Error; [INFO] [stderr] | [INFO] [stderr] 2 | use core::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 2 | use failure::Error; [INFO] [stderr] | [INFO] [stderr] 2 | use futures::core_reexport::fmt::Error; [INFO] [stderr] | [INFO] [stderr] and 16 other candidates [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 154 | async fn run_ids<'a, T: TestRunner, Error>(runner: T) -> Result { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IntelCache` in this scope [INFO] [stderr] --> tests/integration_tests.rs:165:16 [INFO] [stderr] | [INFO] [stderr] 165 | let cache: IntelCache<_> = rules.into(); [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] 2 | use suricata_ipc::prelude::IntelCache; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in this scope [INFO] [stderr] --> tests/integration_tests.rs:195:34 [INFO] [stderr] | [INFO] [stderr] 195 | let messages: Result, Error> = ids_messages.try_collect().await; [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] 2 | use askama::Error; [INFO] [stderr] | [INFO] [stderr] 2 | use core::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 2 | use failure::Error; [INFO] [stderr] | [INFO] [stderr] 2 | use futures::core_reexport::fmt::Error; [INFO] [stderr] | [INFO] [stderr] and 16 other candidates [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 154 | async fn run_ids<'a, T: TestRunner, Error>(runner: T) -> Result { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in this scope [INFO] [stderr] --> tests/integration_tests.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let messages: Result, Error> = messages?.into_iter().flat_map(|v| v).collect(); [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] 2 | use askama::Error; [INFO] [stderr] | [INFO] [stderr] 2 | use core::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 2 | use failure::Error; [INFO] [stderr] | [INFO] [stderr] 2 | use futures::core_reexport::fmt::Error; [INFO] [stderr] | [INFO] [stderr] and 16 other candidates [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 154 | async fn run_ids<'a, T: TestRunner, Error>(runner: T) -> Result { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 40 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `suricata-ipc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "969cd78fa28da80300dc272034bb5457dd83b94b65dead542784a5c490d8f729"` [INFO] running `"docker" "rm" "-f" "969cd78fa28da80300dc272034bb5457dd83b94b65dead542784a5c490d8f729"` [INFO] [stdout] 969cd78fa28da80300dc272034bb5457dd83b94b65dead542784a5c490d8f729