[INFO] updating cached repository mrobakowski/dash-button-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/mrobakowski/dash-button-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/mrobakowski/dash-button-rs" "work/ex/beta-1.37-6/sources/1.36.0/gh/mrobakowski/dash-button-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/mrobakowski/dash-button-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mrobakowski/dash-button-rs" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/mrobakowski/dash-button-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/mrobakowski/dash-button-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5af767c2680d70166e11be9a51d71d2f8ded3c70 [INFO] sha for GitHub repo mrobakowski/dash-button-rs: 5af767c2680d70166e11be9a51d71d2f8ded3c70 [INFO] validating manifest of mrobakowski/dash-button-rs on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of mrobakowski/dash-button-rs on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing mrobakowski/dash-button-rs [INFO] removed 1 missing examples [INFO] finished frobbing mrobakowski/dash-button-rs [INFO] frobbed toml for mrobakowski/dash-button-rs written to work/ex/beta-1.37-6/sources/1.36.0/gh/mrobakowski/dash-button-rs/Cargo.toml [INFO] started frobbing mrobakowski/dash-button-rs [INFO] removed 1 missing examples [INFO] finished frobbing mrobakowski/dash-button-rs [INFO] frobbed toml for mrobakowski/dash-button-rs written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/mrobakowski/dash-button-rs/Cargo.toml [INFO] crate mrobakowski/dash-button-rs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing mrobakowski/dash-button-rs against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/mrobakowski/dash-button-rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 0d7b965ac07d56d88b26e7e8db8deb0728fec62329ee66938bdfa9b9ef7c2273 [INFO] running `"docker" "start" "-a" "0d7b965ac07d56d88b26e7e8db8deb0728fec62329ee66938bdfa9b9ef7c2273"` [INFO] [stderr] warning: An explicit [[example]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other example targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a example target: [INFO] [stderr] [INFO] [stderr] * /opt/crater/workdir/examples/find-dash-button.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a example target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autoexamples = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Compiling backtrace-sys v0.1.10 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling pcap v0.5.7 [INFO] [stderr] Compiling csv v0.15.0 [INFO] [stderr] Compiling dash-button-rs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Compiling backtrace v0.3.0 [INFO] [stderr] Compiling error-chain v0.10.0 [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: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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 outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.31s [INFO] running `"docker" "inspect" "0d7b965ac07d56d88b26e7e8db8deb0728fec62329ee66938bdfa9b9ef7c2273"` [INFO] running `"docker" "rm" "-f" "0d7b965ac07d56d88b26e7e8db8deb0728fec62329ee66938bdfa9b9ef7c2273"` [INFO] [stdout] 0d7b965ac07d56d88b26e7e8db8deb0728fec62329ee66938bdfa9b9ef7c2273 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/mrobakowski/dash-button-rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 60a72b8d096a4a7c87e92c323b04b3174bf34ee2e46434b943a3dc35b58090c1 [INFO] running `"docker" "start" "-a" "60a72b8d096a4a7c87e92c323b04b3174bf34ee2e46434b943a3dc35b58090c1"` [INFO] [stderr] warning: An explicit [[example]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other example targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a example target: [INFO] [stderr] [INFO] [stderr] * /opt/crater/workdir/examples/find-dash-button.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a example target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autoexamples = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Compiling dash-button-rs v0.1.0 (/opt/crater/workdir) [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: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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 outside of the current crate (in Nightly builds, run with -Z external-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/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/dash_button_rs-fb9ffeddc89cee29.dash_button_rs.bcbmv70t-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/dash_button_rs-fb9ffeddc89cee29.dash_button_rs.bcbmv70t-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/dash_button_rs-fb9ffeddc89cee29.dash_button_rs.bcbmv70t-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/dash_button_rs-fb9ffeddc89cee29.dash_button_rs.bcbmv70t-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/dash_button_rs-fb9ffeddc89cee29.dash_button_rs.bcbmv70t-cgu.4.rcgu.o" "-o" "/opt/crater/target/debug/deps/dash_button_rs-fb9ffeddc89cee29" "/opt/crater/target/debug/deps/dash_button_rs-fb9ffeddc89cee29.53pm13kec6c1r0mr.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-f2e43922fa3b9ce9/out/.libs" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-e8fbf0b14816ca0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-c9d91925876437f2.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-50d6bab7df588609.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-913b30c2987aa8da.rlib" "/opt/crater/target/debug/deps/libtry_from-8c30c93a606ac6a4.rlib" "/opt/crater/target/debug/deps/liberror_chain-ce9ec87eb308d56a.rlib" "/opt/crater/target/debug/deps/libbacktrace-94855471b4f048b4.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-9a84253cba2f0155.rlib" "/opt/crater/target/debug/deps/librustc_demangle-c47e39b40ff7e45e.rlib" "/opt/crater/target/debug/deps/libcfg_if-fcc9aff037f57c39.rlib" "/opt/crater/target/debug/deps/libdbghelp-4c5eeff50cd0cc4c.rlib" "/opt/crater/target/debug/deps/libwinapi-6779d1f046ce211b.rlib" "/opt/crater/target/debug/deps/libkernel32-579101ee9cfddddd.rlib" "/opt/crater/target/debug/deps/libpcap-feb118a670f79d24.rlib" "/opt/crater/target/debug/deps/liblibc-dae8adccaf43d9fd.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-lpcap" "-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 `dash-button-rs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "60a72b8d096a4a7c87e92c323b04b3174bf34ee2e46434b943a3dc35b58090c1"` [INFO] running `"docker" "rm" "-f" "60a72b8d096a4a7c87e92c323b04b3174bf34ee2e46434b943a3dc35b58090c1"` [INFO] [stdout] 60a72b8d096a4a7c87e92c323b04b3174bf34ee2e46434b943a3dc35b58090c1