[INFO] fetching crate tetsy-secp256k1 0.7.0... [INFO] testing tetsy-secp256k1-0.7.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate tetsy-secp256k1 0.7.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate tetsy-secp256k1 0.7.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tetsy-secp256k1 0.7.0 [INFO] finished tweaking crates.io crate tetsy-secp256k1 0.7.0 [INFO] tweaked toml for crates.io crate tetsy-secp256k1 0.7.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9b2e2debc91658e1a0b3433ca89765a13a34dc4bb776fd785716aba2024e2de0 [INFO] running `Command { std: "docker" "start" "-a" "9b2e2debc91658e1a0b3433ca89765a13a34dc4bb776fd785716aba2024e2de0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9b2e2debc91658e1a0b3433ca89765a13a34dc4bb776fd785716aba2024e2de0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b2e2debc91658e1a0b3433ca89765a13a34dc4bb776fd785716aba2024e2de0", kill_on_drop: false }` [INFO] [stdout] 9b2e2debc91658e1a0b3433ca89765a13a34dc4bb776fd785716aba2024e2de0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2ae02a7229a6fc52915a9e0012bd49dcee0f439583c3f5fc2673fc03b83a551c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2ae02a7229a6fc52915a9e0012bd49dcee0f439583c3f5fc2673fc03b83a551c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling tetsy-secp256k1 v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/lib.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | #![crate_type = "rlib"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] note: attribute also specified here [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | #![crate_type = "lib"] [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] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/lib.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | #![crate_type = "dylib"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] note: attribute also specified here [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | #![crate_type = "lib"] [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] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:331:35 [INFO] [stdout] | [INFO] [stdout] 331 | f.write_str(error::Error::description(self)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a static [INFO] [stdout] --> src/ffi.rs:122:5 [INFO] [stdout] | [INFO] [stdout] 122 | pub static secp256k1_nonce_function_rfc6979: NonceFn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | #![warn(missing_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a static [INFO] [stdout] --> src/ffi.rs:124:5 [INFO] [stdout] | [INFO] [stdout] 124 | pub static secp256k1_nonce_function_default: NonceFn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a static [INFO] [stdout] --> src/ffi.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 126 | pub static secp256k1_ecdh_hash_function_sha256: EcdhHashFn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a static [INFO] [stdout] --> src/ffi.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | pub static secp256k1_ecdh_hash_function_default: EcdhHashFn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:131:5 [INFO] [stdout] | [INFO] [stdout] 131 | pub fn secp256k1_context_create(flags: c_uint) -> *mut Context; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:133:5 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn secp256k1_context_clone(cx: *mut Context) -> *mut Context; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:135:5 [INFO] [stdout] | [INFO] [stdout] 135 | pub fn secp256k1_context_destroy(cx: *mut Context); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:137:5 [INFO] [stdout] | [INFO] [stdout] 137 | / pub fn secp256k1_context_randomize(cx: *mut Context, [INFO] [stdout] 138 | | seed32: *const c_uchar) [INFO] [stdout] 139 | | -> c_int; [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:149:5 [INFO] [stdout] | [INFO] [stdout] 149 | / pub fn secp256k1_ec_pubkey_parse(cx: *const Context, pk: *mut PublicKey, [INFO] [stdout] 150 | | input: *const c_uchar, in_len: usize) [INFO] [stdout] 151 | | -> c_int; [INFO] [stdout] | |______________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | / pub fn secp256k1_ec_pubkey_serialize(cx: *const Context, output: *const c_uchar, [INFO] [stdout] 154 | | out_len: *mut usize, pk: *const PublicKey, [INFO] [stdout] 155 | | compressed: c_uint) [INFO] [stdout] 156 | | -> c_int; [INFO] [stdout] | |__________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:159:5 [INFO] [stdout] | [INFO] [stdout] 159 | / pub fn secp256k1_ecdsa_signature_parse_der(cx: *const Context, sig: *mut Signature, [INFO] [stdout] 160 | | input: *const c_uchar, in_len: usize) [INFO] [stdout] 161 | | -> c_int; [INFO] [stdout] | |________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:163:5 [INFO] [stdout] | [INFO] [stdout] 163 | / pub fn ecdsa_signature_parse_der_lax(cx: *const Context, sig: *mut Signature, [INFO] [stdout] 164 | | input: *const c_uchar, in_len: usize) [INFO] [stdout] 165 | | -> c_int; [INFO] [stdout] | |__________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:167:5 [INFO] [stdout] | [INFO] [stdout] 167 | / pub fn secp256k1_ecdsa_signature_serialize_der(cx: *const Context, output: *const c_uchar, [INFO] [stdout] 168 | | out_len: *mut usize, sig: *const Signature) [INFO] [stdout] 169 | | -> c_int; [INFO] [stdout] | |____________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:171:5 [INFO] [stdout] | [INFO] [stdout] 171 | / pub fn secp256k1_ecdsa_recoverable_signature_parse_compact(cx: *const Context, sig: *mut RecoverableSignature, [INFO] [stdout] 172 | | input64: *const c_uchar, recid: c_int) [INFO] [stdout] 173 | | -> c_int; [INFO] [stdout] | |________________________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:175:5 [INFO] [stdout] | [INFO] [stdout] 175 | / pub fn secp256k1_ecdsa_recoverable_signature_serialize_compact(cx: *const Context, output64: *const c_uchar, [INFO] [stdout] 176 | | recid: *mut c_int, sig: *const RecoverableSignature) [INFO] [stdout] 177 | | -> c_int; [INFO] [stdout] | |____________________________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:179:5 [INFO] [stdout] | [INFO] [stdout] 179 | / pub fn secp256k1_ecdsa_recoverable_signature_convert(cx: *const Context, sig: *mut Signature, [INFO] [stdout] 180 | | input: *const RecoverableSignature) [INFO] [stdout] 181 | | -> c_int; [INFO] [stdout] | |__________________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:183:5 [INFO] [stdout] | [INFO] [stdout] 183 | / pub fn secp256k1_ecdsa_signature_normalize(cx: *const Context, out_sig: *mut Signature, [INFO] [stdout] 184 | | in_sig: *const Signature) [INFO] [stdout] 185 | | -> c_int; [INFO] [stdout] | |________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:188:5 [INFO] [stdout] | [INFO] [stdout] 188 | / pub fn secp256k1_ecdsa_verify(cx: *const Context, [INFO] [stdout] 189 | | sig: *const Signature, [INFO] [stdout] 190 | | msg32: *const c_uchar, [INFO] [stdout] 191 | | pk: *const PublicKey) [INFO] [stdout] 192 | | -> c_int; [INFO] [stdout] | |___________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:194:5 [INFO] [stdout] | [INFO] [stdout] 194 | / pub fn secp256k1_ecdsa_sign(cx: *const Context, [INFO] [stdout] 195 | | sig: *mut Signature, [INFO] [stdout] 196 | | msg32: *const c_uchar, [INFO] [stdout] 197 | | sk: *const c_uchar, [INFO] [stdout] 198 | | noncefn: NonceFn, [INFO] [stdout] 199 | | noncedata: *const c_void) [INFO] [stdout] 200 | | -> c_int; [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:202:5 [INFO] [stdout] | [INFO] [stdout] 202 | / pub fn secp256k1_ecdsa_sign_recoverable(cx: *const Context, [INFO] [stdout] 203 | | sig: *mut RecoverableSignature, [INFO] [stdout] 204 | | msg32: *const c_uchar, [INFO] [stdout] 205 | | sk: *const c_uchar, [INFO] [stdout] 206 | | noncefn: NonceFn, [INFO] [stdout] 207 | | noncedata: *const c_void) [INFO] [stdout] 208 | | -> c_int; [INFO] [stdout] | |_____________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:210:5 [INFO] [stdout] | [INFO] [stdout] 210 | / pub fn secp256k1_ecdsa_recover(cx: *const Context, [INFO] [stdout] 211 | | pk: *mut PublicKey, [INFO] [stdout] 212 | | sig: *const RecoverableSignature, [INFO] [stdout] 213 | | msg32: *const c_uchar) [INFO] [stdout] 214 | | -> c_int; [INFO] [stdout] | |____________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:217:5 [INFO] [stdout] | [INFO] [stdout] 217 | / pub fn secp256k1_ec_seckey_verify(cx: *const Context, [INFO] [stdout] 218 | | sk: *const c_uchar) -> c_int; [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:220:5 [INFO] [stdout] | [INFO] [stdout] 220 | / pub fn secp256k1_ec_pubkey_create(cx: *const Context, pk: *mut PublicKey, [INFO] [stdout] 221 | | sk: *const c_uchar) -> c_int; [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:226:5 [INFO] [stdout] | [INFO] [stdout] 226 | / pub fn secp256k1_ec_privkey_tweak_add(cx: *const Context, [INFO] [stdout] 227 | | sk: *mut c_uchar, [INFO] [stdout] 228 | | tweak: *const c_uchar) [INFO] [stdout] 229 | | -> c_int; [INFO] [stdout] | |___________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:231:5 [INFO] [stdout] | [INFO] [stdout] 231 | / pub fn secp256k1_ec_pubkey_tweak_add(cx: *const Context, [INFO] [stdout] 232 | | pk: *mut PublicKey, [INFO] [stdout] 233 | | tweak: *const c_uchar) [INFO] [stdout] 234 | | -> c_int; [INFO] [stdout] | |__________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:236:5 [INFO] [stdout] | [INFO] [stdout] 236 | / pub fn secp256k1_ec_privkey_tweak_mul(cx: *const Context, [INFO] [stdout] 237 | | sk: *mut c_uchar, [INFO] [stdout] 238 | | tweak: *const c_uchar) [INFO] [stdout] 239 | | -> c_int; [INFO] [stdout] | |___________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:241:5 [INFO] [stdout] | [INFO] [stdout] 241 | / pub fn secp256k1_ec_pubkey_tweak_mul(cx: *const Context, [INFO] [stdout] 242 | | pk: *mut PublicKey, [INFO] [stdout] 243 | | tweak: *const c_uchar) [INFO] [stdout] 244 | | -> c_int; [INFO] [stdout] | |__________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:246:5 [INFO] [stdout] | [INFO] [stdout] 246 | / pub fn secp256k1_ec_pubkey_combine(cx: *const Context, [INFO] [stdout] 247 | | out: *mut PublicKey, [INFO] [stdout] 248 | | ins: *const *const PublicKey, [INFO] [stdout] 249 | | n: c_int) [INFO] [stdout] 250 | | -> c_int; [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:252:5 [INFO] [stdout] | [INFO] [stdout] 252 | / pub fn secp256k1_ecdh(cx: *const Context, [INFO] [stdout] 253 | | out: *mut SharedSecret, [INFO] [stdout] 254 | | point: *const PublicKey, [INFO] [stdout] 255 | | scalar: *const c_uchar, [INFO] [stdout] 256 | | hash_fn: EcdhHashFn, [INFO] [stdout] 257 | | data: *mut c_void) [INFO] [stdout] 258 | | -> c_int; [INFO] [stdout] | |___________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:260:5 [INFO] [stdout] | [INFO] [stdout] 260 | / pub fn secp256k1_ecdh_raw(cx: *const Context, [INFO] [stdout] 261 | | out: *mut SharedSecret, [INFO] [stdout] 262 | | point: *const PublicKey, [INFO] [stdout] 263 | | scalar: *const c_uchar) [INFO] [stdout] 264 | | -> c_int; [INFO] [stdout] | |_______________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:266:5 [INFO] [stdout] | [INFO] [stdout] 266 | / pub fn secp256k1_ec_privkey_inverse(cx: *const Context, [INFO] [stdout] 267 | | out: *mut c_uchar, [INFO] [stdout] 268 | | scalar: *const c_uchar) [INFO] [stdout] 269 | | -> c_int; [INFO] [stdout] | |___________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 34 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.08s [INFO] running `Command { std: "docker" "inspect" "2ae02a7229a6fc52915a9e0012bd49dcee0f439583c3f5fc2673fc03b83a551c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ae02a7229a6fc52915a9e0012bd49dcee0f439583c3f5fc2673fc03b83a551c", kill_on_drop: false }` [INFO] [stdout] 2ae02a7229a6fc52915a9e0012bd49dcee0f439583c3f5fc2673fc03b83a551c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5cd609b68306e2f5aa0a7b777fbbc6cc19d6a69e016407ef7df67862f7ef71ed [INFO] running `Command { std: "docker" "start" "-a" "5cd609b68306e2f5aa0a7b777fbbc6cc19d6a69e016407ef7df67862f7ef71ed", kill_on_drop: false }` [INFO] [stderr] Compiling hex-literal v0.2.2 [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/lib.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | #![crate_type = "rlib"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] note: attribute also specified here [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | #![crate_type = "lib"] [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] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/lib.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | #![crate_type = "dylib"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] note: attribute also specified here [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | #![crate_type = "lib"] [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] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:331:35 [INFO] [stdout] | [INFO] [stdout] 331 | f.write_str(error::Error::description(self)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a static [INFO] [stdout] --> src/ffi.rs:122:5 [INFO] [stdout] | [INFO] [stdout] 122 | pub static secp256k1_nonce_function_rfc6979: NonceFn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | #![warn(missing_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a static [INFO] [stdout] --> src/ffi.rs:124:5 [INFO] [stdout] | [INFO] [stdout] 124 | pub static secp256k1_nonce_function_default: NonceFn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a static [INFO] [stdout] --> src/ffi.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 126 | pub static secp256k1_ecdh_hash_function_sha256: EcdhHashFn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a static [INFO] [stdout] --> src/ffi.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | pub static secp256k1_ecdh_hash_function_default: EcdhHashFn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:131:5 [INFO] [stdout] | [INFO] [stdout] 131 | pub fn secp256k1_context_create(flags: c_uint) -> *mut Context; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:133:5 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn secp256k1_context_clone(cx: *mut Context) -> *mut Context; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:135:5 [INFO] [stdout] | [INFO] [stdout] 135 | pub fn secp256k1_context_destroy(cx: *mut Context); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:137:5 [INFO] [stdout] | [INFO] [stdout] 137 | / pub fn secp256k1_context_randomize(cx: *mut Context, [INFO] [stdout] 138 | | seed32: *const c_uchar) [INFO] [stdout] 139 | | -> c_int; [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:149:5 [INFO] [stdout] | [INFO] [stdout] 149 | / pub fn secp256k1_ec_pubkey_parse(cx: *const Context, pk: *mut PublicKey, [INFO] [stdout] 150 | | input: *const c_uchar, in_len: usize) [INFO] [stdout] 151 | | -> c_int; [INFO] [stdout] | |______________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | / pub fn secp256k1_ec_pubkey_serialize(cx: *const Context, output: *const c_uchar, [INFO] [stdout] 154 | | out_len: *mut usize, pk: *const PublicKey, [INFO] [stdout] 155 | | compressed: c_uint) [INFO] [stdout] 156 | | -> c_int; [INFO] [stdout] | |__________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:159:5 [INFO] [stdout] | [INFO] [stdout] 159 | / pub fn secp256k1_ecdsa_signature_parse_der(cx: *const Context, sig: *mut Signature, [INFO] [stdout] 160 | | input: *const c_uchar, in_len: usize) [INFO] [stdout] 161 | | -> c_int; [INFO] [stdout] | |________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:163:5 [INFO] [stdout] | [INFO] [stdout] 163 | / pub fn ecdsa_signature_parse_der_lax(cx: *const Context, sig: *mut Signature, [INFO] [stdout] 164 | | input: *const c_uchar, in_len: usize) [INFO] [stdout] 165 | | -> c_int; [INFO] [stdout] | |__________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:167:5 [INFO] [stdout] | [INFO] [stdout] 167 | / pub fn secp256k1_ecdsa_signature_serialize_der(cx: *const Context, output: *const c_uchar, [INFO] [stdout] 168 | | out_len: *mut usize, sig: *const Signature) [INFO] [stdout] 169 | | -> c_int; [INFO] [stdout] | |____________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:171:5 [INFO] [stdout] | [INFO] [stdout] 171 | / pub fn secp256k1_ecdsa_recoverable_signature_parse_compact(cx: *const Context, sig: *mut RecoverableSignature, [INFO] [stdout] 172 | | input64: *const c_uchar, recid: c_int) [INFO] [stdout] 173 | | -> c_int; [INFO] [stdout] | |________________________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:175:5 [INFO] [stdout] | [INFO] [stdout] 175 | / pub fn secp256k1_ecdsa_recoverable_signature_serialize_compact(cx: *const Context, output64: *const c_uchar, [INFO] [stdout] 176 | | recid: *mut c_int, sig: *const RecoverableSignature) [INFO] [stdout] 177 | | -> c_int; [INFO] [stdout] | |____________________________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:179:5 [INFO] [stdout] | [INFO] [stdout] 179 | / pub fn secp256k1_ecdsa_recoverable_signature_convert(cx: *const Context, sig: *mut Signature, [INFO] [stdout] 180 | | input: *const RecoverableSignature) [INFO] [stdout] 181 | | -> c_int; [INFO] [stdout] | |__________________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:183:5 [INFO] [stdout] | [INFO] [stdout] 183 | / pub fn secp256k1_ecdsa_signature_normalize(cx: *const Context, out_sig: *mut Signature, [INFO] [stdout] 184 | | in_sig: *const Signature) [INFO] [stdout] 185 | | -> c_int; [INFO] [stdout] | |________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:188:5 [INFO] [stdout] | [INFO] [stdout] 188 | / pub fn secp256k1_ecdsa_verify(cx: *const Context, [INFO] [stdout] 189 | | sig: *const Signature, [INFO] [stdout] 190 | | msg32: *const c_uchar, [INFO] [stdout] 191 | | pk: *const PublicKey) [INFO] [stdout] 192 | | -> c_int; [INFO] [stdout] | |___________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:194:5 [INFO] [stdout] | [INFO] [stdout] 194 | / pub fn secp256k1_ecdsa_sign(cx: *const Context, [INFO] [stdout] 195 | | sig: *mut Signature, [INFO] [stdout] 196 | | msg32: *const c_uchar, [INFO] [stdout] 197 | | sk: *const c_uchar, [INFO] [stdout] 198 | | noncefn: NonceFn, [INFO] [stdout] 199 | | noncedata: *const c_void) [INFO] [stdout] 200 | | -> c_int; [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:202:5 [INFO] [stdout] | [INFO] [stdout] 202 | / pub fn secp256k1_ecdsa_sign_recoverable(cx: *const Context, [INFO] [stdout] 203 | | sig: *mut RecoverableSignature, [INFO] [stdout] 204 | | msg32: *const c_uchar, [INFO] [stdout] 205 | | sk: *const c_uchar, [INFO] [stdout] 206 | | noncefn: NonceFn, [INFO] [stdout] 207 | | noncedata: *const c_void) [INFO] [stdout] 208 | | -> c_int; [INFO] [stdout] | |_____________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:210:5 [INFO] [stdout] | [INFO] [stdout] 210 | / pub fn secp256k1_ecdsa_recover(cx: *const Context, [INFO] [stdout] 211 | | pk: *mut PublicKey, [INFO] [stdout] 212 | | sig: *const RecoverableSignature, [INFO] [stdout] 213 | | msg32: *const c_uchar) [INFO] [stdout] 214 | | -> c_int; [INFO] [stdout] | |____________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:217:5 [INFO] [stdout] | [INFO] [stdout] 217 | / pub fn secp256k1_ec_seckey_verify(cx: *const Context, [INFO] [stdout] 218 | | sk: *const c_uchar) -> c_int; [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:220:5 [INFO] [stdout] | [INFO] [stdout] 220 | / pub fn secp256k1_ec_pubkey_create(cx: *const Context, pk: *mut PublicKey, [INFO] [stdout] 221 | | sk: *const c_uchar) -> c_int; [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:226:5 [INFO] [stdout] | [INFO] [stdout] 226 | / pub fn secp256k1_ec_privkey_tweak_add(cx: *const Context, [INFO] [stdout] 227 | | sk: *mut c_uchar, [INFO] [stdout] 228 | | tweak: *const c_uchar) [INFO] [stdout] 229 | | -> c_int; [INFO] [stdout] | |___________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:231:5 [INFO] [stdout] | [INFO] [stdout] 231 | / pub fn secp256k1_ec_pubkey_tweak_add(cx: *const Context, [INFO] [stdout] 232 | | pk: *mut PublicKey, [INFO] [stdout] 233 | | tweak: *const c_uchar) [INFO] [stdout] 234 | | -> c_int; [INFO] [stdout] | |__________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:236:5 [INFO] [stdout] | [INFO] [stdout] 236 | / pub fn secp256k1_ec_privkey_tweak_mul(cx: *const Context, [INFO] [stdout] 237 | | sk: *mut c_uchar, [INFO] [stdout] 238 | | tweak: *const c_uchar) [INFO] [stdout] 239 | | -> c_int; [INFO] [stdout] | |___________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:241:5 [INFO] [stdout] | [INFO] [stdout] 241 | / pub fn secp256k1_ec_pubkey_tweak_mul(cx: *const Context, [INFO] [stdout] 242 | | pk: *mut PublicKey, [INFO] [stdout] 243 | | tweak: *const c_uchar) [INFO] [stdout] 244 | | -> c_int; [INFO] [stdout] | |__________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:246:5 [INFO] [stdout] | [INFO] [stdout] 246 | / pub fn secp256k1_ec_pubkey_combine(cx: *const Context, [INFO] [stdout] 247 | | out: *mut PublicKey, [INFO] [stdout] 248 | | ins: *const *const PublicKey, [INFO] [stdout] 249 | | n: c_int) [INFO] [stdout] 250 | | -> c_int; [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:252:5 [INFO] [stdout] | [INFO] [stdout] 252 | / pub fn secp256k1_ecdh(cx: *const Context, [INFO] [stdout] 253 | | out: *mut SharedSecret, [INFO] [stdout] 254 | | point: *const PublicKey, [INFO] [stdout] 255 | | scalar: *const c_uchar, [INFO] [stdout] 256 | | hash_fn: EcdhHashFn, [INFO] [stdout] 257 | | data: *mut c_void) [INFO] [stdout] 258 | | -> c_int; [INFO] [stdout] | |___________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:260:5 [INFO] [stdout] | [INFO] [stdout] 260 | / pub fn secp256k1_ecdh_raw(cx: *const Context, [INFO] [stdout] 261 | | out: *mut SharedSecret, [INFO] [stdout] 262 | | point: *const PublicKey, [INFO] [stdout] 263 | | scalar: *const c_uchar) [INFO] [stdout] 264 | | -> c_int; [INFO] [stdout] | |_______________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/ffi.rs:266:5 [INFO] [stdout] | [INFO] [stdout] 266 | / pub fn secp256k1_ec_privkey_inverse(cx: *const Context, [INFO] [stdout] 267 | | out: *mut c_uchar, [INFO] [stdout] 268 | | scalar: *const c_uchar) [INFO] [stdout] 269 | | -> c_int; [INFO] [stdout] | |___________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 34 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tetsy-secp256k1 v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/key.rs:436:13 [INFO] [stdout] | [INFO] [stdout] 436 | ((hi as u64) << 32 | lo as u64) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 436 - ((hi as u64) << 32 | lo as u64) [INFO] [stdout] 436 + (hi as u64) << 32 | lo as u64 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/lib.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | #![crate_type = "rlib"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] note: attribute also specified here [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | #![crate_type = "lib"] [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] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/lib.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | #![crate_type = "dylib"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] note: attribute also specified here [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | #![crate_type = "lib"] [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] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:331:35 [INFO] [stdout] | [INFO] [stdout] 331 | f.write_str(error::Error::description(self)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.23s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/secp256k1-22f0990a72f8b370) [INFO] running `Command { std: "docker" "inspect" "5cd609b68306e2f5aa0a7b777fbbc6cc19d6a69e016407ef7df67862f7ef71ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5cd609b68306e2f5aa0a7b777fbbc6cc19d6a69e016407ef7df67862f7ef71ed", kill_on_drop: false }` [INFO] [stdout] 5cd609b68306e2f5aa0a7b777fbbc6cc19d6a69e016407ef7df67862f7ef71ed [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9805edd10d8362269d1a77668868a5d5208ca136717706b53f10547c296472a8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9805edd10d8362269d1a77668868a5d5208ca136717706b53f10547c296472a8", kill_on_drop: false }` [INFO] [stderr] warning: unused attribute [INFO] [stdout] [INFO] [stderr] --> src/lib.rs:24:1 [INFO] [stdout] running 35 tests [INFO] [stderr] | [INFO] [stderr] 24 | #![crate_type = "rlib"] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [INFO] [stderr] note: attribute also specified here [INFO] [stderr] --> src/lib.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | #![crate_type = "lib"] [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] [INFO] [stderr] warning: unused attribute [INFO] [stderr] --> src/lib.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | #![crate_type = "dylib"] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] | [INFO] [stderr] note: attribute also specified here [INFO] [stderr] --> src/lib.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | #![crate_type = "lib"] [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] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:331:35 [INFO] [stderr] | [INFO] [stderr] 331 | f.write_str(error::Error::description(self)) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a static [INFO] [stderr] --> src/ffi.rs:122:5 [INFO] [stderr] | [INFO] [stderr] 122 | pub static secp256k1_nonce_function_rfc6979: NonceFn; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:33:9 [INFO] [stderr] | [INFO] [stderr] 33 | #![warn(missing_docs)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a static [INFO] [stderr] --> src/ffi.rs:124:5 [INFO] [stderr] | [INFO] [stderr] 124 | pub static secp256k1_nonce_function_default: NonceFn; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a static [INFO] [stderr] --> src/ffi.rs:126:5 [INFO] [stderr] | [INFO] [stderr] 126 | pub static secp256k1_ecdh_hash_function_sha256: EcdhHashFn; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a static [INFO] [stderr] --> src/ffi.rs:128:5 [INFO] [stderr] | [INFO] [stderr] 128 | pub static secp256k1_ecdh_hash_function_default: EcdhHashFn; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a function [INFO] [stderr] --> src/ffi.rs:131:5 [INFO] [stderr] | [INFO] [stderr] 131 | pub fn secp256k1_context_create(flags: c_uint) -> *mut Context; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a function [INFO] [stderr] --> src/ffi.rs:133:5 [INFO] [stderr] | [INFO] [stderr] 133 | pub fn secp256k1_context_clone(cx: *mut Context) -> *mut Context; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a function [INFO] [stderr] --> src/ffi.rs:135:5 [INFO] [stderr] | [INFO] [stderr] 135 | pub fn secp256k1_context_destroy(cx: *mut Context); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a function [INFO] [stderr] --> src/ffi.rs:137:5 [INFO] [stderr] | [INFO] [stderr] 137 | / pub fn secp256k1_context_randomize(cx: *mut Context, [INFO] [stderr] 138 | | seed32: *const c_uchar) [INFO] [stderr] 139 | | -> c_int; [INFO] [stderr] | |________________________________________________^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a function [INFO] [stderr] --> src/ffi.rs:149:5 [INFO] [stderr] | [INFO] [stderr] 149 | / pub fn secp256k1_ec_pubkey_parse(cx: *const Context, pk: *mut PublicKey, [INFO] [stderr] 150 | | input: *const c_uchar, in_len: usize) [INFO] [stderr] 151 | | -> c_int; [INFO] [stderr] | |______________________________________________^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a function [INFO] [stderr] --> src/ffi.rs:153:5 [INFO] [stderr] | [INFO] [stderr] 153 | / pub fn secp256k1_ec_pubkey_serialize(cx: *const Context, output: *const c_uchar, [INFO] [stderr] 154 | | out_len: *mut usize, pk: *const PublicKey, [INFO] [stderr] 155 | | compressed: c_uint) [INFO] [stderr] 156 | | -> c_int; [INFO] [stderr] | |__________________________________________________^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a function [INFO] [stderr] --> src/ffi.rs:159:5 [INFO] [stderr] | [INFO] [stderr] 159 | / pub fn secp256k1_ecdsa_signature_parse_der(cx: *const Context, sig: *mut Signature, [INFO] [stderr] 160 | | input: *const c_uchar, in_len: usize) [INFO] [stderr] 161 | | -> c_int; [INFO] [stderr] | |________________________________________________________^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a function [INFO] [stderr] --> src/ffi.rs:163:5 [INFO] [stderr] | [INFO] [stderr] 163 | / pub fn ecdsa_signature_parse_der_lax(cx: *const Context, sig: *mut Signature, [INFO] [stderr] 164 | | input: *const c_uchar, in_len: usize) [INFO] [stderr] 165 | | -> c_int; [INFO] [stderr] | |__________________________________________________^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a function [INFO] [stderr] --> src/ffi.rs:167:5 [INFO] [stderr] | [INFO] [stderr] 167 | / pub fn secp256k1_ecdsa_signature_serialize_der(cx: *const Context, output: *const c_uchar, [INFO] [stderr] 168 | | out_len: *mut usize, sig: *const Signature) [INFO] [stderr] 169 | | -> c_int; [INFO] [stderr] | |____________________________________________________________^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a function [INFO] [stderr] --> src/ffi.rs:171:5 [INFO] [stderr] | [INFO] [stderr] 171 | / pub fn secp256k1_ecdsa_recoverable_signature_parse_compact(cx: *const Context, sig: *mut RecoverableSignature, [INFO] [stderr] 172 | | input64: *const c_uchar, recid: c_int) [INFO] [stderr] 173 | | -> c_int; [INFO] [stderr] | |________________________________________________________________________^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a function [INFO] [stderr] --> src/ffi.rs:175:5 [INFO] [stderr] | [INFO] [stderr] 175 | / pub fn secp256k1_ecdsa_recoverable_signature_serialize_compact(cx: *const Context, output64: *const c_uchar, [INFO] [stderr] 176 | | recid: *mut c_int, sig: *const RecoverableSignature) [INFO] [stderr] 177 | | -> c_int; [INFO] [stderr] | |____________________________________________________________________________^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a function [INFO] [stderr] --> src/ffi.rs:179:5 [INFO] [stderr] | [INFO] [stderr] 179 | / pub fn secp256k1_ecdsa_recoverable_signature_convert(cx: *const Context, sig: *mut Signature, [INFO] [stderr] 180 | | input: *const RecoverableSignature) [INFO] [stderr] 181 | | -> c_int; [INFO] [stderr] | |__________________________________________________________________^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a function [INFO] [stderr] --> src/ffi.rs:183:5 [INFO] [stderr] | [INFO] [stderr] 183 | / pub fn secp256k1_ecdsa_signature_normalize(cx: *const Context, out_sig: *mut Signature, [INFO] [stderr] 184 | | in_sig: *const Signature) [INFO] [stderr] 185 | | -> c_int; [INFO] [stderr] | |________________________________________________________^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a function [INFO] [stderr] --> src/ffi.rs:188:5 [INFO] [stderr] | [INFO] [stderr] 188 | / pub fn secp256k1_ecdsa_verify(cx: *const Context, [INFO] [stderr] 189 | | sig: *const Signature, [INFO] [stderr] 190 | | msg32: *const c_uchar, [INFO] [stderr] 191 | | pk: *const PublicKey) [INFO] [stderr] 192 | | -> c_int; [INFO] [stderr] | |___________________________________________^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a function [INFO] [stderr] --> src/ffi.rs:194:5 [INFO] [stderr] | [INFO] [stderr] 194 | / pub fn secp256k1_ecdsa_sign(cx: *const Context, [INFO] [stderr] 195 | | sig: *mut Signature, [INFO] [stderr] 196 | | msg32: *const c_uchar, [INFO] [stderr] 197 | | sk: *const c_uchar, [INFO] [stderr] 198 | | noncefn: NonceFn, [INFO] [stderr] 199 | | noncedata: *const c_void) [INFO] [stderr] 200 | | -> c_int; [INFO] [stderr] | |_________________________________________^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a function [INFO] [stderr] --> src/ffi.rs:202:5 [INFO] [stderr] | [INFO] [stderr] 202 | / pub fn secp256k1_ecdsa_sign_recoverable(cx: *const Context, [INFO] [stderr] 203 | | sig: *mut RecoverableSignature, [INFO] [stderr] 204 | | msg32: *const c_uchar, [INFO] [stderr] 205 | | sk: *const c_uchar, [INFO] [stderr] 206 | | noncefn: NonceFn, [INFO] [stderr] 207 | | noncedata: *const c_void) [INFO] [stderr] 208 | | -> c_int; [INFO] [stderr] | |_____________________________________________________^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a function [INFO] [stderr] --> src/ffi.rs:210:5 [INFO] [stderr] | [INFO] [stderr] 210 | / pub fn secp256k1_ecdsa_recover(cx: *const Context, [INFO] [stderr] 211 | | pk: *mut PublicKey, [INFO] [stderr] 212 | | sig: *const RecoverableSignature, [INFO] [stderr] 213 | | msg32: *const c_uchar) [INFO] [stderr] 214 | | -> c_int; [INFO] [stderr] | |____________________________________________^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a function [INFO] [stderr] --> src/ffi.rs:217:5 [INFO] [stderr] | [INFO] [stderr] 217 | / pub fn secp256k1_ec_seckey_verify(cx: *const Context, [INFO] [stderr] 218 | | sk: *const c_uchar) -> c_int; [INFO] [stderr] | |___________________________________________________________________^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a function [INFO] [stderr] --> src/ffi.rs:220:5 [INFO] [stderr] | [INFO] [stderr] 220 | / pub fn secp256k1_ec_pubkey_create(cx: *const Context, pk: *mut PublicKey, [INFO] [stderr] 221 | | sk: *const c_uchar) -> c_int; [INFO] [stderr] | |___________________________________________________________________^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a function [INFO] [stderr] --> src/ffi.rs:226:5 [INFO] [stderr] | [INFO] [stderr] 226 | / pub fn secp256k1_ec_privkey_tweak_add(cx: *const Context, [INFO] [stderr] 227 | | sk: *mut c_uchar, [INFO] [stderr] 228 | | tweak: *const c_uchar) [INFO] [stderr] 229 | | -> c_int; [INFO] [stderr] | |___________________________________________________^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a function [INFO] [stderr] --> src/ffi.rs:231:5 [INFO] [stderr] | [INFO] [stderr] 231 | / pub fn secp256k1_ec_pubkey_tweak_add(cx: *const Context, [INFO] [stderr] 232 | | pk: *mut PublicKey, [INFO] [stderr] 233 | | tweak: *const c_uchar) [INFO] [stderr] 234 | | -> c_int; [INFO] [stderr] | |__________________________________________________^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a function [INFO] [stderr] --> src/ffi.rs:236:5 [INFO] [stderr] | [INFO] [stderr] 236 | / pub fn secp256k1_ec_privkey_tweak_mul(cx: *const Context, [INFO] [stderr] 237 | | sk: *mut c_uchar, [INFO] [stderr] 238 | | tweak: *const c_uchar) [INFO] [stderr] 239 | | -> c_int; [INFO] [stderr] | |___________________________________________________^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a function [INFO] [stderr] --> src/ffi.rs:241:5 [INFO] [stderr] | [INFO] [stderr] 241 | / pub fn secp256k1_ec_pubkey_tweak_mul(cx: *const Context, [INFO] [stderr] 242 | | pk: *mut PublicKey, [INFO] [stderr] 243 | | tweak: *const c_uchar) [INFO] [stderr] 244 | | -> c_int; [INFO] [stderr] | |__________________________________________________^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a function [INFO] [stderr] --> src/ffi.rs:246:5 [INFO] [stderr] | [INFO] [stderr] 246 | / pub fn secp256k1_ec_pubkey_combine(cx: *const Context, [INFO] [stderr] 247 | | out: *mut PublicKey, [INFO] [stderr] 248 | | ins: *const *const PublicKey, [INFO] [stderr] 249 | | n: c_int) [INFO] [stderr] 250 | | -> c_int; [INFO] [stderr] | |________________________________________________^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a function [INFO] [stderr] --> src/ffi.rs:252:5 [INFO] [stderr] | [INFO] [stderr] 252 | / pub fn secp256k1_ecdh(cx: *const Context, [INFO] [stderr] 253 | | out: *mut SharedSecret, [INFO] [stderr] 254 | | point: *const PublicKey, [INFO] [stderr] 255 | | scalar: *const c_uchar, [INFO] [stderr] 256 | | hash_fn: EcdhHashFn, [INFO] [stderr] 257 | | data: *mut c_void) [INFO] [stderr] 258 | | -> c_int; [INFO] [stderr] | |___________________________________^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a function [INFO] [stderr] --> src/ffi.rs:260:5 [INFO] [stderr] | [INFO] [stderr] 260 | / pub fn secp256k1_ecdh_raw(cx: *const Context, [INFO] [stderr] 261 | | out: *mut SharedSecret, [INFO] [stderr] 262 | | point: *const PublicKey, [INFO] [stderr] 263 | | scalar: *const c_uchar) [INFO] [stderr] 264 | | -> c_int; [INFO] [stderr] | |_______________________________________^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a function [INFO] [stderr] --> src/ffi.rs:266:5 [INFO] [stderr] | [INFO] [stderr] 266 | / pub fn secp256k1_ec_privkey_inverse(cx: *const Context, [INFO] [stderr] 267 | | out: *mut c_uchar, [INFO] [stderr] 268 | | scalar: *const c_uchar) [INFO] [stderr] 269 | | -> c_int; [INFO] [stderr] | |___________________________________^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/key.rs:436:13 [INFO] [stderr] | [INFO] [stderr] 436 | ((hi as u64) << 32 | lo as u64) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 436 - ((hi as u64) << 32 | lo as u64) [INFO] [stderr] 436 + (hi as u64) << 32 | lo as u64 [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `tetsy-secp256k1` (lib) generated 34 warnings [INFO] [stderr] warning: `tetsy-secp256k1` (lib test) generated 4 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/secp256k1-22f0990a72f8b370) [INFO] [stdout] test key::test::pubkey_add ... ok [INFO] [stdout] test key::test::pubkey_from_slice ... ok [INFO] [stdout] test key::test::skey_inv ... ok [INFO] [stdout] test ecdh::tests::ecdh ... ok [INFO] [stdout] test key::test::test_debug_output ... ok [INFO] [stdout] test key::test::test_multiplication ... ok [INFO] [stdout] test key::test::test_addition ... ok [INFO] [stdout] test key::test::test_out_of_range ... ok [INFO] [stdout] test key::test::skey_from_slice ... ok [INFO] [stdout] test key::test::skey_mul ... ok [INFO] [stdout] test tests::recid_sanity_check ... ok [INFO] [stdout] test key::test::test_pubkey_serialize ... ok [INFO] [stdout] test ecdh::tests::ecdh_raw ... ok [INFO] [stdout] test key::test::keypair_slice_round_trip ... ok [INFO] [stdout] test key::test::invalid_secret_key ... ok [INFO] [stdout] test key::test::test_pubkey_from_bad_slice ... ok [INFO] [stdout] test tests::bad_recovery ... ok [INFO] [stdout] test tests::sign_and_verify_fail ... ok [INFO] [stdout] test tests::sign_with_recovery ... ok [INFO] [stdout] test tests::sign ... ok [INFO] [stdout] test tests::test_recov_id_conversion_between_i32 ... ok [INFO] [stdout] test tests::signature_lax_der ... ok [INFO] [stdout] test tests::invalid_pubkey ... ok [INFO] [stdout] test key::test::pubkey_mul ... ok [INFO] [stdout] test tests::test_recov_sig_serialize_compact ... ok [INFO] [stdout] test tests::sign_and_verify_extreme ... ok [INFO] [stdout] test key::test::test_add_exp_bad_context ... ok [INFO] [stdout] test tests::test_bad_slice ... ok [INFO] [stdout] test key::test::test_pubkey_from_slice_bad_context ... ok [INFO] [stdout] test tests::test_debug_output ... ok [INFO] [stdout] test tests::test_low_s ... ok [INFO] [stdout] test tests::capabilities ... ok [INFO] [stdout] test tests::signature_der_roundtrip ... ok [INFO] [stdout] test tests::sign_and_verify ... ok [INFO] [stdout] test key::test::pubkey_hash ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.70s [INFO] [stdout] [INFO] [stderr] Doc-tests secp256k1 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9805edd10d8362269d1a77668868a5d5208ca136717706b53f10547c296472a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9805edd10d8362269d1a77668868a5d5208ca136717706b53f10547c296472a8", kill_on_drop: false }` [INFO] [stdout] 9805edd10d8362269d1a77668868a5d5208ca136717706b53f10547c296472a8