Tue, 03 Feb 2026 14:03:39 CST | login

Information for build perl-Test-LeakTrace-0.17-7.oc9

ID39639
Package Nameperl-Test-LeakTrace
Version0.17
Release7.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/perl-Test-LeakTrace.git?.#b6328f6c1a414319ea8544265b173c15f5f4314a
SummaryTrace memory leaks
DescriptionTest::LeakTrace provides several functions that trace memory leaks. This module scans arenas, the memory allocation system, so it can detect any leaked SVs in given blocks. Leaked SVs are SVs that are not released after the end of the scope they have been created. These SVs include global variables and internal caches. For example, if you call a method in a tracing block, perl might prepare a cache for the method. Thus, to trace true leaks, no_leaks_ok() and leaks_cmp_ok() executes a block more than once.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 13 Jun 2025 19:35:48 CST
CompletedFri, 13 Jun 2025 19:39:07 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/perl-Test-LeakTrace.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-Test-LeakTrace.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
perl-Test-LeakTrace-0.17-7.oc9.src.rpm (info) (download)
aarch64
perl-Test-LeakTrace-0.17-7.oc9.aarch64.rpm (info) (download)
perl-Test-LeakTrace-debuginfo-0.17-7.oc9.aarch64.rpm (info) (download)
perl-Test-LeakTrace-debugsource-0.17-7.oc9.aarch64.rpm (info) (download)
loongarch64
perl-Test-LeakTrace-0.17-7.oc9.loongarch64.rpm (info) (download)
perl-Test-LeakTrace-debuginfo-0.17-7.oc9.loongarch64.rpm (info) (download)
perl-Test-LeakTrace-debugsource-0.17-7.oc9.loongarch64.rpm (info) (download)
x86_64
perl-Test-LeakTrace-0.17-7.oc9.x86_64.rpm (info) (download)
perl-Test-LeakTrace-debuginfo-0.17-7.oc9.x86_64.rpm (info) (download)
perl-Test-LeakTrace-debugsource-0.17-7.oc9.x86_64.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
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
loongarch64
hw_info.log
state.log
build.log
root.log
installed_pkgs.log
mock_output.log
Changelog * Wed Jun 11 2025 bbrucezhang <bbrucezhang@tencent.com> - 0.17-7 - Rebuilt for loongarch64 * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.17-6 - Rebuilt for loongarch release * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.17-5 - Rebuilt for OpenCloudOS Stream 23.09 * Thu Aug 17 2023 Xiaojie Chen <jackxjchen@tencent.com> - 0.17-4 - Remove perl(:MODULE_COMPAT) which will be generated by perl-generators >= 1.15 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.17-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.17-2 - Rebuilt for OpenCloudOS Stream 23 * Wed Feb 15 2023 rockerzhu <rockerzhu@tencent.com> - 0.17-1 - Initial build