Information for build golang-uber-zap-1.26.0-1.oc9

ID30207
Package Namegolang-uber-zap
Version1.26.0
Release1.oc9
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/golang-uber-zap.git?.#883226fa0ad1be8aa277a77dc3c9f82b935b62d7
SummaryBlazing fast, structured, leveled logging in Go
DescriptionPackage Zap provides fast, structured, leveled logging. For applications that log in the hot path, reflection-based serialization and string formatting are prohibitively expensive - they're CPU-intensive and make many small allocations. Put differently, using json.Marshal and fmt.Fprintf to log tons of interface{} makes your application slow. Zap takes a different approach. It includes a reflection-free, zero-allocation JSON encoder, and the base Logger strives to avoid serialization overhead and allocations wherever possible. By building the high-level SugaredLogger on that foundation, zap lets users choose when they need to count every allocation and when they'd prefer a more familiar, loosely typed API.
Built byfanjunkong
State complete
Volume DEFAULT
StartedWed, 25 Sep 2024 10:53:27 CST
CompletedWed, 25 Sep 2024 10:56:22 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/golang-uber-zap.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/golang-uber-zap.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
golang-uber-zap-1.26.0-1.oc9.src.rpm (info) (download)
noarch
golang-uber-zap-devel-1.26.0-1.oc9.noarch.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Aug 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - -1 - initial build