[INFO] fetching crate openssl 0.10.75... [INFO] checking openssl-0.10.75 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577 [INFO] extracting crate openssl 0.10.75 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate openssl 0.10.75 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate openssl 0.10.75 [INFO] tweaked toml for crates.io crate openssl 0.10.75 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate openssl 0.10.75 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 openssl 0.10.75 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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] db50f3cbdcd6288a4590f56c05cde6860fb56dbe40b647752884ec9d1327ad39 [INFO] running `Command { std: "docker" "start" "-a" "db50f3cbdcd6288a4590f56c05cde6860fb56dbe40b647752884ec9d1327ad39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "db50f3cbdcd6288a4590f56c05cde6860fb56dbe40b647752884ec9d1327ad39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db50f3cbdcd6288a4590f56c05cde6860fb56dbe40b647752884ec9d1327ad39", kill_on_drop: false }` [INFO] [stdout] db50f3cbdcd6288a4590f56c05cde6860fb56dbe40b647752884ec9d1327ad39 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 854514471c96fa66605f03a4f86fc5a0e972ddb233b9c088fde1c865ab6faab2 [INFO] running `Command { std: "docker" "start" "-a" "854514471c96fa66605f03a4f86fc5a0e972ddb233b9c088fde1c865ab6faab2", kill_on_drop: false }` [INFO] [stderr] Compiling openssl v0.10.75 (/opt/rustwide/workdir) [INFO] [stderr] Compiling openssl-sys v0.9.111 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/cms.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | / from_der! { [INFO] [stdout] 154 | | /// Deserializes a DER-encoded ContentInfo structure. [INFO] [stdout] 155 | | #[corresponds(d2i_CMS_ContentInfo)] [INFO] [stdout] 156 | | from_der, [INFO] [stdout] 157 | | CmsContentInfo, [INFO] [stdout] 158 | | ffi::d2i_CMS_ContentInfo [INFO] [stdout] 159 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D unmustuse-in-always-ok` [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/dh.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / from_der! { [INFO] [stdout] 149 | | /// Deserializes a DER-encoded PKCS#3 DHparameters structure. [INFO] [stdout] 150 | | #[corresponds(d2i_DHparams)] [INFO] [stdout] 151 | | params_from_der, [INFO] [stdout] 152 | | Dh, [INFO] [stdout] 153 | | ffi::d2i_DHparams [INFO] [stdout] 154 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/dsa.rs:281:5 [INFO] [stdout] | [INFO] [stdout] 281 | / from_der! { [INFO] [stdout] 282 | | /// Decodes a DER-encoded SubjectPublicKeyInfo structure containing a DSA key. [INFO] [stdout] 283 | | #[corresponds(d2i_DSA_PUBKEY)] [INFO] [stdout] 284 | | public_key_from_der, [INFO] [stdout] 285 | | Dsa, [INFO] [stdout] 286 | | ffi::d2i_DSA_PUBKEY [INFO] [stdout] 287 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/dsa.rs:449:5 [INFO] [stdout] | [INFO] [stdout] 449 | / from_der! { [INFO] [stdout] 450 | | /// Decodes a DER-encoded DSA signature. [INFO] [stdout] 451 | | #[corresponds(d2i_DSA_SIG)] [INFO] [stdout] 452 | | from_der, [INFO] [stdout] 453 | | DsaSig, [INFO] [stdout] 454 | | ffi::d2i_DSA_SIG [INFO] [stdout] 455 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec.rs:924:5 [INFO] [stdout] | [INFO] [stdout] 924 | / from_der! { [INFO] [stdout] 925 | | /// Decodes a DER-encoded SubjectPublicKeyInfo structure containing a EC key. [INFO] [stdout] 926 | | #[corresponds(d2i_EC_PUBKEY)] [INFO] [stdout] 927 | | public_key_from_der, [INFO] [stdout] 928 | | EcKey, [INFO] [stdout] 929 | | ffi::d2i_EC_PUBKEY [INFO] [stdout] 930 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec.rs:1028:5 [INFO] [stdout] | [INFO] [stdout] 1028 | / from_der! { [INFO] [stdout] 1029 | | /// Decodes a DER-encoded elliptic curve private key structure. [INFO] [stdout] 1030 | | #[corresponds(d2i_ECPrivateKey)] [INFO] [stdout] 1031 | | private_key_from_der, [INFO] [stdout] 1032 | | EcKey, [INFO] [stdout] 1033 | | ffi::d2i_ECPrivateKey [INFO] [stdout] 1034 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ecdsa.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | / from_der! { [INFO] [stdout] 57 | | /// Decodes a DER-encoded ECDSA signature. [INFO] [stdout] 58 | | #[corresponds(d2i_ECDSA_SIG)] [INFO] [stdout] 59 | | from_der, [INFO] [stdout] 60 | | EcdsaSig, [INFO] [stdout] 61 | | ffi::d2i_ECDSA_SIG [INFO] [stdout] 62 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ocsp.rs:308:5 [INFO] [stdout] | [INFO] [stdout] 308 | / from_der! { [INFO] [stdout] 309 | | /// Deserializes a DER-encoded OCSP response. [INFO] [stdout] 310 | | #[corresponds(d2i_OCSP_RESPONSE)] [INFO] [stdout] 311 | | from_der, [INFO] [stdout] 312 | | OcspResponse, [INFO] [stdout] 313 | | ffi::d2i_OCSP_RESPONSE [INFO] [stdout] 314 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ocsp.rs:358:5 [INFO] [stdout] | [INFO] [stdout] 358 | / from_der! { [INFO] [stdout] 359 | | /// Deserializes a DER-encoded OCSP request. [INFO] [stdout] 360 | | #[corresponds(d2i_OCSP_REQUEST)] [INFO] [stdout] 361 | | from_der, [INFO] [stdout] 362 | | OcspRequest, [INFO] [stdout] 363 | | ffi::d2i_OCSP_REQUEST [INFO] [stdout] 364 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/pkcs12.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | / from_der! { [INFO] [stdout] 77 | | /// Deserializes a DER-encoded PKCS#12 archive. [INFO] [stdout] 78 | | #[corresponds(d2i_PKCS12)] [INFO] [stdout] 79 | | from_der, [INFO] [stdout] 80 | | Pkcs12, [INFO] [stdout] 81 | | ffi::d2i_PKCS12 [INFO] [stdout] 82 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/pkcs5.rs:139:13 [INFO] [stdout] | [INFO] [stdout] 139 | maxmem.try_into().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/pkcs7.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | / from_der! { [INFO] [stdout] 95 | | /// Deserializes a DER-encoded PKCS#7 signature [INFO] [stdout] 96 | | #[corresponds(d2i_PKCS7)] [INFO] [stdout] 97 | | from_der, [INFO] [stdout] 98 | | Pkcs7, [INFO] [stdout] 99 | | ffi::d2i_PKCS7 [INFO] [stdout] 100 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/pkey.rs:680:5 [INFO] [stdout] | [INFO] [stdout] 680 | / from_der! { [INFO] [stdout] 681 | | /// Decodes a DER-encoded private key. [INFO] [stdout] 682 | | /// [INFO] [stdout] 683 | | /// This function will attempt to automatically detect the underlying key format, and [INFO] [stdout] ... | [INFO] [stdout] 689 | | ffi::d2i_AutoPrivateKey [INFO] [stdout] 690 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/pkey.rs:805:5 [INFO] [stdout] | [INFO] [stdout] 805 | / from_der! { [INFO] [stdout] 806 | | /// Decodes a DER-encoded SubjectPublicKeyInfo structure. [INFO] [stdout] 807 | | #[corresponds(d2i_PUBKEY)] [INFO] [stdout] 808 | | public_key_from_der, [INFO] [stdout] 809 | | PKey, [INFO] [stdout] 810 | | ffi::d2i_PUBKEY [INFO] [stdout] 811 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/rsa.rs:410:5 [INFO] [stdout] | [INFO] [stdout] 410 | / from_der! { [INFO] [stdout] 411 | | /// Decodes a DER-encoded SubjectPublicKeyInfo structure containing an RSA key. [INFO] [stdout] 412 | | #[corresponds(d2i_RSA_PUBKEY)] [INFO] [stdout] 413 | | public_key_from_der, [INFO] [stdout] 414 | | Rsa, [INFO] [stdout] 415 | | ffi::d2i_RSA_PUBKEY [INFO] [stdout] 416 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/rsa.rs:418:5 [INFO] [stdout] | [INFO] [stdout] 418 | / from_der! { [INFO] [stdout] 419 | | /// Decodes a DER-encoded PKCS#1 RSAPublicKey structure. [INFO] [stdout] 420 | | #[corresponds(d2i_RSAPublicKey)] [INFO] [stdout] 421 | | public_key_from_der_pkcs1, [INFO] [stdout] 422 | | Rsa, [INFO] [stdout] 423 | | ffi::d2i_RSAPublicKey [INFO] [stdout] 424 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/rsa.rs:572:5 [INFO] [stdout] | [INFO] [stdout] 572 | / from_der! { [INFO] [stdout] 573 | | /// Decodes a DER-encoded PKCS#1 RSAPrivateKey structure. [INFO] [stdout] 574 | | #[corresponds(d2i_RSAPrivateKey)] [INFO] [stdout] 575 | | private_key_from_der, [INFO] [stdout] 576 | | Rsa, [INFO] [stdout] 577 | | ffi::d2i_RSAPrivateKey [INFO] [stdout] 578 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ssl/mod.rs:2181:5 [INFO] [stdout] | [INFO] [stdout] 2181 | / from_der! { [INFO] [stdout] 2182 | | /// Deserializes a DER-encoded session structure. [INFO] [stdout] 2183 | | #[corresponds(d2i_SSL_SESSION)] [INFO] [stdout] 2184 | | from_der, [INFO] [stdout] 2185 | | SslSession, [INFO] [stdout] 2186 | | ffi::d2i_SSL_SESSION [INFO] [stdout] 2187 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/x509/mod.rs:754:5 [INFO] [stdout] | [INFO] [stdout] 754 | / from_der! { [INFO] [stdout] 755 | | /// Deserializes a DER-encoded X509 structure. [INFO] [stdout] 756 | | #[corresponds(d2i_X509)] [INFO] [stdout] 757 | | from_der, [INFO] [stdout] 758 | | X509, [INFO] [stdout] 759 | | ffi::d2i_X509 [INFO] [stdout] 760 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/x509/mod.rs:1202:5 [INFO] [stdout] | [INFO] [stdout] 1202 | / from_der! { [INFO] [stdout] 1203 | | /// Deserializes a DER-encoded X509 name structure. [INFO] [stdout] 1204 | | /// [INFO] [stdout] 1205 | | /// This corresponds to [`d2i_X509_NAME`]. [INFO] [stdout] ... | [INFO] [stdout] 1210 | | ffi::d2i_X509_NAME [INFO] [stdout] 1211 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/x509/mod.rs:1486:5 [INFO] [stdout] | [INFO] [stdout] 1486 | / from_der! { [INFO] [stdout] 1487 | | /// Deserializes a DER-encoded PKCS#10 certificate request structure. [INFO] [stdout] 1488 | | /// [INFO] [stdout] 1489 | | /// This corresponds to [`d2i_X509_REQ`]. [INFO] [stdout] ... | [INFO] [stdout] 1494 | | ffi::d2i_X509_REQ [INFO] [stdout] 1495 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/x509/mod.rs:1617:5 [INFO] [stdout] | [INFO] [stdout] 1617 | / from_der! { [INFO] [stdout] 1618 | | /// Deserializes a DER-encoded certificate revocation status [INFO] [stdout] 1619 | | #[corresponds(d2i_X509_REVOKED)] [INFO] [stdout] 1620 | | from_der, [INFO] [stdout] 1621 | | X509Revoked, [INFO] [stdout] 1622 | | ffi::d2i_X509_REVOKED [INFO] [stdout] 1623 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/x509/mod.rs:1792:5 [INFO] [stdout] | [INFO] [stdout] 1792 | / from_der! { [INFO] [stdout] 1793 | | /// Deserializes a DER-encoded Certificate Revocation List [INFO] [stdout] 1794 | | #[corresponds(d2i_X509_CRL)] [INFO] [stdout] 1795 | | from_der, [INFO] [stdout] 1796 | | X509Crl, [INFO] [stdout] 1797 | | ffi::d2i_X509_CRL [INFO] [stdout] 1798 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `openssl` (lib) due to 23 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/cms.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | / from_der! { [INFO] [stdout] 154 | | /// Deserializes a DER-encoded ContentInfo structure. [INFO] [stdout] 155 | | #[corresponds(d2i_CMS_ContentInfo)] [INFO] [stdout] 156 | | from_der, [INFO] [stdout] 157 | | CmsContentInfo, [INFO] [stdout] 158 | | ffi::d2i_CMS_ContentInfo [INFO] [stdout] 159 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D unmustuse-in-always-ok` [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/dh.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / from_der! { [INFO] [stdout] 149 | | /// Deserializes a DER-encoded PKCS#3 DHparameters structure. [INFO] [stdout] 150 | | #[corresponds(d2i_DHparams)] [INFO] [stdout] 151 | | params_from_der, [INFO] [stdout] 152 | | Dh, [INFO] [stdout] 153 | | ffi::d2i_DHparams [INFO] [stdout] 154 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/dsa.rs:281:5 [INFO] [stdout] | [INFO] [stdout] 281 | / from_der! { [INFO] [stdout] 282 | | /// Decodes a DER-encoded SubjectPublicKeyInfo structure containing a DSA key. [INFO] [stdout] 283 | | #[corresponds(d2i_DSA_PUBKEY)] [INFO] [stdout] 284 | | public_key_from_der, [INFO] [stdout] 285 | | Dsa, [INFO] [stdout] 286 | | ffi::d2i_DSA_PUBKEY [INFO] [stdout] 287 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/dsa.rs:449:5 [INFO] [stdout] | [INFO] [stdout] 449 | / from_der! { [INFO] [stdout] 450 | | /// Decodes a DER-encoded DSA signature. [INFO] [stdout] 451 | | #[corresponds(d2i_DSA_SIG)] [INFO] [stdout] 452 | | from_der, [INFO] [stdout] 453 | | DsaSig, [INFO] [stdout] 454 | | ffi::d2i_DSA_SIG [INFO] [stdout] 455 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec.rs:924:5 [INFO] [stdout] | [INFO] [stdout] 924 | / from_der! { [INFO] [stdout] 925 | | /// Decodes a DER-encoded SubjectPublicKeyInfo structure containing a EC key. [INFO] [stdout] 926 | | #[corresponds(d2i_EC_PUBKEY)] [INFO] [stdout] 927 | | public_key_from_der, [INFO] [stdout] 928 | | EcKey, [INFO] [stdout] 929 | | ffi::d2i_EC_PUBKEY [INFO] [stdout] 930 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec.rs:1028:5 [INFO] [stdout] | [INFO] [stdout] 1028 | / from_der! { [INFO] [stdout] 1029 | | /// Decodes a DER-encoded elliptic curve private key structure. [INFO] [stdout] 1030 | | #[corresponds(d2i_ECPrivateKey)] [INFO] [stdout] 1031 | | private_key_from_der, [INFO] [stdout] 1032 | | EcKey, [INFO] [stdout] 1033 | | ffi::d2i_ECPrivateKey [INFO] [stdout] 1034 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ecdsa.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | / from_der! { [INFO] [stdout] 57 | | /// Decodes a DER-encoded ECDSA signature. [INFO] [stdout] 58 | | #[corresponds(d2i_ECDSA_SIG)] [INFO] [stdout] 59 | | from_der, [INFO] [stdout] 60 | | EcdsaSig, [INFO] [stdout] 61 | | ffi::d2i_ECDSA_SIG [INFO] [stdout] 62 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ocsp.rs:308:5 [INFO] [stdout] | [INFO] [stdout] 308 | / from_der! { [INFO] [stdout] 309 | | /// Deserializes a DER-encoded OCSP response. [INFO] [stdout] 310 | | #[corresponds(d2i_OCSP_RESPONSE)] [INFO] [stdout] 311 | | from_der, [INFO] [stdout] 312 | | OcspResponse, [INFO] [stdout] 313 | | ffi::d2i_OCSP_RESPONSE [INFO] [stdout] 314 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ocsp.rs:358:5 [INFO] [stdout] | [INFO] [stdout] 358 | / from_der! { [INFO] [stdout] 359 | | /// Deserializes a DER-encoded OCSP request. [INFO] [stdout] 360 | | #[corresponds(d2i_OCSP_REQUEST)] [INFO] [stdout] 361 | | from_der, [INFO] [stdout] 362 | | OcspRequest, [INFO] [stdout] 363 | | ffi::d2i_OCSP_REQUEST [INFO] [stdout] 364 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/pkcs12.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | / from_der! { [INFO] [stdout] 77 | | /// Deserializes a DER-encoded PKCS#12 archive. [INFO] [stdout] 78 | | #[corresponds(d2i_PKCS12)] [INFO] [stdout] 79 | | from_der, [INFO] [stdout] 80 | | Pkcs12, [INFO] [stdout] 81 | | ffi::d2i_PKCS12 [INFO] [stdout] 82 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/pkcs5.rs:139:13 [INFO] [stdout] | [INFO] [stdout] 139 | maxmem.try_into().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/pkcs7.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | / from_der! { [INFO] [stdout] 95 | | /// Deserializes a DER-encoded PKCS#7 signature [INFO] [stdout] 96 | | #[corresponds(d2i_PKCS7)] [INFO] [stdout] 97 | | from_der, [INFO] [stdout] 98 | | Pkcs7, [INFO] [stdout] 99 | | ffi::d2i_PKCS7 [INFO] [stdout] 100 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/pkey.rs:680:5 [INFO] [stdout] | [INFO] [stdout] 680 | / from_der! { [INFO] [stdout] 681 | | /// Decodes a DER-encoded private key. [INFO] [stdout] 682 | | /// [INFO] [stdout] 683 | | /// This function will attempt to automatically detect the underlying key format, and [INFO] [stdout] ... | [INFO] [stdout] 689 | | ffi::d2i_AutoPrivateKey [INFO] [stdout] 690 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/pkey.rs:805:5 [INFO] [stdout] | [INFO] [stdout] 805 | / from_der! { [INFO] [stdout] 806 | | /// Decodes a DER-encoded SubjectPublicKeyInfo structure. [INFO] [stdout] 807 | | #[corresponds(d2i_PUBKEY)] [INFO] [stdout] 808 | | public_key_from_der, [INFO] [stdout] 809 | | PKey, [INFO] [stdout] 810 | | ffi::d2i_PUBKEY [INFO] [stdout] 811 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/rsa.rs:410:5 [INFO] [stdout] | [INFO] [stdout] 410 | / from_der! { [INFO] [stdout] 411 | | /// Decodes a DER-encoded SubjectPublicKeyInfo structure containing an RSA key. [INFO] [stdout] 412 | | #[corresponds(d2i_RSA_PUBKEY)] [INFO] [stdout] 413 | | public_key_from_der, [INFO] [stdout] 414 | | Rsa, [INFO] [stdout] 415 | | ffi::d2i_RSA_PUBKEY [INFO] [stdout] 416 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/rsa.rs:418:5 [INFO] [stdout] | [INFO] [stdout] 418 | / from_der! { [INFO] [stdout] 419 | | /// Decodes a DER-encoded PKCS#1 RSAPublicKey structure. [INFO] [stdout] 420 | | #[corresponds(d2i_RSAPublicKey)] [INFO] [stdout] 421 | | public_key_from_der_pkcs1, [INFO] [stdout] 422 | | Rsa, [INFO] [stdout] 423 | | ffi::d2i_RSAPublicKey [INFO] [stdout] 424 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/rsa.rs:572:5 [INFO] [stdout] | [INFO] [stdout] 572 | / from_der! { [INFO] [stdout] 573 | | /// Decodes a DER-encoded PKCS#1 RSAPrivateKey structure. [INFO] [stdout] 574 | | #[corresponds(d2i_RSAPrivateKey)] [INFO] [stdout] 575 | | private_key_from_der, [INFO] [stdout] 576 | | Rsa, [INFO] [stdout] 577 | | ffi::d2i_RSAPrivateKey [INFO] [stdout] 578 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ssl/mod.rs:2181:5 [INFO] [stdout] | [INFO] [stdout] 2181 | / from_der! { [INFO] [stdout] 2182 | | /// Deserializes a DER-encoded session structure. [INFO] [stdout] 2183 | | #[corresponds(d2i_SSL_SESSION)] [INFO] [stdout] 2184 | | from_der, [INFO] [stdout] 2185 | | SslSession, [INFO] [stdout] 2186 | | ffi::d2i_SSL_SESSION [INFO] [stdout] 2187 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/x509/mod.rs:754:5 [INFO] [stdout] | [INFO] [stdout] 754 | / from_der! { [INFO] [stdout] 755 | | /// Deserializes a DER-encoded X509 structure. [INFO] [stdout] 756 | | #[corresponds(d2i_X509)] [INFO] [stdout] 757 | | from_der, [INFO] [stdout] 758 | | X509, [INFO] [stdout] 759 | | ffi::d2i_X509 [INFO] [stdout] 760 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/x509/mod.rs:1202:5 [INFO] [stdout] | [INFO] [stdout] 1202 | / from_der! { [INFO] [stdout] 1203 | | /// Deserializes a DER-encoded X509 name structure. [INFO] [stdout] 1204 | | /// [INFO] [stdout] 1205 | | /// This corresponds to [`d2i_X509_NAME`]. [INFO] [stdout] ... | [INFO] [stdout] 1210 | | ffi::d2i_X509_NAME [INFO] [stdout] 1211 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/x509/mod.rs:1486:5 [INFO] [stdout] | [INFO] [stdout] 1486 | / from_der! { [INFO] [stdout] 1487 | | /// Deserializes a DER-encoded PKCS#10 certificate request structure. [INFO] [stdout] 1488 | | /// [INFO] [stdout] 1489 | | /// This corresponds to [`d2i_X509_REQ`]. [INFO] [stdout] ... | [INFO] [stdout] 1494 | | ffi::d2i_X509_REQ [INFO] [stdout] 1495 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/x509/mod.rs:1617:5 [INFO] [stdout] | [INFO] [stdout] 1617 | / from_der! { [INFO] [stdout] 1618 | | /// Deserializes a DER-encoded certificate revocation status [INFO] [stdout] 1619 | | #[corresponds(d2i_X509_REVOKED)] [INFO] [stdout] 1620 | | from_der, [INFO] [stdout] 1621 | | X509Revoked, [INFO] [stdout] 1622 | | ffi::d2i_X509_REVOKED [INFO] [stdout] 1623 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (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] --> src/macros.rs:113:76 [INFO] [stdout] | [INFO] [stdout] 113 | crate::cvt_p($f(::std::ptr::null_mut(), &mut der.as_ptr(), len.try_into().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/x509/mod.rs:1792:5 [INFO] [stdout] | [INFO] [stdout] 1792 | / from_der! { [INFO] [stdout] 1793 | | /// Deserializes a DER-encoded Certificate Revocation List [INFO] [stdout] 1794 | | #[corresponds(d2i_X509_CRL)] [INFO] [stdout] 1795 | | from_der, [INFO] [stdout] 1796 | | X509Crl, [INFO] [stdout] 1797 | | ffi::d2i_X509_CRL [INFO] [stdout] 1798 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `from_der` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `openssl` (lib test) due to 23 previous errors [INFO] running `Command { std: "docker" "inspect" "854514471c96fa66605f03a4f86fc5a0e972ddb233b9c088fde1c865ab6faab2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "854514471c96fa66605f03a4f86fc5a0e972ddb233b9c088fde1c865ab6faab2", kill_on_drop: false }` [INFO] [stdout] 854514471c96fa66605f03a4f86fc5a0e972ddb233b9c088fde1c865ab6faab2