[INFO] updating cached repository https://github.com/zacbrown/rusty-netconn [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f0b0c5ea4312002fc4eb75d71b67fd8104f51dd5 [INFO] testing zacbrown/rusty-netconn against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzacbrown%2Frusty-netconn" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zacbrown/rusty-netconn on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/zacbrown/rusty-netconn [INFO] finished tweaking git repo https://github.com/zacbrown/rusty-netconn [INFO] tweaked toml for git repo https://github.com/zacbrown/rusty-netconn written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/zacbrown/rusty-netconn already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 0b54629a4b9db77a6dccb0a6d7282d989cf10a50b1586bde316fdd195612f3d8 [INFO] running `"docker" "start" "-a" "0b54629a4b9db77a6dccb0a6d7282d989cf10a50b1586bde316fdd195612f3d8"` [INFO] [stderr] Compiling libc v0.2.40 [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling unicode-xid v0.0.3 [INFO] [stderr] Compiling bitflags v0.5.0 [INFO] [stderr] Compiling byteorder v1.2.2 [INFO] [stderr] Compiling futures v0.1.21 [INFO] [stderr] Compiling pnet_base v0.21.0 [INFO] [stderr] Compiling scoped-tls v0.1.1 [INFO] [stderr] Compiling ipnetwork v0.12.8 [INFO] [stderr] Compiling pnet v0.21.0 [INFO] [stderr] Compiling pcap v0.7.0 [INFO] [stderr] Compiling encode_unicode v0.3.1 [INFO] [stderr] Compiling crossbeam-utils v0.3.2 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling syntex_pos v0.42.0 [INFO] [stderr] Compiling regex-syntax v0.5.5 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling pnet_macros_support v0.21.0 [INFO] [stderr] Compiling crossbeam-epoch v0.4.1 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling net2 v0.2.32 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling pnet_sys v0.21.0 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling atty v0.2.9 [INFO] [stderr] Compiling bytes v0.4.6 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling csv v0.15.0 [INFO] [stderr] Compiling pnet_datalink v0.21.0 [INFO] [stderr] Compiling mio v0.6.14 [INFO] [stderr] Compiling syntex_errors v0.42.0 [INFO] [stderr] Compiling crossbeam-deque v0.3.0 [INFO] [stderr] Compiling prettytable-rs v0.6.7 [INFO] [stderr] Compiling tokio-executor v0.1.2 [INFO] [stderr] Compiling tokio-io v0.1.6 [INFO] [stderr] Compiling syntex_syntax v0.42.0 [INFO] [stderr] Compiling regex v0.2.10 [INFO] [stderr] Compiling tokio-threadpool v0.1.2 [INFO] [stderr] Compiling tokio-timer v0.2.1 [INFO] [stderr] Compiling tokio-reactor v0.1.1 [INFO] [stderr] Compiling tokio-tcp v0.1.0 [INFO] [stderr] Compiling tokio-udp v0.1.0 [INFO] [stderr] Compiling tokio v0.1.5 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling syntex v0.42.2 [INFO] [stderr] Compiling pnet_macros v0.21.0 [INFO] [stderr] Compiling pnet_packet v0.21.0 [INFO] [stderr] Compiling pnet_transport v0.21.0 [INFO] [stderr] Compiling rusty-netconns v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:129:13 [INFO] [stderr] | [INFO] [stderr] 129 | let mut stats = { [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:183:13 [INFO] [stderr] | [INFO] [stderr] 183 | let mut stats = { [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:217:13 [INFO] [stderr] | [INFO] [stderr] 217 | let mut stats = { [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:251:13 [INFO] [stderr] | [INFO] [stderr] 251 | let mut stats = { [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [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/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/rusty_netconns-de59964ecbf05329.rusty_netconns.aeydps9a-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_netconns-de59964ecbf05329.rusty_netconns.aeydps9a-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_netconns-de59964ecbf05329.rusty_netconns.aeydps9a-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_netconns-de59964ecbf05329.rusty_netconns.aeydps9a-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_netconns-de59964ecbf05329.rusty_netconns.aeydps9a-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_netconns-de59964ecbf05329.rusty_netconns.aeydps9a-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_netconns-de59964ecbf05329.rusty_netconns.aeydps9a-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_netconns-de59964ecbf05329.rusty_netconns.aeydps9a-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_netconns-de59964ecbf05329.rusty_netconns.aeydps9a-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_netconns-de59964ecbf05329.rusty_netconns.aeydps9a-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_netconns-de59964ecbf05329.rusty_netconns.aeydps9a-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_netconns-de59964ecbf05329.rusty_netconns.aeydps9a-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_netconns-de59964ecbf05329.rusty_netconns.aeydps9a-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_netconns-de59964ecbf05329.rusty_netconns.aeydps9a-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_netconns-de59964ecbf05329.rusty_netconns.aeydps9a-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_netconns-de59964ecbf05329.rusty_netconns.aeydps9a-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/rusty_netconns-de59964ecbf05329" "/opt/rustwide/target/debug/deps/rusty_netconns-de59964ecbf05329.2fn9nd3jovi6xgxj.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libprettytable-d7df1344df232365.rlib" "/opt/rustwide/target/debug/deps/libencode_unicode-5c649c5fe96f9ae0.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-1660a65f58d1cb98.rlib" "/opt/rustwide/target/debug/deps/libcsv-f65ed4520cc7d529.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-32acd8f7efa22e3e.rlib" "/opt/rustwide/target/debug/deps/libmemchr-484935420a81d603.rlib" "/opt/rustwide/target/debug/deps/libatty-a4ab920f53af60d5.rlib" "/opt/rustwide/target/debug/deps/libterm-d2c5055e753c23d4.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-6650fb1e4e588dd9.rlib" "/opt/rustwide/target/debug/deps/libpnet-3af720e51daf8ecb.rlib" "/opt/rustwide/target/debug/deps/libpnet_transport-cf6162a374d61ebf.rlib" "/opt/rustwide/target/debug/deps/libpnet_packet-f4f26e0efb9d6802.rlib" "/opt/rustwide/target/debug/deps/libpnet_macros_support-3827957a5101296f.rlib" "/opt/rustwide/target/debug/deps/libpnet_datalink-5d28aa097efba585.rlib" "/opt/rustwide/target/debug/deps/libpnet_sys-d8bb0685e6f68b5e.rlib" "/opt/rustwide/target/debug/deps/libpnet_base-6537d85defbe54f9.rlib" "/opt/rustwide/target/debug/deps/libipnetwork-93c0f1760efd191e.rlib" "/opt/rustwide/target/debug/deps/libpcap-0c252611b4e93c95.rlib" "/opt/rustwide/target/debug/deps/libtokio_core-24d3004cb682cadb.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-9d89765b92431107.rlib" "/opt/rustwide/target/debug/deps/libtokio-1476d181a4e34c8e.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-6b984cb36b5ea8b2.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-d6dd567fec37f31d.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-e2f8fb7270749a12.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-8c235e08db33e618.rlib" "/opt/rustwide/target/debug/deps/librand-3d4f9fe10c21f9af.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-1123f7b9d50cce03.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-eff01750d8cb36be.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-afa06c24f31a0c9b.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-d96bc697606df8d0.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-5d24109de20616f8.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-eb3783781a55ffc1.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-f69fda666eb6bd97.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-bd740858bbe1479b.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-b7c1c7ccfa9f2d0d.rlib" "/opt/rustwide/target/debug/deps/libnodrop-33011f0f9ee41cc7.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-6b6870f0862fb21c.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-07f0e7cfe005bb57.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-593f691eab4c05a8.rlib" "/opt/rustwide/target/debug/deps/libbytes-d41ddc748d1923f3.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-ba288c838e886e30.rlib" "/opt/rustwide/target/debug/deps/libfutures-caeb6910041e0fc9.rlib" "/opt/rustwide/target/debug/deps/libmio-40541a52d196c514.rlib" "/opt/rustwide/target/debug/deps/liblog-453574f982311c97.rlib" "/opt/rustwide/target/debug/deps/libslab-0fadb2fa6f3746e9.rlib" "/opt/rustwide/target/debug/deps/libiovec-652cf278233d9895.rlib" "/opt/rustwide/target/debug/deps/libnet2-4de495e48cca17ed.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ee321c1d811ce804.rlib" "/opt/rustwide/target/debug/deps/liblazycell-9034ffe2565795ff.rlib" "/opt/rustwide/target/debug/deps/liblibc-dbf78c674b45bb0d.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.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 `rusty-netconns`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "0b54629a4b9db77a6dccb0a6d7282d989cf10a50b1586bde316fdd195612f3d8"` [INFO] running `"docker" "rm" "-f" "0b54629a4b9db77a6dccb0a6d7282d989cf10a50b1586bde316fdd195612f3d8"` [INFO] [stdout] 0b54629a4b9db77a6dccb0a6d7282d989cf10a50b1586bde316fdd195612f3d8