[INFO] fetching crate suricata-ipc 0.2.0...
[INFO] checking suricata-ipc-0.2.0 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate suricata-ipc 0.2.0 into /workspace/builds/worker-13/source
[INFO] validating manifest of crates.io crate suricata-ipc 0.2.0 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-13/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] 14832bde46fbde221894ffce77e6c724933b32bb17e7a975745e8edd58fe89c5
[INFO] running `"docker" "start" "-a" "14832bde46fbde221894ffce77e6c724933b32bb17e7a975745e8edd58fe89c5"`
[INFO] [stderr]    Compiling tokio-macros v0.2.5
[INFO] [stderr]     Checking serde v1.0.106
[INFO] [stderr]     Checking futures-util v0.3.4
[INFO] [stderr]     Checking tokio v0.2.17
[INFO] [stderr]     Checking futures-executor v0.3.4
[INFO] [stderr]     Checking futures v0.3.4
[INFO] [stderr]    Compiling toml v0.4.10
[INFO] [stderr]     Checking bincode v1.2.1
[INFO] [stderr]     Checking serde_json v1.0.51
[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 tinytemplate v1.0.3
[INFO] [stderr]     Checking csv v1.1.3
[INFO] [stderr]     Checking askama_shared v0.8.0
[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.2.0 (/opt/rustwide/workdir)
[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 `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 `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 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] [stderr] warning: build failed, waiting for other jobs to finish...
[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: could not compile `suricata-ipc`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "14832bde46fbde221894ffce77e6c724933b32bb17e7a975745e8edd58fe89c5"`
[INFO] running `"docker" "rm" "-f" "14832bde46fbde221894ffce77e6c724933b32bb17e7a975745e8edd58fe89c5"`
[INFO] [stdout] 14832bde46fbde221894ffce77e6c724933b32bb17e7a975745e8edd58fe89c5
