[INFO] crate nearby 0.1.4 is already in cache [INFO] extracting crate nearby 0.1.4 into work/ex/beta-1.37-6/sources/1.36.0/reg/nearby/0.1.4 [INFO] extracting crate nearby 0.1.4 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/nearby/0.1.4 [INFO] validating manifest of nearby-0.1.4 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 nearby-0.1.4 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 nearby-0.1.4 [INFO] finished frobbing nearby-0.1.4 [INFO] frobbed toml for nearby-0.1.4 written to work/ex/beta-1.37-6/sources/1.36.0/reg/nearby/0.1.4/Cargo.toml [INFO] started frobbing nearby-0.1.4 [INFO] finished frobbing nearby-0.1.4 [INFO] frobbed toml for nearby-0.1.4 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/nearby/0.1.4/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 nearby-0.1.4 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/nearby/0.1.4:/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-07-23" "build" "--frozen"` [INFO] [stdout] 64c008c13926597bbf51a12e5c921f13a45b68f88d3c29806a0edcf145b0bc3b [INFO] running `"docker" "start" "-a" "64c008c13926597bbf51a12e5c921f13a45b68f88d3c29806a0edcf145b0bc3b"` [INFO] [stderr] Compiling v_escape v0.7.2 [INFO] [stderr] Compiling actix-web v0.7.19 [INFO] [stderr] Compiling tower-service v0.1.0 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling pcap v0.7.0 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling flate2 v1.0.9 [INFO] [stderr] Compiling v_escape_derive v0.5.3 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling bitops v0.1.0 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling radiotap v1.3.0 [INFO] [stderr] Compiling publicsuffix v1.5.2 [INFO] [stderr] Compiling cookie v0.12.0 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Compiling cookie v0.11.1 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-signal v0.2.7 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling v_htmlescape v0.4.3 [INFO] [stderr] Compiling trust-dns-proto v0.6.3 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling trust-dns-proto v0.5.0 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling trust-dns-resolver v0.10.3 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling reqwest v0.9.19 [INFO] [stderr] Compiling actix v0.7.9 [INFO] [stderr] Compiling actix-net v0.2.6 [INFO] [stderr] Compiling nearby v0.1.4 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/dot11/info.rs:274:17 [INFO] [stderr] | [INFO] [stderr] 274 | 0x32...0x42 => cursor.advance(len), // Can appear before country [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:73:17 [INFO] [stderr] | [INFO] [stderr] 73 | let mut cap = pcap::Capture::from_device(&device[..])?; [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/linux_device_management.rs:91:17 [INFO] [stderr] | [INFO] [stderr] 91 | let mut channels: Vec = line.split(" : ").map(|s| s.into()).collect(); [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/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/nearby-b90c2a10bea7e3ee.nearby.205hzanz-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/nearby-b90c2a10bea7e3ee.nearby.205hzanz-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/nearby-b90c2a10bea7e3ee.nearby.205hzanz-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/nearby-b90c2a10bea7e3ee.nearby.205hzanz-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/nearby-b90c2a10bea7e3ee.nearby.205hzanz-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/nearby-b90c2a10bea7e3ee.nearby.205hzanz-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/nearby-b90c2a10bea7e3ee.nearby.205hzanz-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/nearby-b90c2a10bea7e3ee.nearby.205hzanz-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/nearby-b90c2a10bea7e3ee.nearby.205hzanz-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/nearby-b90c2a10bea7e3ee.nearby.205hzanz-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/nearby-b90c2a10bea7e3ee.nearby.205hzanz-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/nearby-b90c2a10bea7e3ee.nearby.205hzanz-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/nearby-b90c2a10bea7e3ee.nearby.205hzanz-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/nearby-b90c2a10bea7e3ee.nearby.205hzanz-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/nearby-b90c2a10bea7e3ee.nearby.205hzanz-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/nearby-b90c2a10bea7e3ee.nearby.205hzanz-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/nearby-b90c2a10bea7e3ee" "/opt/crater/target/debug/deps/nearby-b90c2a10bea7e3ee.4ia38j5v3i5gv75w.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-897f45a579ca139a/out" "-L" "/opt/crater/target/debug/build/brotli-sys-750e70093fad3fec/out" "-L" "/opt/crater/target/debug/build/ring-fc3da0b7337038d7/out" "-L" "/opt/crater/target/debug/build/miniz-sys-acaaaedff836c650/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libenv_logger-d96b3f143275c46f.rlib" "/opt/crater/target/debug/deps/libhumantime-39d793d15deb41e2.rlib" "/opt/crater/target/debug/deps/libtermcolor-4f73a4038638252f.rlib" "/opt/crater/target/debug/deps/libactix_web-7a0aee7d6cb922a7.rlib" "/opt/crater/target/debug/deps/libactix_net-628b3592c5712fd7.rlib" "/opt/crater/target/debug/deps/libtower_service-e0a2241d7248c997.rlib" "/opt/crater/target/debug/deps/libv_htmlescape-641732ed373b96f4.rlib" "/opt/crater/target/debug/deps/libv_escape-845e8855662e2400.rlib" "/opt/crater/target/debug/deps/libversion_check-8ec33a244cbe3e83.rlib" "/opt/crater/target/debug/deps/libbrotli2-09471ec8f7a08d08.rlib" "/opt/crater/target/debug/deps/libbrotli_sys-aed3f543ef8aa7ad.rlib" "/opt/crater/target/debug/deps/liblazycell-faa7905e18791a63.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-c0eb57f43d2a41bf.rlib" "/opt/crater/target/debug/deps/libcookie-1757f3b327192309.rlib" "/opt/crater/target/debug/deps/libbase64-931ff60ca18d83eb.rlib" "/opt/crater/target/debug/deps/libsafemem-c5665ae8451a3a31.rlib" "/opt/crater/target/debug/deps/libring-fe6a89e6837c06ae.rlib" "/opt/crater/target/debug/deps/libuntrusted-203cd0921ba5a7bc.rlib" "/opt/crater/target/debug/deps/libsha1-61ab8b7d885a22d2.rlib" "/opt/crater/target/debug/deps/libactix-92923545c16feb15.rlib" "/opt/crater/target/debug/deps/libtokio_signal-5a735b81c9a8c3fc.rlib" "/opt/crater/target/debug/deps/libsignal_hook-903ce1dfc220efcc.rlib" "/opt/crater/target/debug/deps/libsignal_hook_registry-e2ed2820b4a38e44.rlib" "/opt/crater/target/debug/deps/libarc_swap-b67287d699998173.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-03a74f007bdc258b.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-7b8b2faa56166c0e.rlib" "/opt/crater/target/debug/deps/libsocket2-bf1991f0c18edecd.rlib" "/opt/crater/target/debug/deps/librand-57cc32693bd01c6d.rlib" "/opt/crater/target/debug/deps/libresolv_conf-afbde7544d888655.rlib" "/opt/crater/target/debug/deps/libhostname-3a3e37aa75b388d2.rlib" "/opt/crater/target/debug/deps/liblru_cache-a98483aa72a30b99.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-64b5808476af51a2.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-b120d0bb2ec19a0c.rlib" "/opt/crater/target/debug/deps/libreqwest-b1c6b165f4491a37.rlib" "/opt/crater/target/debug/deps/libuuid-997f4b6da50f80e9.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-c5675b2af3d7de90.rlib" "/opt/crater/target/debug/deps/libdtoa-d816c76c22d8db3a.rlib" "/opt/crater/target/debug/deps/libmime_guess-ef9b69cbd9c582bc.rlib" "/opt/crater/target/debug/deps/libphf-d9573a5457d25c17.rlib" "/opt/crater/target/debug/deps/libphf_shared-91a4aa9d0e7ea63f.rlib" "/opt/crater/target/debug/deps/libunicase-153480e1a8d7191e.rlib" "/opt/crater/target/debug/deps/libsiphasher-a0bf353dc1dc992e.rlib" "/opt/crater/target/debug/deps/libmime-1472717840a8711f.rlib" "/opt/crater/target/debug/deps/libunicase-9e2902eb2d489b6c.rlib" "/opt/crater/target/debug/deps/libflate2-1b4151bef3dd2d6f.rlib" "/opt/crater/target/debug/deps/libminiz_oxide_c_api-f4f711740623d7dc.rlib" "/opt/crater/target/debug/deps/libminiz_oxide-d7b9c6c791bb894e.rlib" "/opt/crater/target/debug/deps/libadler32-71d1acce3b38b1ac.rlib" "/opt/crater/target/debug/deps/libcrc32fast-29f316c0e3f52fda.rlib" "/opt/crater/target/debug/deps/libhyper_tls-10bee706023041e7.rlib" "/opt/crater/target/debug/deps/libnative_tls-6970e15f18533e06.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-8a28fadf9a103951.rlib" "/opt/crater/target/debug/deps/libopenssl-dd224c3601868c74.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-aa3c52185c6364d7.rlib" "/opt/crater/target/debug/deps/libforeign_types-8f4d3073b23c6f54.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-d12e0b78b2045397.rlib" "/opt/crater/target/debug/deps/libhyper-4fa1a6c9dd5b9f4f.rlib" "/opt/crater/target/debug/deps/libwant-93eca4163ab5045c.rlib" "/opt/crater/target/debug/deps/libtry_lock-71a75fe50b48798b.rlib" "/opt/crater/target/debug/deps/libtokio-b32fa847b8d2783e.rlib" "/opt/crater/target/debug/deps/libtokio_uds-1452851d65ed6588.rlib" "/opt/crater/target/debug/deps/libmio_uds-eff3c1360f6fb94e.rlib" "/opt/crater/target/debug/deps/libtokio_udp-add64fb6cc7793ab.rlib" "/opt/crater/target/debug/deps/libtokio_timer-f9982e1f56590ba4.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-5029ca154a4fe5db.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-65bcd4241cadec7d.rlib" "/opt/crater/target/debug/deps/libtokio_sync-1f0017cb16a65231.rlib" "/opt/crater/target/debug/deps/libparking_lot-eb1e205c4760d359.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-0dcf6affe7f5eb94.rlib" "/opt/crater/target/debug/deps/liblock_api-3fc8af4b186c35a8.rlib" "/opt/crater/target/debug/deps/libowning_ref-f49604bedfa4ae1c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libtokio_fs-4caef5123d1c8bf1.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-cadcb20416462f4a.rlib" "/opt/crater/target/debug/deps/librand-1c858748ac19ec05.rlib" "/opt/crater/target/debug/deps/librand_xorshift-c37135569305816d.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-2e617981d71d68fb.rlib" "/opt/crater/target/debug/deps/librand_chacha-608bd020faf5060e.rlib" "/opt/crater/target/debug/deps/librand_isaac-e2932bc2eab2b64f.rlib" "/opt/crater/target/debug/deps/librand_core-cb99a0b940c27ed9.rlib" "/opt/crater/target/debug/deps/librand_os-c26d9914b6da4d52.rlib" "/opt/crater/target/debug/deps/librand_jitter-162e89fc4f3652f5.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-9a19686c8121c25b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-78a0fcbdfc728626.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-64e8ef56c5fe0efe.rlib" "/opt/crater/target/debug/deps/libmemoffset-4e66c457697043a8.rlib" "/opt/crater/target/debug/deps/libarrayvec-1041925da7343e83.rlib" "/opt/crater/target/debug/deps/libnodrop-36ce0cdfb7359e6a.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-5588648d2cf8aa77.rlib" "/opt/crater/target/debug/deps/libtokio_executor-4d0d7a1ca34358f4.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41fe25ba70f5455e.rlib" "/opt/crater/target/debug/deps/libtokio_codec-f7aa4fe606d7eaf6.rlib" "/opt/crater/target/debug/deps/libmio-9e77e8fafb51fcef.rlib" "/opt/crater/target/debug/deps/libnet2-dc52c3a8ee685ffb.rlib" "/opt/crater/target/debug/deps/libhttparse-57bd0f99975d1c11.rlib" "/opt/crater/target/debug/deps/libhttp_body-dedf63567502733e.rlib" "/opt/crater/target/debug/deps/libtokio_buf-70466bc9be4cdb20.rlib" "/opt/crater/target/debug/deps/libh2-b1b25c037a1af6a5.rlib" "/opt/crater/target/debug/deps/libindexmap-6d1cede99116fd64.rlib" "/opt/crater/target/debug/deps/libstring-94336f3b4c6567da.rlib" "/opt/crater/target/debug/deps/libslab-8c37f8a83abe1853.rlib" "/opt/crater/target/debug/deps/libtokio_io-8d65355feda2773b.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-1d42c7fdf24f18a1.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/libhttp-8914bb68364de224.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib" "/opt/crater/target/debug/deps/libencoding_rs-70251a9c510c8e0a.rlib" "/opt/crater/target/debug/deps/libcookie_store-9146b3987dafabd4.rlib" "/opt/crater/target/debug/deps/libserde_json-0928c2c1a73931e7.rlib" "/opt/crater/target/debug/deps/libryu-2328132eba3746b3.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libpublicsuffix-0e9f9d86fd128ccf.rlib" "/opt/crater/target/debug/deps/libtry_from-fac92bc4556cb2d7.rlib" "/opt/crater/target/debug/deps/libserde-c0ce82fcdba3ba6f.rlib" "/opt/crater/target/debug/deps/libfailure-c28e2ce81937d1ba.rlib" "/opt/crater/target/debug/deps/libcookie-4a311424fb5b3535.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/liburl-9c48e2fe00c4c339.rlib" "/opt/crater/target/debug/deps/libencoding-6b8dd5ea4cb27bd5.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-1131a16f0f98b3fe.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-3f1e54dd83c60324.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-658f338d0fb6ac8d.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-f69bdce4439b48dd.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-3c524629977f3b84.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libidna-f1bd554acf3de410.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-c4ef84e7768feceb.rlib" "/opt/crater/target/debug/deps/libmatches-4743b9188552617d.rlib" "/opt/crater/target/debug/deps/libbase64-58af944e57313fa8.rlib" "/opt/crater/target/debug/deps/libclap-ea77014fab70104b.rlib" "/opt/crater/target/debug/deps/libvec_map-d15ddac8fbd5a1a7.rlib" "/opt/crater/target/debug/deps/libtextwrap-a7f85f046874f4da.rlib" "/opt/crater/target/debug/deps/libstrsim-b714068d90a275c7.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/libansi_term-a8ee7a34610f25b5.rlib" "/opt/crater/target/debug/deps/liberror_chain-dccb3022c8f983a5.rlib" "/opt/crater/target/debug/deps/libbacktrace-28acba862a0e61e1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4dc2a9768ebe11d6.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "/opt/crater/target/debug/deps/libradiotap-eea48a58aef63946.rlib" "/opt/crater/target/debug/deps/libquick_error-7d23d7c8e4749989.rlib" "/opt/crater/target/debug/deps/libbitops-52f7ea987ff2fd38.rlib" "/opt/crater/target/debug/deps/libnum_integer-cda9b48a10178941.rlib" "/opt/crater/target/debug/deps/libnum_traits-d92e46de8754cc8f.rlib" "/opt/crater/target/debug/deps/libconsole-c8a1bb3cc041dc1d.rlib" "/opt/crater/target/debug/deps/libunicode_width-5c65625ac38072b6.rlib" "/opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-32fecc95d998aacd.rlib" "/opt/crater/target/debug/deps/libregex_syntax-df3af46a51d0ff63.rlib" "/opt/crater/target/debug/deps/libucd_util-3795c9684c4c7e7c.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/libaho_corasick-31ecba28bf310ad3.rlib" "/opt/crater/target/debug/deps/libmemchr-e9dad3b9b8c90a38.rlib" "/opt/crater/target/debug/deps/libparking_lot-341c6480413837f8.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-67193009b92d7b56.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib" "/opt/crater/target/debug/deps/liblock_api-b8e5ff7ca17f9c73.rlib" "/opt/crater/target/debug/deps/libscopeguard-690e8e7efd40245c.rlib" "/opt/crater/target/debug/deps/libclicolors_control-cb5efc6a999ba608.rlib" "/opt/crater/target/debug/deps/liblazy_static-0e1e36676eed3924.rlib" "/opt/crater/target/debug/deps/libatty-03bfb70b48d44ab1.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libtermios-854c302414fa79fa.rlib" "/opt/crater/target/debug/deps/libpcap-7461093dc6ecc3cb.rlib" "/opt/crater/target/debug/deps/libbytes-b8d84800b337abb7.rlib" "/opt/crater/target/debug/deps/libeither-06454d68134bb6f9.rlib" "/opt/crater/target/debug/deps/libiovec-fff840893baf65a3.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lc" "-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 `nearby`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "64c008c13926597bbf51a12e5c921f13a45b68f88d3c29806a0edcf145b0bc3b"` [INFO] running `"docker" "rm" "-f" "64c008c13926597bbf51a12e5c921f13a45b68f88d3c29806a0edcf145b0bc3b"` [INFO] [stdout] 64c008c13926597bbf51a12e5c921f13a45b68f88d3c29806a0edcf145b0bc3b