[INFO] cloning repository https://github.com/mrobakowski/dash-button-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mrobakowski/dash-button-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmrobakowski%2Fdash-button-rs"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmrobakowski%2Fdash-button-rs'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5af767c2680d70166e11be9a51d71d2f8ded3c70 [INFO] testing mrobakowski/dash-button-rs against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmrobakowski%2Fdash-button-rs" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mrobakowski/dash-button-rs on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/mrobakowski/dash-button-rs [INFO] removed 0 missing examples [INFO] finished tweaking git repo https://github.com/mrobakowski/dash-button-rs [INFO] tweaked toml for git repo https://github.com/mrobakowski/dash-button-rs written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/mrobakowski/dash-button-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stdout] 06d3e400b7f36d99abaf72f140821fab1f00949a694462a177371cd5f542dc36 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "06d3e400b7f36d99abaf72f140821fab1f00949a694462a177371cd5f542dc36"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling libc v0.2.21 [INFO] [stderr] Compiling gcc v0.3.45 [INFO] [stderr] Compiling winapi v0.2.8 [INFO] [stderr] Compiling backtrace v0.3.0 [INFO] [stderr] Compiling byteorder v1.0.0 [INFO] [stderr] Compiling rustc-serialize v0.3.23 [INFO] [stderr] Compiling rustc-demangle v0.1.4 [INFO] [stderr] Compiling cfg-if v0.1.0 [INFO] [stderr] Compiling try_from v0.2.1 [INFO] [stderr] Compiling dbghelp-sys v0.2.0 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling pcap v0.5.7 [INFO] [stderr] Compiling backtrace-sys v0.1.10 [INFO] [stderr] Compiling csv v0.15.0 [INFO] [stderr] Compiling dash-button-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | / error_chain! { [INFO] [stderr] 25 | | foreign_links { [INFO] [stderr] 26 | | Pcap(::pcap::Error); [INFO] [stderr] 27 | | Io(::std::io::Error); [INFO] [stderr] 28 | | ParseError(::std::num::ParseIntError); [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | / error_chain! { [INFO] [stderr] 25 | | foreign_links { [INFO] [stderr] 26 | | Pcap(::pcap::Error); [INFO] [stderr] 27 | | Io(::std::io::Error); [INFO] [stderr] 28 | | ParseError(::std::num::ParseIntError); [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/lib.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | / error_chain! { [INFO] [stderr] 25 | | foreign_links { [INFO] [stderr] 26 | | Pcap(::pcap::Error); [INFO] [stderr] 27 | | Io(::std::io::Error); [INFO] [stderr] 28 | | ParseError(::std::num::ParseIntError); [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 31.73s [INFO] running `"docker" "inspect" "06d3e400b7f36d99abaf72f140821fab1f00949a694462a177371cd5f542dc36"` [INFO] running `"docker" "rm" "-f" "06d3e400b7f36d99abaf72f140821fab1f00949a694462a177371cd5f542dc36"` [INFO] [stdout] 06d3e400b7f36d99abaf72f140821fab1f00949a694462a177371cd5f542dc36 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8161c5c2e96476682ce1bbae56c3cc4d4ad016361103badaaf8e42e682038ad6 [INFO] running `"docker" "start" "-a" "8161c5c2e96476682ce1bbae56c3cc4d4ad016361103badaaf8e42e682038ad6"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling num-traits v0.1.37 [INFO] [stderr] Compiling time v0.1.36 [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | / error_chain! { [INFO] [stderr] 25 | | foreign_links { [INFO] [stderr] 26 | | Pcap(::pcap::Error); [INFO] [stderr] 27 | | Io(::std::io::Error); [INFO] [stderr] 28 | | ParseError(::std::num::ParseIntError); [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | / error_chain! { [INFO] [stderr] 25 | | foreign_links { [INFO] [stderr] 26 | | Pcap(::pcap::Error); [INFO] [stderr] 27 | | Io(::std::io::Error); [INFO] [stderr] 28 | | ParseError(::std::num::ParseIntError); [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/lib.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | / error_chain! { [INFO] [stderr] 25 | | foreign_links { [INFO] [stderr] 26 | | Pcap(::pcap::Error); [INFO] [stderr] 27 | | Io(::std::io::Error); [INFO] [stderr] 28 | | ParseError(::std::num::ParseIntError); [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling num-integer v0.1.33 [INFO] [stderr] Compiling num-iter v0.1.33 [INFO] [stderr] Compiling num v0.1.37 [INFO] [stderr] Compiling chrono v0.3.0 [INFO] [stderr] Compiling dash-button-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | / error_chain! { [INFO] [stderr] 25 | | foreign_links { [INFO] [stderr] 26 | | Pcap(::pcap::Error); [INFO] [stderr] 27 | | Io(::std::io::Error); [INFO] [stderr] 28 | | ParseError(::std::num::ParseIntError); [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | / error_chain! { [INFO] [stderr] 25 | | foreign_links { [INFO] [stderr] 26 | | Pcap(::pcap::Error); [INFO] [stderr] 27 | | Io(::std::io::Error); [INFO] [stderr] 28 | | ParseError(::std::num::ParseIntError); [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/lib.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | / error_chain! { [INFO] [stderr] 25 | | foreign_links { [INFO] [stderr] 26 | | Pcap(::pcap::Error); [INFO] [stderr] 27 | | Io(::std::io::Error); [INFO] [stderr] 28 | | ParseError(::std::num::ParseIntError); [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/find_dash_button-8062410492604638.find_dash_button.507tym0q-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/find_dash_button-8062410492604638.find_dash_button.507tym0q-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/find_dash_button-8062410492604638.find_dash_button.507tym0q-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/find_dash_button-8062410492604638.find_dash_button.507tym0q-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/find_dash_button-8062410492604638.find_dash_button.507tym0q-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/find_dash_button-8062410492604638.find_dash_button.507tym0q-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/find_dash_button-8062410492604638.find_dash_button.507tym0q-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/find_dash_button-8062410492604638.find_dash_button.507tym0q-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/find_dash_button-8062410492604638.find_dash_button.507tym0q-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/find_dash_button-8062410492604638.find_dash_button.507tym0q-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/find_dash_button-8062410492604638.find_dash_button.507tym0q-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/find_dash_button-8062410492604638.find_dash_button.507tym0q-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/find_dash_button-8062410492604638.find_dash_button.507tym0q-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/find_dash_button-8062410492604638.find_dash_button.507tym0q-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/find_dash_button-8062410492604638.find_dash_button.507tym0q-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/find_dash_button-8062410492604638.find_dash_button.507tym0q-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/find_dash_button-8062410492604638" "/opt/rustwide/target/debug/examples/find_dash_button-8062410492604638.5bwxwzlzsuhbqg8a.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-832b6d29479dc9ad/out/.libs" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libchrono-3d869c3969b142be.rlib" "/opt/rustwide/target/debug/deps/libnum-67a5ae80dcac1b51.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-9a8e652f6d3d71f1.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-7dd100aacbe0ab7f.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-3ebdb40bc75a059f.rlib" "/opt/rustwide/target/debug/deps/libtime-35c7d59c2fe0d8fd.rlib" "/opt/rustwide/target/debug/deps/libdash_button_rs-185ca21a5175340c.rlib" "/opt/rustwide/target/debug/deps/libtry_from-74b1e915c80391b9.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-5ae682b0771d0dfd.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-4b6a0a4788addfcd.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-036728b5f95c341b.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-0f3ae3d99c3163c5.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4ce6be6b55674710.rlib" "/opt/rustwide/target/debug/deps/libdbghelp-6fc59348d4f477c3.rlib" "/opt/rustwide/target/debug/deps/libwinapi-0038aeeed11d463c.rlib" "/opt/rustwide/target/debug/deps/libkernel32-c8bbbe70f11db917.rlib" "/opt/rustwide/target/debug/deps/libpcap-baa7390859cbbbc7.rlib" "/opt/rustwide/target/debug/deps/liblibc-69a41634a1b7721e.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lpcap" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-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 `dash-button-rs`. [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: 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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/dash_button_rs-4e5c91999bff9d9d.dash_button_rs.1yp1anz3-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/dash_button_rs-4e5c91999bff9d9d.dash_button_rs.1yp1anz3-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/dash_button_rs-4e5c91999bff9d9d.dash_button_rs.1yp1anz3-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/dash_button_rs-4e5c91999bff9d9d.dash_button_rs.1yp1anz3-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/dash_button_rs-4e5c91999bff9d9d.dash_button_rs.1yp1anz3-cgu.4.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/dash_button_rs-4e5c91999bff9d9d" "/opt/rustwide/target/debug/deps/dash_button_rs-4e5c91999bff9d9d.1zs6t6kdomuu7zxd.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-832b6d29479dc9ad/out/.libs" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0a07979da1fa7aa2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-171ede43b21d034c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-ea69ac8b5a0936d1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-6be6d4d5d08eb152.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-c718480fe68c7cec.rlib" "/opt/rustwide/target/debug/deps/libtry_from-74b1e915c80391b9.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-5ae682b0771d0dfd.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-4b6a0a4788addfcd.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-036728b5f95c341b.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-0f3ae3d99c3163c5.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4ce6be6b55674710.rlib" "/opt/rustwide/target/debug/deps/libdbghelp-6fc59348d4f477c3.rlib" "/opt/rustwide/target/debug/deps/libwinapi-0038aeeed11d463c.rlib" "/opt/rustwide/target/debug/deps/libkernel32-c8bbbe70f11db917.rlib" "/opt/rustwide/target/debug/deps/libpcap-baa7390859cbbbc7.rlib" "/opt/rustwide/target/debug/deps/liblibc-69a41634a1b7721e.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lpcap" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-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; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "8161c5c2e96476682ce1bbae56c3cc4d4ad016361103badaaf8e42e682038ad6"` [INFO] running `"docker" "rm" "-f" "8161c5c2e96476682ce1bbae56c3cc4d4ad016361103badaaf8e42e682038ad6"` [INFO] [stdout] 8161c5c2e96476682ce1bbae56c3cc4d4ad016361103badaaf8e42e682038ad6