[INFO] updating cached repository https://github.com/mrobakowski/dash-button-rs [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] 5af767c2680d70166e11be9a51d71d2f8ded3c70 [INFO] testing mrobakowski/dash-button-rs against beta-2020-07-24 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmrobakowski%2Fdash-button-rs" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mrobakowski/dash-button-rs on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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-1/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 `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9086d41d2f6775e1b34baa00bc21ab238dc6f94c84513337fb2144921c97dcea [INFO] running `Command { std: "docker" "start" "-a" "9086d41d2f6775e1b34baa00bc21ab238dc6f94c84513337fb2144921c97dcea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9086d41d2f6775e1b34baa00bc21ab238dc6f94c84513337fb2144921c97dcea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9086d41d2f6775e1b34baa00bc21ab238dc6f94c84513337fb2144921c97dcea", kill_on_drop: false }` [INFO] [stdout] 9086d41d2f6775e1b34baa00bc21ab238dc6f94c84513337fb2144921c97dcea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cd84de1172ff51b14aec9a66fcafb7927fcedbdb2f9a50cea454f87a0716f678 [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" "cd84de1172ff51b14aec9a66fcafb7927fcedbdb2f9a50cea454f87a0716f678", kill_on_drop: false }` [INFO] [stderr] Compiling rustc-serialize v0.3.23 [INFO] [stderr] Compiling backtrace v0.3.0 [INFO] [stderr] Compiling try_from v0.2.1 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling pcap v0.5.7 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling csv v0.15.0 [INFO] [stderr] Compiling dash-button-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | / error_chain! { [INFO] [stdout] 25 | | foreign_links { [INFO] [stdout] 26 | | Pcap(::pcap::Error); [INFO] [stdout] 27 | | Io(::std::io::Error); [INFO] [stdout] 28 | | ParseError(::std::num::ParseIntError); [INFO] [stdout] 29 | | } [INFO] [stdout] 30 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | / error_chain! { [INFO] [stdout] 25 | | foreign_links { [INFO] [stdout] 26 | | Pcap(::pcap::Error); [INFO] [stdout] 27 | | Io(::std::io::Error); [INFO] [stdout] 28 | | ParseError(::std::num::ParseIntError); [INFO] [stdout] 29 | | } [INFO] [stdout] 30 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/lib.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | / error_chain! { [INFO] [stdout] 25 | | foreign_links { [INFO] [stdout] 26 | | Pcap(::pcap::Error); [INFO] [stdout] 27 | | Io(::std::io::Error); [INFO] [stdout] 28 | | ParseError(::std::num::ParseIntError); [INFO] [stdout] 29 | | } [INFO] [stdout] 30 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.62s [INFO] running `Command { std: "docker" "inspect" "cd84de1172ff51b14aec9a66fcafb7927fcedbdb2f9a50cea454f87a0716f678", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd84de1172ff51b14aec9a66fcafb7927fcedbdb2f9a50cea454f87a0716f678", kill_on_drop: false }` [INFO] [stdout] cd84de1172ff51b14aec9a66fcafb7927fcedbdb2f9a50cea454f87a0716f678 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 69cdfb6dcfbec68efd15473cb310daed844510c77a48bdf1943325d9f03d2545 [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" "69cdfb6dcfbec68efd15473cb310daed844510c77a48bdf1943325d9f03d2545", kill_on_drop: false }` [INFO] [stderr] Compiling num-integer v0.1.33 [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | / error_chain! { [INFO] [stdout] 25 | | foreign_links { [INFO] [stdout] 26 | | Pcap(::pcap::Error); [INFO] [stdout] 27 | | Io(::std::io::Error); [INFO] [stdout] 28 | | ParseError(::std::num::ParseIntError); [INFO] [stdout] 29 | | } [INFO] [stdout] 30 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | / error_chain! { [INFO] [stdout] 25 | | foreign_links { [INFO] [stdout] 26 | | Pcap(::pcap::Error); [INFO] [stdout] 27 | | Io(::std::io::Error); [INFO] [stdout] 28 | | ParseError(::std::num::ParseIntError); [INFO] [stdout] 29 | | } [INFO] [stdout] 30 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/lib.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | / error_chain! { [INFO] [stdout] 25 | | foreign_links { [INFO] [stdout] 26 | | Pcap(::pcap::Error); [INFO] [stdout] 27 | | Io(::std::io::Error); [INFO] [stdout] 28 | | ParseError(::std::num::ParseIntError); [INFO] [stdout] 29 | | } [INFO] [stdout] 30 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [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] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | / error_chain! { [INFO] [stdout] 25 | | foreign_links { [INFO] [stdout] 26 | | Pcap(::pcap::Error); [INFO] [stdout] 27 | | Io(::std::io::Error); [INFO] [stdout] 28 | | ParseError(::std::num::ParseIntError); [INFO] [stdout] 29 | | } [INFO] [stdout] 30 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | / error_chain! { [INFO] [stdout] 25 | | foreign_links { [INFO] [stdout] 26 | | Pcap(::pcap::Error); [INFO] [stdout] 27 | | Io(::std::io::Error); [INFO] [stdout] 28 | | ParseError(::std::num::ParseIntError); [INFO] [stdout] 29 | | } [INFO] [stdout] 30 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/lib.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | / error_chain! { [INFO] [stdout] 25 | | foreign_links { [INFO] [stdout] 26 | | Pcap(::pcap::Error); [INFO] [stdout] 27 | | Io(::std::io::Error); [INFO] [stdout] 28 | | ParseError(::std::num::ParseIntError); [INFO] [stdout] 29 | | } [INFO] [stdout] 30 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/find_dash_button-8caf8dd139d96076.find_dash_button.dsp7e1fa-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/find_dash_button-8caf8dd139d96076.find_dash_button.dsp7e1fa-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/find_dash_button-8caf8dd139d96076.find_dash_button.dsp7e1fa-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/find_dash_button-8caf8dd139d96076.find_dash_button.dsp7e1fa-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/find_dash_button-8caf8dd139d96076.find_dash_button.dsp7e1fa-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/find_dash_button-8caf8dd139d96076.find_dash_button.dsp7e1fa-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/find_dash_button-8caf8dd139d96076.find_dash_button.dsp7e1fa-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/find_dash_button-8caf8dd139d96076.find_dash_button.dsp7e1fa-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/find_dash_button-8caf8dd139d96076.find_dash_button.dsp7e1fa-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/find_dash_button-8caf8dd139d96076.find_dash_button.dsp7e1fa-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/find_dash_button-8caf8dd139d96076.find_dash_button.dsp7e1fa-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/find_dash_button-8caf8dd139d96076.find_dash_button.dsp7e1fa-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/find_dash_button-8caf8dd139d96076.find_dash_button.dsp7e1fa-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/find_dash_button-8caf8dd139d96076.find_dash_button.dsp7e1fa-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/find_dash_button-8caf8dd139d96076.find_dash_button.dsp7e1fa-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/find_dash_button-8caf8dd139d96076.find_dash_button.dsp7e1fa-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/find_dash_button-8caf8dd139d96076" "/opt/rustwide/target/debug/examples/find_dash_button-8caf8dd139d96076.4awyx3ri2uze265x.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-224824b622f05502/out/.libs" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libchrono-e3e4b9424449652c.rlib" "/opt/rustwide/target/debug/deps/libnum-1086d1cf3a5c19cc.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-c5625b8602a8d006.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-21dbc0f8ec45adf5.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-b4989b3c6b7d9dff.rlib" "/opt/rustwide/target/debug/deps/libtime-8cb65089cd050836.rlib" "/opt/rustwide/target/debug/deps/libdash_button_rs-07598a1d18a783e7.rlib" "/opt/rustwide/target/debug/deps/libtry_from-272d7a9fb2e6adc8.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-0c7bea1bebac0c6b.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-13f185656e7c588b.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-9197d19c5a29f722.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-3b1d1ddebfb9041b.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-e520603e5e391271.rlib" "/opt/rustwide/target/debug/deps/libdbghelp-a8e91854f2a89c0f.rlib" "/opt/rustwide/target/debug/deps/libwinapi-08f0135bab856b5b.rlib" "/opt/rustwide/target/debug/deps/libkernel32-cceb62b1a55bf6d7.rlib" "/opt/rustwide/target/debug/deps/libpcap-e84589d451ca3b42.rlib" "/opt/rustwide/target/debug/deps/liblibc-d411205fc5c7bd9b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d66e0ceb8eaec9b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9717ec0599b569a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-04369de9ba916647.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0359c4288a5ef89f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b25ede22d698ab3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-37940b486a68e488.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06b77c27e794c7c6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4d07e02a8df36da1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fb29e0695c0a0f79.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e16188b4cf97e8bb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b0689b528b222bee.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ed072ac495e62e7a.rlib" "-Wl,-Bdynamic" "-lpcap" "-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 [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" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/dash_button_rs-2b1a16ac18555561.dash_button_rs.5wy5525t-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/dash_button_rs-2b1a16ac18555561.dash_button_rs.5wy5525t-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/dash_button_rs-2b1a16ac18555561.dash_button_rs.5wy5525t-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/dash_button_rs-2b1a16ac18555561.dash_button_rs.5wy5525t-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/dash_button_rs-2b1a16ac18555561.dash_button_rs.5wy5525t-cgu.4.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/dash_button_rs-2b1a16ac18555561" "/opt/rustwide/target/debug/deps/dash_button_rs-2b1a16ac18555561.1t4u75uitlww848s.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-224824b622f05502/out/.libs" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-12320b97c89568cd.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-700356192fffd298.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-b7642fe67be89b55.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-5281c8ee01ffdf7b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-a4e3948fb2172e36.rlib" "/opt/rustwide/target/debug/deps/libtry_from-272d7a9fb2e6adc8.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-0c7bea1bebac0c6b.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-13f185656e7c588b.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-9197d19c5a29f722.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-3b1d1ddebfb9041b.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-e520603e5e391271.rlib" "/opt/rustwide/target/debug/deps/libdbghelp-a8e91854f2a89c0f.rlib" "/opt/rustwide/target/debug/deps/libwinapi-08f0135bab856b5b.rlib" "/opt/rustwide/target/debug/deps/libkernel32-cceb62b1a55bf6d7.rlib" "/opt/rustwide/target/debug/deps/libpcap-e84589d451ca3b42.rlib" "/opt/rustwide/target/debug/deps/liblibc-d411205fc5c7bd9b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d66e0ceb8eaec9b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9717ec0599b569a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-04369de9ba916647.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0359c4288a5ef89f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b25ede22d698ab3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-37940b486a68e488.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06b77c27e794c7c6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4d07e02a8df36da1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fb29e0695c0a0f79.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e16188b4cf97e8bb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b0689b528b222bee.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ed072ac495e62e7a.rlib" "-Wl,-Bdynamic" "-lpcap" "-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; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [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: build failed [INFO] running `Command { std: "docker" "inspect" "69cdfb6dcfbec68efd15473cb310daed844510c77a48bdf1943325d9f03d2545", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69cdfb6dcfbec68efd15473cb310daed844510c77a48bdf1943325d9f03d2545", kill_on_drop: false }` [INFO] [stdout] 69cdfb6dcfbec68efd15473cb310daed844510c77a48bdf1943325d9f03d2545