[INFO] cloning repository https://github.com/tsuckow/TrafficMonitor [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tsuckow/TrafficMonitor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftsuckow%2FTrafficMonitor", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftsuckow%2FTrafficMonitor'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f755807e90c1842a66b91ef9208cec226d96fd29 [INFO] testing tsuckow/TrafficMonitor against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftsuckow%2FTrafficMonitor" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tsuckow/TrafficMonitor on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tsuckow/TrafficMonitor [INFO] finished tweaking git repo https://github.com/tsuckow/TrafficMonitor [INFO] tweaked toml for git repo https://github.com/tsuckow/TrafficMonitor written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/tsuckow/TrafficMonitor already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rustc-demangle v0.1.11 [INFO] [stderr] Downloaded crossbeam-channel v0.3.4 [INFO] [stderr] Downloaded hyper v0.12.19 [INFO] [stderr] Downloaded trust-dns-proto v0.6.1 [INFO] [stderr] Downloaded hwaddr v0.1.5 [INFO] [stderr] Downloaded actix-web v0.7.17 [INFO] [stderr] Downloaded pcap v0.7.0 [INFO] [stderr] Downloaded packet v0.1.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 210074c677fff8636feba20f2e5484f17d3ea5bd8a0dc4ec51877849aad85eb5 [INFO] running `Command { std: "docker" "start" "-a" "210074c677fff8636feba20f2e5484f17d3ea5bd8a0dc4ec51877849aad85eb5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "210074c677fff8636feba20f2e5484f17d3ea5bd8a0dc4ec51877849aad85eb5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "210074c677fff8636feba20f2e5484f17d3ea5bd8a0dc4ec51877849aad85eb5", kill_on_drop: false }` [INFO] [stdout] 210074c677fff8636feba20f2e5484f17d3ea5bd8a0dc4ec51877849aad85eb5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2cf1e5404008505c248d8dc7e01a8400104b07929759ad72c1511cd947242f95 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2cf1e5404008505c248d8dc7e01a8400104b07929759ad72c1511cd947242f95", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.45 [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling rand_core v0.3.0 [INFO] [stderr] Compiling cc v1.0.28 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling futures v0.1.25 [INFO] [stderr] Compiling byteorder v1.2.7 [INFO] [stderr] Compiling slab v0.4.1 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling unicode-normalization v0.1.7 [INFO] [stderr] Compiling proc-macro2 v0.4.24 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Compiling itoa v0.4.3 [INFO] [stderr] Compiling autocfg v0.1.1 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling serde v1.0.84 [INFO] [stderr] Compiling rustc-demangle v0.1.11 [INFO] [stderr] Compiling crc32fast v1.1.2 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling openssl v0.10.16 [INFO] [stderr] Compiling string v0.1.2 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Compiling safemem v0.3.0 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling dtoa v0.4.3 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling encoding_rs v0.8.13 [INFO] [stderr] Compiling linked-hash-map v0.4.2 [INFO] [stderr] Compiling arc-swap v0.3.6 [INFO] [stderr] Compiling pcap v0.7.0 [INFO] [stderr] Compiling bitflags v0.9.1 [INFO] [stderr] Compiling termcolor v1.0.4 [INFO] [stderr] Compiling askama_escape v0.1.0 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling memchr v2.1.2 [INFO] [stderr] Compiling unicase v2.2.0 [INFO] [stderr] Compiling actix-web v0.7.17 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling crossbeam-utils v0.6.3 [INFO] [stderr] Compiling base64 v0.10.0 [INFO] [stderr] Compiling rand_core v0.2.2 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling regex-syntax v0.6.4 [INFO] [stderr] Compiling backtrace v0.3.13 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling smallvec v0.6.7 [INFO] [stderr] Compiling humantime v1.2.0 [INFO] [stderr] Compiling lru-cache v0.1.1 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling rand_chacha v0.1.0 [INFO] [stderr] Compiling rand v0.6.1 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling tokio-executor v0.1.5 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling tower-service v0.1.0 [INFO] [stderr] Compiling openssl-sys v0.9.40 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling miniz-sys v0.1.11 [INFO] [stderr] Compiling libflate v0.1.19 [INFO] [stderr] Compiling crossbeam-epoch v0.7.0 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling phf_shared v0.7.23 [INFO] [stderr] Compiling mime v0.3.12 [INFO] [stderr] Compiling tokio-timer v0.2.8 [INFO] [stderr] Compiling tokio-current-thread v0.1.4 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling num_cpus v1.9.0 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling time v0.1.41 [INFO] [stderr] Compiling socket2 v0.3.8 [INFO] [stderr] Compiling hostname v0.1.5 [INFO] [stderr] Compiling signal-hook v0.1.6 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling phf v0.7.23 [INFO] [stderr] Compiling syn v0.15.23 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling bytes v0.4.11 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling resolv-conf v0.6.1 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling phf_generator v0.7.23 [INFO] [stderr] Compiling uuid v0.7.1 [INFO] [stderr] Compiling tokio-io v0.1.10 [INFO] [stderr] Compiling http v0.1.14 [INFO] [stderr] Compiling flate2 v1.0.6 [INFO] [stderr] Compiling phf_codegen v0.7.23 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Compiling tokio-reactor v0.1.7 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.9 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling serde_urlencoded v0.5.4 [INFO] [stderr] Compiling serde_json v1.0.33 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-tcp v0.1.2 [INFO] [stderr] Compiling tokio-uds v0.2.4 [INFO] [stderr] Compiling tokio-signal v0.2.7 [INFO] [stderr] Compiling parking_lot v0.7.0 [INFO] [stderr] Compiling tokio-fs v0.1.4 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling crossbeam-channel v0.3.4 [INFO] [stderr] Compiling cookie v0.11.0 [INFO] [stderr] Compiling tokio v0.1.13 [INFO] [stderr] Compiling h2 v0.1.14 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling hyper v0.12.19 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling actix_derive v0.3.2 [INFO] [stderr] Compiling serde_derive v1.0.84 [INFO] [stderr] Compiling hyper-tls v0.3.1 [INFO] [stderr] Compiling reqwest v0.9.5 [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 trust-dns-resolver v0.10.2 [INFO] [stderr] Compiling hwaddr v0.1.5 [INFO] [stderr] Compiling actix v0.7.9 [INFO] [stderr] Compiling actix-net v0.2.6 [INFO] [stderr] Compiling packet v0.1.2 [INFO] [stderr] Compiling traffic_monitor v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/statistics/throttled_printer.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | if (self.tx.is_full()) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 30 - if (self.tx.is_full()) { [INFO] [stdout] 30 + if self.tx.is_full() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/statistics/throttled_printer.rs:35:25 [INFO] [stdout] | [INFO] [stdout] 35 | let string = if (self.skipped > 0) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 35 - let string = if (self.skipped > 0) { [INFO] [stdout] 35 + let string = if self.skipped > 0 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Json` [INFO] [stdout] --> src/webservice.rs:18:19 [INFO] [stdout] | [INFO] [stdout] 18 | Path, Result, Json [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/statistics.rs:102:75 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn thread(rx: crossbeam_channel::Receiver) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 102 - pub fn thread(rx: crossbeam_channel::Receiver) -> Result<(), Box> { [INFO] [stdout] 102 + pub fn thread(rx: crossbeam_channel::Receiver) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/packet_reciever.rs:96:5 [INFO] [stdout] | [INFO] [stdout] 63 | / loop { [INFO] [stdout] 64 | | let packet = match cap.next() { [INFO] [stdout] 65 | | Ok(packet) => packet, [INFO] [stdout] 66 | | Err(error) => return Err(error), [INFO] [stdout] ... | [INFO] [stdout] 93 | | } [INFO] [stdout] 94 | | } [INFO] [stdout] | |_____- any code following this expression is unreachable [INFO] [stdout] 95 | [INFO] [stdout] 96 | Ok(()) [INFO] [stdout] | ^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/statistics.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 106 | / loop { [INFO] [stdout] 107 | | let message = rx.recv()?; [INFO] [stdout] 108 | | [INFO] [stdout] 109 | | match message { [INFO] [stdout] ... | [INFO] [stdout] 114 | | } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_____- any code following this expression is unreachable [INFO] [stdout] 116 | [INFO] [stdout] 117 | Ok(()) [INFO] [stdout] | ^^^^^^ unreachable expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `packet_size` [INFO] [stdout] --> src/packet_reciever.rs:17:13 [INFO] [stdout] | [INFO] [stdout] 17 | let packet_size = packet.header.len as u64; [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_packet_size` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `packet_number` [INFO] [stdout] --> src/packet_reciever.rs:16:60 [INFO] [stdout] | [INFO] [stdout] 16 | fn should_statistics(&mut self, packet: &pcap::Packet, packet_number: u64) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_packet_number` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `printer` [INFO] [stdout] --> src/statistics.rs:58:47 [INFO] [stdout] | [INFO] [stdout] 58 | fn got_packet(&mut self, pd: &PacketData, printer: &mut throttled_printer::ThrottledPrinter) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_printer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `GetString` [INFO] [stdout] --> src/statistics.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | GetString(BoxedFn), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `milliseconds` [INFO] [stdout] --> src/statistics/throttled_printer.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | milliseconds: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/packet_reciever.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | tx.send(statistics::Message::GotPacket(packet_data)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/packet_reciever.rs:85:13 [INFO] [stdout] | [INFO] [stdout] 85 | tx.send(statistics::Message::GotStatistics(cap.stats().unwrap())); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/webservice.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 84 | sender.send(s); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/webservice.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | state.tx.send(statistics::Message::GetBitrate(callback)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/traffic_monitor-37a09b431d6ba5ee.traffic_monitor.71745584-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/traffic_monitor-37a09b431d6ba5ee.traffic_monitor.71745584-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/traffic_monitor-37a09b431d6ba5ee.traffic_monitor.71745584-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/traffic_monitor-37a09b431d6ba5ee.traffic_monitor.71745584-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/traffic_monitor-37a09b431d6ba5ee.traffic_monitor.71745584-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/traffic_monitor-37a09b431d6ba5ee.traffic_monitor.71745584-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/traffic_monitor-37a09b431d6ba5ee.traffic_monitor.71745584-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/traffic_monitor-37a09b431d6ba5ee.traffic_monitor.71745584-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/traffic_monitor-37a09b431d6ba5ee.traffic_monitor.71745584-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/traffic_monitor-37a09b431d6ba5ee.traffic_monitor.71745584-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/traffic_monitor-37a09b431d6ba5ee.traffic_monitor.71745584-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/traffic_monitor-37a09b431d6ba5ee.traffic_monitor.71745584-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/traffic_monitor-37a09b431d6ba5ee.traffic_monitor.71745584-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/traffic_monitor-37a09b431d6ba5ee.traffic_monitor.71745584-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/traffic_monitor-37a09b431d6ba5ee.traffic_monitor.71745584-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/traffic_monitor-37a09b431d6ba5ee.traffic_monitor.71745584-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/traffic_monitor-37a09b431d6ba5ee.25grj5lrzdu6hvta.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-75cb7ce72d8d375a/out" "-L" "/opt/rustwide/target/debug/build/brotli-sys-b8ef2d5576daa6a8/out" "-L" "/opt/rustwide/target/debug/build/ring-5f028a045b457660/out" "-L" "/opt/rustwide/target/debug/build/miniz-sys-4cf861ff9d95b99c/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpacket-97970782e83dd9a2.rlib" "/opt/rustwide/target/debug/deps/libhwaddr-20d292be0905537b.rlib" "/opt/rustwide/target/debug/deps/libbitflags-cf6ff12e74f7ce64.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-688cde180d38cce1.rlib" "/opt/rustwide/target/debug/deps/libactix_web-5f995017584e3e4f.rlib" "/opt/rustwide/target/debug/deps/libactix_net-0447e8ca328a2e06.rlib" "/opt/rustwide/target/debug/deps/libtower_service-98b0886afcceeb32.rlib" "/opt/rustwide/target/debug/deps/libserde_json-50ce02d66ff8e502.rlib" "/opt/rustwide/target/debug/deps/libryu-60de7040588ce18e.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-1756ca43565fba6e.rlib" "/opt/rustwide/target/debug/deps/libdtoa-f04668caa2b0aa59.rlib" "/opt/rustwide/target/debug/deps/libh2-6cdb4bb887befc8e.rlib" "/opt/rustwide/target/debug/deps/libindexmap-22b8bc15385edb84.rlib" "/opt/rustwide/target/debug/deps/libstring-91433c655c59f7b9.rlib" "/opt/rustwide/target/debug/deps/libflate2-91e8d759534db47e.rlib" "/opt/rustwide/target/debug/deps/libminiz_sys-d00a44ad05989d96.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-56d54baab246903f.rlib" "/opt/rustwide/target/debug/deps/libbrotli2-5c2daca91e9ef74c.rlib" "/opt/rustwide/target/debug/deps/libbrotli_sys-26e0a4513e4e1eae.rlib" "/opt/rustwide/target/debug/deps/libserde-883ac9c23c85fabe.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-27a72ca8af99faa2.rlib" "/opt/rustwide/target/debug/deps/libphf-d6ca93f3a2a34e6c.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-1e8f03ceb8bc61cc.rlib" "/opt/rustwide/target/debug/deps/libunicase-70f799d8df47a763.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-fdc5ac9da9ea0e56.rlib" "/opt/rustwide/target/debug/deps/libmime-c1c9ad3e1a753247.rlib" "/opt/rustwide/target/debug/deps/libunicase-bf7ac874aca30853.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-f9a4078c62cb020a.rlib" "/opt/rustwide/target/debug/deps/libhttparse-2ee177e246000396.rlib" "/opt/rustwide/target/debug/deps/libhttp-57bd92b8a55c25f5.rlib" "/opt/rustwide/target/debug/deps/libitoa-3ef0afce6033b448.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-a1f2e8c29fcf37b6.rlib" "/opt/rustwide/target/debug/deps/libcookie-e511ad4e4539d61a.rlib" "/opt/rustwide/target/debug/deps/libbase64-6e62ec36b4dd4432.rlib" "/opt/rustwide/target/debug/deps/libsafemem-4830bfe7afc21b9b.rlib" "/opt/rustwide/target/debug/deps/libring-49591ce60bcb8d1d.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-9a9711547f6402b1.rlib" "/opt/rustwide/target/debug/deps/libaskama_escape-5e2833585c52660a.rlib" "/opt/rustwide/target/debug/deps/libtime-f221b5bcf30972f2.rlib" "/opt/rustwide/target/debug/deps/libsha1-22acf16d9b98920a.rlib" "/opt/rustwide/target/debug/deps/libbase64-fe4fab855ec18814.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-2da52818f387f86a.rlib" "/opt/rustwide/target/debug/deps/libregex-b0c06852a6b18610.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-816ebe3e42c7b558.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-a267e220a3d2c04b.rlib" "/opt/rustwide/target/debug/deps/libucd_util-a4979d015fb59822.rlib" "/opt/rustwide/target/debug/deps/libthread_local-b65346b7e6f98ecd.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-b6196d73c5835b7c.rlib" "/opt/rustwide/target/debug/deps/libmemchr-f9375cebbc0ab28a.rlib" "/opt/rustwide/target/debug/deps/libatty-af7b8de6e83ab48a.rlib" "/opt/rustwide/target/debug/deps/libhumantime-ecd91a2ade384498.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-b31ce5529e5fa5ff.rlib" "/opt/rustwide/target/debug/deps/libactix-751bfd12f267439e.rlib" "/opt/rustwide/target/debug/deps/libtokio_signal-5720599672661afd.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook-6605915c0a85bfba.rlib" "/opt/rustwide/target/debug/deps/libarc_swap-19714677c4e8d0c0.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-e7bfd97e2a140250.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-9050b7a089a3e84e.rlib" "/opt/rustwide/target/debug/deps/liburl-276cbab7e0a9701d.rlib" "/opt/rustwide/target/debug/deps/libencoding-d62f5814b047f5ee.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_tradchinese-a3be7ac62dff3fdb.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_simpchinese-b993a7e8f3caa2b6.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_japanese-287d72fe156784ab.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_korean-6fcbf12c6911f6ea.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_singlebyte-1b5647622df09678.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-5467954df82172e2.rlib" "/opt/rustwide/target/debug/deps/libsocket2-8e5e094e120e6842.rlib" "/opt/rustwide/target/debug/deps/libidna-82247426cee017e0.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-8a488d9856f9aead.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-502fc641a5064811.rlib" "/opt/rustwide/target/debug/deps/libmatches-ec882efcf894febd.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-37827d874aa94ede.rlib" "/opt/rustwide/target/debug/deps/libhostname-3b6248864681bc04.rlib" "/opt/rustwide/target/debug/deps/libquick_error-10f197e702ac1341.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-5afdc7c5ef6201fe.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-767f2d26b855ed3f.rlib" "/opt/rustwide/target/debug/deps/libfailure-12463f3807a0c091.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-62c8f86cbce38556.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-cc278ada0875239f.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-993993d364cd31ce.rlib" "/opt/rustwide/target/debug/deps/libtokio-6b2a6c58f974e26a.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-2a49365643a579de.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-08461d28e1bcb59f.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-c2151e8573708272.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-1e57f57c0924ea93.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-a833fa074124dfb0.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-9acb5ea59be181b8.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-a9920a9000bd83fb.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-14a04cdc62301699.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-045ff2c580d57816.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-a748c45921260dda.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-0b0cb9ac40c97089.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-9031ec4ce77300ae.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-409a5860d1184dae.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-58e5058c2f8e1b21.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-f7397ef4ffa11b89.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-ba5f2a97599255bb.rlib" "/opt/rustwide/target/debug/deps/libmio-0c58e9696fbfe480.rlib" "/opt/rustwide/target/debug/deps/libslab-de32b10c5f1511d0.rlib" "/opt/rustwide/target/debug/deps/libnet2-2bd2f4a2d1cbb30a.rlib" "/opt/rustwide/target/debug/deps/liblazycell-bf4afccc2b1cfa72.rlib" "/opt/rustwide/target/debug/deps/libfutures-1afb029c5e9862f6.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0987f7eb4066015f.rlib" "/opt/rustwide/target/debug/deps/libuuid-dfe13832db306453.rlib" "/opt/rustwide/target/debug/deps/librand-ae05a04ffed079d3.rlib" "/opt/rustwide/target/debug/deps/librand_core-efc858030575ff86.rlib" "/opt/rustwide/target/debug/deps/libfnv-75a549072e1c1e97.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-e6360572dd98d904.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-f0c06f5116efa7ae.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-02f0bb2f28347bbf.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-669e78b2fa228870.rlib" "/opt/rustwide/target/debug/deps/libunreachable-d55ec9544426391e.rlib" "/opt/rustwide/target/debug/deps/libvoid-933ae127f8f6cffe.rlib" "/opt/rustwide/target/debug/deps/librand-50db2b5cdf2638b9.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-dd40d7c1cf59e2df.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-461e12377d044877.rlib" "/opt/rustwide/target/debug/deps/librand_hc-14da90f488b37eea.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-70f5fceffe81aae7.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-3efe1f8551bf4b54.rlib" "/opt/rustwide/target/debug/deps/librand_core-646cd5f50a26c2ca.rlib" "/opt/rustwide/target/debug/deps/liblock_api-c7e220839ce6544b.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-1214d213485c2326.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-751ec9cd00fbe7b3.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-494c0ca5f122ad95.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-4499033725c42a49.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-701b7c561205ac6c.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-97e0a08cef1ea439.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-9067e1686c9851ad.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-d769eb5ff9868689.rlib" "/opt/rustwide/target/debug/deps/libbytes-f984c9133cd47622.rlib" "/opt/rustwide/target/debug/deps/libiovec-05711c34d767e05d.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-93ec0cdc17151bcc.rlib" "/opt/rustwide/target/debug/deps/liblog-ec01a94c691870d4.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ba39efabcb0a90d1.rlib" "/opt/rustwide/target/debug/deps/libpcap-0000055bc8780289.rlib" "/opt/rustwide/target/debug/deps/liblibc-1416cbfc7de5093c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8d61b92a0a02f53a.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-fc45202bb435016b.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f2400674c7513725.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-605c3a7d1a5d300d.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3d4fb4efa907e4e8.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-65207f030ab23308.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-76ca199cb0186109.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1e3e01ed4f561dc1.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dd8dddcba7c13fee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-00b13d31c3420656.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e4c8460b81557bd5.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-600d46e5f0005455.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e4a08a2585b62d37.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fbc21ec567cb9dc7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-10b3fa8e49bd978f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-64625b73694ffce7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-fb6b78ac543a58ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d1f2d1bec6f51b8.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-acf5ff6e9595d982.rlib" "-Wl,-Bdynamic" "-lpcap" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/traffic_monitor-37a09b431d6ba5ee" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lpcap [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `traffic_monitor` due to 2 previous errors; 15 warnings emitted [INFO] running `Command { std: "docker" "inspect" "2cf1e5404008505c248d8dc7e01a8400104b07929759ad72c1511cd947242f95", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2cf1e5404008505c248d8dc7e01a8400104b07929759ad72c1511cd947242f95", kill_on_drop: false }` [INFO] [stdout] 2cf1e5404008505c248d8dc7e01a8400104b07929759ad72c1511cd947242f95