[INFO] fetching crate dnp3 1.6.0... [INFO] testing dnp3-1.6.0 against 1.90.0 for beta-1.91-3 [INFO] extracting crate dnp3 1.6.0 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate dnp3 1.6.0 [INFO] finished tweaking crates.io crate dnp3 1.6.0 [INFO] tweaked toml for crates.io crate dnp3 1.6.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate dnp3 1.6.0 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate dnp3 1.6.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tokio-macros v2.3.0 [INFO] [stderr] Downloaded sfio-rustls-config v0.3.2 [INFO] [stderr] Downloaded sfio-tokio-mock-io v0.2.0 [INFO] [stderr] Downloaded scursor v0.2.0 [INFO] [stderr] Downloaded rx509 v0.2.1 [INFO] [stderr] Downloaded unescaper v0.1.4 [INFO] [stderr] Downloaded mio-serial v5.0.5 [INFO] [stderr] Downloaded clap_derive v4.5.5 [INFO] [stderr] Downloaded clap v4.5.7 [INFO] [stderr] Downloaded serialport v4.3.0 [INFO] [stderr] Downloaded clap_builder v4.5.7 [INFO] [stderr] Downloaded tokio-serial v5.4.3 [INFO] [stderr] Downloaded object v0.36.0 [INFO] [stderr] Downloaded tokio v1.38.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 283b3b301a17a697bf83ae9314edba5a12907aba5f4e8fc063b1f04ab8f5d1c4 [INFO] running `Command { std: "docker" "start" "-a" "283b3b301a17a697bf83ae9314edba5a12907aba5f4e8fc063b1f04ab8f5d1c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "283b3b301a17a697bf83ae9314edba5a12907aba5f4e8fc063b1f04ab8f5d1c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "283b3b301a17a697bf83ae9314edba5a12907aba5f4e8fc063b1f04ab8f5d1c4", kill_on_drop: false }` [INFO] [stdout] 283b3b301a17a697bf83ae9314edba5a12907aba5f4e8fc063b1f04ab8f5d1c4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5b3d5aa92b1c3db0b43c7cf728823d954be980f151767329375393026f873e0c [INFO] running `Command { std: "docker" "start" "-a" "5b3d5aa92b1c3db0b43c7cf728823d954be980f151767329375393026f873e0c", kill_on_drop: false }` [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling cc v1.0.100 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling syn v2.0.68 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Compiling base64ct v1.6.0 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling const-oid v0.9.6 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling pem-rfc7468 v0.7.0 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling rustls v0.23.10 [INFO] [stderr] Compiling nix v0.26.4 [INFO] [stderr] Compiling der v0.7.9 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-padding v0.3.3 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling inout v0.1.3 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling salsa20 v0.10.2 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling pbkdf2 v0.12.2 [INFO] [stderr] Compiling cbc v0.1.2 [INFO] [stderr] Compiling aes v0.8.4 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling scrypt v0.11.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling bitflags v2.5.0 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling spki v0.7.3 [INFO] [stderr] Compiling rx509 v0.2.1 [INFO] [stderr] Compiling pkcs5 v0.7.1 [INFO] [stderr] Compiling pem v3.0.4 [INFO] [stderr] Compiling pkcs8 v0.10.2 [INFO] [stderr] Compiling iana-time-zone v0.1.60 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling scursor v0.2.0 [INFO] [stderr] Compiling xxhash-rust v0.8.10 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling tokio-macros v2.3.0 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling tokio v1.38.0 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Compiling unescaper v0.1.4 [INFO] [stderr] Compiling serialport v4.3.0 [INFO] [stderr] Compiling rustls-webpki v0.102.4 [INFO] [stderr] Compiling mio-serial v5.0.5 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling tokio-serial v5.4.3 [INFO] [stderr] Compiling sfio-rustls-config v0.3.2 [INFO] [stderr] Compiling tokio-rustls v0.26.0 [INFO] [stderr] Compiling dnp3 v1.6.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/master/handler.rs:179:22 [INFO] [stdout] | [INFO] [stdout] 179 | .map(|_| (AssociationHandle::new(address, self.clone()))) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `-D unused-parens` implied by `-D unused` [INFO] [stdout] = help: to override `-D unused` add `#[allow(unused_parens)]` [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 179 - .map(|_| (AssociationHandle::new(address, self.clone()))) [INFO] [stdout] 179 + .map(|_| AssociationHandle::new(address, self.clone())) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/master/handler.rs:214:22 [INFO] [stdout] | [INFO] [stdout] 214 | .map(|_| (AssociationHandle::new(address, self.clone()))) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 214 - .map(|_| (AssociationHandle::new(address, self.clone()))) [INFO] [stdout] 214 + .map(|_| AssociationHandle::new(address, self.clone())) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/app/attr.rs:1008:24 [INFO] [stdout] | [INFO] [stdout] 1008 | pub(crate) fn view(&self) -> AttrValue { [INFO] [stdout] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1008 | pub(crate) fn view(&self) -> AttrValue<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/app/attr.rs:1338:24 [INFO] [stdout] | [INFO] [stdout] 1338 | pub(crate) fn view(&self) -> Attribute { [INFO] [stdout] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1338 | pub(crate) fn view(&self) -> Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/app/parse/parser.rs:374:25 [INFO] [stdout] | [INFO] [stdout] 374 | pub(crate) fn count(&self) -> Option<&CountVariation> { [INFO] [stdout] | ^^^^^ --------------- [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 374 | pub(crate) fn count(&self) -> Option<&CountVariation<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/link/format.rs:42:35 [INFO] [stdout] | [INFO] [stdout] 42 | pub(crate) fn to_link_display(&self, level: LinkDecodeLevel) -> LinkDisplay { [INFO] [stdout] | ^^^^^ the lifetime is elided here ----------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 42 | pub(crate) fn to_link_display(&self, level: LinkDecodeLevel) -> LinkDisplay<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/outstation/database/details/event/list.rs:124:24 [INFO] [stdout] | [INFO] [stdout] 124 | pub(crate) fn iter(&self) -> ListIterator { [INFO] [stdout] | ^^^^^ --------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 124 | pub(crate) fn iter(&self) -> ListIterator<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/transport/real/assembler.rs:49:24 [INFO] [stdout] | [INFO] [stdout] 49 | pub(crate) fn peek(&self) -> Option { [INFO] [stdout] | ^^^^^ -------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 49 | pub(crate) fn peek(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/transport/real/assembler.rs:62:23 [INFO] [stdout] | [INFO] [stdout] 62 | pub(crate) fn pop(&mut self) -> Option { [INFO] [stdout] | ^^^^^^^^^ -------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 62 | pub(crate) fn pop(&mut self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/transport/real/reader.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | pub(crate) fn pop(&mut self) -> Option { [INFO] [stdout] | ^^^^^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 65 | pub(crate) fn pop(&mut self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/transport/real/reader.rs:73:24 [INFO] [stdout] | [INFO] [stdout] 73 | pub(crate) fn peek(&self) -> Option { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 73 | pub(crate) fn peek(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/transport/reader.rs:42:23 [INFO] [stdout] | [INFO] [stdout] 42 | pub(crate) fn get(&mut self) -> Option { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 42 | pub(crate) fn get(&mut self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/transport/reader.rs:119:32 [INFO] [stdout] | [INFO] [stdout] 119 | pub(crate) fn pop_response(&mut self) -> Option { [INFO] [stdout] | ^^^^^^^^^ ----------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 119 | pub(crate) fn pop_response(&mut self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/transport/reader.rs:153:21 [INFO] [stdout] | [INFO] [stdout] 153 | fn peek_request(&mut self) -> Option { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 153 | fn peek_request(&mut self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/transport/reader.rs:171:9 [INFO] [stdout] | [INFO] [stdout] 171 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 172 | peek: bool, [INFO] [stdout] 173 | ) -> Option> { [INFO] [stdout] | ------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 173 | ) -> Option, (HeaderParseError, FragmentAddr)>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/util/buffer.rs:14:32 [INFO] [stdout] | [INFO] [stdout] 14 | pub(crate) fn write_cursor(&mut self) -> WriteCursor { [INFO] [stdout] | ^^^^^^^^^ ----------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 14 | pub(crate) fn write_cursor(&mut self) -> WriteCursor<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s [INFO] running `Command { std: "docker" "inspect" "5b3d5aa92b1c3db0b43c7cf728823d954be980f151767329375393026f873e0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b3d5aa92b1c3db0b43c7cf728823d954be980f151767329375393026f873e0c", kill_on_drop: false }` [INFO] [stdout] 5b3d5aa92b1c3db0b43c7cf728823d954be980f151767329375393026f873e0c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 28846f5acd57a69e5450a8e34233f16abdf7a202901630ebeb05725bd973b2c4 [INFO] running `Command { std: "docker" "start" "-a" "28846f5acd57a69e5450a8e34233f16abdf7a202901630ebeb05725bd973b2c4", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Compiling anstream v0.6.14 [INFO] [stderr] Compiling clap_lex v0.7.1 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling pkcs8 v0.10.2 [INFO] [stderr] Compiling clap_builder v4.5.7 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling tokio v1.38.0 [INFO] [stderr] Compiling mio-serial v5.0.5 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling clap_derive v4.5.5 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling rustls-webpki v0.102.4 [INFO] [stderr] Compiling assert_matches v1.5.0 [INFO] [stderr] Compiling rustls v0.23.10 [INFO] [stderr] Compiling clap v4.5.7 [INFO] [stderr] Compiling serde_json v1.0.117 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling tokio-serial v5.4.3 [INFO] [stderr] Compiling tokio-util v0.7.11 [INFO] [stderr] Compiling sfio-tokio-mock-io v0.2.0 [INFO] [stderr] Compiling tokio-stream v0.1.15 [INFO] [stderr] Compiling sfio-rustls-config v0.3.2 [INFO] [stderr] Compiling tokio-rustls v0.26.0 [INFO] [stderr] Compiling dnp3 v1.6.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/master/handler.rs:179:22 [INFO] [stdout] | [INFO] [stdout] 179 | .map(|_| (AssociationHandle::new(address, self.clone()))) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `-D unused-parens` implied by `-D unused` [INFO] [stdout] = help: to override `-D unused` add `#[allow(unused_parens)]` [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 179 - .map(|_| (AssociationHandle::new(address, self.clone()))) [INFO] [stdout] 179 + .map(|_| AssociationHandle::new(address, self.clone())) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/master/handler.rs:214:22 [INFO] [stdout] | [INFO] [stdout] 214 | .map(|_| (AssociationHandle::new(address, self.clone()))) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 214 - .map(|_| (AssociationHandle::new(address, self.clone()))) [INFO] [stdout] 214 + .map(|_| AssociationHandle::new(address, self.clone())) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/master/handler.rs:179:22 [INFO] [stdout] | [INFO] [stdout] 179 | .map(|_| (AssociationHandle::new(address, self.clone()))) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `-D unused-parens` implied by `-D unused` [INFO] [stdout] = help: to override `-D unused` add `#[allow(unused_parens)]` [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 179 - .map(|_| (AssociationHandle::new(address, self.clone()))) [INFO] [stdout] 179 + .map(|_| AssociationHandle::new(address, self.clone())) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/master/handler.rs:214:22 [INFO] [stdout] | [INFO] [stdout] 214 | .map(|_| (AssociationHandle::new(address, self.clone()))) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 214 - .map(|_| (AssociationHandle::new(address, self.clone()))) [INFO] [stdout] 214 + .map(|_| AssociationHandle::new(address, self.clone())) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/app/attr.rs:1008:24 [INFO] [stdout] | [INFO] [stdout] 1008 | pub(crate) fn view(&self) -> AttrValue { [INFO] [stdout] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1008 | pub(crate) fn view(&self) -> AttrValue<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/app/attr.rs:1338:24 [INFO] [stdout] | [INFO] [stdout] 1338 | pub(crate) fn view(&self) -> Attribute { [INFO] [stdout] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1338 | pub(crate) fn view(&self) -> Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/app/parse/parser.rs:374:25 [INFO] [stdout] | [INFO] [stdout] 374 | pub(crate) fn count(&self) -> Option<&CountVariation> { [INFO] [stdout] | ^^^^^ --------------- [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 374 | pub(crate) fn count(&self) -> Option<&CountVariation<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/link/format.rs:42:35 [INFO] [stdout] | [INFO] [stdout] 42 | pub(crate) fn to_link_display(&self, level: LinkDecodeLevel) -> LinkDisplay { [INFO] [stdout] | ^^^^^ the lifetime is elided here ----------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 42 | pub(crate) fn to_link_display(&self, level: LinkDecodeLevel) -> LinkDisplay<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/outstation/database/details/event/list.rs:124:24 [INFO] [stdout] | [INFO] [stdout] 124 | pub(crate) fn iter(&self) -> ListIterator { [INFO] [stdout] | ^^^^^ --------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 124 | pub(crate) fn iter(&self) -> ListIterator<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/transport/real/assembler.rs:49:24 [INFO] [stdout] | [INFO] [stdout] 49 | pub(crate) fn peek(&self) -> Option { [INFO] [stdout] | ^^^^^ -------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 49 | pub(crate) fn peek(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/transport/real/assembler.rs:62:23 [INFO] [stdout] | [INFO] [stdout] 62 | pub(crate) fn pop(&mut self) -> Option { [INFO] [stdout] | ^^^^^^^^^ -------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 62 | pub(crate) fn pop(&mut self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/transport/real/reader.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | pub(crate) fn pop(&mut self) -> Option { [INFO] [stdout] | ^^^^^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 65 | pub(crate) fn pop(&mut self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/transport/real/reader.rs:73:24 [INFO] [stdout] | [INFO] [stdout] 73 | pub(crate) fn peek(&self) -> Option { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 73 | pub(crate) fn peek(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/transport/reader.rs:42:23 [INFO] [stdout] | [INFO] [stdout] 42 | pub(crate) fn get(&mut self) -> Option { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 42 | pub(crate) fn get(&mut self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/transport/reader.rs:119:32 [INFO] [stdout] | [INFO] [stdout] 119 | pub(crate) fn pop_response(&mut self) -> Option { [INFO] [stdout] | ^^^^^^^^^ ----------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 119 | pub(crate) fn pop_response(&mut self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/transport/reader.rs:153:21 [INFO] [stdout] | [INFO] [stdout] 153 | fn peek_request(&mut self) -> Option { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 153 | fn peek_request(&mut self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/transport/reader.rs:171:9 [INFO] [stdout] | [INFO] [stdout] 171 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 172 | peek: bool, [INFO] [stdout] 173 | ) -> Option> { [INFO] [stdout] | ------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 173 | ) -> Option, (HeaderParseError, FragmentAddr)>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/util/buffer.rs:14:32 [INFO] [stdout] | [INFO] [stdout] 14 | pub(crate) fn write_cursor(&mut self) -> WriteCursor { [INFO] [stdout] | ^^^^^^^^^ ----------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 14 | pub(crate) fn write_cursor(&mut self) -> WriteCursor<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/app/attr.rs:1008:24 [INFO] [stdout] | [INFO] [stdout] 1008 | pub(crate) fn view(&self) -> AttrValue { [INFO] [stdout] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1008 | pub(crate) fn view(&self) -> AttrValue<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/app/attr.rs:1338:24 [INFO] [stdout] | [INFO] [stdout] 1338 | pub(crate) fn view(&self) -> Attribute { [INFO] [stdout] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1338 | pub(crate) fn view(&self) -> Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/app/parse/parser.rs:374:25 [INFO] [stdout] | [INFO] [stdout] 374 | pub(crate) fn count(&self) -> Option<&CountVariation> { [INFO] [stdout] | ^^^^^ --------------- [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 374 | pub(crate) fn count(&self) -> Option<&CountVariation<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/link/format.rs:42:35 [INFO] [stdout] | [INFO] [stdout] 42 | pub(crate) fn to_link_display(&self, level: LinkDecodeLevel) -> LinkDisplay { [INFO] [stdout] | ^^^^^ the lifetime is elided here ----------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 42 | pub(crate) fn to_link_display(&self, level: LinkDecodeLevel) -> LinkDisplay<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/outstation/database/details/event/list.rs:124:24 [INFO] [stdout] | [INFO] [stdout] 124 | pub(crate) fn iter(&self) -> ListIterator { [INFO] [stdout] | ^^^^^ --------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 124 | pub(crate) fn iter(&self) -> ListIterator<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/transport/mock/reader.rs:57:24 [INFO] [stdout] | [INFO] [stdout] 57 | pub(crate) fn peek(&self) -> Option { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 57 | pub(crate) fn peek(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/transport/mock/reader.rs:61:23 [INFO] [stdout] | [INFO] [stdout] 61 | pub(crate) fn pop(&mut self) -> Option { [INFO] [stdout] | ^^^^^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 61 | pub(crate) fn pop(&mut self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/transport/mock/reader.rs:67:12 [INFO] [stdout] | [INFO] [stdout] 67 | fn get(&self, count: usize) -> Option { [INFO] [stdout] | ^^^^^ -------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 67 | fn get(&self, count: usize) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/transport/reader.rs:42:23 [INFO] [stdout] | [INFO] [stdout] 42 | pub(crate) fn get(&mut self) -> Option { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 42 | pub(crate) fn get(&mut self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/transport/reader.rs:119:32 [INFO] [stdout] | [INFO] [stdout] 119 | pub(crate) fn pop_response(&mut self) -> Option { [INFO] [stdout] | ^^^^^^^^^ ----------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 119 | pub(crate) fn pop_response(&mut self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/transport/reader.rs:153:21 [INFO] [stdout] | [INFO] [stdout] 153 | fn peek_request(&mut self) -> Option { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 153 | fn peek_request(&mut self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/transport/reader.rs:171:9 [INFO] [stdout] | [INFO] [stdout] 171 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 172 | peek: bool, [INFO] [stdout] 173 | ) -> Option> { [INFO] [stdout] | ------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 173 | ) -> Option, (HeaderParseError, FragmentAddr)>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/util/buffer.rs:14:32 [INFO] [stdout] | [INFO] [stdout] 14 | pub(crate) fn write_cursor(&mut self) -> WriteCursor { [INFO] [stdout] | ^^^^^^^^^ ----------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 14 | pub(crate) fn write_cursor(&mut self) -> WriteCursor<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 24s [INFO] running `Command { std: "docker" "inspect" "28846f5acd57a69e5450a8e34233f16abdf7a202901630ebeb05725bd973b2c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28846f5acd57a69e5450a8e34233f16abdf7a202901630ebeb05725bd973b2c4", kill_on_drop: false }` [INFO] [stdout] 28846f5acd57a69e5450a8e34233f16abdf7a202901630ebeb05725bd973b2c4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] fcc4ad4d6d662bc95d0d13c950317c48d1abdbade64f7500834f1688383b3038 [INFO] running `Command { std: "docker" "start" "-a" "fcc4ad4d6d662bc95d0d13c950317c48d1abdbade64f7500834f1688383b3038", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/master/handler.rs:179:22 [INFO] [stderr] | [INFO] [stderr] 179 | .map(|_| (AssociationHandle::new(address, self.clone()))) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `-D unused-parens` implied by `-D unused` [INFO] [stderr] = help: to override `-D unused` add `#[allow(unused_parens)]` [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 179 - .map(|_| (AssociationHandle::new(address, self.clone()))) [INFO] [stderr] 179 + .map(|_| AssociationHandle::new(address, self.clone())) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/master/handler.rs:214:22 [INFO] [stderr] | [INFO] [stderr] 214 | .map(|_| (AssociationHandle::new(address, self.clone()))) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 214 - .map(|_| (AssociationHandle::new(address, self.clone()))) [INFO] [stderr] 214 + .map(|_| AssociationHandle::new(address, self.clone())) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/app/attr.rs:1008:24 [INFO] [stderr] | [INFO] [stderr] 1008 | pub(crate) fn view(&self) -> AttrValue { [INFO] [stderr] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1008 | pub(crate) fn view(&self) -> AttrValue<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/app/attr.rs:1338:24 [INFO] [stderr] | [INFO] [stderr] 1338 | pub(crate) fn view(&self) -> Attribute { [INFO] [stderr] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1338 | pub(crate) fn view(&self) -> Attribute<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/app/parse/parser.rs:374:25 [INFO] [stderr] | [INFO] [stderr] 374 | pub(crate) fn count(&self) -> Option<&CountVariation> { [INFO] [stderr] | ^^^^^ --------------- [INFO] [stderr] | | || [INFO] [stderr] | | |the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 374 | pub(crate) fn count(&self) -> Option<&CountVariation<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/link/format.rs:42:35 [INFO] [stderr] | [INFO] [stderr] 42 | pub(crate) fn to_link_display(&self, level: LinkDecodeLevel) -> LinkDisplay { [INFO] [stderr] | ^^^^^ the lifetime is elided here ----------- the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 42 | pub(crate) fn to_link_display(&self, level: LinkDecodeLevel) -> LinkDisplay<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/outstation/database/details/event/list.rs:124:24 [INFO] [stderr] | [INFO] [stderr] 124 | pub(crate) fn iter(&self) -> ListIterator { [INFO] [stderr] | ^^^^^ --------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 124 | pub(crate) fn iter(&self) -> ListIterator<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/transport/real/assembler.rs:49:24 [INFO] [stderr] | [INFO] [stderr] 49 | pub(crate) fn peek(&self) -> Option { [INFO] [stderr] | ^^^^^ -------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 49 | pub(crate) fn peek(&self) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/transport/real/assembler.rs:62:23 [INFO] [stderr] | [INFO] [stderr] 62 | pub(crate) fn pop(&mut self) -> Option { [INFO] [stderr] | ^^^^^^^^^ -------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 62 | pub(crate) fn pop(&mut self) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/transport/real/reader.rs:65:23 [INFO] [stderr] | [INFO] [stderr] 65 | pub(crate) fn pop(&mut self) -> Option { [INFO] [stderr] | ^^^^^^^^^ ------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 65 | pub(crate) fn pop(&mut self) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/transport/real/reader.rs:73:24 [INFO] [stderr] | [INFO] [stderr] 73 | pub(crate) fn peek(&self) -> Option { [INFO] [stderr] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 73 | pub(crate) fn peek(&self) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/transport/reader.rs:42:23 [INFO] [stderr] | [INFO] [stderr] 42 | pub(crate) fn get(&mut self) -> Option { [INFO] [stderr] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 42 | pub(crate) fn get(&mut self) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/transport/reader.rs:119:32 [INFO] [stderr] | [INFO] [stderr] 119 | pub(crate) fn pop_response(&mut self) -> Option { [INFO] [stderr] | ^^^^^^^^^ ----------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 119 | pub(crate) fn pop_response(&mut self) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/transport/reader.rs:153:21 [INFO] [stderr] | [INFO] [stderr] 153 | fn peek_request(&mut self) -> Option { [INFO] [stderr] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 153 | fn peek_request(&mut self) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/transport/reader.rs:171:9 [INFO] [stderr] | [INFO] [stderr] 171 | &mut self, [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 172 | peek: bool, [INFO] [stderr] 173 | ) -> Option> { [INFO] [stderr] | ------------------- the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 173 | ) -> Option, (HeaderParseError, FragmentAddr)>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/util/buffer.rs:14:32 [INFO] [stderr] | [INFO] [stderr] 14 | pub(crate) fn write_cursor(&mut self) -> WriteCursor { [INFO] [stderr] | ^^^^^^^^^ ----------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 14 | pub(crate) fn write_cursor(&mut self) -> WriteCursor<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `dnp3` (lib) generated 16 warnings (run `cargo fix --lib -p dnp3` to apply 2 suggestions) [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/transport/mock/reader.rs:57:24 [INFO] [stderr] | [INFO] [stderr] 57 | pub(crate) fn peek(&self) -> Option { [INFO] [stderr] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 57 | pub(crate) fn peek(&self) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/transport/mock/reader.rs:61:23 [INFO] [stderr] | [INFO] [stderr] 61 | pub(crate) fn pop(&mut self) -> Option { [INFO] [stderr] | ^^^^^^^^^ ------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 61 | pub(crate) fn pop(&mut self) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/transport/mock/reader.rs:67:12 [INFO] [stderr] | [INFO] [stderr] 67 | fn get(&self, count: usize) -> Option { [INFO] [stderr] | ^^^^^ -------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 67 | fn get(&self, count: usize) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `dnp3` (lib test) generated 15 warnings (12 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dnp3-0be457506aec0f23) [INFO] [stdout] [INFO] [stdout] running 237 tests [INFO] [stdout] test app::attr::test::parses_f32 ... ok [INFO] [stdout] test app::attr::test::parses_attr_list ... ok [INFO] [stdout] test app::attr::test::parses_f64 ... ok [INFO] [stdout] test app::attr::test::parses_four_byte_unsigned_int ... ok [INFO] [stdout] test app::attr::test::parses_one_byte_unsigned_int ... ok [INFO] [stdout] test app::attr::test::parses_visible_string ... ok [INFO] [stdout] test app::attr::test::rejects_bad_float_length ... ok [INFO] [stdout] test app::file::g70v2::test::writes_valid_object ... ok [INFO] [stdout] test app::attr::test::rejects_three_byte_unsigned_int ... ok [INFO] [stdout] test app::file::g70v2::test::parses_valid_object ... ok [INFO] [stdout] test app::file::g70v3::test::writes_valid_object ... ok [INFO] [stdout] test app::file::g70v4::test::parses_valid_object ... ok [INFO] [stdout] test app::control_types::test::correctly_converts_control_code_to_and_from_u8 ... ok [INFO] [stdout] test app::file::g70v3::test::parses_valid_object ... ok [INFO] [stdout] test app::file::g70v5::test::writes_valid_object ... ok [INFO] [stdout] test app::file::g70v6::test::writes_valid_object ... ok [INFO] [stdout] test app::file::g70v7::test::parses_valid_object ... ok [INFO] [stdout] test app::file::g70v5::test::parses_valid_object ... ok [INFO] [stdout] test app::file::g70v7::test::writes_valid_object ... ok [INFO] [stdout] test app::file::g70v8::test::parses_valid_object ... ok [INFO] [stdout] test app::file::g70v8::test::writes_valid_object ... ok [INFO] [stdout] test app::file::permissions::test::parses_permission_bytes ... ok [INFO] [stdout] test app::file::permissions::test::writes_permission_bytes ... ok [INFO] [stdout] test app::format::write::test::formats_integrity_poll ... ok [INFO] [stdout] test app::measurement::tests::flag_bit_or_works ... ok [INFO] [stdout] test app::measurement::tests::formats_binary_flags ... ok [INFO] [stdout] test app::measurement::tests::flag_bit_or_assign_works ... ok [INFO] [stdout] test app::measurement::tests::formats_double_flags ... ok [INFO] [stdout] test app::format::write::test::writes_free_format ... ok [INFO] [stdout] test app::file::g70v4::test::writes_valid_object ... ok [INFO] [stdout] test app::measurement::tests::new_octet_string_greater_size ... ok [INFO] [stdout] test app::parse::bit::tests::can_parse_bit_sequence_at_max_index ... ok [INFO] [stdout] test app::parse::bit::tests::can_parse_double_bit_sequence_at_max_index ... ok [INFO] [stdout] test app::parse::bit::tests::can_parse_single_byte_of_double_bit ... ok [INFO] [stdout] test app::parse::bit::tests::correctly_calculates_bytes_for_bits ... ok [INFO] [stdout] test app::parse::bytes::test::bytes_formats_as_expected ... ok [INFO] [stdout] test app::parse::bit::tests::correctly_calculates_bytes_for_double_bits ... ok [INFO] [stdout] test app::parse::parser::test::confirms_may_or_may_not_have_uns_set ... ok [INFO] [stdout] test app::parse::parser::test::fails_bad_request_function_with_uns_bit ... ok [INFO] [stdout] test app::parse::parser::test::fails_solicited_response_with_uns_bit ... ok [INFO] [stdout] test app::parse::parser::test::catches_insufficient_data_for_header ... ok [INFO] [stdout] test app::parse::parser::test::g110_variations_other_than_0_cannot_be_used_in_read ... ok [INFO] [stdout] test app::parse::parser::test::g110v0_cannot_be_used_in_non_read ... ok [INFO] [stdout] test app::parse::parser::test::fails_unsolicited_response_without_uns_bit ... ok [INFO] [stdout] test app::measurement::tests::new_octet_string_zero_length ... ok [INFO] [stdout] test app::parse::parser::test::parses_count_of_time ... ok [INFO] [stdout] test app::measurement::tests::octet_string_default_value ... ok [INFO] [stdout] test app::measurement::tests::octet_string_methods ... ok [INFO] [stdout] test app::parse::parser::test::parses_free_format ... ok [INFO] [stdout] test app::parse::parser::test::parses_group110var0_as_read ... ok [INFO] [stdout] test app::parse::parser::test::parses_group110var1_as_non_read ... ok [INFO] [stdout] test app::parse::parser::test::parses_group111var1_as_non_read ... ok [INFO] [stdout] test app::parse::parser::test::parses_g34_var1_with_count_and_prefix ... ok [INFO] [stdout] test app::parse::parser::test::parses_integrity_scan ... ok [INFO] [stdout] test app::parse::parser::test::parses_range_of_g1v2_as_non_read ... ok [INFO] [stdout] test app::parse::parser::test::parses_range_of_g1v2_as_read ... ok [INFO] [stdout] test app::parse::parser::test::parses_range_of_g3v1 ... ok [INFO] [stdout] test app::parse::parser::test::parses_range_of_g80v1 ... ok [INFO] [stdout] test app::parse::parser::test::parses_specific_attribute_in_read_request ... ok [INFO] [stdout] test app::parse::parser::test::parses_valid_request ... ok [INFO] [stdout] test app::parse::parser::test::parses_specific_attribute_in_range ... ok [INFO] [stdout] test app::parse::parser::test::parses_valid_unsolicited_response ... ok [INFO] [stdout] test app::parse::parser::test::range_parsing_fails_for_specific_attribute_with_count_equal_two ... ok [INFO] [stdout] test app::sequence::test::increments_and_wraps_as_expected ... ok [INFO] [stdout] test app::types::test::timestamp_display_formatting_works_as_expected ... ok [INFO] [stdout] test link::crc::test::crc_works ... ok [INFO] [stdout] test link::format::test::formats_ack ... ok [INFO] [stdout] test app::types::test::conversion_from_timestamp_to_datetime_utc_cannot_overflow ... ok [INFO] [stdout] test link::crc::test::has_correct_constant_crc ... ok [INFO] [stdout] test link::format::test::formats_unconfirmed_user_data ... ok [INFO] [stdout] test link::parser::test::can_consume_leading_garbage_in_discard_mode ... ok [INFO] [stdout] test link::parser::test::can_parse_multiple_different_frames_sequentially ... ok [INFO] [stdout] test link::parser::test::catches_bad_crc_in_body ... ok [INFO] [stdout] test link::parser::test::catches_bad_start1 ... ok [INFO] [stdout] test link::parser::test::catches_bad_length ... ok [INFO] [stdout] test link::parser::test::catches_bad_start2 ... ok [INFO] [stdout] test link::parser::test::header_parse_catches_bad_crc ... ok [INFO] [stdout] test master::extract::test::can_calculate_maximum_timestamp ... ok [INFO] [stdout] test master::extract::test::cto_overflow_of_u48_yields_invalid_time ... ok [INFO] [stdout] test master::extract::test::g2v3_with_synchronized_cto_yields_synchronized_time ... ok [INFO] [stdout] test master::extract::test::g2v3_with_unsynchronized_cto_yields_unsynchronized_time ... ok [INFO] [stdout] test master::extract::test::g2v3_without_cto_yields_invalid_time ... ok [INFO] [stdout] test master::extract::test::handles_analog_input_dead_band ... ok [INFO] [stdout] test master::extract::test::handles_frozen_analog_event ... ok [INFO] [stdout] test master::extract::test::handles_g102v1 ... ok [INFO] [stdout] test master::extract::test::handles_device_attrs ... ok [INFO] [stdout] test master::extract::test::handles_g43_object ... ok [INFO] [stdout] test master::extract::test::handles_g13v1_and_g13v2 ... ok [INFO] [stdout] test master::extract::test::handles_static_frozen_analog ... ok [INFO] [stdout] test master::tasks::time::tests::lan::error_response ... ok [INFO] [stdout] test master::tasks::time::tests::lan::iin_bit_not_reset ... ok [INFO] [stdout] test master::tasks::time::tests::lan::no_system_time_available ... ok [INFO] [stdout] test app::attr::test::parses_two_byte_unsigned_int ... ok [INFO] [stdout] test master::tasks::time::tests::lan::non_empty_record_current_time_response ... ok [INFO] [stdout] test master::tasks::time::tests::lan::non_empty_write_response ... ok [INFO] [stdout] test master::tasks::time::tests::non_lan::delay_reported_by_outstation_greater_than_actual_delay ... ok [INFO] [stdout] test master::tasks::time::tests::non_lan::empty_measure_delay_response ... ok [INFO] [stdout] test master::tasks::time::tests::non_lan::error_response ... ok [INFO] [stdout] test app::parse::parser::test::parses_analog_output ... ok [INFO] [stdout] test app::parse::parser::test::parses_count_of_g50v2 ... ok [INFO] [stdout] test master::tasks::time::tests::lan::success ... ok [INFO] [stdout] test master::tasks::time::tests::non_lan::no_system_time_at_start ... ok [INFO] [stdout] test master::tasks::time::tests::non_lan::iin_bit_not_reset ... ok [INFO] [stdout] test master::tasks::time::tests::non_lan::no_system_time_at_delay ... ok [INFO] [stdout] test master::tasks::time::tests::non_lan::non_empty_write_response ... ok [INFO] [stdout] test master::tasks::time::tests::non_lan::success ... ok [INFO] [stdout] test master::tests::auto_tasks::auto_event_class_ignore_one_class_scan ... ok [INFO] [stdout] test master::tasks::time::tests::non_lan::with_16bit_count ... ok [INFO] [stdout] test master::tests::auto_tasks::auto_integrity_scan_on_buffer_overflow_disabled ... ok [INFO] [stdout] test master::tests::auto_tasks::auto_event_class_scan ... ok [INFO] [stdout] test master::tests::auto_tasks::auto_integrity_scan_on_buffer_overflow ... ok [INFO] [stdout] test master::tests::file::close_file::can_close_file ... ok [INFO] [stdout] test master::tests::auto_tasks::auto_event_class_scan_disabled ... ok [INFO] [stdout] test master::tests::file::open_file::fails_if_status_not_success ... ok [INFO] [stdout] test master::tests::file::open_file::can_open_file ... ok [INFO] [stdout] test app::file::g70v6::test::parses_valid_object ... ok [INFO] [stdout] test master::tests::file::read_file::aborts_when_no_object_header ... ok [INFO] [stdout] test master::tests::file::read_file::closes_file_on_completion ... ok [INFO] [stdout] test master::tests::startup::detect_restart_in_read_response ... ok [INFO] [stdout] test master::tests::startup::clear_restart_iin_is_higher_priority ... ok [INFO] [stdout] test master::tests::startup::ignore_duplicate_unsolicited_response ... ok [INFO] [stdout] test master::tests::startup::master_startup_procedure_skips_disable_unsol_if_none ... ok [INFO] [stdout] test outstation::database::details::attrs::map::test::cannot_define_attributes_with_wrong_types_in_default_set ... ok [INFO] [stdout] test outstation::database::details::attrs::map::test::cannot_define_non_writable_attribute_as_writable ... ok [INFO] [stdout] test outstation::database::details::attrs::map::test::cannot_write_attribute_defined_with_different_type ... ok [INFO] [stdout] test master::tests::startup::ignore_unsolicited_response_with_data_before_first_integrity_poll ... ok [INFO] [stdout] test master::tests::startup::outstation_restart_procedure ... ok [INFO] [stdout] test master::tests::startup::master_startup_procedure_skips_integrity_poll_if_none ... ok [INFO] [stdout] test outstation::database::details::event::buffer::tests::can_select_events_by_class_and_write_some ... ok [INFO] [stdout] test master::tests::startup::master_startup_retry_procedure ... ok [INFO] [stdout] test master::tests::startup::master_startup_procedure ... ok [INFO] [stdout] test outstation::database::details::event::buffer::tests::can_select_events_by_type ... ok [INFO] [stdout] test master::tests::startup::master_calls_task_fail_when_auto_tasks_returns_iin2_errors ... ok [INFO] [stdout] test outstation::database::details::event::buffer::tests::cannot_insert_if_max_for_type_is_zero ... ok [INFO] [stdout] test outstation::database::details::event::buffer::tests::overflows_when_max_for_type_is_exceeded ... ok [INFO] [stdout] test outstation::database::details::event::list::tests::can_add_after_remove ... ok [INFO] [stdout] test outstation::database::details::attrs::map::test::can_iterate_over_defined_attributes ... ok [INFO] [stdout] test outstation::database::details::event::list::tests::can_iterate_over_values ... ok [INFO] [stdout] test outstation::database::details::event::list::tests::can_remove_first_entry_matching_predicate ... ok [INFO] [stdout] test outstation::database::details::event::list::tests::cannot_add_entries_past_capacity ... ok [INFO] [stdout] test outstation::database::details::event::list::tests::can_remove_with_bad_version ... ok [INFO] [stdout] test outstation::database::details::event::writer::tests::can_write_g2v1_x2 ... ok [INFO] [stdout] test outstation::database::details::event::writer::tests::rolls_back_cursor_when_out_of_space ... ok [INFO] [stdout] test outstation::database::details::range::static_db::tests::can_write_integrity ... ok [INFO] [stdout] test outstation::database::details::range::static_db::tests::can_write_multiple_cycles ... ok [INFO] [stdout] test outstation::database::details::event::writer::tests::switches_cto_headers_when_time_difference_too_big_to_encode ... ok [INFO] [stdout] test outstation::database::details::event::writer::tests::can_write_multiple_g2v3 ... ok [INFO] [stdout] test outstation::database::details::event::writer::tests::can_write_g2v1_then_g32v1 ... ok [INFO] [stdout] test outstation::database::details::range::static_db::tests::promotes_g1v1_to_g1v2_if_flags_other_than_just_online ... ok [INFO] [stdout] test outstation::database::details::range::writer::tests::can_write_three_bytes_of_g3v1 ... ok [INFO] [stdout] test outstation::database::details::range::writer::tests::can_write_two_bytes_of_g1v1 ... ok [INFO] [stdout] test outstation::database::details::event::writer::tests::switches_cto_headers_when_time_type_difference ... ok [INFO] [stdout] test outstation::database::details::range::writer::tests::can_write_two_bytes_of_g3v1 ... ok [INFO] [stdout] test outstation::database::details::range::writer::tests::switches_headers_with_non_consecutive_indices ... ok [INFO] [stdout] test outstation::database::test::returns_created_if_event_detected ... ok [INFO] [stdout] test outstation::database::test::returns_no_event_if_buffer_space_zero ... ok [INFO] [stdout] test outstation::database::details::range::writer::tests::switches_headers_with_same_index ... ok [INFO] [stdout] test outstation::database::test::returns_no_point_if_point_not_added ... ok [INFO] [stdout] test outstation::database::test::returns_overflow_no_event_if_no_change ... ok [INFO] [stdout] test outstation::database::test::returns_overflow_when_event_discarded ... ok [INFO] [stdout] test outstation::tests::addressing::ignores_message_sent_from_master_different_than_configured_by_default ... ok [INFO] [stdout] test outstation::tests::controls::accept_two_identical_selects_before_operate ... ok [INFO] [stdout] test outstation::tests::controls::performs_direct_operate ... ok [INFO] [stdout] test outstation::tests::addressing::answers_message_sent_from_master_different_than_configured_when_enabled ... ok [INFO] [stdout] test outstation::tests::controls::performs_direct_operate_no_ack_via_broadcast ... ok [INFO] [stdout] test outstation::tests::controls::broadcast_support_can_be_disabled ... ok [INFO] [stdout] test outstation::tests::controls::performs_select_before_operate ... ok [INFO] [stdout] test outstation::tests::freeze::freeze_and_clear_all_counters ... ok [INFO] [stdout] test outstation::tests::controls::rejects_operate_with_non_consecutive_sequence ... ok [INFO] [stdout] test outstation::tests::controls::performs_direct_operate_no_ack ... ok [INFO] [stdout] test outstation::tests::controls::rejects_operate_with_non_matching_headers ... ok [INFO] [stdout] test outstation::tests::freeze::freeze_and_clear_range_of_counters ... ok [INFO] [stdout] test outstation::tests::freeze::freeze_at_time ... ok [INFO] [stdout] test outstation::tests::freeze::freeze_invalid_object ... ok [INFO] [stdout] test outstation::tests::freeze::freeze_at_time_no_ack ... ok [INFO] [stdout] test outstation::tests::freeze::freeze_and_clear_no_response_all_counters ... ok [INFO] [stdout] test outstation::tests::controls::select_can_time_out ... ok [INFO] [stdout] test outstation::tests::freeze::freeze_at_time_without_g50v1 ... ok [INFO] [stdout] test outstation::tests::freeze::freeze_and_clear_no_response_range_of_counters ... ok [INFO] [stdout] test outstation::tests::freeze::immediate_freeze_range_of_counters ... ok [INFO] [stdout] test outstation::tests::freeze::immediate_freeze_all_counters ... ok [INFO] [stdout] test outstation::tests::freeze::immediate_freeze_no_response_all_counters ... ok [INFO] [stdout] test outstation::tests::freeze::immediate_freeze_no_response_range_of_counters ... ok [INFO] [stdout] test outstation::tests::iin::object_unknown ... ok [INFO] [stdout] test outstation::tests::iin::function_code_not_supported ... ok [INFO] [stdout] test outstation::tests::octet_strings::events_with_same_length_are_encoded_in_the_same_header ... ok [INFO] [stdout] test outstation::tests::iin::buffer_overflow ... ok [INFO] [stdout] test outstation::tests::iin::incomplete_request ... ok [INFO] [stdout] test outstation::tests::octet_strings::objects_of_different_lengths_are_encoded_in_individual_headers ... ok [INFO] [stdout] test outstation::tests::octet_strings::events_with_different_lengths_use_different_headers ... ok [INFO] [stdout] test outstation::tests::iin::function_code_does_not_exist ... ok [INFO] [stdout] test outstation::tests::octet_strings::objects_of_same_length_are_encoded_in_a_single_header ... ok [INFO] [stdout] test outstation::tests::read_dead_band::read_g34_v1_by_range ... ok [INFO] [stdout] test outstation::tests::read_dead_band::read_g34_v1_no_objects ... ok [INFO] [stdout] test outstation::tests::read_dead_band::read_g34_v3 ... ok [INFO] [stdout] test outstation::tests::read_dead_band::read_g34_v1 ... ok [INFO] [stdout] test outstation::tests::read_states::can_read_and_confirm_events ... ok [INFO] [stdout] test outstation::tests::read_dead_band::read_g34_v2 ... ok [INFO] [stdout] test outstation::tests::read_dead_band::read_g34_v1_overflow ... ok [INFO] [stdout] test outstation::tests::read_dead_band::read_g34_v2_overflow ... ok [INFO] [stdout] test outstation::tests::read_states::can_read_one_byte_range_for_default_variation ... ok [INFO] [stdout] test outstation::tests::read_states::confirm_can_time_out ... ok [INFO] [stdout] test outstation::tests::read_states::can_read_two_byte_range_for_default_variation ... ok [INFO] [stdout] test outstation::tests::read_states::can_read_one_byte_range_for_specific_variation ... ok [INFO] [stdout] test outstation::tests::read_dead_band::read_g34_v0 ... ok [INFO] [stdout] test outstation::tests::read_states::ignores_unsolicited_confirm_with_correct_seq ... ok [INFO] [stdout] test outstation::tests::restart::can_clear_the_restart_iin_bit ... ok [INFO] [stdout] test outstation::tests::restart::handles_cold_restart_when_supported_via_time_delay_fine ... ok [INFO] [stdout] test outstation::tests::restart::handles_cold_restart_when_not_supported ... ok [INFO] [stdout] test outstation::tests::read_states::empty_read_yields_empty_response ... ok [INFO] [stdout] test outstation::tests::restart::handles_cold_restart_when_supported_via_time_delay_coarse ... ok [INFO] [stdout] test outstation::tests::read_states::ignores_confirm_with_wrong_seq ... ok [INFO] [stdout] test outstation::tests::read_states::can_read_two_byte_range_for_specific_variation ... ok [INFO] [stdout] test outstation::tests::restart::handles_warm_restart_when_not_supported ... ok [INFO] [stdout] test outstation::tests::restart::handles_warm_restart_when_supported_via_time_delay_coarse ... ok [INFO] [stdout] test outstation::tests::time::lan_procedure ... ok [INFO] [stdout] test outstation::tests::restart::handles_warm_restart_when_supported_via_time_delay_fine ... ok [INFO] [stdout] test outstation::tests::time::responds_to_delay_measure ... ok [INFO] [stdout] test outstation::tests::unsolicited::buffer_overflow_issue ... ok [INFO] [stdout] test outstation::tests::time::non_lan_procedure ... ok [INFO] [stdout] test outstation::tests::unsolicited::data_unsolicited_can_be_confirmed ... ok [INFO] [stdout] test outstation::tests::unsolicited::defers_read_during_unsol_confirm_wait ... ok [INFO] [stdout] test outstation::tests::unsolicited::handles_non_read_during_unsolicited_confirm_wait ... ok [INFO] [stdout] test outstation::tests::unsolicited::handles_disable_unsolicited_during_unsolicited_confirm_wait ... ok [INFO] [stdout] test outstation::tests::unsolicited::null_unsolicited_always_retries ... ok [INFO] [stdout] test outstation::tests::unsolicited::defers_read_during_unsol_confirm_wait_timeout ... ok [INFO] [stdout] test outstation::tests::unsolicited::handles_invalid_request_during_unsolicited_confirm_wait ... ok [INFO] [stdout] test tcp::outstation::address_filter::test::parses_address_with_subnet_wildcard ... ok [INFO] [stdout] test tcp::outstation::address_filter::test::rejects_bad_input ... ok [INFO] [stdout] test tcp::outstation::address_filter::test::parses_all_wildcards ... ok [INFO] [stdout] test outstation::tests::unsolicited::unsolicited_can_timeout_and_not_retry ... ok [INFO] [stdout] test outstation::tests::unsolicited::unsolicited_can_timeout_series_wait_and_start_another_series ... ok [INFO] [stdout] test tcp::outstation::address_filter::test::wildcard_conflicts ... ok [INFO] [stdout] test outstation::tests::unsolicited::unsolicited_can_time_out_and_retry ... ok [INFO] [stdout] test outstation::tests::write_dead_band::write_g34_var1 ... ok [INFO] [stdout] test tcp::outstation::address_filter::test::wildcard_matching_works ... ok [INFO] [stdout] test outstation::tests::unsolicited::sends_unsolicited_from_one_update ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 237 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [INFO] [stdout] [INFO] [stderr] Doc-tests dnp3 [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/master/handler.rs:179:22 [INFO] [stderr] | [INFO] [stderr] 179 | .map(|_| (AssociationHandle::new(address, self.clone()))) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `-D unused-parens` implied by `-D unused` [INFO] [stderr] = help: to override `-D unused` add `#[allow(unused_parens)]` [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 179 - .map(|_| (AssociationHandle::new(address, self.clone()))) [INFO] [stderr] 179 + .map(|_| AssociationHandle::new(address, self.clone())) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/master/handler.rs:214:22 [INFO] [stderr] | [INFO] [stderr] 214 | .map(|_| (AssociationHandle::new(address, self.clone()))) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 214 - .map(|_| (AssociationHandle::new(address, self.clone()))) [INFO] [stderr] 214 + .map(|_| AssociationHandle::new(address, self.clone())) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "fcc4ad4d6d662bc95d0d13c950317c48d1abdbade64f7500834f1688383b3038", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fcc4ad4d6d662bc95d0d13c950317c48d1abdbade64f7500834f1688383b3038", kill_on_drop: false }` [INFO] [stdout] fcc4ad4d6d662bc95d0d13c950317c48d1abdbade64f7500834f1688383b3038