Skip to content

Remove support for verifying scrypt-based k2 pow #393

Remove support for verifying scrypt-based k2 pow

Remove support for verifying scrypt-based k2 pow #393

Triggered via pull request June 22, 2023 09:30
Status Success
Total duration 11m 38s
Artifacts 10
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Matrix: Test Suite
Matrix: Build library
Publish release
0s
Publish release
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
unused return value of `std::boxed::Box::<T>::from_raw` that must be used: ffi/src/post_impl.rs#L142
warning: unused return value of `std::boxed::Box::<T>::from_raw` that must be used --> ffi/src/post_impl.rs:142:14 | 142 | unsafe { Box::from_raw(verifier) }; | ^^^^^^^^^^^^^^^^^^^^^^^ | = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box` help: use `let _ = ...` to ignore the resulting value | 142 | unsafe { let _ = Box::from_raw(verifier); }; | +++++++ +
unused return value of `std::boxed::Box::<T>::from_raw` that must be used: ffi/src/initialization.rs#L205
warning: unused return value of `std::boxed::Box::<T>::from_raw` that must be used --> ffi/src/initialization.rs:205:14 | 205 | unsafe { Box::from_raw(initializer as *mut InitializerWrapper) }; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box` = note: `#[warn(unused_must_use)]` on by default help: use `let _ = ...` to ignore the resulting value | 205 | unsafe { let _ = Box::from_raw(initializer as *mut InitializerWrapper); }; | +++++++ +

Artifacts

Produced during runtime
Name Size
libpost-linux Expired
12.7 MB
libpost-linux-arm64 Expired
13.6 MB
libpost-macos Expired
9.2 MB
libpost-macos-m1 Expired
9.28 MB
libpost-windows Expired
10.1 MB
profiler-linux Expired
7.02 MB
profiler-linux-arm64 Expired
7.23 MB
profiler-macos Expired
2.8 MB
profiler-macos-m1 Expired
2.73 MB
profiler-windows Expired
2.15 MB