[INFO] updating cached repository tsuckow/TrafficMonitor [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/tsuckow/TrafficMonitor [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/tsuckow/TrafficMonitor" "work/ex/beta-1.37-6/sources/1.36.0/gh/tsuckow/TrafficMonitor"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/tsuckow/TrafficMonitor'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/tsuckow/TrafficMonitor" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/tsuckow/TrafficMonitor"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/tsuckow/TrafficMonitor'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f755807e90c1842a66b91ef9208cec226d96fd29 [INFO] sha for GitHub repo tsuckow/TrafficMonitor: f755807e90c1842a66b91ef9208cec226d96fd29 [INFO] validating manifest of tsuckow/TrafficMonitor 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 tsuckow/TrafficMonitor 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 tsuckow/TrafficMonitor [INFO] finished frobbing tsuckow/TrafficMonitor [INFO] frobbed toml for tsuckow/TrafficMonitor written to work/ex/beta-1.37-6/sources/1.36.0/gh/tsuckow/TrafficMonitor/Cargo.toml [INFO] started frobbing tsuckow/TrafficMonitor [INFO] finished frobbing tsuckow/TrafficMonitor [INFO] frobbed toml for tsuckow/TrafficMonitor written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/tsuckow/TrafficMonitor/Cargo.toml [INFO] crate tsuckow/TrafficMonitor 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 tsuckow/TrafficMonitor 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/tsuckow/TrafficMonitor:/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] 3b46716596ebf3fd0b55833a3a83762b4cea34e7e762e4fa523a789df239000b [INFO] running `"docker" "start" "-a" "3b46716596ebf3fd0b55833a3a83762b4cea34e7e762e4fa523a789df239000b"` [INFO] [stderr] Compiling pcap v0.7.0 [INFO] [stderr] Compiling actix-web v0.7.17 [INFO] [stderr] Compiling serde_json v1.0.33 [INFO] [stderr] Compiling serde_urlencoded v0.5.4 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling actix_derive v0.3.2 [INFO] [stderr] Compiling serde_derive v1.0.84 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.9 [INFO] [stderr] Compiling tokio-signal v0.2.7 [INFO] [stderr] Compiling crossbeam-channel v0.3.4 [INFO] [stderr] Compiling tokio-fs v0.1.4 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Compiling tokio v0.1.13 [INFO] [stderr] Compiling hyper v0.12.19 [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling trust-dns-proto v0.6.1 [INFO] [stderr] Compiling trust-dns-proto v0.5.0 [INFO] [stderr] Compiling hyper-tls v0.3.1 [INFO] [stderr] Compiling trust-dns-resolver v0.10.2 [INFO] [stderr] Compiling reqwest v0.9.5 [INFO] [stderr] Compiling actix v0.7.9 [INFO] [stderr] Compiling hwaddr v0.1.5 [INFO] [stderr] Compiling actix-net v0.2.6 [INFO] [stderr] Compiling packet v0.1.2 [INFO] [stderr] Compiling traffic_monitor v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/statistics/throttled_printer.rs:30:12 [INFO] [stderr] | [INFO] [stderr] 30 | if (self.tx.is_full()) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/statistics/throttled_printer.rs:35:25 [INFO] [stderr] | [INFO] [stderr] 35 | let string = if (self.skipped > 0) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unused import: `Json` [INFO] [stderr] --> src/webservice.rs:18:19 [INFO] [stderr] | [INFO] [stderr] 18 | Path, Result, Json [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/packet_reciever.rs:96:5 [INFO] [stderr] | [INFO] [stderr] 96 | Ok(()) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unreachable_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/statistics.rs:117:5 [INFO] [stderr] | [INFO] [stderr] 117 | Ok(()) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `packet_size` [INFO] [stderr] --> src/packet_reciever.rs:17:13 [INFO] [stderr] | [INFO] [stderr] 17 | let packet_size = packet.header.len as u64; [INFO] [stderr] | ^^^^^^^^^^^ help: consider prefixing with an underscore: `_packet_size` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `packet_number` [INFO] [stderr] --> src/packet_reciever.rs:16:60 [INFO] [stderr] | [INFO] [stderr] 16 | fn should_statistics(&mut self, packet: &pcap::Packet, packet_number: u64) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^ help: consider prefixing with an underscore: `_packet_number` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `printer` [INFO] [stderr] --> src/statistics.rs:58:47 [INFO] [stderr] | [INFO] [stderr] 58 | fn got_packet(&mut self, pd: &PacketData, printer: &mut throttled_printer::ThrottledPrinter) { [INFO] [stderr] | ^^^^^^^ help: consider prefixing with an underscore: `_printer` [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `GetString` [INFO] [stderr] --> src/statistics.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | GetString(BoxedFn), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `milliseconds` [INFO] [stderr] --> src/statistics/throttled_printer.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | milliseconds: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/packet_reciever.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | tx.send(statistics::Message::GotPacket(packet_data)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/packet_reciever.rs:85:13 [INFO] [stderr] | [INFO] [stderr] 85 | tx.send(statistics::Message::GotStatistics(cap.stats().unwrap())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/webservice.rs:84:9 [INFO] [stderr] | [INFO] [stderr] 84 | sender.send(s); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/webservice.rs:86:5 [INFO] [stderr] | [INFO] [stderr] 86 | state.tx.send(statistics::Message::GetBitrate(callback)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [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/traffic_monitor-a922d3c8c078ae3d.traffic_monitor.5bo85swn-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/traffic_monitor-a922d3c8c078ae3d.traffic_monitor.5bo85swn-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/traffic_monitor-a922d3c8c078ae3d.traffic_monitor.5bo85swn-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/traffic_monitor-a922d3c8c078ae3d.traffic_monitor.5bo85swn-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/traffic_monitor-a922d3c8c078ae3d.traffic_monitor.5bo85swn-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/traffic_monitor-a922d3c8c078ae3d.traffic_monitor.5bo85swn-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/traffic_monitor-a922d3c8c078ae3d.traffic_monitor.5bo85swn-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/traffic_monitor-a922d3c8c078ae3d.traffic_monitor.5bo85swn-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/traffic_monitor-a922d3c8c078ae3d.traffic_monitor.5bo85swn-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/traffic_monitor-a922d3c8c078ae3d.traffic_monitor.5bo85swn-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/traffic_monitor-a922d3c8c078ae3d.traffic_monitor.5bo85swn-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/traffic_monitor-a922d3c8c078ae3d.traffic_monitor.5bo85swn-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/traffic_monitor-a922d3c8c078ae3d.traffic_monitor.5bo85swn-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/traffic_monitor-a922d3c8c078ae3d.traffic_monitor.5bo85swn-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/traffic_monitor-a922d3c8c078ae3d.traffic_monitor.5bo85swn-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/traffic_monitor-a922d3c8c078ae3d.traffic_monitor.5bo85swn-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/traffic_monitor-a922d3c8c078ae3d" "/opt/crater/target/debug/deps/traffic_monitor-a922d3c8c078ae3d.4apje6mzobcxi49r.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-ef3bcfcd6063c961/out" "-L" "/opt/crater/target/debug/build/brotli-sys-c8119c7f8ae981e8/out" "-L" "/opt/crater/target/debug/build/ring-6bab890d046d829e/out" "-L" "/opt/crater/target/debug/build/miniz-sys-ee9bc125d9e92766/out" "-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/libpacket-174ced8265366d61.rlib" "/opt/crater/target/debug/deps/libhwaddr-f6681d6ceaae51c7.rlib" "/opt/crater/target/debug/deps/libbitflags-acbeb843e8a410b5.rlib" "/opt/crater/target/debug/deps/liberror_chain-00f4032000c3041e.rlib" "/opt/crater/target/debug/deps/libactix_web-b3f53ca02522a330.rlib" "/opt/crater/target/debug/deps/libactix_net-7c9c22813303831a.rlib" "/opt/crater/target/debug/deps/libtower_service-4dee4bfd2b843e2a.rlib" "/opt/crater/target/debug/deps/libserde_json-4cc4b1e2cbf3cf25.rlib" "/opt/crater/target/debug/deps/libryu-0a79168f3ba04445.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-1116990c393183e2.rlib" "/opt/crater/target/debug/deps/libdtoa-7da1cad1e25058d3.rlib" "/opt/crater/target/debug/deps/libh2-19d3226277c31855.rlib" "/opt/crater/target/debug/deps/libindexmap-59ae9e3f6ce5c837.rlib" "/opt/crater/target/debug/deps/libstring-9de27f59cb0ffc1e.rlib" "/opt/crater/target/debug/deps/libflate2-215f15824eb45c34.rlib" "/opt/crater/target/debug/deps/libminiz_sys-e25c3b575ef1def7.rlib" "/opt/crater/target/debug/deps/libcrc32fast-92b3745bb0063afc.rlib" "/opt/crater/target/debug/deps/libbrotli2-3acdcd94a65c28d3.rlib" "/opt/crater/target/debug/deps/libbrotli_sys-ae3d7bafd66ba7f6.rlib" "/opt/crater/target/debug/deps/libserde-4103ba27848e697c.rlib" "/opt/crater/target/debug/deps/libmime_guess-99a1268bc8690cbb.rlib" "/opt/crater/target/debug/deps/libphf-033635502a887327.rlib" "/opt/crater/target/debug/deps/libphf_shared-2e94dedba89738c2.rlib" "/opt/crater/target/debug/deps/libunicase-6496f0874eb2dbae.rlib" "/opt/crater/target/debug/deps/libsiphasher-3800d550d1146963.rlib" "/opt/crater/target/debug/deps/libmime-18e1b62a8e6ccac9.rlib" "/opt/crater/target/debug/deps/libunicase-c0bd0faec2397102.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-64cc9c97c5566356.rlib" "/opt/crater/target/debug/deps/libhttparse-0b737b98daf7e15a.rlib" "/opt/crater/target/debug/deps/libhttp-a842e921b3780d3a.rlib" "/opt/crater/target/debug/deps/libitoa-5ac5fbad12f6c895.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-8309eac9f095b167.rlib" "/opt/crater/target/debug/deps/libcookie-e2cb24ea5b81ba27.rlib" "/opt/crater/target/debug/deps/libbase64-f60e76cdd09b1e6d.rlib" "/opt/crater/target/debug/deps/libsafemem-1abe614afb07ff89.rlib" "/opt/crater/target/debug/deps/libring-06f1a95611be16bf.rlib" "/opt/crater/target/debug/deps/libuntrusted-097a69f65d28ba3c.rlib" "/opt/crater/target/debug/deps/libaskama_escape-d85fdb88b866a967.rlib" "/opt/crater/target/debug/deps/libtime-a1ddf852dc76553f.rlib" "/opt/crater/target/debug/deps/libsha1-9c1861f7e71fdf82.rlib" "/opt/crater/target/debug/deps/libbase64-7d9ae4ef3ba680cf.rlib" "/opt/crater/target/debug/deps/libenv_logger-b73d6e01c79a4c8b.rlib" "/opt/crater/target/debug/deps/libregex-3aad8302e2536456.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-b766f4dc9466fd20.rlib" "/opt/crater/target/debug/deps/libregex_syntax-6e17f81b574a950a.rlib" "/opt/crater/target/debug/deps/libucd_util-317f57fa3d89c7e4.rlib" "/opt/crater/target/debug/deps/libthread_local-449278f440e198dc.rlib" "/opt/crater/target/debug/deps/libaho_corasick-ad6221ea84d14aba.rlib" "/opt/crater/target/debug/deps/libmemchr-84cfa481f5081955.rlib" "/opt/crater/target/debug/deps/libatty-03bd711e93eaca21.rlib" "/opt/crater/target/debug/deps/libhumantime-11d84e47257e89b2.rlib" "/opt/crater/target/debug/deps/libtermcolor-eeb9bd7e6dd3fa1e.rlib" "/opt/crater/target/debug/deps/libactix-0941284be23e9658.rlib" "/opt/crater/target/debug/deps/libtokio_signal-960f92012c3c88a5.rlib" "/opt/crater/target/debug/deps/libsignal_hook-962671de2080a73e.rlib" "/opt/crater/target/debug/deps/libarc_swap-76bff76842a6f23f.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-23bb46d3d7c3a804.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-f757db1172bade1f.rlib" "/opt/crater/target/debug/deps/liburl-55968fc5b9d6837c.rlib" "/opt/crater/target/debug/deps/libencoding-6d002865260c7e42.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-12ac35bb3d9ca72c.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-5b0e13dd15efbe08.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-9ecddd9b7a278c0d.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-33e26ee7956d5b9b.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-a9715c8dd8bfca60.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-46b84a469bd03b92.rlib" "/opt/crater/target/debug/deps/libsocket2-ded0cf654da2d2c8.rlib" "/opt/crater/target/debug/deps/libidna-0d90269b97667e8b.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3587771b1c2d841f.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-a91dbe3d8912b8a4.rlib" "/opt/crater/target/debug/deps/libmatches-3af62a8bbaa5211e.rlib" "/opt/crater/target/debug/deps/libresolv_conf-2ed2987f61d7c23a.rlib" "/opt/crater/target/debug/deps/libhostname-cc44055b9c958d71.rlib" "/opt/crater/target/debug/deps/libquick_error-7b5d38789b0fbff0.rlib" "/opt/crater/target/debug/deps/liblru_cache-e43ffd0ed7954851.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-6fc1a192c649b7a0.rlib" "/opt/crater/target/debug/deps/libfailure-f849bb5124c0ec06.rlib" "/opt/crater/target/debug/deps/libbacktrace-630ae98ff7d36524.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-3e4677d4a0f383de.rlib" "/opt/crater/target/debug/deps/librustc_demangle-767d135f11071e41.rlib" "/opt/crater/target/debug/deps/libtokio-cd2a45526a1f9c71.rlib" "/opt/crater/target/debug/deps/libtokio_uds-55ee38cd70b16296.rlib" "/opt/crater/target/debug/deps/libmio_uds-710656e1356c362a.rlib" "/opt/crater/target/debug/deps/libtokio_udp-d84c7bcb12fb86e1.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-aef9dc4ba8233324.rlib" "/opt/crater/target/debug/deps/libtokio_timer-dcbe7b1d657238f4.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-87dde60c8750de0c.rlib" "/opt/crater/target/debug/deps/libparking_lot-65ae5327325466ed.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-cf69a81b034baaf6.rlib" "/opt/crater/target/debug/deps/libtokio_fs-1f874604a31f23aa.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-3ed23737aeca25ab.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-9b5d2901ce118304.rlib" "/opt/crater/target/debug/deps/libtokio_codec-80669147140ae57e.rlib" "/opt/crater/target/debug/deps/libtokio_io-1c84b5a21279149d.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-902c1318446ed487.rlib" "/opt/crater/target/debug/deps/libtokio_executor-49e9feca851a0101.rlib" "/opt/crater/target/debug/deps/libnum_cpus-6ab6a788ccd97356.rlib" "/opt/crater/target/debug/deps/libmio-c38be4f3bade5ea2.rlib" "/opt/crater/target/debug/deps/libslab-9c5bb5986ad7a903.rlib" "/opt/crater/target/debug/deps/libnet2-f281205b9ebc265c.rlib" "/opt/crater/target/debug/deps/liblazycell-a8dafada2082fef2.rlib" "/opt/crater/target/debug/deps/libfutures-028f62fd05d3ab4d.rlib" "/opt/crater/target/debug/deps/libbitflags-6f632fff558bf385.rlib" "/opt/crater/target/debug/deps/libuuid-2d1ca136dc28800e.rlib" "/opt/crater/target/debug/deps/librand-18cae55c3661ec6e.rlib" "/opt/crater/target/debug/deps/librand_core-c6cd28e15b93a790.rlib" "/opt/crater/target/debug/deps/libfnv-0d57e5fd8327cc13.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-1fdbf268305e8564.rlib" "/opt/crater/target/debug/deps/libparking_lot-3484e233a06b901b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-4657c89dcfda13c3.rlib" "/opt/crater/target/debug/deps/libsmallvec-671896875db9cc6f.rlib" "/opt/crater/target/debug/deps/libunreachable-82bd20dc79f20878.rlib" "/opt/crater/target/debug/deps/libvoid-e4249880315f5034.rlib" "/opt/crater/target/debug/deps/librand-8edf9d6010a4be4e.rlib" "/opt/crater/target/debug/deps/librand_xorshift-bbbe4e8ffe67084e.rlib" "/opt/crater/target/debug/deps/librand_pcg-f29c26a56b885d05.rlib" "/opt/crater/target/debug/deps/librand_hc-32789aa1221b79dd.rlib" "/opt/crater/target/debug/deps/librand_chacha-8f926b26ff31dbf4.rlib" "/opt/crater/target/debug/deps/librand_isaac-26d9168d0f927839.rlib" "/opt/crater/target/debug/deps/librand_core-0c44ab40b4775c1d.rlib" "/opt/crater/target/debug/deps/liblock_api-8ec026c283607898.rlib" "/opt/crater/target/debug/deps/libowning_ref-dcde4af4fc98f07e.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-2a9412c89a8f626f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-b334c546b7a4794a.rlib" "/opt/crater/target/debug/deps/liblazy_static-ab49020bde3ad45f.rlib" "/opt/crater/target/debug/deps/libscopeguard-f1a5efe88a6d7a2c.rlib" "/opt/crater/target/debug/deps/libmemoffset-97aaddce60f38adf.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-2550870ab0a414d6.rlib" "/opt/crater/target/debug/deps/libarrayvec-343471a3391f7ac8.rlib" "/opt/crater/target/debug/deps/libnodrop-e7a4f1c1f7749e1f.rlib" "/opt/crater/target/debug/deps/libbytes-ae6f20401674a06b.rlib" "/opt/crater/target/debug/deps/libiovec-a29c256efeb0d365.rlib" "/opt/crater/target/debug/deps/libbyteorder-93baff524b6b07af.rlib" "/opt/crater/target/debug/deps/liblog-4880d661f25fc746.rlib" "/opt/crater/target/debug/deps/libcfg_if-f8f28fea847dcb27.rlib" "/opt/crater/target/debug/deps/libpcap-1d5912b22768cf7a.rlib" "/opt/crater/target/debug/deps/liblibc-9bc9274b5238ee75.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" "-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 `traffic_monitor`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3b46716596ebf3fd0b55833a3a83762b4cea34e7e762e4fa523a789df239000b"` [INFO] running `"docker" "rm" "-f" "3b46716596ebf3fd0b55833a3a83762b4cea34e7e762e4fa523a789df239000b"` [INFO] [stdout] 3b46716596ebf3fd0b55833a3a83762b4cea34e7e762e4fa523a789df239000b