[INFO] updating cached repository luser/steampcapdecode [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/luser/steampcapdecode [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/luser/steampcapdecode" "work/ex/beta-1.37-6/sources/1.36.0/gh/luser/steampcapdecode"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/luser/steampcapdecode'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/luser/steampcapdecode" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/luser/steampcapdecode"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/luser/steampcapdecode'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b54346ab75fe1f3d4f60c171712301a356d87706 [INFO] sha for GitHub repo luser/steampcapdecode: b54346ab75fe1f3d4f60c171712301a356d87706 [INFO] validating manifest of luser/steampcapdecode 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 luser/steampcapdecode 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 luser/steampcapdecode [INFO] finished frobbing luser/steampcapdecode [INFO] frobbed toml for luser/steampcapdecode written to work/ex/beta-1.37-6/sources/1.36.0/gh/luser/steampcapdecode/Cargo.toml [INFO] started frobbing luser/steampcapdecode [INFO] finished frobbing luser/steampcapdecode [INFO] frobbed toml for luser/steampcapdecode written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/luser/steampcapdecode/Cargo.toml [INFO] crate luser/steampcapdecode 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] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing luser/steampcapdecode 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-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/luser/steampcapdecode:/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] 78ab00e79c242c324f1dc8595f9e2365406a4c0ec21f3d79d3c89730e49f8706 [INFO] running `"docker" "start" "-a" "78ab00e79c242c324f1dc8595f9e2365406a4c0ec21f3d79d3c89730e49f8706"` [INFO] [stderr] Compiling pcap v0.6.0 [INFO] [stderr] Compiling protobuf v1.2.2 [INFO] [stderr] Compiling backtrace v0.3.2 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling steampcapdecode 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/errors.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / error_chain! { [INFO] [stderr] 6 | | foreign_links { [INFO] [stderr] 7 | | Io(io::Error); [INFO] [stderr] 8 | | Pcap(pcap::Error); [INFO] [stderr] 9 | | Protobuf(protobuf::ProtobufError); [INFO] [stderr] 10 | | } [INFO] [stderr] 11 | | } [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/errors.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / error_chain! { [INFO] [stderr] 6 | | foreign_links { [INFO] [stderr] 7 | | Io(io::Error); [INFO] [stderr] 8 | | Pcap(pcap::Error); [INFO] [stderr] 9 | | Protobuf(protobuf::ProtobufError); [INFO] [stderr] 10 | | } [INFO] [stderr] 11 | | } [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/steampcapdecode-8f8c9240486c7cdc.steampcapdecode.6g39urv4-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/steampcapdecode-8f8c9240486c7cdc.steampcapdecode.6g39urv4-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/steampcapdecode-8f8c9240486c7cdc.steampcapdecode.6g39urv4-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/steampcapdecode-8f8c9240486c7cdc.steampcapdecode.6g39urv4-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/steampcapdecode-8f8c9240486c7cdc.steampcapdecode.6g39urv4-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/steampcapdecode-8f8c9240486c7cdc.steampcapdecode.6g39urv4-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/steampcapdecode-8f8c9240486c7cdc.steampcapdecode.6g39urv4-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/steampcapdecode-8f8c9240486c7cdc.steampcapdecode.6g39urv4-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/steampcapdecode-8f8c9240486c7cdc.steampcapdecode.6g39urv4-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/steampcapdecode-8f8c9240486c7cdc.steampcapdecode.6g39urv4-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/steampcapdecode-8f8c9240486c7cdc.steampcapdecode.6g39urv4-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/steampcapdecode-8f8c9240486c7cdc.steampcapdecode.6g39urv4-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/steampcapdecode-8f8c9240486c7cdc.steampcapdecode.6g39urv4-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/steampcapdecode-8f8c9240486c7cdc.steampcapdecode.6g39urv4-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/steampcapdecode-8f8c9240486c7cdc.steampcapdecode.6g39urv4-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/steampcapdecode-8f8c9240486c7cdc.steampcapdecode.6g39urv4-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/steampcapdecode-8f8c9240486c7cdc" "/opt/crater/target/debug/deps/steampcapdecode-8f8c9240486c7cdc.2rf8io437pjnr4dv.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-95fcee9a205be9e1/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/target/debug/deps/libprotobuf-d55ec874d44f3b49.rlib" "/opt/crater/target/debug/deps/libpcap-dcb2d517d7c9354f.rlib" "/opt/crater/target/debug/deps/liberror_chain-b513e6f7732106a3.rlib" "/opt/crater/target/debug/deps/libbacktrace-59b171e524b99690.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-e4cfb3391a27ae7d.rlib" "/opt/crater/target/debug/deps/librustc_demangle-c47e39b40ff7e45e.rlib" "/opt/crater/target/debug/deps/libcfg_if-fcc9aff037f57c39.rlib" "/opt/crater/target/debug/deps/liblibc-955f030325dfd0ed.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 `steampcapdecode`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "78ab00e79c242c324f1dc8595f9e2365406a4c0ec21f3d79d3c89730e49f8706"` [INFO] running `"docker" "rm" "-f" "78ab00e79c242c324f1dc8595f9e2365406a4c0ec21f3d79d3c89730e49f8706"` [INFO] [stdout] 78ab00e79c242c324f1dc8595f9e2365406a4c0ec21f3d79d3c89730e49f8706