[INFO] fetching crate suricata-ipc 0.2.0... [INFO] checking suricata-ipc-0.2.0 against try#8a5e87609850cdd8679aada01eb0f3062f254ca8 for pr-71140 [INFO] extracting crate suricata-ipc 0.2.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate suricata-ipc 0.2.0 on toolchain 8a5e87609850cdd8679aada01eb0f3062f254ca8 [INFO] running `"/workspace/cargo-home/bin/cargo" "+8a5e87609850cdd8679aada01eb0f3062f254ca8" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate suricata-ipc 0.2.0 [INFO] finished tweaking crates.io crate suricata-ipc 0.2.0 [INFO] tweaked toml for crates.io crate suricata-ipc 0.2.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+8a5e87609850cdd8679aada01eb0f3062f254ca8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+8a5e87609850cdd8679aada01eb0f3062f254ca8" "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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+8a5e87609850cdd8679aada01eb0f3062f254ca8" "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] d0bf641ffa58e770d700f4686a19b6361b163649768ba959df3a0dd45a3ebc84 [INFO] running `"docker" "start" "-a" "d0bf641ffa58e770d700f4686a19b6361b163649768ba959df3a0dd45a3ebc84"` [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Checking bstr v0.2.12 [INFO] [stderr] Checking serde_bytes v0.11.3 [INFO] [stderr] Checking tokio v0.2.18 [INFO] [stderr] Checking tinytemplate v1.0.3 [INFO] [stderr] Checking ipc-channel v0.11.3 [INFO] [stderr] Checking packet-ipc v0.10.0 [INFO] [stderr] Checking csv v1.1.3 [INFO] [stderr] Checking askama_shared v0.8.0 [INFO] [stderr] Checking criterion v0.2.11 [INFO] [stderr] Compiling askama_derive v0.8.0 [INFO] [stderr] Checking futures-executor v0.3.4 [INFO] [stderr] Checking futures v0.3.4 [INFO] [stderr] Checking askama v0.8.0 [INFO] [stderr] Checking suricata-ipc v0.2.0 (/opt/rustwide/workdir) [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 `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: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [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: 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 `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: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [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" "d0bf641ffa58e770d700f4686a19b6361b163649768ba959df3a0dd45a3ebc84"` [INFO] running `"docker" "rm" "-f" "d0bf641ffa58e770d700f4686a19b6361b163649768ba959df3a0dd45a3ebc84"` [INFO] [stdout] d0bf641ffa58e770d700f4686a19b6361b163649768ba959df3a0dd45a3ebc84