[INFO] fetching crate cose 0.1.4... [INFO] testing cose-0.1.4 against 1.60.0 for beta-1.61-1 [INFO] extracting crate cose 0.1.4 into /workspace/builds/worker-21/source [INFO] validating manifest of crates.io crate cose 0.1.4 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate cose 0.1.4 [INFO] finished tweaking crates.io crate cose 0.1.4 [INFO] tweaked toml for crates.io crate cose 0.1.4 written to /workspace/builds/worker-21/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 19f3224f44ad6119819d41d8a3ae188d926a7d41498d46b94fe4c4792f60f5fa [INFO] running `Command { std: "docker" "start" "-a" "19f3224f44ad6119819d41d8a3ae188d926a7d41498d46b94fe4c4792f60f5fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "19f3224f44ad6119819d41d8a3ae188d926a7d41498d46b94fe4c4792f60f5fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19f3224f44ad6119819d41d8a3ae188d926a7d41498d46b94fe4c4792f60f5fa", kill_on_drop: false }` [INFO] [stdout] 19f3224f44ad6119819d41d8a3ae188d926a7d41498d46b94fe4c4792f60f5fa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5f626c17d360cf360ea02d41b056f73be655b37ce5dd3c872f23d3b87099196a [INFO] running `Command { std: "docker" "start" "-a" "5f626c17d360cf360ea02d41b056f73be655b37ce5dd3c872f23d3b87099196a", kill_on_drop: false }` [INFO] [stderr] Compiling cose v0.1.4 (/opt/rustwide/workdir) [INFO] [stderr] Compiling moz_cbor v0.1.2 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decoder.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 52 | let unpacked = unpack!(Map, map); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decoder.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 91 | let cose_signature = unpack!(Array, cose_signature); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decoder.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 96 | let protected_signature_header_bytes = unpack!(Bytes, protected_signature_header_serialized); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decoder.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 103 | let protected_signature_header = unpack!(Map, protected_signature_header); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decoder.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 128 | let ee_cert = unpack!(Bytes, ee_cert).clone(); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decoder.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 135 | let signature_bytes = unpack!(Bytes, signature_bytes).clone(); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decoder.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 147 | let protected_body_head_bytes = unpack!(Bytes, protected_body_head); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decoder.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 152 | let protected_body_head_map = unpack!(Map, protected_body_head_map); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decoder.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 158 | let intermediate_certs = unpack!(Array, intermediate_certs_array); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decoder.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 161 | let cert = unpack!(Bytes, cert); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decoder.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 220 | let signatures = unpack!(Array, signatures); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.18s [INFO] running `Command { std: "docker" "inspect" "5f626c17d360cf360ea02d41b056f73be655b37ce5dd3c872f23d3b87099196a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f626c17d360cf360ea02d41b056f73be655b37ce5dd3c872f23d3b87099196a", kill_on_drop: false }` [INFO] [stdout] 5f626c17d360cf360ea02d41b056f73be655b37ce5dd3c872f23d3b87099196a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 804c9b17635b3ed15085b47dda359c17be38273681fc0d03a0fa5d1d9824f9a9 [INFO] running `Command { std: "docker" "start" "-a" "804c9b17635b3ed15085b47dda359c17be38273681fc0d03a0fa5d1d9824f9a9", kill_on_drop: false }` [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decoder.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 52 | let unpacked = unpack!(Map, map); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decoder.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 91 | let cose_signature = unpack!(Array, cose_signature); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decoder.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 96 | let protected_signature_header_bytes = unpack!(Bytes, protected_signature_header_serialized); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decoder.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 103 | let protected_signature_header = unpack!(Map, protected_signature_header); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decoder.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 128 | let ee_cert = unpack!(Bytes, ee_cert).clone(); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decoder.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 135 | let signature_bytes = unpack!(Bytes, signature_bytes).clone(); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decoder.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 147 | let protected_body_head_bytes = unpack!(Bytes, protected_body_head); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decoder.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 152 | let protected_body_head_map = unpack!(Map, protected_body_head_map); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decoder.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 158 | let intermediate_certs = unpack!(Array, intermediate_certs_array); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decoder.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 161 | let cert = unpack!(Bytes, cert); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decoder.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 220 | let signatures = unpack!(Array, signatures); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling cose v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decoder.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 52 | let unpacked = unpack!(Map, map); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> examples/sign_verify/test_setup.rs:3:17 [INFO] [stdout] | [INFO] [stdout] 3 | use std::sync::{ONCE_INIT, Once}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> examples/sign_verify/test_setup.rs:4:22 [INFO] [stdout] | [INFO] [stdout] 4 | static START: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decoder.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 91 | let cose_signature = unpack!(Array, cose_signature); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decoder.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 96 | let protected_signature_header_bytes = unpack!(Bytes, protected_signature_header_serialized); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decoder.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 103 | let protected_signature_header = unpack!(Map, protected_signature_header); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decoder.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 128 | let ee_cert = unpack!(Bytes, ee_cert).clone(); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decoder.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 135 | let signature_bytes = unpack!(Bytes, signature_bytes).clone(); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decoder.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 147 | let protected_body_head_bytes = unpack!(Bytes, protected_body_head); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decoder.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 152 | let protected_body_head_map = unpack!(Map, protected_body_head_map); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decoder.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 158 | let intermediate_certs = unpack!(Array, intermediate_certs_array); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decoder.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 161 | let cert = unpack!(Bytes, cert); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decoder.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 220 | let signatures = unpack!(Array, signatures); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.77s [INFO] running `Command { std: "docker" "inspect" "804c9b17635b3ed15085b47dda359c17be38273681fc0d03a0fa5d1d9824f9a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "804c9b17635b3ed15085b47dda359c17be38273681fc0d03a0fa5d1d9824f9a9", kill_on_drop: false }` [INFO] [stdout] 804c9b17635b3ed15085b47dda359c17be38273681fc0d03a0fa5d1d9824f9a9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1499ec070d54d2ceeb4fd36516e72b1ec56f34472046a6ce9cc8c3569e24ac72 [INFO] running `Command { std: "docker" "start" "-a" "1499ec070d54d2ceeb4fd36516e72b1ec56f34472046a6ce9cc8c3569e24ac72", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/decoder.rs:36:10 [INFO] [stderr] | [INFO] [stderr] 36 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 52 | let unpacked = unpack!(Map, map); [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/decoder.rs:36:10 [INFO] [stderr] | [INFO] [stderr] 36 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 91 | let cose_signature = unpack!(Array, cose_signature); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/decoder.rs:36:10 [INFO] [stderr] | [INFO] [stderr] 36 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 96 | let protected_signature_header_bytes = unpack!(Bytes, protected_signature_header_serialized); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/decoder.rs:36:10 [INFO] [stderr] | [INFO] [stderr] 36 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 103 | let protected_signature_header = unpack!(Map, protected_signature_header); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/decoder.rs:36:10 [INFO] [stderr] | [INFO] [stderr] 36 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 128 | let ee_cert = unpack!(Bytes, ee_cert).clone(); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/decoder.rs:36:10 [INFO] [stderr] | [INFO] [stderr] 36 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 135 | let signature_bytes = unpack!(Bytes, signature_bytes).clone(); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/decoder.rs:36:10 [INFO] [stderr] | [INFO] [stderr] 36 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 147 | let protected_body_head_bytes = unpack!(Bytes, protected_body_head); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/decoder.rs:36:10 [INFO] [stderr] | [INFO] [stderr] 36 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 152 | let protected_body_head_map = unpack!(Map, protected_body_head_map); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/decoder.rs:36:10 [INFO] [stderr] | [INFO] [stderr] 36 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 158 | let intermediate_certs = unpack!(Array, intermediate_certs_array); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/decoder.rs:36:10 [INFO] [stderr] | [INFO] [stderr] 36 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 161 | let cert = unpack!(Bytes, cert); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/decoder.rs:36:10 [INFO] [stderr] | [INFO] [stderr] 36 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 220 | let signatures = unpack!(Array, signatures); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `unpack` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `cose` (lib) generated 11 warnings [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> examples/sign_verify/test_setup.rs:3:17 [INFO] [stderr] | [INFO] [stderr] 3 | use std::sync::{ONCE_INIT, Once}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> examples/sign_verify/test_setup.rs:4:22 [INFO] [stderr] | [INFO] [stderr] 4 | static START: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: `cose` (lib test) generated 11 warnings (11 duplicates) [INFO] [stderr] warning: `cose` (example "sign_verify") generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/cose-ec67a3b9d70d5dac) [INFO] [stdout] [INFO] [stdout] running 30 tests [INFO] [stdout] test test_cose::test_cose_sign_not_tagged ... ok [INFO] [stdout] test test_cose::test_cose_decode ... ok [INFO] [stdout] test test_cose::test_cose_sign_minimally_valid ... ok [INFO] [stdout] test test_cose::test_cose_sign_payload_not_null ... ok [INFO] [stdout] test test_cose::test_cose_sign_protected_header_empty ... ok [INFO] [stdout] test test_cose::test_cose_sign_protected_header_extra_header_key ... ok [INFO] [stdout] test test_cose::test_cose_sign_protected_header_kid_wrong_type ... ok [INFO] [stdout] test test_cose::test_cose_sign_protected_header_missing_kid ... ok [INFO] [stdout] test test_cose::test_cose_sign_right_tag_wrong_contents ... ok [INFO] [stdout] test test_cose::test_cose_sign_too_small ... ok [INFO] [stdout] test test_cose::test_cose_sign_too_large ... ok [INFO] [stdout] test test_cose::test_cose_sign_wrong_tag ... ok [INFO] [stdout] test test_cose::test_cose_sign_unprotected_header_wrong_type ... ok [INFO] [stdout] test test_cose::test_cose_sign_unprotected_header_not_empty ... ok [INFO] [stdout] test test_cose::test_cose_signature_protected_header_bad_encoding ... ok [INFO] [stdout] test test_cose::test_cose_signature_protected_header_empty ... ok [INFO] [stdout] test test_cose::test_cose_signature_protected_header_extra_key ... ok [INFO] [stdout] test test_cose::test_cose_signature_protected_header_missing_alg ... ok [INFO] [stdout] test test_cose::test_cose_signature_protected_header_missing_kid ... ok [INFO] [stdout] test test_cose::test_cose_signature_protected_header_too_large ... ok [INFO] [stdout] test test_cose::test_cose_signature_protected_header_unexpected_alg_type ... ok [INFO] [stdout] test test_cose::test_cose_signature_protected_header_unexpected_kid_type ... ok [INFO] [stdout] test test_cose::test_cose_signature_protected_header_unsupported_alg ... ok [INFO] [stdout] test test_cose::test_cose_signature_protected_header_wrong_key_types ... ok [INFO] [stdout] test test_cose::test_cose_signature_protected_header_wrong_type ... ok [INFO] [stdout] test test_cose::test_cose_signature_unprotected_header_not_empty ... ok [INFO] [stdout] test test_cose::test_cose_signature_signature_wrong_type ... ok [INFO] [stdout] test test_cose::test_cose_signature_unprotected_header_wrong_type ... ok [INFO] [stdout] test test_cose::test_cose_signatures_not_array ... ok [INFO] [stdout] test test_cose::test_cose_signatures_empty ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests cose [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/cose.rs - (line 9) ... ignored [INFO] [stdout] test src/decoder.rs - decoder::decode_signature (line 176) ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1499ec070d54d2ceeb4fd36516e72b1ec56f34472046a6ce9cc8c3569e24ac72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1499ec070d54d2ceeb4fd36516e72b1ec56f34472046a6ce9cc8c3569e24ac72", kill_on_drop: false }` [INFO] [stdout] 1499ec070d54d2ceeb4fd36516e72b1ec56f34472046a6ce9cc8c3569e24ac72