Mock Version: 1.4.13 Mock Version: 1.4.13 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/R-ellipsis.spec'], chrootPath='/var/lib/mock/f29-build-15349721-1101969/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/R-ellipsis.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/R-ellipsis-0.1.0-1.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/R-ellipsis.spec'], chrootPath='/var/lib/mock/f29-build-15349721-1101969/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/R-ellipsis.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.57nRSP + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ellipsis + /usr/bin/mkdir -p ellipsis + cd ellipsis + /usr/bin/gzip -dc /builddir/build/SOURCES/ellipsis_0.1.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i 's/covr, //g' ellipsis/DESCRIPTION + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.aPikmw + umask 022 + cd /builddir/build/BUILD + cd ellipsis + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.RF69td + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/R-ellipsis-0.1.0-1.fc29.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/R-ellipsis-0.1.0-1.fc29.arm BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/R-ellipsis-0.1.0-1.fc29.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/R-ellipsis-0.1.0-1.fc29.arm + cd ellipsis + mkdir -p /builddir/build/BUILDROOT/R-ellipsis-0.1.0-1.fc29.arm/usr/lib/R/library + /usr/bin/R CMD INSTALL -l /builddir/build/BUILDROOT/R-ellipsis-0.1.0-1.fc29.arm/usr/lib/R/library ellipsis BUILDSTDERR: * installing *source* package 'ellipsis' ... file 'DESCRIPTION' has the wrong MD5 checksum BUILDSTDERR: ** libs gcc -I"/usr/include/R" -DNDEBUG -I/usr/local/include -fpic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard -c dots.c -o dots.o BUILDSTDERR: dots.c: In function 'ellipsis_dots': BUILDSTDERR: dots.c:42:33: warning: '%i' directive output may be truncated writing between 1 and 10 bytes into a region of size 8 [-Wformat-truncation=] BUILDSTDERR: snprintf(buffer, 10, "..%i", i + 1); BUILDSTDERR: ^~ BUILDSTDERR: dots.c:42:30: note: directive argument in the range [1, 2147483647] BUILDSTDERR: snprintf(buffer, 10, "..%i", i + 1); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from /usr/include/R/R.h:56, BUILDSTDERR: from dots.c:3: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 4 and 13 bytes into a destination of size 10 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -I"/usr/include/R" -DNDEBUG -I/usr/local/include -fpic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard -c init.c -o init.o gcc -shared -L/usr/lib/R/lib -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o ellipsis.so dots.o init.o -L/usr/lib/R/lib -lR BUILDSTDERR: installing to /builddir/build/BUILDROOT/R-ellipsis-0.1.0-1.fc29.arm/usr/lib/R/library/ellipsis/libs BUILDSTDERR: ** R BUILDSTDERR: ** byte-compile and prepare package for lazy loading BUILDSTDERR: ** help BUILDSTDERR: *** installing help indices converting help for package 'ellipsis' BUILDSTDERR: finding HTML links ... done check_dots_unnamed html check_dots_used html safe_median html BUILDSTDERR: ** building package indices BUILDSTDERR: ** testing if installed package can be loaded BUILDSTDERR: * DONE (ellipsis) + test -d ellipsis/src + cd ellipsis/src + rm -f dots.o init.o ellipsis.so + rm -f /builddir/build/BUILDROOT/R-ellipsis-0.1.0-1.fc29.arm/usr/lib/R/library/R.css + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.1.0-1.fc29 --unique-debug-suffix -0.1.0-1.fc29.arm --unique-debug-src-base R-ellipsis-0.1.0-1.fc29.arm --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/ellipsis explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/R-ellipsis-0.1.0-1.fc29.arm/usr/lib/R/library/ellipsis/libs/ellipsis.so extracting debug info from /builddir/build/BUILDROOT/R-ellipsis-0.1.0-1.fc29.arm/usr/lib/R/library/ellipsis/libs/ellipsis.so /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. BUILDSTDERR: 5 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.X85GNh + umask 022 + cd /builddir/build/BUILD + cd ellipsis + /usr/bin/R CMD check ellipsis * using log directory '/builddir/build/BUILD/ellipsis/ellipsis.Rcheck' * using R version 3.5.2 (2018-12-20) * using platform: armv7hl-redhat-linux-gnu (32-bit) * using session charset: ASCII * checking for file 'ellipsis/DESCRIPTION' ... OK * this is package 'ellipsis' version '0.1.0' * package encoding: UTF-8 * checking package namespace information ... OK BUILDSTDERR: * checking package dependencies ...Warning: unable to access index for repository https://CRAN.R-project.org/src/contrib: BUILDSTDERR: cannot open URL 'https://CRAN.R-project.org/src/contrib/PACKAGES' BUILDSTDERR: Warning: unable to access index for repository https://bioconductor.org/packages/3.8/bioc/src/contrib: BUILDSTDERR: cannot open URL 'https://bioconductor.org/packages/3.8/bioc/src/contrib/PACKAGES' BUILDSTDERR: Warning: unable to access index for repository https://bioconductor.org/packages/3.8/data/annotation/src/contrib: BUILDSTDERR: cannot open URL 'https://bioconductor.org/packages/3.8/data/annotation/src/contrib/PACKAGES' BUILDSTDERR: Warning: unable to access index for repository https://bioconductor.org/packages/3.8/data/experiment/src/contrib: BUILDSTDERR: cannot open URL 'https://bioconductor.org/packages/3.8/data/experiment/src/contrib/PACKAGES' OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package 'ellipsis' can be installed ... WARNING Found the following significant warnings: dots.c:42:33: warning: '%i' directive output may be truncated writing between 1 and 10 bytes into a region of size 8 [-Wformat-truncation=] See '/builddir/build/BUILD/ellipsis/ellipsis.Rcheck/00install.out' for details. * checking installed package size ... OK * checking package directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking R files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking compiled code ... OK * checking examples ... WARNING checking a package with encoding 'UTF-8' in an ASCII locale * checking for unstated dependencies in 'tests' ... OK * checking tests ... BUILDSTDERR: Running 'testthat.R' OK * checking PDF version of manual ... OK * DONE Status: 2 WARNINGs BUILDSTDERR: See BUILDSTDERR: '/builddir/build/BUILD/ellipsis/ellipsis.Rcheck/00check.log' BUILDSTDERR: for details. + exit 0 Processing files: R-ellipsis-0.1.0-1.fc29.armv7hl Provides: R-ellipsis = 0.1.0-1.fc29 R-ellipsis(armv7hl-32) = 0.1.0-1.fc29 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) libR.so libc.so.6 libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) rtld(GNU_HASH) Processing files: R-ellipsis-debugsource-0.1.0-1.fc29.armv7hl Provides: R-ellipsis-debugsource = 0.1.0-1.fc29 R-ellipsis-debugsource(armv7hl-32) = 0.1.0-1.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: R-ellipsis-debuginfo-0.1.0-1.fc29.armv7hl Provides: R-ellipsis-debuginfo = 0.1.0-1.fc29 R-ellipsis-debuginfo(armv7hl-32) = 0.1.0-1.fc29 debuginfo(build-id) = fd16f07fc864cdd10e54e8161968cff47c5acd19 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: R-ellipsis-debugsource(armv7hl-32) = 0.1.0-1.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/R-ellipsis-0.1.0-1.fc29.arm Wrote: /builddir/build/RPMS/R-ellipsis-0.1.0-1.fc29.armv7hl.rpm Wrote: /builddir/build/RPMS/R-ellipsis-debugsource-0.1.0-1.fc29.armv7hl.rpm Wrote: /builddir/build/RPMS/R-ellipsis-debuginfo-0.1.0-1.fc29.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.X2ZjU3 + umask 022 + cd /builddir/build/BUILD + cd ellipsis + /usr/bin/rm -rf /builddir/build/BUILDROOT/R-ellipsis-0.1.0-1.fc29.arm + exit 0 Child return code was: 0