[INFO] fetching crate mqtt5 0.8.0... [INFO] checking mqtt5-0.8.0 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577 [INFO] extracting crate mqtt5 0.8.0 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate mqtt5 0.8.0 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate mqtt5 0.8.0 [INFO] tweaked toml for crates.io crate mqtt5 0.8.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate mqtt5 0.8.0 on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate mqtt5 0.8.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" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f23f453b0785a1c16f6095c546dad4b3451308d8a2a243df516e691d0393d826 [INFO] running `Command { std: "docker" "start" "-a" "f23f453b0785a1c16f6095c546dad4b3451308d8a2a243df516e691d0393d826", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f23f453b0785a1c16f6095c546dad4b3451308d8a2a243df516e691d0393d826", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f23f453b0785a1c16f6095c546dad4b3451308d8a2a243df516e691d0393d826", kill_on_drop: false }` [INFO] [stdout] f23f453b0785a1c16f6095c546dad4b3451308d8a2a243df516e691d0393d826 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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 -Dunmustuse_in_always_ok" "-e" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a9260c6396d79c64cf9497691b55cdc79e7064fc9b4feb8830bef653653e52ac [INFO] running `Command { std: "docker" "start" "-a" "a9260c6396d79c64cf9497691b55cdc79e7064fc9b4feb8830bef653653e52ac", kill_on_drop: false }` [INFO] [stderr] Checking memchr v2.7.6 [INFO] [stderr] Compiling generic-array v0.14.9 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling cc v1.2.45 [INFO] [stderr] Checking tokio v1.48.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Compiling sealed v0.5.0 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling derive_more v0.99.20 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Checking unicode-width v0.2.2 [INFO] [stderr] Checking is_terminal_polyfill v1.70.2 [INFO] [stderr] Compiling peg-runtime v0.6.3 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking rand v0.9.2 [INFO] [stderr] Checking inout v0.1.4 [INFO] [stderr] Compiling synthez-core v0.3.1 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking aho-corasick v1.1.4 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking bstr v1.12.1 [INFO] [stderr] Compiling bytecount v0.6.9 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Compiling peg-macros v0.6.3 [INFO] [stderr] Checking cipher v0.4.4 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling cmake v0.1.54 [INFO] [stderr] Checking anstream v0.6.21 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling gherkin v0.14.0 [INFO] [stderr] Compiling typed-builder-macro v0.15.2 [INFO] [stderr] Compiling regex-syntax v0.7.5 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking winnow v0.7.13 [INFO] [stderr] Compiling synthez-codegen v0.3.1 [INFO] [stderr] Checking regex-automata v0.4.13 [INFO] [stderr] Checking thiserror v2.0.17 [INFO] [stderr] Compiling synthez v0.3.1 [INFO] [stderr] Checking textwrap v0.16.2 [INFO] [stderr] Compiling aws-lc-sys v0.32.3 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Checking peg v0.6.3 [INFO] [stderr] Checking blowfish v0.9.1 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling lazy-regex-proc_macros v3.4.2 [INFO] [stderr] Checking serde_spanned v1.0.3 [INFO] [stderr] Checking toml_datetime v0.7.3 [INFO] [stderr] Checking typed-builder v0.15.2 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling nom_locate v4.2.0 [INFO] [stderr] Checking terminal_size v0.4.3 [INFO] [stderr] Checking tempfile v3.23.0 [INFO] [stderr] Compiling bebytes_derive v2.10.1 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Checking clap_builder v4.5.51 [INFO] [stderr] Compiling inflections v1.1.1 [INFO] [stderr] Checking toml_writer v1.0.4 [INFO] [stderr] Checking toml_parser v1.0.4 [INFO] [stderr] Checking rusty-fork v0.3.1 [INFO] [stderr] Checking async-stream v0.3.6 [INFO] [stderr] Checking bcrypt v0.17.1 [INFO] [stderr] Checking toml v0.9.8 [INFO] [stderr] Checking url v2.5.7 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Compiling cucumber-expressions v0.3.0 [INFO] [stderr] Checking humantime-serde v1.1.1 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Checking pin-project v1.1.10 [INFO] [stderr] Checking console v0.15.11 [INFO] [stderr] Compiling smart-default v0.7.1 [INFO] [stderr] Checking rustls-pemfile v2.2.0 [INFO] [stderr] Checking thread_local v1.1.9 [INFO] [stderr] Checking ulid v1.2.1 [INFO] [stderr] Checking tokio-util v0.7.17 [INFO] [stderr] Checking tokio-stream v0.1.17 [INFO] [stderr] Checking proptest v1.9.0 [INFO] [stderr] Compiling cucumber-codegen v0.21.1 [INFO] [stderr] Checking bebytes v2.10.1 [INFO] [stderr] Checking h2 v0.4.12 [INFO] [stderr] Checking tokio-test v0.4.4 [INFO] [stderr] Checking regex v1.12.2 [INFO] [stderr] Checking globset v0.4.18 [INFO] [stderr] Checking matchers v0.2.0 [INFO] [stderr] Checking tracing-subscriber v0.3.20 [INFO] [stderr] Checking ignore v0.4.25 [INFO] [stderr] Checking lazy-regex v3.4.2 [INFO] [stderr] Checking clap v4.5.51 [INFO] [stderr] Checking globwalk v0.9.1 [INFO] [stderr] Checking cucumber v0.21.1 [INFO] [stderr] Checking hyper v1.7.0 [INFO] [stderr] Checking hyper-util v0.1.17 [INFO] [stderr] Compiling aws-lc-rs v1.14.1 [INFO] [stderr] Compiling rustls v0.23.35 [INFO] [stderr] Checking rustls-webpki v0.103.8 [INFO] [stderr] Checking tungstenite v0.28.0 [INFO] [stderr] Checking tokio-rustls v0.26.4 [INFO] [stderr] Checking tokio-tungstenite v0.28.0 [INFO] [stderr] Checking mqtt5 v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> tests/bdd/steps.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | #[when(regex = r#"^I publish "([^"]*)" to "([^"]*)"$"#)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D unmustuse-in-always-ok` [INFO] [stdout] = note: this error originates in the attribute macro `when` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> tests/bdd/steps.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | #[when(regex = r#"^I publish "([^"]*)" to "([^"]*)" with QoS (\d+)$"#)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `when` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> tests/bdd/steps.rs:66:1 [INFO] [stdout] | [INFO] [stdout] 66 | #[when(regex = r#"^I subscribe to "([^"]*)"$"#)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `when` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> tests/bdd/steps.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | #[when(regex = r#"^I subscribe to "([^"]*)" expecting (\d+) messages?$"#)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `when` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> tests/bdd/steps.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | #[when(regex = r#"^I subscribe to "([^"]*)" with QoS (\d+)$"#)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `when` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> tests/bdd/steps.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | #[when(regex = r#"^I subscribe to "([^"]*)" with QoS (\d+) expecting (\d+) messages?$"#)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `when` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> tests/bdd/steps.rs:121:1 [INFO] [stdout] | [INFO] [stdout] 121 | #[when(regex = r#"^I set username to "([^"]*)"$"#)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `when` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> tests/bdd/steps.rs:126:1 [INFO] [stdout] | [INFO] [stdout] 126 | #[when(regex = r#"^I set password to "([^"]*)"$"#)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `when` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> tests/bdd/steps.rs:148:1 [INFO] [stdout] | [INFO] [stdout] 148 | #[then(regex = r#"^I should receive "([^"]*)"$"#)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `then` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> tests/bdd/steps.rs:162:1 [INFO] [stdout] | [INFO] [stdout] 162 | #[then(regex = r#"^I should receive "([^"]*)" on topic "([^"]*)"$"#)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `then` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> tests/bdd/steps.rs:221:1 [INFO] [stdout] | [INFO] [stdout] 221 | #[then(regex = r#"^the error should contain "([^"]*)"$"#)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `then` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> tests/bdd/steps.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[then(regex = r#"^the output should contain "([^"]*)"$"#)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `then` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> tests/bdd/steps.rs:295:1 [INFO] [stdout] | [INFO] [stdout] 295 | #[when(regex = r#"^I publish "([^"]*)" to "([^"]*)" with client-id "([^"]*)"$"#)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `when` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> tests/bdd/steps.rs:313:1 [INFO] [stdout] | [INFO] [stdout] 313 | #[when(regex = r#"^I publish "([^"]*)" to "([^"]*)" with client-id "([^"]*)" and clean-start$"#)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `when` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> tests/bdd/steps.rs:331:1 [INFO] [stdout] | [INFO] [stdout] 331 | / #[when( [INFO] [stdout] 332 | | regex = r#"^I publish "([^"]*)" to "([^"]*)" with client-id "([^"]*)" without clean-start$"# [INFO] [stdout] 333 | | )] [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `when` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> tests/bdd/steps.rs:351:1 [INFO] [stdout] | [INFO] [stdout] 351 | / #[when( [INFO] [stdout] 352 | | regex = r#"^I publish "([^"]*)" to "([^"]*)" with client-id "([^"]*)" and session-expiry (\d+)$"# [INFO] [stdout] 353 | | )] [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `when` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> tests/bdd/steps.rs:373:1 [INFO] [stdout] | [INFO] [stdout] 373 | / #[when( [INFO] [stdout] 374 | | regex = r#"^I subscribe to "([^"]*)" with QoS (\d+) and client-id "([^"]*)" expecting (\d+) messages?$"# [INFO] [stdout] 375 | | )] [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `when` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> tests/bdd/steps.rs:397:1 [INFO] [stdout] | [INFO] [stdout] 397 | #[when(regex = r#"^I publish with will message "([^"]*)" on topic "([^"]*)"$"#)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `when` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> tests/bdd/steps.rs:405:1 [INFO] [stdout] | [INFO] [stdout] 405 | #[when(regex = r#"^I publish with will message "([^"]*)" on topic "([^"]*)" with delay (\d+)$"#)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `when` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> tests/bdd/steps.rs:423:1 [INFO] [stdout] | [INFO] [stdout] 423 | #[when(regex = r#"^I publish with will message "([^"]*)" on topic "([^"]*)" with QoS (\d+)$"#)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `when` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> tests/bdd/steps.rs:441:1 [INFO] [stdout] | [INFO] [stdout] 441 | #[when(regex = r#"^I publish "([^"]*)" to "([^"]*)" using TLS$"#)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `when` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> tests/bdd/steps.rs:447:1 [INFO] [stdout] | [INFO] [stdout] 447 | #[when(regex = r#"^I subscribe to "([^"]*)" expecting (\d+) messages? using TLS$"#)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `when` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> tests/bdd/steps.rs:454:1 [INFO] [stdout] | [INFO] [stdout] 454 | #[when(regex = r#"^I subscribe to "([^"]*)" with QoS (\d+) expecting (\d+) messages? using TLS$"#)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `when` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> tests/bdd/steps.rs:468:1 [INFO] [stdout] | [INFO] [stdout] 468 | #[when(regex = r#"^I publish "([^"]*)" to "([^"]*)" with QoS (\d+) using TLS$"#)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `when` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> tests/bdd/steps.rs:483:1 [INFO] [stdout] | [INFO] [stdout] 483 | #[when(regex = r#"^I publish "([^"]*)" to "([^"]*)" using WebSocket$"#)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `when` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> tests/bdd/steps.rs:489:1 [INFO] [stdout] | [INFO] [stdout] 489 | #[when(regex = r#"^I subscribe to "([^"]*)" expecting (\d+) messages? using WebSocket$"#)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `when` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> tests/bdd/steps.rs:496:1 [INFO] [stdout] | [INFO] [stdout] 496 | / #[when( [INFO] [stdout] 497 | | regex = r#"^I subscribe to "([^"]*)" with QoS (\d+) expecting (\d+) messages? using WebSocket$"# [INFO] [stdout] 498 | | )] [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `when` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> tests/bdd/steps.rs:511:1 [INFO] [stdout] | [INFO] [stdout] 511 | #[when(regex = r#"^I publish "([^"]*)" to "([^"]*)" with QoS (\d+) using WebSocket$"#)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `when` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> tests/bdd/world.rs:9:17 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Debug, World)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `World` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `mqtt5` (test "cli_bdd") due to 29 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "a9260c6396d79c64cf9497691b55cdc79e7064fc9b4feb8830bef653653e52ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9260c6396d79c64cf9497691b55cdc79e7064fc9b4feb8830bef653653e52ac", kill_on_drop: false }` [INFO] [stdout] a9260c6396d79c64cf9497691b55cdc79e7064fc9b4feb8830bef653653e52ac