Information for build golang-github-bugsnag-panicwrap-1.3.4-4.rv64.fc41

ID57300
Package Namegolang-github-bugsnag-panicwrap
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version1.3.4
Release4.rv64.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/forks/imbearchild/rpms/golang-github-bugsnag-panicwrap.git#90aef3cc85212a31936532f2f7b2c20db581d00e
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 byzhangwenyu
State complete
Volume DEFAULT
StartedSun, 16 Jun 2024 18:12:24 CST
CompletedSun, 16 Jun 2024 18:25:21 CST
Taskbuild (f41, /forks/imbearchild/rpms/golang-github-bugsnag-panicwrap.git:90aef3cc85212a31936532f2f7b2c20db581d00e)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/forks/imbearchild/rpms/golang-github-bugsnag-panicwrap.git#90aef3cc85212a31936532f2f7b2c20db581d00e'}}
Tags
f41
RPMs
src
golang-github-bugsnag-panicwrap-1.3.4-4.rv64.fc41.src.rpm (info) (download)
noarch
golang-github-bugsnag-panicwrap-devel-1.3.4-4.rv64.fc41.noarch.rpm (info) (download)
Logs
riscv64
hw_info.log
build.log
installed_pkgs.log
root.log
state.log
mock_output.log
noarch_rpmdiff.json
Changelog * Sun Jun 16 2024 Nianqing Yao <imbearchild@outlook.com> - 1.3.4-4.rv64 - Fix build on riscv64 * Thu Mar 07 2024 Alejandro Sáez <asm@redhat.com> - 1.3.4-3 - Update patches * Thu Mar 07 2024 Packit <hello@packit.dev> - 1.3.4-1 - New release 1.3.4 * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jun 17 2022 Robert-André Mauchin <zebob.m@gmail.com> - 1.3.2-4 - Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191, CVE-2022-29526, CVE-2022-30629