[INFO] updating cached repository https://github.com/packysauce/statsniff [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6f41a84284d606473db30a63ce4a4173e8458ccc [INFO] testing packysauce/statsniff against 1.45.2 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpackysauce%2Fstatsniff" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/packysauce/statsniff on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/packysauce/statsniff [INFO] finished tweaking git repo https://github.com/packysauce/statsniff [INFO] tweaked toml for git repo https://github.com/packysauce/statsniff written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/packysauce/statsniff already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b8c97d0dffa0a96a6d84892b9927af488e9de05fc14b47e23329ef438daace34 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b8c97d0dffa0a96a6d84892b9927af488e9de05fc14b47e23329ef438daace34", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b8c97d0dffa0a96a6d84892b9927af488e9de05fc14b47e23329ef438daace34", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8c97d0dffa0a96a6d84892b9927af488e9de05fc14b47e23329ef438daace34", kill_on_drop: false }` [INFO] [stdout] b8c97d0dffa0a96a6d84892b9927af488e9de05fc14b47e23329ef438daace34 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 320cd064937f1ffc413762e7e612b7ea43b77b5a8dce19669026b5b4c4c11a70 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "320cd064937f1ffc413762e7e612b7ea43b77b5a8dce19669026b5b4c4c11a70", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.50 [INFO] [stderr] Compiling cfg-if v0.1.7 [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Compiling futures v0.1.25 [INFO] [stderr] Compiling cc v1.0.31 [INFO] [stderr] Compiling smallvec v0.6.9 [INFO] [stderr] Compiling lazycell v1.2.1 [INFO] [stderr] Compiling itoa v0.4.3 [INFO] [stderr] Compiling build_const v0.2.1 [INFO] [stderr] Compiling openssl v0.10.20 [INFO] [stderr] Compiling serde v1.0.89 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling adler32 v1.0.3 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling string v0.1.3 [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling encoding_rs v0.8.17 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling regex v1.1.2 [INFO] [stderr] Compiling dtoa v0.4.3 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling syn v0.15.29 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling rustc-demangle v0.1.13 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling pcap v0.7.1 (https://github.com/packysauce/pcap#db5f9f0e) [INFO] [stderr] Compiling statsd-parser v0.3.0 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling unicase v2.3.0 [INFO] [stderr] Compiling rand_jitter v0.1.3 [INFO] [stderr] Compiling tokio-trace-core v0.1.0 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling miniz_oxide v0.2.1 [INFO] [stderr] Compiling regex-syntax v0.6.5 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Compiling unicode-normalization v0.1.8 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling backtrace v0.3.14 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling mime v0.3.13 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling num_cpus v1.10.0 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling tokio-executor v0.1.7 [INFO] [stderr] Compiling tokio-sync v0.1.4 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling openssl-sys v0.9.43 [INFO] [stderr] Compiling miniz_oxide_c_api v0.2.1 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling tokio-current-thread v0.1.6 [INFO] [stderr] Compiling tokio-timer v0.2.10 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling http v0.1.16 [INFO] [stderr] Compiling futures-locks v0.3.3 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling flate2 v1.0.7 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.13 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling uuid v0.7.2 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling simple_logger v1.0.1 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling h2 v0.1.17 [INFO] [stderr] Compiling tokio v0.1.18 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling serde_urlencoded v0.5.4 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling hyper v0.12.25 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling reqwest v0.9.12 [INFO] [stderr] Compiling hwaddr v0.1.5 [INFO] [stderr] Compiling packet v0.1.2 [INFO] [stderr] Compiling statsniff v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `warn` [INFO] [stdout] --> src/main.rs:4:31 [INFO] [stdout] | [INFO] [stdout] 4 | use log::{debug, error, info, warn}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/statsniff-8b289ae76446bb40.statsniff.927c1ckx-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/statsniff-8b289ae76446bb40.statsniff.927c1ckx-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/statsniff-8b289ae76446bb40.statsniff.927c1ckx-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/statsniff-8b289ae76446bb40.statsniff.927c1ckx-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/statsniff-8b289ae76446bb40.statsniff.927c1ckx-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/statsniff-8b289ae76446bb40.statsniff.927c1ckx-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/statsniff-8b289ae76446bb40.statsniff.927c1ckx-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/statsniff-8b289ae76446bb40.statsniff.927c1ckx-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/statsniff-8b289ae76446bb40.statsniff.927c1ckx-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/statsniff-8b289ae76446bb40.statsniff.927c1ckx-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/statsniff-8b289ae76446bb40.statsniff.927c1ckx-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/statsniff-8b289ae76446bb40.statsniff.927c1ckx-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/statsniff-8b289ae76446bb40.statsniff.927c1ckx-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/statsniff-8b289ae76446bb40.statsniff.927c1ckx-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/statsniff-8b289ae76446bb40.statsniff.927c1ckx-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/statsniff-8b289ae76446bb40.statsniff.927c1ckx-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/statsniff-8b289ae76446bb40" "/opt/rustwide/target/debug/deps/statsniff-8b289ae76446bb40.1sb1g8kdrk4hkf9j.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-67743ee0d0a8cad7/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsimple_logger-70379f1a2a0a8304.rlib" "/opt/rustwide/target/debug/deps/libchrono-3131f8c52477c440.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-c675747235eeed83.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-0f1b67f309917501.rlib" "/opt/rustwide/target/debug/deps/libtime-c0e0f7b0be877acb.rlib" "/opt/rustwide/target/debug/deps/libstatsd_parser-71d78e12069ea503.rlib" "/opt/rustwide/target/debug/deps/libpcap-2d2c93017048fa38.rlib" "/opt/rustwide/target/debug/deps/libtokio-ff3c6f641bf24cc4.rlib" "/opt/rustwide/target/debug/deps/libtokio_trace_core-b3d401357c1f5ed7.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-e817859f03951be6.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-928d5b2f18e5bb30.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-b125a82761b6da5b.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-93bba093771d4ab5.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-0a612ffd8b99eaeb.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-3c15dace15f6a234.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-b2696c364e97f814.rlib" "/opt/rustwide/target/debug/deps/libfnv-17f81a650e186a33.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-553dfd2bcd10b9f7.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-83092ab509f5a210.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-ab7b752091c06e71.rlib" "/opt/rustwide/target/debug/deps/liblock_api-1b3028015800c41e.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-068658c7affa1f7b.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-bf89c93b7d085ce5.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-fb93b0210fd8ba66.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-80eb1a9443351cfb.rlib" "/opt/rustwide/target/debug/deps/librand-9bcce303e2297d53.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-c72452d47acb92b2.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-48e634cceefa4757.rlib" "/opt/rustwide/target/debug/deps/librand_hc-453bb474651ee49c.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-95b4b26f310072d4.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-bf610786152d2d79.rlib" "/opt/rustwide/target/debug/deps/librand_core-d557c9f882b1f1f4.rlib" "/opt/rustwide/target/debug/deps/librand_os-20a7bfcc28a885d3.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-404e1a2ea1887578.rlib" "/opt/rustwide/target/debug/deps/librand_core-78bbe2a80acb1f13.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-7aa067809d2a2f77.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-7f54070a3e3881ab.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-5effc6346ed1110e.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-89809229cb7bd47b.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-3af188f211913eba.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-0e5504522fae0b64.rlib" "/opt/rustwide/target/debug/deps/libnodrop-20bd03037d6a02fd.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-afb6bb9862a5619e.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-d793a2c1020d7cea.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-ba5415296ed5e1a7.rlib" "/opt/rustwide/target/debug/deps/libbytes-c4644dbbbed8e64f.rlib" "/opt/rustwide/target/debug/deps/libmio-11898fcf2f85a935.rlib" "/opt/rustwide/target/debug/deps/libslab-f053b532a5ee7f39.rlib" "/opt/rustwide/target/debug/deps/libiovec-00be58e39621d59d.rlib" "/opt/rustwide/target/debug/deps/libnet2-5ccbf6c7e23395dd.rlib" "/opt/rustwide/target/debug/deps/liblazycell-1a3df9047bc2ca1c.rlib" "/opt/rustwide/target/debug/deps/libpacket-2e3238b3b9f689f0.rlib" "/opt/rustwide/target/debug/deps/libhwaddr-23c5c4e11084d9e6.rlib" "/opt/rustwide/target/debug/deps/libphf-680d528b08668ec9.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-9e53fc098d4cd87a.rlib" "/opt/rustwide/target/debug/deps/libunicase-bf64a8f90e9d549d.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-3f058225b049415d.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-63cd11c812d281e2.rlib" "/opt/rustwide/target/debug/deps/libbitflags-7de30104f198441d.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-25ecf0b875c57bb3.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-d9a5b766b3afaf01.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-415e0713c3834d9a.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-c1c722b10f9795c4.rlib" "/opt/rustwide/target/debug/deps/liblibc-ec40051319d53ec0.rlib" "/opt/rustwide/target/debug/deps/liblog-91a426e2dfe13088.rlib" "/opt/rustwide/target/debug/deps/libfutures_locks-41841c9f618586e8.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-1a030165c3a3c077.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-9feafad88b882f12.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-3d1fa1882ddda917.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-1111c7f22c80ffdf.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3e792e61e2a22469.rlib" "/opt/rustwide/target/debug/deps/libfutures-179494bb70148def.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8bb11f807a7b6b4c.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-ca8087507780d964.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-259c92b387c1c166.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-16e0a2fbbb8e14b3.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-8a1651b8e23d2aaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-23bdd98b0574083e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-855a92055ec33e2e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-24c70dd44fbacdfb.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-b326273841bae587.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ac3c1f0e16507051.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5729542b65954aa.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-09bd1119ab1cad7d.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9a787681bfbeaf61.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5a0398ee67f74664.rlib" "-Wl,-Bdynamic" "-lpcap" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lpcap [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `statsniff`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "320cd064937f1ffc413762e7e612b7ea43b77b5a8dce19669026b5b4c4c11a70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "320cd064937f1ffc413762e7e612b7ea43b77b5a8dce19669026b5b4c4c11a70", kill_on_drop: false }` [INFO] [stdout] 320cd064937f1ffc413762e7e612b7ea43b77b5a8dce19669026b5b4c4c11a70