Tue, 27 Jan 2026 00:52:29 CST | login

Information for build golang-github-bugsnag-panicwrap-1.3.4-3.oc9

ID44092
Package Namegolang-github-bugsnag-panicwrap
Version1.3.4
Release3.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/golang-github-bugsnag-panicwrap.git?.#9c71ffc3c8635bedf8a6f1531f2320d17ef3153d
SummaryGo library for catching and handling panics in Go applications
Description Panicwrap is a Go library that re-executes a Go binary and monitors stderr output from the binary for a panic. When it find a panic, it executes a user-defined handler function. Stdout, stderr, stdin, signals, and exit codes continue to work as normal, making the existence of panicwrap mostly invisble to the end user until a panic actually occurs. Since a panic is truly a bug in the program meant to crash the runtime, globally catching panics within Go applications is not supposed to be possible. Despite this, it is often useful to have a way to know when panics occur. panicwrap allows you to do something with these panics, such as writing them to a file, so that you can track when panics occur. Panicwrap is not a panic recovery system. Panics indicate serious problems with your application and should crash the runtime. panicwrap is just meant as a way to monitor for panics. If you still think this is the worst idea ever, read the section below on why.
Built byepol-bot
State complete
Volume DEFAULT
StartedWed, 03 Sep 2025 10:22:11 CST
CompletedWed, 03 Sep 2025 10:28:56 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/golang-github-bugsnag-panicwrap.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/golang-github-bugsnag-panicwrap.git?.#origin/master'}}
Tags
epol9-test-compose
RPMs
src
golang-github-bugsnag-panicwrap-1.3.4-3.oc9.src.rpm (info) (download)
noarch
golang-github-bugsnag-panicwrap-devel-1.3.4-3.oc9.noarch.rpm (info) (download)
Logs
x86_64
build.log
mock_output.log
dnf.rpm.log
installed_pkgs.log
hw_info.log
state.log
dnf.log
mock_config.log
dnf.librepo.log
root.log
noarch_rpmdiff.json
aarch64
installed_pkgs.log
state.log
dnf.librepo.log
hw_info.log
build.log
mock_output.log
mock_config.log
dnf.log
dnf.rpm.log
root.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 Aug 29 2025 Huang Yang <huangyang@loongson.cn> - 1.3.4-3 - [Type] bugfix - [DESC] add loong64 support * Sat Jun 07 2025 bbrucezhang <bbrucezhang@tencent.com> - 1.3.4-2 - Rebuilt for loongarch64 * Mon Aug 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - -1 - initial build