Wed, 04 Feb 2026 06:02:38 CST | login

Information for build perl-Test-MemoryGrowth-0.04-2.oc9

ID39640
Package Nameperl-Test-MemoryGrowth
Version0.04
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/perl-Test-MemoryGrowth.git?.#76d283a81a6686d9728b7398fe6f8ff353c46762
SummaryAssert that code does not cause growth in memory usage
DescriptionThis module provides a function to check that a given block of code does not result in the process consuming extra memory once it has finished. Despite the name of this module it does not, in the strictest sense of the word, test for a memory leak: that term is specifically applied to cases where memory has been allocated but all record of it has been lost, so it cannot possibly be reclaimed. While the method employed by this module can detect such bugs, it can also detect cases where memory is still referenced and reachable, but the usage has grown more than would be expected or necessary.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 13 Jun 2025 19:36:27 CST
CompletedFri, 13 Jun 2025 19:38:38 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/perl-Test-MemoryGrowth.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-Test-MemoryGrowth.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
perl-Test-MemoryGrowth-0.04-2.oc9.src.rpm (info) (download)
noarch
perl-Test-MemoryGrowth-0.04-2.oc9.noarch.rpm (info) (download)
Logs
noarch
dnf.rpm.log
dnf.librepo.log
mock_output.log
dnf.log
state.log
installed_pkgs.log
build.log
mock_config.log
hw_info.log
root.log
noarch_rpmdiff.json
Changelog * Wed Jun 11 2025 bbrucezhang <bbrucezhang@tencent.com> - 0.04-2 - Rebuilt for loongarch64 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.04-1 - initial build