Mock Version: 1.2.13 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/perl-Time-y2038.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-8fb8ec67a2ec4835f538fe704e7fd94b3c810f43/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/perl-Time-y2038.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/perl-Time-y2038-20100403-3.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/perl-Time-y2038.spec '], chrootPath='/var/lib/mock/epel-1-armhfp-8fb8ec67a2ec4835f538fe704e7fd94b3c810f43/root'shell=Falseuid=996env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/perl-Time-y2038.spec '] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.PYu3iE + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Time-y2038-20100403 + /usr/bin/gzip -dc /builddir/build/SOURCES/Time-y2038-20100403.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Time-y2038-20100403 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.owAKLa + umask 022 + cd /builddir/build/BUILD + cd Time-y2038-20100403 + perl Build.PL installdirs=vendor 'optimize=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Time-y2038' version '20100403' + ./Build Probing time.h capabilities. You may see some C errors, that's ok. Building Time-y2038 try.c: In function 'main': try.c:6:9: warning: variable 'offset' set but not used [-Wunused-but-set-variable] int offset; ^ try.c: In function 'main': try.c:9:10: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] zone = date->tm_zone; ^ try.c:6:11: warning: variable 'zone' set but not used [-Wunused-but-set-variable] char *zone; ^ Building a program to test the range of your system time functions... armv7hl-redhat-linux-gnueabi-gcc -Iy2038 -I/usr/lib/perl5/CORE -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -o check_max.o check_max.c check_max.c: In function 'guess_time_limits_from_types': check_max.c:176:13: warning: overflow in implicit constant conversion [-Woverflow] Time_Max = 67768036160140799LL; ^ check_max.c:177:13: warning: overflow in implicit constant conversion [-Woverflow] Time_Min = -67768036191676800LL; ^ check_max.c:181:13: warning: overflow in implicit constant conversion [-Woverflow] Time_Max = 9223372036854775807LL; ^ check_max.c:182:13: warning: overflow in implicit constant conversion [-Woverflow] Time_Min = -9223372036854775807LL; ^ check_max.c:186:9: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'unsigned int' [-Wformat=] printf("Weird sizeof(time_t): %ld\n", sizeof(time_t)); ^ armv7hl-redhat-linux-gnueabi-gcc -fstack-protector -L/usr/local/lib -o check_max check_max.o and running it... Done. gmtime_max: 2147483647 gmtime_min: -2147483648 localtime_max: 2147483647 localtime_min: -2147483648 mktime_max_tm_gmtoff: 0 mktime_max_tm_hour: 3 mktime_max_tm_isdst: 0 mktime_max_tm_mday: 19 mktime_max_tm_min: 14 mktime_max_tm_mon: 0 mktime_max_tm_sec: 7 mktime_max_tm_wday: 2 mktime_max_tm_yday: 18 mktime_max_tm_year: 138 mktime_max_tm_zone: UTC mktime_min_tm_gmtoff: 0 mktime_min_tm_hour: 20 mktime_min_tm_isdst: 0 mktime_min_tm_mday: 13 mktime_min_tm_min: 45 mktime_min_tm_mon: 11 mktime_min_tm_sec: 52 mktime_min_tm_wday: 5 mktime_min_tm_yday: 346 mktime_min_tm_year: 1 mktime_min_tm_zone: UTC timegm_max_tm_gmtoff: 0 timegm_max_tm_hour: 3 timegm_max_tm_isdst: 0 timegm_max_tm_mday: 19 timegm_max_tm_min: 14 timegm_max_tm_mon: 0 timegm_max_tm_sec: 7 timegm_max_tm_wday: 2 timegm_max_tm_yday: 18 timegm_max_tm_year: 138 timegm_max_tm_zone: GMT timegm_min_tm_gmtoff: 0 timegm_min_tm_hour: 20 timegm_min_tm_isdst: 0 timegm_min_tm_mday: 13 timegm_min_tm_min: 45 timegm_min_tm_mon: 11 timegm_min_tm_sec: 52 timegm_min_tm_wday: 5 timegm_min_tm_yday: 346 timegm_min_tm_year: 1 timegm_min_tm_zone: GMT armv7hl-redhat-linux-gnueabi-gcc -Iy2038 -Iy2038 -I/usr/lib/perl5/CORE -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -o y2038/time64.o y2038/time64.c y2038/time64.c: In function 'copy_tm_to_TM64': y2038/time64.c:416:32: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] dest->tm_zone = src->tm_zone; ^ y2038/time64.c: In function 'localtime64_r': y2038/time64.c:687:5: warning: this decimal constant is unsigned only in ISO C90 [enabled by default] if( SHOULD_USE_SYSTEM_LOCALTIME(*time) ) { ^ armv7hl-redhat-linux-gnueabi-gcc -Iy2038 -Iy2038 -I/usr/lib/perl5/CORE -DXS_VERSION="20100403" -DVERSION="20100403" -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -o lib/Time/y2038.o lib/Time/y2038.c ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Time/y2038/y2038.bs') armv7hl-redhat-linux-gnueabi-gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-z,relro -L/usr/local/lib -o blib/arch/auto/Time/y2038/y2038.so lib/Time/y2038.o y2038/time64.o + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.MjRec1 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Time-y2038-20100403-3.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Time-y2038-20100403-3.el7.arm ++ dirname /builddir/build/BUILDROOT/perl-Time-y2038-20100403-3.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Time-y2038-20100403-3.el7.arm + cd Time-y2038-20100403 + ./Build install destdir=/builddir/build/BUILDROOT/perl-Time-y2038-20100403-3.el7.arm create_packlist=0 Building Time-y2038 Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-Time-y2038-20100403-3.el7.arm/usr/lib/perl5/vendor_perl/auto/Time/y2038/y2038.bs Installing /builddir/build/BUILDROOT/perl-Time-y2038-20100403-3.el7.arm/usr/lib/perl5/vendor_perl/auto/Time/y2038/y2038.so Installing /builddir/build/BUILDROOT/perl-Time-y2038-20100403-3.el7.arm/usr/lib/perl5/vendor_perl/Time/y2038.pm Installing /builddir/build/BUILDROOT/perl-Time-y2038-20100403-3.el7.arm/usr/lib/perl5/vendor_perl/Time/y2038/Everywhere.pm Installing /builddir/build/BUILDROOT/perl-Time-y2038-20100403-3.el7.arm/usr/share/man/man3/Time::y2038.3pm Installing /builddir/build/BUILDROOT/perl-Time-y2038-20100403-3.el7.arm/usr/share/man/man3/Time::y2038::Everywhere.3pm + find /builddir/build/BUILDROOT/perl-Time-y2038-20100403-3.el7.arm -type f -name '*.bs' -a -size 0 -exec rm -f '{}' ';' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-Time-y2038-20100403-3.el7.arm + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/Time-y2038-20100403 extracting debug info from /builddir/build/BUILDROOT/perl-Time-y2038-20100403-3.el7.arm/usr/lib/perl5/vendor_perl/auto/Time/y2038/y2038.so dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 88 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.xgsP8E + umask 022 + cd /builddir/build/BUILD + cd Time-y2038-20100403 + ./Build test t/everywhere.t ... ok t/localtimetz.t .. ok t/time.t ......... ok t/timegm.t ....... ok All tests successful. Files=4, Tests=83, 132 wallclock secs ( 0.14 usr 0.02 sys + 131.26 cusr 0.00 csys = 131.42 CPU) Result: PASS + exit 0 Processing files: perl-Time-y2038-20100403-3.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.NFigqP + umask 022 + cd /builddir/build/BUILD + cd Time-y2038-20100403 + DOCDIR=/builddir/build/BUILDROOT/perl-Time-y2038-20100403-3.el7.arm/usr/share/doc/perl-Time-y2038-20100403 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Time-y2038-20100403-3.el7.arm/usr/share/doc/perl-Time-y2038-20100403 + cp -pr Changes /builddir/build/BUILDROOT/perl-Time-y2038-20100403-3.el7.arm/usr/share/doc/perl-Time-y2038-20100403 + exit 0 Provides: perl(Time::y2038) = 20100403 perl(Time::y2038::Everywhere) = 20100403 perl-Time-y2038 = 20100403-3.el7 perl-Time-y2038(armv7hl-32) = 20100403-3.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) perl(Exporter) perl(Time::y2038) perl(XSLoader) perl(base) perl(strict) perl(warnings) rtld(GNU_HASH) Processing files: perl-Time-y2038-debuginfo-20100403-3.el7.armv7hl Provides: perl-Time-y2038-debuginfo = 20100403-3.el7 perl-Time-y2038-debuginfo(armv7hl-32) = 20100403-3.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Time-y2038-20100403-3.el7.arm Wrote: /builddir/build/RPMS/perl-Time-y2038-20100403-3.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/perl-Time-y2038-debuginfo-20100403-3.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.btYqgu + umask 022 + cd /builddir/build/BUILD + cd Time-y2038-20100403 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-Time-y2038-20100403-3.el7.arm + exit 0 Child return code was: 0 LEAVE do -->