>>> perl-time-hires: Building main/perl-time-hires 1.9764-r7 (using abuild 3.11.21-r0) started Mon, 25 Sep 2023 15:03:56 +0000 >>> perl-time-hires: Checking sanity of /home/buildozer/aports/main/perl-time-hires/APKBUILD... >>> perl-time-hires: Analyzing dependencies... >>> perl-time-hires: Installing for build: build-base perl perl-dev (1/8) Installing libbz2 (1.0.8-r6) (2/8) Installing perl (5.38.0-r0) (3/8) Installing perl-utils (5.38.0-r0) (4/8) Installing perl-dev (5.38.0-r0) (5/8) Installing .makedepends-perl-time-hires (20230925.150357) (6/8) Installing perl-error (0.17029-r2) (7/8) Installing perl-git (2.42.0-r0) (8/8) Installing git-perl (2.42.0-r0) Executing busybox-1.36.1-r8.trigger OK: 312 MiB in 110 packages >>> perl-time-hires: Cleaning up srcdir >>> perl-time-hires: Cleaning up pkgdir >>> perl-time-hires: Cleaning up tmpdir >>> perl-time-hires: Fetching https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/Time-HiRes-1.9764.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 109k 100 109k 0 0 3248k 0 --:--:-- --:--:-- --:--:-- 3320k >>> perl-time-hires: Fetching https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/Time-HiRes-1.9764.tar.gz >>> perl-time-hires: Checking sha512sums... Time-HiRes-1.9764.tar.gz: OK >>> perl-time-hires: Unpacking /var/cache/distfiles/Time-HiRes-1.9764.tar.gz... Configuring Time::HiRes... Using hints hints/linux.pl... Extra libraries: -lrt... Have syscall()... looking for syscall.h... found . Looking for gettimeofday()... found. Looking for setitimer()... found. Looking for getitimer()... found. You have interval timers (both setitimer and getitimer). Looking for ualarm()... found. Looking for usleep()... found. Looking for nanosleep()... believing $Config{d_nanosleep}... found. You can mix subsecond sleeps with signals, if you want to. (It's still not portable, though.) Looking for clockid_t... found. Looking for clock_gettime()... found. Looking for clock_getres()... found. Looking for clock_nanosleep()... found. Looking for clock()... found. Looking for working futimens()... found. Looking for working utimensat()... found. You seem to have subsecond timestamp setting. Looking for stat() subsecond timestamps... Trying struct stat st_atimespec.tv_nsec...NOT found. Trying struct stat st_atimensec...NOT found. Trying struct stat st_atime_n...NOT found. Trying struct stat st_atim.tv_nsec...found. Trying struct stat st_uatime...NOT found. You seem to have subsecond timestamp reading. (Your struct stat has them, but the filesystems must help.) Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Time::HiRes Writing MYMETA.yml and MYMETA.json Now you may issue 'make'. Do not forget also 'make test'. "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/home/buildozer/aports/main/perl-time-hires/src/Time-HiRes-1.9764/typemap' HiRes.xs > HiRes.xsc Running Mkbootstrap for HiRes () cp HiRes.pm blib/lib/Time/HiRes.pm chmod 644 "HiRes.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- HiRes.bs blib/arch/auto/Time/HiRes/HiRes.bs 644 mv HiRes.xsc HiRes.c cc -c -D_REENTRANT -D_GNU_SOURCE -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -DVERSION=\"1.9764\" -DXS_VERSION=\"1.9764\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" -DTIME_HIRES_NANOSLEEP -DTIME_HIRES_CLOCKID_T -DTIME_HIRES_CLOCK_GETTIME -DTIME_HIRES_CLOCK_GETRES -DTIME_HIRES_CLOCK_NANOSLEEP -DTIME_HIRES_CLOCK -DHAS_FUTIMENS -DHAS_UTIMENSAT -DTIME_HIRES_UTIME -DTIME_HIRES_STAT_XTIM -DTIME_HIRES_STAT=4 -DUSE_PPPORT_H HiRes.c HiRes.xs:48: warning: "PERL_VERSION_GE" redefined 48 | #define PERL_VERSION_GE(r,v,s) \ | In file included from /usr/lib/perl5/core_perl/CORE/perl.h:3327, from HiRes.xs:19: /usr/lib/perl5/core_perl/CORE/handy.h:578: note: this is the location of the previous definition 578 | # define PERL_VERSION_GE(j,n,p) (! PERL_VERSION_LT(j,n,p)) | HiRes.xs: In function 'XS_Time__HiRes_gettimeofday': HiRes.xs:1383:13: warning: 'Perl_dowantarray' is deprecated [-Wdeprecated-declarations] 1383 | if (GIMME == G_ARRAY) { | ^~ In file included from /usr/lib/perl5/core_perl/CORE/perl.h:6188: /usr/lib/perl5/core_perl/CORE/proto.h:1019:1: note: declared here 1019 | Perl_dowantarray(pTHX) | ^~~~~~~~~~~~~~~~ HiRes.xs: In function 'XS_Time__HiRes_setitimer': HiRes.xs:1440:13: warning: 'Perl_dowantarray' is deprecated [-Wdeprecated-declarations] 1440 | if (GIMME == G_ARRAY) { | ^~ /usr/lib/perl5/core_perl/CORE/proto.h:1019:1: note: declared here 1019 | Perl_dowantarray(pTHX) | ^~~~~~~~~~~~~~~~ HiRes.xs: In function 'XS_Time__HiRes_getitimer': HiRes.xs:1460:13: warning: 'Perl_dowantarray' is deprecated [-Wdeprecated-declarations] 1460 | if (GIMME == G_ARRAY) { | ^~ /usr/lib/perl5/core_perl/CORE/proto.h:1019:1: note: declared here 1019 | Perl_dowantarray(pTHX) | ^~~~~~~~~~~~~~~~ rm -f blib/arch/auto/Time/HiRes/HiRes.so cc -shared -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -L/usr/local/lib -fstack-protector-strong HiRes.o -o blib/arch/auto/Time/HiRes/HiRes.so \ -lrt \ chmod 755 blib/arch/auto/Time/HiRes/HiRes.so Manifying 1 pod document "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- HiRes.bs blib/arch/auto/Time/HiRes/HiRes.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/alarm.t ......... ok t/clock.t ......... ok t/gettimeofday.t .. ok t/itimer.t ........ ok t/nanosleep.t ..... ok t/sleep.t ......... ok t/stat.t .......... ok t/time.t .......... ok t/tv_interval.t ... ok t/ualarm.t ........ ok t/usleep.t ........ ok t/utime.t ......... ok All tests successful. Files=12, Tests=118, 29 wallclock secs ( 0.06 usr 0.01 sys + 12.11 cusr 1.39 csys = 13.57 CPU) Result: PASS >>> perl-time-hires: Entering fakeroot... "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- HiRes.bs blib/arch/auto/Time/HiRes/HiRes.bs 644 Manifying 1 pod document Appending installation info to /home/buildozer/aports/main/perl-time-hires/pkg/perl-time-hires/usr/lib/perl5/core_perl/perllocal.pod Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/buildozer/aports/main/perl-time-hires/pkg/perl-time-hires/usr/lib/perl5/vendor_perl/auto/Time/HiRes/HiRes.so Installing /home/buildozer/aports/main/perl-time-hires/pkg/perl-time-hires/usr/lib/perl5/vendor_perl/Time/HiRes.pm Installing /home/buildozer/aports/main/perl-time-hires/pkg/perl-time-hires/usr/share/man/man3/Time::HiRes.3pm >>> perl-time-hires*: Running postcheck for perl-time-hires >>> perl-time-hires*: Preparing package perl-time-hires... >>> perl-time-hires*: Stripping binaries >>> perl-time-hires*: Scanning shared objects >>> perl-time-hires*: Tracing dependencies... perl so:libc.musl-armv7.so.1 >>> perl-time-hires*: Package size: 96.0 KB >>> perl-time-hires*: Compressing data... >>> perl-time-hires*: Create checksum... >>> perl-time-hires*: Create perl-time-hires-1.9764-r7.apk >>> perl-time-hires: Build complete at Mon, 25 Sep 2023 15:04:35 +0000 elapsed time 0h 0m 39s >>> perl-time-hires: Cleaning up srcdir >>> perl-time-hires: Cleaning up pkgdir >>> perl-time-hires: Uninstalling dependencies... (1/8) Purging .makedepends-perl-time-hires (20230925.150357) (2/8) Purging perl-dev (5.38.0-r0) (3/8) Purging perl-utils (5.38.0-r0) (4/8) Purging git-perl (2.42.0-r0) (5/8) Purging perl-git (2.42.0-r0) (6/8) Purging perl-error (0.17029-r2) (7/8) Purging perl (5.38.0-r0) (8/8) Purging libbz2 (1.0.8-r6) Executing busybox-1.36.1-r8.trigger OK: 270 MiB in 102 packages >>> perl-time-hires: Updating the main/armv7 repository index... >>> perl-time-hires: Signing the index...