[INFO] crate pcap 0.7.0 is already in cache [INFO] testing pcap-0.7.0 against 1.38.0 for beta-1.39-1 [INFO] extracting crate pcap 0.7.0 into work/builds/worker-11/source [INFO] validating manifest of crates.io crate pcap 0.7.0 on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate pcap 0.7.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate pcap 0.7.0 [INFO] tweaked toml for crates.io crate pcap 0.7.0 written to work/builds/worker-11/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 06e6ddacbe1812e352de11f8444fca50c0669950c08991d0705953aab6bcf160 [INFO] running `"docker" "start" "-a" "06e6ddacbe1812e352de11f8444fca50c0669950c08991d0705953aab6bcf160"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling pcap v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:147:32 [INFO] [stderr] | [INFO] [stderr] 147 | fn cause(&self) -> Option<&std::error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [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/lib.rs:781:49 [INFO] [stderr] | [INFO] [stderr] 781 | impl From> for Capture { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Activated` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:782:41 [INFO] [stderr] | [INFO] [stderr] 782 | fn from(cap: Capture) -> Capture { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Activated` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.90s [INFO] running `"docker" "inspect" "06e6ddacbe1812e352de11f8444fca50c0669950c08991d0705953aab6bcf160"` [INFO] running `"docker" "rm" "-f" "06e6ddacbe1812e352de11f8444fca50c0669950c08991d0705953aab6bcf160"` [INFO] [stdout] 06e6ddacbe1812e352de11f8444fca50c0669950c08991d0705953aab6bcf160 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 9e9ee50fed71df2c8fc6e99bf5d315926dd9db633e8010b2eef6a0bb287cc2fe [INFO] running `"docker" "start" "-a" "9e9ee50fed71df2c8fc6e99bf5d315926dd9db633e8010b2eef6a0bb287cc2fe"` [INFO] [stderr] Compiling pcap v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0463]: can't find crate for `futures` [INFO] [stderr] --> examples/streamlisten.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | extern crate futures; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:147:32 [INFO] [stderr] | [INFO] [stderr] 147 | fn cause(&self) -> Option<&std::error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [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/lib.rs:781:49 [INFO] [stderr] | [INFO] [stderr] 781 | impl From> for Capture { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Activated` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:782:41 [INFO] [stderr] | [INFO] [stderr] 782 | fn from(cap: Capture) -> Capture { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Activated` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: Could not compile `pcap`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/easylisten-3225ddf6a0a667dd.easylisten.67g15bjy-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/easylisten-3225ddf6a0a667dd.easylisten.67g15bjy-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/easylisten-3225ddf6a0a667dd.easylisten.67g15bjy-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/easylisten-3225ddf6a0a667dd.easylisten.67g15bjy-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/easylisten-3225ddf6a0a667dd.easylisten.67g15bjy-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/easylisten-3225ddf6a0a667dd.easylisten.67g15bjy-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/easylisten-3225ddf6a0a667dd.easylisten.67g15bjy-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/easylisten-3225ddf6a0a667dd.easylisten.67g15bjy-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/easylisten-3225ddf6a0a667dd.easylisten.67g15bjy-cgu.8.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/easylisten-3225ddf6a0a667dd" "/opt/rustwide/target/debug/examples/easylisten-3225ddf6a0a667dd.12jzqaiz6mlrceg0.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpcap-6bd4a36a6b54b391.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lpcap" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lpcap [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `pcap`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/listenlocalhost-2d19df6fd7d623be.listenlocalhost.1asrox5a-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/listenlocalhost-2d19df6fd7d623be.listenlocalhost.1asrox5a-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/listenlocalhost-2d19df6fd7d623be.listenlocalhost.1asrox5a-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/listenlocalhost-2d19df6fd7d623be.listenlocalhost.1asrox5a-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/listenlocalhost-2d19df6fd7d623be.listenlocalhost.1asrox5a-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/listenlocalhost-2d19df6fd7d623be.listenlocalhost.1asrox5a-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/listenlocalhost-2d19df6fd7d623be.listenlocalhost.1asrox5a-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/listenlocalhost-2d19df6fd7d623be.listenlocalhost.1asrox5a-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/listenlocalhost-2d19df6fd7d623be.listenlocalhost.1asrox5a-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/listenlocalhost-2d19df6fd7d623be.listenlocalhost.1asrox5a-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/listenlocalhost-2d19df6fd7d623be.listenlocalhost.1asrox5a-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/listenlocalhost-2d19df6fd7d623be.listenlocalhost.1asrox5a-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/listenlocalhost-2d19df6fd7d623be.listenlocalhost.1asrox5a-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/listenlocalhost-2d19df6fd7d623be.listenlocalhost.1asrox5a-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/listenlocalhost-2d19df6fd7d623be" "/opt/rustwide/target/debug/examples/listenlocalhost-2d19df6fd7d623be.2y3xvokqmvygkfoy.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpcap-6bd4a36a6b54b391.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lpcap" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lpcap [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/getdevices-ba0e2d4db3ca74c9.getdevices.61buwbzv-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/getdevices-ba0e2d4db3ca74c9.getdevices.61buwbzv-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/getdevices-ba0e2d4db3ca74c9.getdevices.61buwbzv-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/getdevices-ba0e2d4db3ca74c9.getdevices.61buwbzv-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/getdevices-ba0e2d4db3ca74c9.getdevices.61buwbzv-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/getdevices-ba0e2d4db3ca74c9.getdevices.61buwbzv-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/getdevices-ba0e2d4db3ca74c9.getdevices.61buwbzv-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/getdevices-ba0e2d4db3ca74c9.getdevices.61buwbzv-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/getdevices-ba0e2d4db3ca74c9.getdevices.61buwbzv-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/getdevices-ba0e2d4db3ca74c9.getdevices.61buwbzv-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/getdevices-ba0e2d4db3ca74c9.getdevices.61buwbzv-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/getdevices-ba0e2d4db3ca74c9.getdevices.61buwbzv-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/getdevices-ba0e2d4db3ca74c9.getdevices.61buwbzv-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/getdevices-ba0e2d4db3ca74c9" "/opt/rustwide/target/debug/examples/getdevices-ba0e2d4db3ca74c9.4t688hxtlpprvqdk.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpcap-6bd4a36a6b54b391.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lpcap" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lpcap [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `pcap`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `pcap`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/getstatistics-aba16c3cfe1942fd.getstatistics.8z1k494l-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/getstatistics-aba16c3cfe1942fd.getstatistics.8z1k494l-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/getstatistics-aba16c3cfe1942fd.getstatistics.8z1k494l-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/getstatistics-aba16c3cfe1942fd.getstatistics.8z1k494l-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/getstatistics-aba16c3cfe1942fd.getstatistics.8z1k494l-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/getstatistics-aba16c3cfe1942fd.getstatistics.8z1k494l-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/getstatistics-aba16c3cfe1942fd.getstatistics.8z1k494l-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/getstatistics-aba16c3cfe1942fd.getstatistics.8z1k494l-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/getstatistics-aba16c3cfe1942fd.getstatistics.8z1k494l-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/getstatistics-aba16c3cfe1942fd.getstatistics.8z1k494l-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/getstatistics-aba16c3cfe1942fd.getstatistics.8z1k494l-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/getstatistics-aba16c3cfe1942fd.getstatistics.8z1k494l-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/getstatistics-aba16c3cfe1942fd.getstatistics.8z1k494l-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/getstatistics-aba16c3cfe1942fd.getstatistics.8z1k494l-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/getstatistics-aba16c3cfe1942fd.getstatistics.8z1k494l-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/getstatistics-aba16c3cfe1942fd.getstatistics.8z1k494l-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/getstatistics-aba16c3cfe1942fd" "/opt/rustwide/target/debug/examples/getstatistics-aba16c3cfe1942fd.4i0v5vtiomwy7fm.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpcap-6bd4a36a6b54b391.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lpcap" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lpcap [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `pcap`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/lib.rs:40:34 [INFO] [stderr] | [INFO] [stderr] 40 | fn maybe(a: bool) -> Capture { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Activated` [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] --> tests/lib.rs:44:35 [INFO] [stderr] | [INFO] [stderr] 44 | fn also_maybe(a: &mut Capture) { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Activated` [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/pcap-918f7798ded4a817.pcap.dyalal7w-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/pcap-918f7798ded4a817.pcap.dyalal7w-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/pcap-918f7798ded4a817.pcap.dyalal7w-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/pcap-918f7798ded4a817.pcap.dyalal7w-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/pcap-918f7798ded4a817.pcap.dyalal7w-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/pcap-918f7798ded4a817.pcap.dyalal7w-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/pcap-918f7798ded4a817.pcap.dyalal7w-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/pcap-918f7798ded4a817.pcap.dyalal7w-cgu.7.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/pcap-918f7798ded4a817" "/opt/rustwide/target/debug/deps/pcap-918f7798ded4a817.agdd7687vaza1nr.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lpcap" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-8b6fbd25e1766083.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-bd8f21e3bdd6cbdc.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-bfcad117c6a632af.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-79a1f91e8ce4eb83.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lpcap [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `pcap`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/savefile-035907d8f1a4fb35.savefile.71893fhy-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/savefile-035907d8f1a4fb35.savefile.71893fhy-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/savefile-035907d8f1a4fb35.savefile.71893fhy-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/savefile-035907d8f1a4fb35.savefile.71893fhy-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/savefile-035907d8f1a4fb35.savefile.71893fhy-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/savefile-035907d8f1a4fb35.savefile.71893fhy-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/savefile-035907d8f1a4fb35.savefile.71893fhy-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/savefile-035907d8f1a4fb35.savefile.71893fhy-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/savefile-035907d8f1a4fb35.savefile.71893fhy-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/savefile-035907d8f1a4fb35.savefile.71893fhy-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/savefile-035907d8f1a4fb35.savefile.71893fhy-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/savefile-035907d8f1a4fb35.savefile.71893fhy-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/savefile-035907d8f1a4fb35.savefile.71893fhy-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/savefile-035907d8f1a4fb35" "/opt/rustwide/target/debug/examples/savefile-035907d8f1a4fb35.56uwnw4jlybf89x0.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpcap-6bd4a36a6b54b391.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lpcap" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lpcap [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `pcap`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/lib-06f0436d8ee63b65.lib.bx9klita-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/lib-06f0436d8ee63b65.lib.bx9klita-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/lib-06f0436d8ee63b65.lib.bx9klita-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/lib-06f0436d8ee63b65.lib.bx9klita-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/lib-06f0436d8ee63b65.lib.bx9klita-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/lib-06f0436d8ee63b65.lib.bx9klita-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/lib-06f0436d8ee63b65.lib.bx9klita-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/lib-06f0436d8ee63b65.lib.bx9klita-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/lib-06f0436d8ee63b65.lib.bx9klita-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/lib-06f0436d8ee63b65.lib.bx9klita-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/lib-06f0436d8ee63b65.lib.bx9klita-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/lib-06f0436d8ee63b65.lib.bx9klita-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/lib-06f0436d8ee63b65.lib.bx9klita-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/lib-06f0436d8ee63b65.lib.bx9klita-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/lib-06f0436d8ee63b65.lib.bx9klita-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/lib-06f0436d8ee63b65.lib.bx9klita-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/lib-06f0436d8ee63b65" "/opt/rustwide/target/debug/deps/lib-06f0436d8ee63b65.22onyzvocmd2nkyv.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-8b6fbd25e1766083.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-bd8f21e3bdd6cbdc.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-bfcad117c6a632af.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-79a1f91e8ce4eb83.rlib" "/opt/rustwide/target/debug/deps/libtempdir-9e103f9d9665de75.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-e0f9557e8870f186.rlib" "/opt/rustwide/target/debug/deps/librand-250eafcf18e8ca2a.rlib" "/opt/rustwide/target/debug/deps/libpcap-6bd4a36a6b54b391.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lpcap" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lpcap [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `pcap`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9e9ee50fed71df2c8fc6e99bf5d315926dd9db633e8010b2eef6a0bb287cc2fe"` [INFO] running `"docker" "rm" "-f" "9e9ee50fed71df2c8fc6e99bf5d315926dd9db633e8010b2eef6a0bb287cc2fe"` [INFO] [stdout] 9e9ee50fed71df2c8fc6e99bf5d315926dd9db633e8010b2eef6a0bb287cc2fe