[INFO] updating cached repository DerekV/bandwidth_audit [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/DerekV/bandwidth_audit [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/DerekV/bandwidth_audit" "work/ex/beta-1.38-1/sources/1.37.0/gh/DerekV/bandwidth_audit"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/DerekV/bandwidth_audit'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/DerekV/bandwidth_audit" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/DerekV/bandwidth_audit"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/DerekV/bandwidth_audit'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 51e364c1d88b4bf9848135ff34f3209eeee62a9b [INFO] sha for GitHub repo DerekV/bandwidth_audit: 51e364c1d88b4bf9848135ff34f3209eeee62a9b [INFO] validating manifest of DerekV/bandwidth_audit on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of DerekV/bandwidth_audit on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing DerekV/bandwidth_audit [INFO] finished frobbing DerekV/bandwidth_audit [INFO] frobbed toml for DerekV/bandwidth_audit written to work/ex/beta-1.38-1/sources/1.37.0/gh/DerekV/bandwidth_audit/Cargo.toml [INFO] started frobbing DerekV/bandwidth_audit [INFO] finished frobbing DerekV/bandwidth_audit [INFO] frobbed toml for DerekV/bandwidth_audit written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/DerekV/bandwidth_audit/Cargo.toml [INFO] crate DerekV/bandwidth_audit already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing DerekV/bandwidth_audit against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/DerekV/bandwidth_audit:/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] a3afb26a8dbe58eaaa834dd70fba5a6a056c35cbd2e0ba1d8e57262e6bf57fe1 [INFO] running `"docker" "start" "-a" "a3afb26a8dbe58eaaa834dd70fba5a6a056c35cbd2e0ba1d8e57262e6bf57fe1"` [INFO] [stderr] Compiling cc v1.0.4 [INFO] [stderr] Compiling openssl v0.9.23 [INFO] [stderr] Compiling build_const v0.2.0 [INFO] [stderr] Compiling rustc-demangle v0.1.5 [INFO] [stderr] Compiling pcap v0.7.0 [INFO] [stderr] Compiling base64 v0.6.0 [INFO] [stderr] Compiling url v1.6.0 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling phf_generator v0.7.21 [INFO] [stderr] Compiling crc v1.7.0 [INFO] [stderr] Compiling phf_codegen v0.7.21 [INFO] [stderr] Compiling libflate v0.1.14 [INFO] [stderr] warning[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.6.0/src/form_urlencoded.rs:261:40 [INFO] [stderr] | [INFO] [stderr] 259 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 260 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stderr] 261 | fn finish(self) -> &'a mut ::Url { self.url } [INFO] [stderr] | ^^^^^^^^ - here, drop of `self` needs exclusive access to `*self.url`, because the type `UrlQuery<'_>` implements the `Drop` trait [INFO] [stderr] | | [INFO] [stderr] | returning this value requires that `*self.url` is borrowed for `'a` [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling hyper v0.10.13 [INFO] [stderr] Compiling serde_urlencoded v0.5.1 [INFO] [stderr] Compiling openssl-sys v0.9.24 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling native-tls v0.1.5 [INFO] [stderr] Compiling hyper-native-tls v0.2.4 [INFO] [stderr] Compiling reqwest v0.6.2 [INFO] [stderr] Compiling backtrace v0.3.5 [INFO] [stderr] Compiling hwaddr v0.1.3 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling packet v0.1.2 [INFO] [stderr] Compiling bandwidth_audit v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:64:25 [INFO] [stderr] | [INFO] [stderr] 64 | let mut cap:Capture = [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Activated` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/bandwidth_audit-45f80dab016f049e.bandwidth_audit.5toqu1ga-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/bandwidth_audit-45f80dab016f049e.bandwidth_audit.5toqu1ga-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/bandwidth_audit-45f80dab016f049e.bandwidth_audit.5toqu1ga-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/bandwidth_audit-45f80dab016f049e.bandwidth_audit.5toqu1ga-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/bandwidth_audit-45f80dab016f049e.bandwidth_audit.5toqu1ga-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/bandwidth_audit-45f80dab016f049e.bandwidth_audit.5toqu1ga-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/bandwidth_audit-45f80dab016f049e.bandwidth_audit.5toqu1ga-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/bandwidth_audit-45f80dab016f049e.bandwidth_audit.5toqu1ga-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/bandwidth_audit-45f80dab016f049e.bandwidth_audit.5toqu1ga-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/bandwidth_audit-45f80dab016f049e.bandwidth_audit.5toqu1ga-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/bandwidth_audit-45f80dab016f049e.bandwidth_audit.5toqu1ga-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/bandwidth_audit-45f80dab016f049e.bandwidth_audit.5toqu1ga-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/bandwidth_audit-45f80dab016f049e.bandwidth_audit.5toqu1ga-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/bandwidth_audit-45f80dab016f049e.bandwidth_audit.5toqu1ga-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/bandwidth_audit-45f80dab016f049e.bandwidth_audit.5toqu1ga-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/bandwidth_audit-45f80dab016f049e.bandwidth_audit.5toqu1ga-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/bandwidth_audit-45f80dab016f049e" "/opt/crater/target/debug/deps/bandwidth_audit-45f80dab016f049e.4sz4xp4ymgiej2nw.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-833122e588450e68/out/.libs" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libpacket-36149da9ef1b433e.rlib" "/opt/crater/target/debug/deps/libhwaddr-ca2f004ff1e798d5.rlib" "/opt/crater/target/debug/deps/libphf-8672bba51fab95c3.rlib" "/opt/crater/target/debug/deps/libphf_shared-d70fa64271126550.rlib" "/opt/crater/target/debug/deps/libsiphasher-63e291f73e18be02.rlib" "/opt/crater/target/debug/deps/libbitflags-87aacccedafc3e9f.rlib" "/opt/crater/target/debug/deps/liberror_chain-63a9430c1e18bbe2.rlib" "/opt/crater/target/debug/deps/libbacktrace-d3a100690bbcae28.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-db75fe457afe2c4f.rlib" "/opt/crater/target/debug/deps/librustc_demangle-757bfe34ecbfeb9a.rlib" "/opt/crater/target/debug/deps/libpcap-b0f20ff9a49cbcef.rlib" "/opt/crater/target/debug/deps/libtokio_core-4500791d5dacb716.rlib" "/opt/crater/target/debug/deps/libscoped_tls-166f77ce51c4f50d.rlib" "/opt/crater/target/debug/deps/libtokio_io-e94232f377d8fa17.rlib" "/opt/crater/target/debug/deps/libslab-48e86bef9a37542e.rlib" "/opt/crater/target/debug/deps/libbytes-c9240dcde0c55323.rlib" "/opt/crater/target/debug/deps/libbyteorder-caff94b28b2a2118.rlib" "/opt/crater/target/debug/deps/libfutures-d0fb58f35455a941.rlib" "/opt/crater/target/debug/deps/libmio-8e1653d4722f862a.rlib" "/opt/crater/target/debug/deps/libslab-424cb31d1ed16f51.rlib" "/opt/crater/target/debug/deps/liblog-288d9d1198924990.rlib" "/opt/crater/target/debug/deps/liblog-9f29daffacf088d8.rlib" "/opt/crater/target/debug/deps/libiovec-563feab76f98b489.rlib" "/opt/crater/target/debug/deps/libnet2-3a453448e7f41c95.rlib" "/opt/crater/target/debug/deps/libcfg_if-168f8d02dd20eb98.rlib" "/opt/crater/target/debug/deps/liblazycell-5f5ce47ba7c14943.rlib" "/opt/crater/target/debug/deps/libclap-6265869450e19b8e.rlib" "/opt/crater/target/debug/deps/libvec_map-2c2ebfa375d911dc.rlib" "/opt/crater/target/debug/deps/libtextwrap-29664d8799462831.rlib" "/opt/crater/target/debug/deps/libunicode_width-a2596a57a5d82eb6.rlib" "/opt/crater/target/debug/deps/libstrsim-323d74444d0cce8b.rlib" "/opt/crater/target/debug/deps/libbitflags-8691998c5ee83e05.rlib" "/opt/crater/target/debug/deps/libatty-4dcd4b7cb083d908.rlib" "/opt/crater/target/debug/deps/liblibc-799fedc4a55ea1c4.rlib" "/opt/crater/target/debug/deps/libansi_term-95a7a69d01473073.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lpcap" "-lutil" "-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 `bandwidth_audit`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a3afb26a8dbe58eaaa834dd70fba5a6a056c35cbd2e0ba1d8e57262e6bf57fe1"` [INFO] running `"docker" "rm" "-f" "a3afb26a8dbe58eaaa834dd70fba5a6a056c35cbd2e0ba1d8e57262e6bf57fe1"` [INFO] [stdout] a3afb26a8dbe58eaaa834dd70fba5a6a056c35cbd2e0ba1d8e57262e6bf57fe1