Sun, 25 Jan 2026 20:17:16 CST | login

Information for build rust-send_wrapper-0.6.0-2.oc9

ID42560
Package Namerust-send_wrapper
Version0.6.0
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/rust-send_wrapper.git?.#00980f61a89bac670f1b307453a970142f5a250c
SummaryWrapper type to allow moving non-Send types between threads
DescriptionThis Rust library implements a wrapper type called SendWrapper which allows you to move around non-Send types between threads, as long as you access the contained value only from within the original thread. You also have to make sure that the wrapper is dropped from within the original thread. If any of these constraints is violated, a panic occurs.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedSat, 14 Jun 2025 12:35:00 CST
CompletedSat, 14 Jun 2025 12:41:10 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/rust-send_wrapper.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/rust-send_wrapper.git?.#origin/master'}}
Tags
epol9-test-compose
RPMs
src
rust-send_wrapper-0.6.0-2.oc9.src.rpm (info) (download)
noarch
rust-send_wrapper+default-devel-0.6.0-2.oc9.noarch.rpm (info) (download)
rust-send_wrapper+futures-core-devel-0.6.0-2.oc9.noarch.rpm (info) (download)
rust-send_wrapper+futures-devel-0.6.0-2.oc9.noarch.rpm (info) (download)
rust-send_wrapper-devel-0.6.0-2.oc9.noarch.rpm (info) (download)
Logs
x86_64
mock_config.log
mock_output.log
build.log
hw_info.log
dnf.rpm.log
state.log
installed_pkgs.log
dnf.librepo.log
dnf.log
root.log
noarch_rpmdiff.json
aarch64
root.log
mock_config.log
dnf.rpm.log
hw_info.log
installed_pkgs.log
mock_output.log
dnf.log
state.log
build.log
dnf.librepo.log
noarch_rpmdiff.json
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Jun 13 2025 bbrucezhang <bbrucezhang@tencent.com> - 0.6.0-2 - Rebuilt for loongarch64 * Tue Jun 18 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.6.0-1 - initial build