[INFO] cloning repository https://github.com/flier/rust-pcap2 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/flier/rust-pcap2" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fflier%2Frust-pcap2", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fflier%2Frust-pcap2'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1815db39ab6edbf1eca2b9cfa18284609f941ea5 [INFO] testing flier/rust-pcap2 against master#62efba8a050c64249dab942951bb28f710208bc8 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fflier%2Frust-pcap2" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/flier/rust-pcap2 on toolchain 62efba8a050c64249dab942951bb28f710208bc8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/flier/rust-pcap2 [INFO] finished tweaking git repo https://github.com/flier/rust-pcap2 [INFO] tweaked toml for git repo https://github.com/flier/rust-pcap2 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/flier/rust-pcap2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 90ed11017ec60fc172d4a84d935c4acec32a2c42af3c73c33716b1f0994867e3 [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" "90ed11017ec60fc172d4a84d935c4acec32a2c42af3c73c33716b1f0994867e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "90ed11017ec60fc172d4a84d935c4acec32a2c42af3c73c33716b1f0994867e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90ed11017ec60fc172d4a84d935c4acec32a2c42af3c73c33716b1f0994867e3", kill_on_drop: false }` [INFO] [stdout] 90ed11017ec60fc172d4a84d935c4acec32a2c42af3c73c33716b1f0994867e3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=forbid" "-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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d6d962402e1a582ea7ecfb82556c8340a25034faef688f4419a348f75df27f37 [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" "d6d962402e1a582ea7ecfb82556c8340a25034faef688f4419a348f75df27f37", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.43 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling version_check v0.1.4 [INFO] [stderr] Compiling cc v1.0.18 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling failure_derive v0.1.2 [INFO] [stderr] Compiling ucd-util v0.1.1 [INFO] [stderr] Compiling regex v1.0.2 [INFO] [stderr] Compiling num-traits v0.2.5 [INFO] [stderr] Compiling cfg-if v0.1.4 [INFO] [stderr] Compiling utf8-ranges v1.0.0 [INFO] [stderr] Compiling rustc-demangle v0.1.9 [INFO] [stderr] Compiling termcolor v0.3.6 [INFO] [stderr] Compiling byteorder v1.2.4 [INFO] [stderr] Compiling arrayref v0.3.4 [INFO] [stderr] Compiling bitflags v1.0.3 [INFO] [stderr] Compiling log v0.4.3 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling proc-macro2 v0.4.9 [INFO] [stderr] Compiling regex-syntax v0.6.2 [INFO] [stderr] Compiling lazy_static v1.1.0 [INFO] [stderr] Compiling quote v0.6.5 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling memmap v0.6.2 [INFO] [stderr] Compiling syn v0.14.7 [INFO] [stderr] Compiling hexplay v0.2.1 [INFO] [stderr] Compiling aho-corasick v0.6.6 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling backtrace-sys v0.1.23 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling synstructure v0.9.0 [INFO] [stderr] Compiling nom v4.0.0 [INFO] [stderr] Compiling num-derive v0.2.2 [INFO] [stderr] Compiling failure v0.1.2 [INFO] [stderr] Compiling pcap2 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/pcapng/block.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | / /// 0 1 2 3 [INFO] [stdout] 98 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stdout] 99 | | /// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ [INFO] [stdout] 100 | | /// | Block Type | [INFO] [stdout] ... | [INFO] [stdout] 107 | | /// | Block Total Length | [INFO] [stdout] 108 | | /// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/pcapng/blocks/custom.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / /// 0 1 2 3 [INFO] [stdout] 46 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stdout] 47 | | /// +---------------------------------------------------------------+ [INFO] [stdout] 48 | | /// 0 | Block Type = 0x00000BAD or 0x40000BAD | [INFO] [stdout] ... | [INFO] [stdout] 63 | | /// | Block Total Length | [INFO] [stdout] 64 | | /// +---------------------------------------------------------------+ [INFO] [stdout] | |_-----------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/pcapng/blocks/enhanced_packet.rs:126:1 [INFO] [stdout] | [INFO] [stdout] 126 | / /// 0 1 2 3 [INFO] [stdout] 127 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stdout] 128 | | /// +---------------------------------------------------------------+ [INFO] [stdout] 129 | | /// 0 | Block Type = 0x00000006 | [INFO] [stdout] ... | [INFO] [stdout] 152 | | /// | Block Total Length | [INFO] [stdout] 153 | | /// +---------------------------------------------------------------+ [INFO] [stdout] | |_-----------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pcapng/blocks/enhanced_packet.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / bitflags! { [INFO] [stdout] 21 | | pub struct Flags: u32 { [INFO] [stdout] 22 | | const INBOUND = 1; [INFO] [stdout] 23 | | const OUTBOUND = 2; [INFO] [stdout] ... | [INFO] [stdout] 40 | | } [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pcapng/blocks/enhanced_packet.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / bitflags! { [INFO] [stdout] 21 | | pub struct Flags: u32 { [INFO] [stdout] 22 | | const INBOUND = 1; [INFO] [stdout] 23 | | const OUTBOUND = 2; [INFO] [stdout] ... | [INFO] [stdout] 40 | | } [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pcapng/blocks/enhanced_packet.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / bitflags! { [INFO] [stdout] 21 | | pub struct Flags: u32 { [INFO] [stdout] 22 | | const INBOUND = 1; [INFO] [stdout] 23 | | const OUTBOUND = 2; [INFO] [stdout] ... | [INFO] [stdout] 40 | | } [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/pcapng/blocks/interface_description.rs:267:1 [INFO] [stdout] | [INFO] [stdout] 267 | / /// 0 1 2 3 [INFO] [stdout] 268 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stdout] 269 | | /// +---------------------------------------------------------------+ [INFO] [stdout] 270 | | /// 0 | Block Type = 0x00000001 | [INFO] [stdout] ... | [INFO] [stdout] 282 | | /// | Block Total Length | [INFO] [stdout] 283 | | /// +---------------------------------------------------------------+ [INFO] [stdout] | |_-----------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/pcapng/blocks/interface_statistics.rs:154:1 [INFO] [stdout] | [INFO] [stdout] 154 | / /// 0 1 2 3 [INFO] [stdout] 155 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stdout] 156 | | /// +---------------------------------------------------------------+ [INFO] [stdout] 157 | | /// 0 | Block Type = 0x00000005 | [INFO] [stdout] ... | [INFO] [stdout] 171 | | /// | Block Total Length | [INFO] [stdout] 172 | | /// +---------------------------------------------------------------+ [INFO] [stdout] | |_-----------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/pcapng/blocks/name_resolution.rs:155:1 [INFO] [stdout] | [INFO] [stdout] 155 | / /// 0 1 2 3 [INFO] [stdout] 156 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stdout] 157 | | /// +---------------------------------------------------------------+ [INFO] [stdout] 158 | | /// 0 | Block Type = 0x00000004 | [INFO] [stdout] ... | [INFO] [stdout] 177 | | /// | Block Total Length | [INFO] [stdout] 178 | | /// +---------------------------------------------------------------+ [INFO] [stdout] | |_-----------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/pcapng/blocks/obsoleted_packet.rs:74:1 [INFO] [stdout] | [INFO] [stdout] 74 | / /// 0 1 2 3 [INFO] [stdout] 75 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stdout] 76 | | /// +---------------------------------------------------------------+ [INFO] [stdout] 77 | | /// 0 | Block Type = 0x00000002 | [INFO] [stdout] ... | [INFO] [stdout] 100 | | /// | Block Total Length | [INFO] [stdout] 101 | | /// +---------------------------------------------------------------+ [INFO] [stdout] | |_-----------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/pcapng/blocks/section_header.rs:134:1 [INFO] [stdout] | [INFO] [stdout] 134 | / /// 0 1 2 3 [INFO] [stdout] 135 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stdout] 136 | | /// +---------------------------------------------------------------+ [INFO] [stdout] 137 | | /// 0 | Block Type = 0x0A0D0D0A | [INFO] [stdout] ... | [INFO] [stdout] 153 | | /// | Block Total Length | [INFO] [stdout] 154 | | /// +---------------------------------------------------------------+ [INFO] [stdout] | |_-----------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/pcapng/blocks/simple_packet.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | / /// 0 1 2 3 [INFO] [stdout] 40 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stdout] 41 | | /// +---------------------------------------------------------------+ [INFO] [stdout] 42 | | /// 0 | Block Type = 0x00000003 | [INFO] [stdout] ... | [INFO] [stdout] 53 | | /// | Block Total Length | [INFO] [stdout] 54 | | /// +---------------------------------------------------------------+ [INFO] [stdout] | |_-----------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/pcapng/options.rs:272:1 [INFO] [stdout] | [INFO] [stdout] 272 | / /// The option list is terminated by a option which uses the special 'End of Option' code (opt_endofopt). [INFO] [stdout] 273 | | /// Code that writes pcapng files MUST put an opt_endofopt option at the end of an option list. [INFO] [stdout] 274 | | /// Code that reads pcapng files MUST NOT assume an option list will have an opt_endofopt option at the end; [INFO] [stdout] 275 | | /// it MUST also check for the end of the block, and SHOULD treat blocks [INFO] [stdout] ... | [INFO] [stdout] 307 | | /// / variable length, padded to 32 bits / [INFO] [stdout] 308 | | /// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ [INFO] [stdout] | |_--------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `link_type` [INFO] [stdout] --> src/pcap/header.rs:95:12 [INFO] [stdout] | [INFO] [stdout] 95 | pub fn link_type(&self) -> LinkType { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `r` [INFO] [stdout] --> src/pcapng/reader.rs:313:5 [INFO] [stdout] | [INFO] [stdout] 313 | r: R, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `Vec::::split_off` that must be used [INFO] [stdout] --> src/pcapng/options.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | buf.split_off(opt_len); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: use `.truncate()` if you don't need the other half [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 38.34s [INFO] running `Command { std: "docker" "inspect" "d6d962402e1a582ea7ecfb82556c8340a25034faef688f4419a348f75df27f37", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d6d962402e1a582ea7ecfb82556c8340a25034faef688f4419a348f75df27f37", kill_on_drop: false }` [INFO] [stdout] d6d962402e1a582ea7ecfb82556c8340a25034faef688f4419a348f75df27f37 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=forbid" "-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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fe5b43ea9ad7451d493b82ba086805ce259e08a081bd43a053c382fcc307a8e6 [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" "fe5b43ea9ad7451d493b82ba086805ce259e08a081bd43a053c382fcc307a8e6", kill_on_drop: false }` [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling unicode-xid v0.0.3 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling pnet_base v0.21.0 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling termcolor v1.0.1 [INFO] [stderr] Compiling httparse v1.3.2 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling ipnetwork v0.12.8 [INFO] [stderr] Compiling pnet v0.21.0 [INFO] [stderr] Compiling either v1.5.0 [INFO] [stderr] Compiling pnet_sys v0.21.0 [INFO] [stderr] Compiling time v0.1.40 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling humantime v1.1.1 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling pnet_macros_support v0.21.0 [INFO] [stderr] Compiling itertools v0.7.8 [INFO] [stderr] Compiling pnet_datalink v0.21.0 [INFO] [stderr] Compiling structopt-derive v0.2.10 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling env_logger v0.5.12 [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/pcapng/block.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | / /// 0 1 2 3 [INFO] [stdout] 98 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stdout] 99 | | /// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ [INFO] [stdout] 100 | | /// | Block Type | [INFO] [stdout] ... | [INFO] [stdout] 107 | | /// | Block Total Length | [INFO] [stdout] 108 | | /// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/pcapng/blocks/custom.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / /// 0 1 2 3 [INFO] [stdout] 46 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stdout] 47 | | /// +---------------------------------------------------------------+ [INFO] [stdout] 48 | | /// 0 | Block Type = 0x00000BAD or 0x40000BAD | [INFO] [stdout] ... | [INFO] [stdout] 63 | | /// | Block Total Length | [INFO] [stdout] 64 | | /// +---------------------------------------------------------------+ [INFO] [stdout] | |_-----------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/pcapng/blocks/enhanced_packet.rs:126:1 [INFO] [stdout] | [INFO] [stdout] 126 | / /// 0 1 2 3 [INFO] [stdout] 127 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stdout] 128 | | /// +---------------------------------------------------------------+ [INFO] [stdout] 129 | | /// 0 | Block Type = 0x00000006 | [INFO] [stdout] ... | [INFO] [stdout] 152 | | /// | Block Total Length | [INFO] [stdout] 153 | | /// +---------------------------------------------------------------+ [INFO] [stdout] | |_-----------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pcapng/blocks/enhanced_packet.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / bitflags! { [INFO] [stdout] 21 | | pub struct Flags: u32 { [INFO] [stdout] 22 | | const INBOUND = 1; [INFO] [stdout] 23 | | const OUTBOUND = 2; [INFO] [stdout] ... | [INFO] [stdout] 40 | | } [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pcapng/blocks/enhanced_packet.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / bitflags! { [INFO] [stdout] 21 | | pub struct Flags: u32 { [INFO] [stdout] 22 | | const INBOUND = 1; [INFO] [stdout] 23 | | const OUTBOUND = 2; [INFO] [stdout] ... | [INFO] [stdout] 40 | | } [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pcapng/blocks/enhanced_packet.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / bitflags! { [INFO] [stdout] 21 | | pub struct Flags: u32 { [INFO] [stdout] 22 | | const INBOUND = 1; [INFO] [stdout] 23 | | const OUTBOUND = 2; [INFO] [stdout] ... | [INFO] [stdout] 40 | | } [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/pcapng/blocks/interface_description.rs:267:1 [INFO] [stdout] | [INFO] [stdout] 267 | / /// 0 1 2 3 [INFO] [stdout] 268 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stdout] 269 | | /// +---------------------------------------------------------------+ [INFO] [stdout] 270 | | /// 0 | Block Type = 0x00000001 | [INFO] [stdout] ... | [INFO] [stdout] 282 | | /// | Block Total Length | [INFO] [stdout] 283 | | /// +---------------------------------------------------------------+ [INFO] [stdout] | |_-----------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/pcapng/blocks/interface_statistics.rs:154:1 [INFO] [stdout] | [INFO] [stdout] 154 | / /// 0 1 2 3 [INFO] [stdout] 155 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stdout] 156 | | /// +---------------------------------------------------------------+ [INFO] [stdout] 157 | | /// 0 | Block Type = 0x00000005 | [INFO] [stdout] ... | [INFO] [stdout] 171 | | /// | Block Total Length | [INFO] [stdout] 172 | | /// +---------------------------------------------------------------+ [INFO] [stdout] | |_-----------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/pcapng/blocks/name_resolution.rs:155:1 [INFO] [stdout] | [INFO] [stdout] 155 | / /// 0 1 2 3 [INFO] [stdout] 156 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stdout] 157 | | /// +---------------------------------------------------------------+ [INFO] [stdout] 158 | | /// 0 | Block Type = 0x00000004 | [INFO] [stdout] ... | [INFO] [stdout] 177 | | /// | Block Total Length | [INFO] [stdout] 178 | | /// +---------------------------------------------------------------+ [INFO] [stdout] | |_-----------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/pcapng/blocks/obsoleted_packet.rs:74:1 [INFO] [stdout] | [INFO] [stdout] 74 | / /// 0 1 2 3 [INFO] [stdout] 75 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stdout] 76 | | /// +---------------------------------------------------------------+ [INFO] [stdout] 77 | | /// 0 | Block Type = 0x00000002 | [INFO] [stdout] ... | [INFO] [stdout] 100 | | /// | Block Total Length | [INFO] [stdout] 101 | | /// +---------------------------------------------------------------+ [INFO] [stdout] | |_-----------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/pcapng/blocks/section_header.rs:134:1 [INFO] [stdout] | [INFO] [stdout] 134 | / /// 0 1 2 3 [INFO] [stdout] 135 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stdout] 136 | | /// +---------------------------------------------------------------+ [INFO] [stdout] 137 | | /// 0 | Block Type = 0x0A0D0D0A | [INFO] [stdout] ... | [INFO] [stdout] 153 | | /// | Block Total Length | [INFO] [stdout] 154 | | /// +---------------------------------------------------------------+ [INFO] [stdout] | |_-----------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/pcapng/blocks/simple_packet.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | / /// 0 1 2 3 [INFO] [stdout] 40 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stdout] 41 | | /// +---------------------------------------------------------------+ [INFO] [stdout] 42 | | /// 0 | Block Type = 0x00000003 | [INFO] [stdout] ... | [INFO] [stdout] 53 | | /// | Block Total Length | [INFO] [stdout] 54 | | /// +---------------------------------------------------------------+ [INFO] [stdout] | |_-----------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/pcapng/options.rs:272:1 [INFO] [stdout] | [INFO] [stdout] 272 | / /// The option list is terminated by a option which uses the special 'End of Option' code (opt_endofopt). [INFO] [stdout] 273 | | /// Code that writes pcapng files MUST put an opt_endofopt option at the end of an option list. [INFO] [stdout] 274 | | /// Code that reads pcapng files MUST NOT assume an option list will have an opt_endofopt option at the end; [INFO] [stdout] 275 | | /// it MUST also check for the end of the block, and SHOULD treat blocks [INFO] [stdout] ... | [INFO] [stdout] 307 | | /// / variable length, padded to 32 bits / [INFO] [stdout] 308 | | /// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ [INFO] [stdout] | |_--------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `link_type` [INFO] [stdout] --> src/pcap/header.rs:95:12 [INFO] [stdout] | [INFO] [stdout] 95 | pub fn link_type(&self) -> LinkType { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `r` [INFO] [stdout] --> src/pcapng/reader.rs:313:5 [INFO] [stdout] | [INFO] [stdout] 313 | r: R, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `Vec::::split_off` that must be used [INFO] [stdout] --> src/pcapng/options.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | buf.split_off(opt_len); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: use `.truncate()` if you don't need the other half [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling pretty_env_logger v0.2.4 [INFO] [stderr] Compiling chrono v0.4.5 [INFO] [stderr] Compiling syntex_pos v0.42.0 [INFO] [stderr] Compiling syntex_errors v0.42.0 [INFO] [stderr] Compiling syntex_syntax v0.42.0 [INFO] [stderr] Compiling structopt v0.2.10 [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 pcap2 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> examples/pcapdump.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `pcapng` [INFO] [stdout] --> tests/integration_tests.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | use pcap2::{pcap, pcapng}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `w` [INFO] [stdout] --> examples/pcapdump.rs:63:33 [INFO] [stdout] | [INFO] [stdout] 63 | fn dump_file(w: &mut W, r: &mut R) -> fmt::Result { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_w` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `r` [INFO] [stdout] --> examples/pcapdump.rs:63:44 [INFO] [stdout] | [INFO] [stdout] 63 | fn dump_file(w: &mut W, r: &mut R) -> fmt::Result { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_r` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> examples/pcapdump.rs:87:17 [INFO] [stdout] | [INFO] [stdout] 87 | let mut handle = stdout.lock(); [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `verbose` [INFO] [stdout] --> examples/pcapdump.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | verbose: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `TimeExceeded` should have an upper case name [INFO] [stdout] --> tests/integration_tests.rs:212:13 [INFO] [stdout] | [INFO] [stdout] 212 | TimeExceeded => { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `TIME_EXCEEDED` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/pcapng/block.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | / /// 0 1 2 3 [INFO] [stdout] 98 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stdout] 99 | | /// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ [INFO] [stdout] 100 | | /// | Block Type | [INFO] [stdout] ... | [INFO] [stdout] 107 | | /// | Block Total Length | [INFO] [stdout] 108 | | /// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/pcapng/blocks/custom.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / /// 0 1 2 3 [INFO] [stdout] 46 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stdout] 47 | | /// +---------------------------------------------------------------+ [INFO] [stdout] 48 | | /// 0 | Block Type = 0x00000BAD or 0x40000BAD | [INFO] [stdout] ... | [INFO] [stdout] 63 | | /// | Block Total Length | [INFO] [stdout] 64 | | /// +---------------------------------------------------------------+ [INFO] [stdout] | |_-----------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/pcapng/blocks/enhanced_packet.rs:126:1 [INFO] [stdout] | [INFO] [stdout] 126 | / /// 0 1 2 3 [INFO] [stdout] 127 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stdout] 128 | | /// +---------------------------------------------------------------+ [INFO] [stdout] 129 | | /// 0 | Block Type = 0x00000006 | [INFO] [stdout] ... | [INFO] [stdout] 152 | | /// | Block Total Length | [INFO] [stdout] 153 | | /// +---------------------------------------------------------------+ [INFO] [stdout] | |_-----------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pcapng/blocks/enhanced_packet.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / bitflags! { [INFO] [stdout] 21 | | pub struct Flags: u32 { [INFO] [stdout] 22 | | const INBOUND = 1; [INFO] [stdout] 23 | | const OUTBOUND = 2; [INFO] [stdout] ... | [INFO] [stdout] 40 | | } [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pcapng/blocks/enhanced_packet.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / bitflags! { [INFO] [stdout] 21 | | pub struct Flags: u32 { [INFO] [stdout] 22 | | const INBOUND = 1; [INFO] [stdout] 23 | | const OUTBOUND = 2; [INFO] [stdout] ... | [INFO] [stdout] 40 | | } [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pcapng/blocks/enhanced_packet.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / bitflags! { [INFO] [stdout] 21 | | pub struct Flags: u32 { [INFO] [stdout] 22 | | const INBOUND = 1; [INFO] [stdout] 23 | | const OUTBOUND = 2; [INFO] [stdout] ... | [INFO] [stdout] 40 | | } [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/pcapng/blocks/interface_description.rs:267:1 [INFO] [stdout] | [INFO] [stdout] 267 | / /// 0 1 2 3 [INFO] [stdout] 268 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stdout] 269 | | /// +---------------------------------------------------------------+ [INFO] [stdout] 270 | | /// 0 | Block Type = 0x00000001 | [INFO] [stdout] ... | [INFO] [stdout] 282 | | /// | Block Total Length | [INFO] [stdout] 283 | | /// +---------------------------------------------------------------+ [INFO] [stdout] | |_-----------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/pcapng/blocks/interface_statistics.rs:154:1 [INFO] [stdout] | [INFO] [stdout] 154 | / /// 0 1 2 3 [INFO] [stdout] 155 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stdout] 156 | | /// +---------------------------------------------------------------+ [INFO] [stdout] 157 | | /// 0 | Block Type = 0x00000005 | [INFO] [stdout] ... | [INFO] [stdout] 171 | | /// | Block Total Length | [INFO] [stdout] 172 | | /// +---------------------------------------------------------------+ [INFO] [stdout] | |_-----------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/pcapng/blocks/name_resolution.rs:155:1 [INFO] [stdout] | [INFO] [stdout] 155 | / /// 0 1 2 3 [INFO] [stdout] 156 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stdout] 157 | | /// +---------------------------------------------------------------+ [INFO] [stdout] 158 | | /// 0 | Block Type = 0x00000004 | [INFO] [stdout] ... | [INFO] [stdout] 177 | | /// | Block Total Length | [INFO] [stdout] 178 | | /// +---------------------------------------------------------------+ [INFO] [stdout] | |_-----------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/pcapng/blocks/obsoleted_packet.rs:74:1 [INFO] [stdout] | [INFO] [stdout] 74 | / /// 0 1 2 3 [INFO] [stdout] 75 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stdout] 76 | | /// +---------------------------------------------------------------+ [INFO] [stdout] 77 | | /// 0 | Block Type = 0x00000002 | [INFO] [stdout] ... | [INFO] [stdout] 100 | | /// | Block Total Length | [INFO] [stdout] 101 | | /// +---------------------------------------------------------------+ [INFO] [stdout] | |_-----------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/pcapng/blocks/section_header.rs:134:1 [INFO] [stdout] | [INFO] [stdout] 134 | / /// 0 1 2 3 [INFO] [stdout] 135 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stdout] 136 | | /// +---------------------------------------------------------------+ [INFO] [stdout] 137 | | /// 0 | Block Type = 0x0A0D0D0A | [INFO] [stdout] ... | [INFO] [stdout] 153 | | /// | Block Total Length | [INFO] [stdout] 154 | | /// +---------------------------------------------------------------+ [INFO] [stdout] | |_-----------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/pcapng/blocks/simple_packet.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | / /// 0 1 2 3 [INFO] [stdout] 40 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stdout] 41 | | /// +---------------------------------------------------------------+ [INFO] [stdout] 42 | | /// 0 | Block Type = 0x00000003 | [INFO] [stdout] ... | [INFO] [stdout] 53 | | /// | Block Total Length | [INFO] [stdout] 54 | | /// +---------------------------------------------------------------+ [INFO] [stdout] | |_-----------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/pcapng/options.rs:272:1 [INFO] [stdout] | [INFO] [stdout] 272 | / /// The option list is terminated by a option which uses the special 'End of Option' code (opt_endofopt). [INFO] [stdout] 273 | | /// Code that writes pcapng files MUST put an opt_endofopt option at the end of an option list. [INFO] [stdout] 274 | | /// Code that reads pcapng files MUST NOT assume an option list will have an opt_endofopt option at the end; [INFO] [stdout] 275 | | /// it MUST also check for the end of the block, and SHOULD treat blocks [INFO] [stdout] ... | [INFO] [stdout] 307 | | /// / variable length, padded to 32 bits / [INFO] [stdout] 308 | | /// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ [INFO] [stdout] | |_--------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/pcap/writer.rs:204:17 [INFO] [stdout] | [INFO] [stdout] 204 | let mut data = vec![]; [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `r` [INFO] [stdout] --> src/pcapng/reader.rs:313:5 [INFO] [stdout] | [INFO] [stdout] 313 | r: R, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `Vec::::split_off` that must be used [INFO] [stdout] --> src/pcapng/options.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | buf.split_off(opt_len); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: use `.truncate()` if you don't need the other half [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1m 31s [INFO] running `Command { std: "docker" "inspect" "fe5b43ea9ad7451d493b82ba086805ce259e08a081bd43a053c382fcc307a8e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe5b43ea9ad7451d493b82ba086805ce259e08a081bd43a053c382fcc307a8e6", kill_on_drop: false }` [INFO] [stdout] fe5b43ea9ad7451d493b82ba086805ce259e08a081bd43a053c382fcc307a8e6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=forbid" "-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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 957bd9a909faeb7ffc3a9cb4b01798ed73a788633cff6b417e4251ae34649030 [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" "957bd9a909faeb7ffc3a9cb4b01798ed73a788633cff6b417e4251ae34649030", kill_on_drop: false }` [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/pcapng/block.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / /// 0 1 2 3 [INFO] [stderr] 98 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stderr] 99 | | /// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ [INFO] [stderr] 100 | | /// | Block Type | [INFO] [stderr] ... | [INFO] [stderr] 107 | | /// | Block Total Length | [INFO] [stderr] 108 | | /// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ [INFO] [stderr] | |_---------------------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/pcapng/blocks/custom.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | / /// 0 1 2 3 [INFO] [stderr] 46 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stderr] 47 | | /// +---------------------------------------------------------------+ [INFO] [stderr] 48 | | /// 0 | Block Type = 0x00000BAD or 0x40000BAD | [INFO] [stderr] ... | [INFO] [stderr] 63 | | /// | Block Total Length | [INFO] [stderr] 64 | | /// +---------------------------------------------------------------+ [INFO] [stderr] | |_-----------------------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/pcapng/blocks/enhanced_packet.rs:126:1 [INFO] [stderr] | [INFO] [stderr] 126 | / /// 0 1 2 3 [INFO] [stderr] 127 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stderr] 128 | | /// +---------------------------------------------------------------+ [INFO] [stderr] 129 | | /// 0 | Block Type = 0x00000006 | [INFO] [stderr] ... | [INFO] [stderr] 152 | | /// | Block Total Length | [INFO] [stderr] 153 | | /// +---------------------------------------------------------------+ [INFO] [stderr] | |_-----------------------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/pcapng/blocks/enhanced_packet.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / bitflags! { [INFO] [stderr] 21 | | pub struct Flags: u32 { [INFO] [stderr] 22 | | const INBOUND = 1; [INFO] [stderr] 23 | | const OUTBOUND = 2; [INFO] [stderr] ... | [INFO] [stderr] 40 | | } [INFO] [stderr] 41 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/pcapng/blocks/enhanced_packet.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / bitflags! { [INFO] [stderr] 21 | | pub struct Flags: u32 { [INFO] [stderr] 22 | | const INBOUND = 1; [INFO] [stderr] 23 | | const OUTBOUND = 2; [INFO] [stderr] ... | [INFO] [stderr] 40 | | } [INFO] [stderr] 41 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/pcapng/blocks/interface_description.rs:267:1 [INFO] [stderr] | [INFO] [stderr] 267 | / /// 0 1 2 3 [INFO] [stderr] 268 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stderr] 269 | | /// +---------------------------------------------------------------+ [INFO] [stderr] 270 | | /// 0 | Block Type = 0x00000001 | [INFO] [stderr] ... | [INFO] [stderr] 282 | | /// | Block Total Length | [INFO] [stderr] 283 | | /// +---------------------------------------------------------------+ [INFO] [stderr] | |_-----------------------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/pcapng/blocks/interface_statistics.rs:154:1 [INFO] [stderr] | [INFO] [stderr] 154 | / /// 0 1 2 3 [INFO] [stderr] 155 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stderr] 156 | | /// +---------------------------------------------------------------+ [INFO] [stderr] 157 | | /// 0 | Block Type = 0x00000005 | [INFO] [stderr] ... | [INFO] [stderr] 171 | | /// | Block Total Length | [INFO] [stderr] 172 | | /// +---------------------------------------------------------------+ [INFO] [stderr] | |_-----------------------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/pcapng/blocks/name_resolution.rs:155:1 [INFO] [stderr] | [INFO] [stderr] 155 | / /// 0 1 2 3 [INFO] [stderr] 156 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stderr] 157 | | /// +---------------------------------------------------------------+ [INFO] [stderr] 158 | | /// 0 | Block Type = 0x00000004 | [INFO] [stderr] ... | [INFO] [stderr] 177 | | /// | Block Total Length | [INFO] [stderr] 178 | | /// +---------------------------------------------------------------+ [INFO] [stderr] | |_-----------------------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/pcapng/blocks/obsoleted_packet.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | / /// 0 1 2 3 [INFO] [stderr] 75 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stderr] 76 | | /// +---------------------------------------------------------------+ [INFO] [stderr] 77 | | /// 0 | Block Type = 0x00000002 | [INFO] [stderr] ... | [INFO] [stderr] 100 | | /// | Block Total Length | [INFO] [stderr] 101 | | /// +---------------------------------------------------------------+ [INFO] [stderr] | |_-----------------------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/pcapng/blocks/section_header.rs:134:1 [INFO] [stderr] | [INFO] [stderr] 134 | / /// 0 1 2 3 [INFO] [stderr] 135 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stderr] 136 | | /// +---------------------------------------------------------------+ [INFO] [stderr] 137 | | /// 0 | Block Type = 0x0A0D0D0A | [INFO] [stderr] ... | [INFO] [stderr] 153 | | /// | Block Total Length | [INFO] [stderr] 154 | | /// +---------------------------------------------------------------+ [INFO] [stderr] | |_-----------------------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/pcapng/blocks/simple_packet.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | / /// 0 1 2 3 [INFO] [stderr] 40 | | /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 [INFO] [stderr] 41 | | /// +---------------------------------------------------------------+ [INFO] [stderr] 42 | | /// 0 | Block Type = 0x00000003 | [INFO] [stderr] ... | [INFO] [stderr] 53 | | /// | Block Total Length | [INFO] [stderr] 54 | | /// +---------------------------------------------------------------+ [INFO] [stderr] | |_-----------------------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/pcapng/options.rs:272:1 [INFO] [stderr] | [INFO] [stderr] 272 | / /// The option list is terminated by a option which uses the special 'End of Option' code (opt_endofopt). [INFO] [stderr] 273 | | /// Code that writes pcapng files MUST put an opt_endofopt option at the end of an option list. [INFO] [stderr] 274 | | /// Code that reads pcapng files MUST NOT assume an option list will have an opt_endofopt option at the end; [INFO] [stderr] 275 | | /// it MUST also check for the end of the block, and SHOULD treat blocks [INFO] [stderr] ... | [INFO] [stderr] 307 | | /// / variable length, padded to 32 bits / [INFO] [stderr] 308 | | /// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ [INFO] [stderr] | |_--------------------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `link_type` [INFO] [stderr] --> src/pcap/header.rs:95:12 [INFO] [stderr] | [INFO] [stderr] 95 | pub fn link_type(&self) -> LinkType { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `r` [INFO] [stderr] --> src/pcapng/reader.rs:313:5 [INFO] [stderr] | [INFO] [stderr] 313 | r: R, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused return value of `Vec::::split_off` that must be used [INFO] [stderr] --> src/pcapng/options.rs:87:13 [INFO] [stderr] | [INFO] [stderr] 87 | buf.split_off(opt_len); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: use `.truncate()` if you don't need the other half [INFO] [stderr] [INFO] [stderr] warning: `pcap2` (lib) generated 17 warnings (1 duplicate) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/pcap/writer.rs:204:17 [INFO] [stderr] | [INFO] [stderr] 204 | let mut data = vec![]; [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: field is never read: `r` [INFO] [stderr] --> src/pcapng/reader.rs:313:5 [INFO] [stderr] | [INFO] [stderr] 313 | r: R, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> examples/pcapdump.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `w` [INFO] [stderr] --> examples/pcapdump.rs:63:33 [INFO] [stderr] | [INFO] [stderr] 63 | fn dump_file(w: &mut W, r: &mut R) -> fmt::Result { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_w` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `r` [INFO] [stderr] --> examples/pcapdump.rs:63:44 [INFO] [stderr] | [INFO] [stderr] 63 | fn dump_file(w: &mut W, r: &mut R) -> fmt::Result { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_r` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> examples/pcapdump.rs:87:17 [INFO] [stderr] | [INFO] [stderr] 87 | let mut handle = stdout.lock(); [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: field is never read: `verbose` [INFO] [stderr] --> examples/pcapdump.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | verbose: bool, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `pcapng` [INFO] [stderr] --> tests/integration_tests.rs:23:19 [INFO] [stderr] | [INFO] [stderr] 23 | use pcap2::{pcap, pcapng}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant in pattern `TimeExceeded` should have an upper case name [INFO] [stderr] --> tests/integration_tests.rs:212:13 [INFO] [stderr] | [INFO] [stderr] 212 | TimeExceeded => { [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `TIME_EXCEEDED` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `pcap2` (lib test) generated 17 warnings (15 duplicates) [INFO] [stderr] warning: `pcap2` (example "pcapdump") generated 5 warnings [INFO] [stderr] warning: `pcap2` (test "integration_tests") generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/pcap2-0e20b546a0e5eb80) [INFO] [stdout] running 42 tests [INFO] [stdout] test pcap::header::tests::test_layout ... ok [INFO] [stdout] test pcap::packet::tests::test_layout ... ok [INFO] [stdout] test pcap::header::tests::test_parse ... ok [INFO] [stdout] test pcap::packet::tests::test_parse ... ok [INFO] [stdout] test pcap::packet::tests::test_read ... ok [INFO] [stdout] test pcap::packet::tests::test_write ... ok [INFO] [stdout] test pcap::writer::tests::test_write ... ok [INFO] [stdout] test pcapng::block::tests::test_layout ... ok [INFO] [stdout] test pcapng::block::tests::test_write ... ok [INFO] [stdout] test pcapng::block::tests::test_corrupted ... ok [INFO] [stdout] test pcapng::blocks::custom::tests::test_parse ... ok [INFO] [stdout] test pcap::reader::tests::test_parse ... ok [INFO] [stdout] test pcapng::blocks::custom::tests::test_write ... ok [INFO] [stdout] test pcapng::blocks::enhanced_packet::tests::test_options ... ok [INFO] [stdout] test pcapng::blocks::enhanced_packet::tests::test_parse ... ok [INFO] [stdout] test pcapng::blocks::interface_description::tests::test_options ... ok [INFO] [stdout] test pcapng::blocks::enhanced_packet::tests::test_write ... ok [INFO] [stdout] test pcapng::blocks::interface_description::tests::test_parse ... ok [INFO] [stdout] test pcapng::blocks::interface_statistics::tests::test_write ... ok [INFO] [stdout] test pcapng::blocks::interface_description::tests::test_write ... ok [INFO] [stdout] test pcapng::blocks::name_resolution::tests::test_write ... ok [INFO] [stdout] test pcapng::blocks::obsoleted_packet::tests::test_parse ... ok [INFO] [stdout] test pcap::writer::tests::test_from_packets ... ok [INFO] [stdout] test pcapng::blocks::obsoleted_packet::tests::test_options ... ok [INFO] [stdout] test pcapng::options::tests::test_parse ... ok [INFO] [stdout] test pcap::reader::tests::test_read ... ok [INFO] [stdout] test pcapng::blocks::section_header::tests::test_parse ... ok [INFO] [stdout] test pcapng::options::tests::test_size ... ok [INFO] [stdout] test pcapng::blocks::section_header::tests::test_write ... ok [INFO] [stdout] test pcapng::blocks::simple_packet::tests::test_write ... ok [INFO] [stdout] test pcapng::blocks::obsoleted_packet::tests::test_write ... ok [INFO] [stdout] test pcapng::blocks::simple_packet::tests::test_parse ... ok [INFO] [stdout] test pcapng::options::tests::test_parse_empty ... ok [INFO] [stdout] test pcapng::block::tests::test_parse ... ok [INFO] [stdout] test pcapng::options::tests::test_write ... ok [INFO] [stdout] test pcapng::blocks::interface_statistics::tests::test_parse ... ok [INFO] [stdout] test pcapng::reader::tests::test_parse_blocks ... ok [INFO] [stdout] test pcapng::reader::tests::test_read_blocks ... ok [INFO] [stdout] test pcapng::options::tests::test_read ... ok [INFO] [stdout] test pcapng::blocks::interface_statistics::tests::test_options ... ok [INFO] [stdout] test pcap::header::tests::test_write ... ok [INFO] [stderr] Running tests/integration_tests.rs (/opt/rustwide/target/debug/deps/integration_tests-0ab4e74d126ab1c2) [INFO] [stdout] test pcapng::blocks::name_resolution::tests::test_parse ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 42 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_generated_data ... ok [INFO] [stdout] test test_pcapng_data ... ok [INFO] [stderr] error: test failed, to rerun pass '--test integration_tests' [INFO] [stdout] test test_pcap_data ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- test_pcap_data stdout ---- [INFO] [stdout] thread 'test_pcap_data' panicked at '"tests/data/smallFlows.pcap" decoded #0 packet mismatch: [INFO] [stdout] packet: [INFO] [stdout] 18:52:22.484409 IP 192.168.3.131.57011 > 72.14.213.138.80 [INFO] [stdout] dumps: [INFO] [stdout] 02:52:22.484409 IP 192.168.3.131.57011 > 72.14.213.138.80: Flags [P.], seq 2542412440:2542413383, ack 2428019935, win 16288, length 943: HTTP: GET /complete/search?client=chrome&hl=en-US&q=cr HTTP/1.1', tests/integration_tests.rs:256:78 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55559b9a660c - std::backtrace_rs::backtrace::libunwind::trace::h793e05efd273d0f4 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55559b9a660c - std::backtrace_rs::backtrace::trace_unsynchronized::h640b7b86ff610c77 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55559b9a660c - std::sys_common::backtrace::_print_fmt::h362fa2a4f354f877 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55559b9a660c - ::fmt::hf439e5ed84c74abd [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55559b9c98dc - core::fmt::write::h72801a82c94e6ff1 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/fmt/mod.rs:1149:17 [INFO] [stdout] 5: 0x55559b9a13c5 - std::io::Write::write_fmt::h54337adeb3504c03 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/io/mod.rs:1697:15 [INFO] [stdout] 6: 0x55559b9a8060 - std::sys_common::backtrace::_print::hb29ddd998d02631c [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55559b9a8060 - std::sys_common::backtrace::print::h81965e3d7c90fbb6 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55559b9a8060 - std::panicking::default_hook::{{closure}}::h84db205ab6674b38 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55559b9a7c46 - std::panicking::default_hook::h1bf8bb4159936bca [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55559b9a8714 - std::panicking::rust_panic_with_hook::hf8e86850fbbd03b1 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55559b9a81f0 - std::panicking::begin_panic_handler::{{closure}}::h590a0d6060ff866e [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55559b9a6ac4 - std::sys_common::backtrace::__rust_end_short_backtrace::h260b8bd1c848a03c [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55559b9a8159 - rust_begin_unwind [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55559b76be51 - core::panicking::panic_fmt::h7b8580d81fcbbacd [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/panicking.rs:106:14 [INFO] [stdout] 15: 0x55559b77b32b - integration_tests::test_pcap_data::h1713359db47454e6 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration_tests.rs:256:78 [INFO] [stdout] 16: 0x55559b77a73a - integration_tests::test_pcap_data::{{closure}}::hc16d0b7b8f8d5c6d [INFO] [stdout] at /opt/rustwide/workdir/tests/integration_tests.rs:231:1 [INFO] [stdout] 17: 0x55559b77470e - core::ops::function::FnOnce::call_once::hd613a0f1e19fec94 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 18: 0x55559b7b5d83 - core::ops::function::FnOnce::call_once::h24a32b9da1a40fdb [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x55559b7b5d83 - test::__rust_begin_short_backtrace::h3c3a0492fb4a12eb [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:585:5 [INFO] [stdout] 20: 0x55559b7b4997 - as core::ops::function::FnOnce>::call_once::h9a8e38435f73d5e0 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/alloc/src/boxed.rs:1694:9 [INFO] [stdout] 21: 0x55559b7b4997 - as core::ops::function::FnOnce<()>>::call_once::hb23d7496a0e6d1b4 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 22: 0x55559b7b4997 - std::panicking::try::do_call::ha2bb9825b32d2cc2 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:406:40 [INFO] [stdout] 23: 0x55559b7b4997 - std::panicking::try::hdc38a574bbebc53e [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:370:19 [INFO] [stdout] 24: 0x55559b7b4997 - std::panic::catch_unwind::hc45ed246595c621c [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panic.rs:133:14 [INFO] [stdout] 25: 0x55559b7b4997 - test::run_test_in_process::h4249138faaea8d54 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:608:18 [INFO] [stdout] 26: 0x55559b7b4997 - test::run_test::run_test_inner::{{closure}}::h3c1b37669f6e9fd7 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:500:39 [INFO] [stdout] 27: 0x55559b781c3e - test::run_test::run_test_inner::{{closure}}::h388760469edd5c24 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:527:37 [INFO] [stdout] 28: 0x55559b781c3e - std::sys_common::backtrace::__rust_begin_short_backtrace::hbbaecdcfad18643e [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 29: 0x55559b786998 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h09cd3ca65896da91 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/thread/mod.rs:484:17 [INFO] [stdout] 30: 0x55559b786998 - as core::ops::function::FnOnce<()>>::call_once::hc52dbb4f9088d18b [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 31: 0x55559b786998 - std::panicking::try::do_call::h4485cfee22b11c08 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:406:40 [INFO] [stdout] 32: 0x55559b786998 - std::panicking::try::hb62aa8549e20c08b [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:370:19 [INFO] [stdout] 33: 0x55559b786998 - std::panic::catch_unwind::ha322c7a5bc666762 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panic.rs:133:14 [INFO] [stdout] 34: 0x55559b786998 - std::thread::Builder::spawn_unchecked::{{closure}}::h1076fc1398603b77 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/thread/mod.rs:483:30 [INFO] [stdout] 35: 0x55559b786998 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h911e510344167353 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x55559b9ad623 - as core::ops::function::FnOnce>::call_once::h771719d52c343434 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/alloc/src/boxed.rs:1694:9 [INFO] [stdout] 37: 0x55559b9ad623 - as core::ops::function::FnOnce>::call_once::hf441746dfa4b0f57 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/alloc/src/boxed.rs:1694:9 [INFO] [stdout] 38: 0x55559b9ad623 - std::sys::unix::thread::Thread::new::thread_start::hfd168f9d312b29ca [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 39: 0x7fe476e59609 - start_thread [INFO] [stdout] 40: 0x7fe476c2b293 - clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] test_pcap_data [INFO] [stdout] [INFO] [stdout] test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "957bd9a909faeb7ffc3a9cb4b01798ed73a788633cff6b417e4251ae34649030", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "957bd9a909faeb7ffc3a9cb4b01798ed73a788633cff6b417e4251ae34649030", kill_on_drop: false }` [INFO] [stdout] 957bd9a909faeb7ffc3a9cb4b01798ed73a788633cff6b417e4251ae34649030