D: [iurt_root_command] chroot
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
Installing /home/iurt/rpmbuild/SRPMS/apache-commons-exec-1.3-11.mga9.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.aNr5Mj
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf commons-exec-1.3-src
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/commons-exec-1.3-src.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd commons-exec-1.3-src
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ for file in LICENSE.txt NOTICE.txt RELEASE-NOTES.txt STATUS
+ sed -i.orig 's/\r//' LICENSE.txt
+ touch -r LICENSE.txt.orig LICENSE.txt
+ rm LICENSE.txt.orig
+ for file in LICENSE.txt NOTICE.txt RELEASE-NOTES.txt STATUS
+ sed -i.orig 's/\r//' NOTICE.txt
+ touch -r NOTICE.txt.orig NOTICE.txt
+ rm NOTICE.txt.orig
+ for file in LICENSE.txt NOTICE.txt RELEASE-NOTES.txt STATUS
+ sed -i.orig 's/\r//' RELEASE-NOTES.txt
+ touch -r RELEASE-NOTES.txt.orig RELEASE-NOTES.txt
+ rm RELEASE-NOTES.txt.orig
+ for file in LICENSE.txt NOTICE.txt RELEASE-NOTES.txt STATUS
+ sed -i.orig 's/\r//' STATUS
+ touch -r STATUS.orig STATUS
+ rm STATUS.orig
+ chmod a+x src/test/scripts/acrord32.sh src/test/scripts/environment.sh src/test/scripts/error.sh src/test/scripts/forever.sh src/test/scripts/invoker.sh src/test/scripts/ping.sh src/test/scripts/printargs.sh src/test/scripts/redirect.sh src/test/scripts/standalone.sh src/test/scripts/stdin.sh src/test/scripts/test.sh
+ find -name Exec57Test.java -delete
+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_xpath_set pom:properties/pom:maven.compiler.source 6
+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_xpath_set pom:properties/pom:maven.compiler.target 6
+ /usr/bin/python3 /usr/share/java-utils/mvn_file.py :commons-exec commons-exec apache-commons-exec
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ZVrR6S
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd commons-exec-1.3-src
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ /usr/bin/python3 /usr/share/java-utils/mvn_build.py --xmvn-javadoc -- -Dcommons.osgi.symbolicName=org.apache.commons.exec
Executing: xmvn --batch-mode --offline -Dcommons.osgi.symbolicName=org.apache.commons.exec verify org.fedoraproject.xmvn:xmvn-mojo:install org.fedoraproject.xmvn:xmvn-mojo:javadoc org.fedoraproject.xmvn:xmvn-mojo:builddep
['xmvn', '--batch-mode', '--offline', '-Dcommons.osgi.symbolicName=org.apache.commons.exec', 'verify', 'org.fedoraproject.xmvn:xmvn-mojo:install', 'org.fedoraproject.xmvn:xmvn-mojo:javadoc', 'org.fedoraproject.xmvn:xmvn-mojo:builddep']
[INFO] Scanning for projects...
[WARNING] The project org.apache.commons:commons-exec:jar:1.3 uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] 
[INFO] ------------------< org.apache.commons:commons-exec >-------------------
[INFO] Building Apache Commons Exec 1.3
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven-version) @ commons-exec ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ commons-exec ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-exec ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to /home/iurt/rpmbuild/BUILD/commons-exec-1.3-src/target/apidocs/META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (process-resource-bundles) @ commons-exec ---
[INFO] Skipping remote resources execution.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ commons-exec ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/iurt/rpmbuild/BUILD/commons-exec-1.3-src/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ commons-exec ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 32 source files to /home/iurt/rpmbuild/BUILD/commons-exec-1.3-src/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:4.2.1:manifest (bundle-manifest) @ commons-exec ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ commons-exec ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/iurt/rpmbuild/BUILD/commons-exec-1.3-src/src/test/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ commons-exec ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /home/iurt/rpmbuild/BUILD/commons-exec-1.3-src/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ commons-exec ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.commons.exec.CommandLineTest
testToStringTroubleshooting
cmd1: [sh, -c, echo 1]
cmd2: [sh, -c, echo, 1]
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s - in org.apache.commons.exec.CommandLineTest
[INFO] Running org.apache.commons.exec.LogOutputStreamTest
SHELL=/bin/bash
RPM_SOURCE_DIR=/home/iurt/rpmbuild/SOURCES
LESSCHARSET=koi8-r
HISTCONTROL=ignoredups
MAVEN_PROJECTBASEDIR=/home/iurt/rpmbuild/BUILD/commons-exec-1.3-src
PKG_CONFIG_PATH=:/usr/lib64/pkgconfig:/usr/share/pkgconfig
HISTSIZE=1000
HOSTNAME=
MAVEN_CMD_LINE_ARGS= --batch-mode --offline -Dcommons.osgi.symbolicName=org.apache.commons.exec verify org.fedoraproject.xmvn:xmvn-mojo:install org.fedoraproject.xmvn:xmvn-mojo:javadoc org.fedoraproject.xmvn:xmvn-mojo:builddep
JAVA_HOME=/usr/lib/jvm/java-11-openjdk
PWD=/home/iurt/rpmbuild/BUILD/commons-exec-1.3-src
LOGNAME=iurt
_=/usr/bin/env
RPM_ARCH=aarch64
HOME=/home/iurt
LANG=C
JAVACMD=/usr/lib/jvm/java-11-openjdk/bin/java
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.sh=01;32:*.csh=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.iso=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.JPG=01;35:*.JPEG=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.ico=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.divx=01;35:*.xvid=01;35:*.3gp=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.gem=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:*.mp2=00;36:*.mod=00;36:*.xm=00;36:*.s3m=00;36:*.it=00;36:*.wma=00;36:*~=47;30:*.bak=47;30:*.swp=47;30:*.bck=47;30:*.bk=47;30:*.old=47;30:*.tmp=47;30:*.save=47;30:*.rpmsave=47;30:*.rpmnew=47;30:
RPM_LD_FLAGS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags
TMPDIR=/tmp
RPM_PACKAGE_RELEASE=11.mga9
RPM_OS=linux
META_CLASS=download
TERM=screen.xterm-256color
LESSOPEN=|/usr/bin/lesspipe.sh %s
USER=iurt
SHLVL=2
RPM_BUILD_DIR=/home/iurt/rpmbuild/BUILD
INPUTRC=/etc/inputrc
LC_SOURCED=1
SYSTEMD_PAGER=/usr/bin/less -FR
RPM_OPT_FLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables
RPM_DOC_DIR=/usr/share/doc
RPM_PACKAGE_VERSION=1.3
NLSPATH=/usr/share/locale/%l/%N
TMP=/home/iurt/tmp/
PATH=/usr/local/bin:/usr/bin:/usr/local/games:/usr/games:/usr/local/sbin:/usr/sbin:/home/iurt/.local/bin:/home/iurt/bin
MAIL=/var/spool/mail/iurt
RPM_BUILD_NCPUS=8
RPM_PACKAGE_NAME=apache-commons-exec
RPM_BUILD_ROOT=/home/iurt/rpmbuild/BUILDROOT/apache-commons-exec-1.3-11.mga9.aarch64
OLDPWD=/home/iurt/rpmbuild/BUILD/commons-exec-1.3-src
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.commons.exec.LogOutputStreamTest
[INFO] Running org.apache.commons.exec.environment.EnvironmentUtilsTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.exec.environment.EnvironmentUtilsTest
[INFO] Running org.apache.commons.exec.DefaultExecutorTest
gdal_translate
HDF5:"/home/kk/grass/data/4404.he5"://HDFEOS/GRIDS/OMI_Column_Amount_O3/Data_Fields/ColumnAmountO3/home/kk/4.tif
FOO..
FOO..
[WARNING] Tests run: 30, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 42.5 s - in org.apache.commons.exec.DefaultExecutorTest
[INFO] Running org.apache.commons.exec.util.StringUtilTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.exec.util.StringUtilTest
[INFO] Running org.apache.commons.exec.util.MapUtilTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.exec.util.MapUtilTest
[INFO] Running org.apache.commons.exec.TutorialTest
[main] Preparing print job ...
[print] Executing blocking print job  ...
[acrord32] Printing the following document : "/Documents and Settings/foo.pdf"
[acrord32] Finished printing
[main] Successfully sent the print job ...
[main] Test is exiting but waiting for the print job to finish...
[main] The print job has finished ...
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.042 s - in org.apache.commons.exec.TutorialTest
[INFO] Running org.apache.commons.exec.StandAloneTest
mkdir: cannot create directory 'target/': File exists
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.commons.exec.StandAloneTest
[INFO] Running org.apache.commons.exec.issues.Exec60Test
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.052 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.039 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.042 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.042 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.044 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.042 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.045 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.042 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.042 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.035 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.041 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.042 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.049 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.043 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.042 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.036 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.042 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.047 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.043 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.037 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.044 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.046 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.038 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.040 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.043 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.041 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.039 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.042 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.042 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.043 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.043 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.034 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.037 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.038 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.037 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.057 ms

--- 127.0.0.1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1024ms
rtt min/avg/max/mdev = 0.037/0.047/0.057/0.010 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.043 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.042 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.084 ms

--- 127.0.0.1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1024ms
rtt min/avg/max/mdev = 0.042/0.063/0.084/0.021 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.045 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.050 ms

--- 127.0.0.1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1032ms
rtt min/avg/max/mdev = 0.045/0.047/0.050/0.002 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.037 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.056 ms

--- 127.0.0.1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1033ms
rtt min/avg/max/mdev = 0.037/0.046/0.056/0.009 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.045 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.060 ms

--- 127.0.0.1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1025ms
rtt min/avg/max/mdev = 0.045/0.052/0.060/0.007 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.047 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.052 ms

--- 127.0.0.1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1033ms
rtt min/avg/max/mdev = 0.047/0.049/0.052/0.002 ms
[ping.sh] Blocking for 2 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.044 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.058 ms

--- 127.0.0.1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1038ms
rtt min/avg/max/mdev = 0.044/0.051/0.058/0.007 ms
Processes terminated: 6 killed: 36 Multiplier: 1 MaxRetries: 180 Elapsed (avg ms): 1040
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 43.698 s - in org.apache.commons.exec.issues.Exec60Test
[INFO] Running org.apache.commons.exec.issues.Exec34Test
[ping.sh] Blocking for 10 seconds ...
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.040 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.057 ms
64 bytes from 127.0.0.1: icmp_seq=3 ttl=64 time=0.045 ms
64 bytes from 127.0.0.1: icmp_seq=4 ttl=64 time=0.055 ms
64 bytes from 127.0.0.1: icmp_seq=5 ttl=64 time=0.055 ms
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.226 s - in org.apache.commons.exec.issues.Exec34Test
[INFO] Running org.apache.commons.exec.issues.Exec44Test
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.001 s - in org.apache.commons.exec.issues.Exec44Test
[INFO] Running org.apache.commons.exec.issues.Exec41Test
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.059 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.049 ms
Process completed in 2004 millis; below is its output
Process timed out and was killed by watchdog.
org.apache.commons.exec.ExecuteException: Process exited with an error: 143 (Exit value: 143)
Process completed in 2003 millis; below is its output
Process timed out and was killed.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.009 s - in org.apache.commons.exec.issues.Exec41Test
[INFO] Running org.apache.commons.exec.issues.Exec49Test
Preparing to execute process - commandLine=[/bin/ls, /opt]
Process spun off successfully - process=/bin/ls
Preparing to execute process - commandLine=[/bin/ls, /opt]
Process spun off successfully - process=/bin/ls
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.apache.commons.exec.issues.Exec49Test
[INFO] Running org.apache.commons.exec.issues.Exec36Test
[WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.007 s - in org.apache.commons.exec.issues.Exec36Test
[INFO] Running org.apache.commons.exec.issues.Exec33Test
FOO..
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.exec.issues.Exec33Test
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 94, Failures: 0, Errors: 0, Skipped: 4
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ commons-exec ---
[INFO] Building jar: /home/iurt/rpmbuild/BUILD/commons-exec-1.3-src/target/commons-exec-1.3.jar
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ commons-exec ---
[INFO] Building jar: /home/iurt/rpmbuild/BUILD/commons-exec-1.3-src/target/commons-exec-1.3-tests.jar
[INFO] 
[INFO] ------------------< org.apache.commons:commons-exec >-------------------
[INFO] Building Apache Commons Exec 1.3
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- xmvn-mojo:3.1.0:install (default-cli) @ commons-exec ---
[INFO] 
[INFO] --- xmvn-mojo:3.1.0:javadoc (default-cli) @ commons-exec ---
[INFO] 
[INFO] --- xmvn-mojo:3.1.0:builddep (default-cli) @ commons-exec ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:14 min
[INFO] Finished at: 2021-09-10T13:40:43Z
[INFO] ------------------------------------------------------------------------
-----BEGIN MAVEN BUILD DEPENDENCIES-----
H4sIAAAAAAACA42RMQ+CMBCFd3/FyV7QvWLUicGJmLhWetYaem1KS/TfC6IRHYjje+/L3bscX99M
DS36RltaJct0kQBSZaUmtUoOJduUu6JI1vmMzxmDbdS1BIkOSXaYxgYUEnoRUMLpDsd9S8BYR4+Z
fAbwMe697AzlbXSFzK1XqXCiumBaWWMsNTx7ZwMpfNBnUYXOeBHMCY8UeDaKBhZvAak/JnfW8Owj
+w7Zd4m/OhnRIqWujkpPNntyTFDwkdiA/9b7f/81kg4Ty1751PiR6l/wAKpd6JDpAQAA
-----END MAVEN BUILD DEPENDENCIES-----
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.uZvxsb
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/apache-commons-exec-1.3-11.mga9.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/apache-commons-exec-1.3-11.mga9.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/apache-commons-exec-1.3-11.mga9.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/apache-commons-exec-1.3-11.mga9.aarch64
+ cd commons-exec-1.3-src
+ '[' 1 -eq 1 ']'
+ xmvn-install -R .xmvn-reactor -n apache-commons-exec -d /home/iurt/rpmbuild/BUILDROOT/apache-commons-exec-1.3-11.mga9.aarch64
[INFO] Installing artifact org.apache.commons:commons-exec:jar:1.3
[INFO] Installing artifact org.apache.commons:commons-exec:pom:1.3
[INFO] Installation successful
+ jdir=target/site/apidocs
+ '[' -d .xmvn/apidocs ']'
+ jdir=.xmvn/apidocs
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/apache-commons-exec-1.3-11.mga9.aarch64/usr/share/licenses
+ '[' -d .xmvn/apidocs ']'
+ install -dm755 /home/iurt/rpmbuild/BUILDROOT/apache-commons-exec-1.3-11.mga9.aarch64/usr/share/javadoc/apache-commons-exec
+ cp -pr .xmvn/apidocs/allclasses-index.html .xmvn/apidocs/allclasses.html .xmvn/apidocs/allpackages-index.html .xmvn/apidocs/args .xmvn/apidocs/constant-values.html .xmvn/apidocs/deprecated-list.html .xmvn/apidocs/element-list .xmvn/apidocs/help-doc.html .xmvn/apidocs/index-all.html .xmvn/apidocs/index.html .xmvn/apidocs/jquery .xmvn/apidocs/member-search-index.js .xmvn/apidocs/member-search-index.zip .xmvn/apidocs/org .xmvn/apidocs/overview-summary.html .xmvn/apidocs/overview-tree.html .xmvn/apidocs/package-search-index.js .xmvn/apidocs/package-search-index.zip .xmvn/apidocs/resources .xmvn/apidocs/script.js .xmvn/apidocs/search.js .xmvn/apidocs/serialized-form.html .xmvn/apidocs/stylesheet.css .xmvn/apidocs/type-search-index.js .xmvn/apidocs/type-search-index.zip /home/iurt/rpmbuild/BUILDROOT/apache-commons-exec-1.3-11.mga9.aarch64/usr/share/javadoc/apache-commons-exec
+ echo /usr/share/javadoc/apache-commons-exec
+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.3-11.mga9 --unique-debug-suffix -1.3-11.mga9.aarch64 --unique-debug-src-base apache-commons-exec-1.3-11.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/commons-exec-1.3-src

+ /usr/lib/rpm/check-buildroot
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/compress_files .xz
+ '[' -n '' ']'
+ /usr/share/spec-helper/relink_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_perl
+ '[' -n '' ']'
+ /usr/share/spec-helper/lib_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/gprintify
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_mo
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_pamd
+ '[' -n '' ']'
+ /usr/share/spec-helper/remove_info_dir
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_eol
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_desktop_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_elf_files
+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 0
+ /usr/lib/rpm/check-rpaths
+ /usr/lib/rpm/brp-remove-la-files
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Processing files: apache-commons-exec-1.3-11.mga9.noarch
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.isTTds
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd commons-exec-1.3-src
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/apache-commons-exec-1.3-11.mga9.aarch64/usr/share/doc/apache-commons-exec
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/apache-commons-exec-1.3-11.mga9.aarch64/usr/share/doc/apache-commons-exec
+ cp -pr STATUS /home/iurt/rpmbuild/BUILDROOT/apache-commons-exec-1.3-11.mga9.aarch64/usr/share/doc/apache-commons-exec
+ cp -pr RELEASE-NOTES.txt /home/iurt/rpmbuild/BUILDROOT/apache-commons-exec-1.3-11.mga9.aarch64/usr/share/doc/apache-commons-exec
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.gt229i
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd commons-exec-1.3-src
+ LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/apache-commons-exec-1.3-11.mga9.aarch64/usr/share/licenses/apache-commons-exec
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/apache-commons-exec-1.3-11.mga9.aarch64/usr/share/licenses/apache-commons-exec
+ cp -pr LICENSE.txt /home/iurt/rpmbuild/BUILDROOT/apache-commons-exec-1.3-11.mga9.aarch64/usr/share/licenses/apache-commons-exec
+ cp -pr NOTICE.txt /home/iurt/rpmbuild/BUILDROOT/apache-commons-exec-1.3-11.mga9.aarch64/usr/share/licenses/apache-commons-exec
+ RPM_EC=0
++ jobs -p
+ exit 0
[INFO maven.prov] input: ['/home/iurt/rpmbuild/BUILDROOT/apache-commons-exec-1.3-11.mga9.aarch64/usr/share/maven-metadata/apache-commons-exec.xml']
[INFO maven.prov] mvn(org.apache.commons:commons-exec) = 1.3, mvn(org.apache.commons:commons-exec:pom:) = 1.3
[INFO osgi.prov] input: ['/home/iurt/rpmbuild/BUILDROOT/apache-commons-exec-1.3-11.mga9.aarch64/usr/share/java/commons-exec.jar']
[INFO osgi.prov] osgi(org.apache.commons.exec) = 1.3.0
[INFO osgi.prov] input: ['/home/iurt/rpmbuild/BUILDROOT/apache-commons-exec-1.3-11.mga9.aarch64/usr/share/java/apache-commons-exec.jar']
[INFO maven.req] input: ['/home/iurt/rpmbuild/BUILDROOT/apache-commons-exec-1.3-11.mga9.aarch64/usr/share/maven-metadata/apache-commons-exec.xml']
[INFO maven.req] java-headless >= 1:1.6, javapackages-filesystem
[INFO osgi.req] input: ['/home/iurt/rpmbuild/BUILDROOT/apache-commons-exec-1.3-11.mga9.aarch64/usr/share/java/commons-exec.jar']
[INFO osgi.req] input: ['/home/iurt/rpmbuild/BUILDROOT/apache-commons-exec-1.3-11.mga9.aarch64/usr/share/java/apache-commons-exec.jar']
Provides: apache-commons-exec = 1.3-11.mga9 mvn(org.apache.commons:commons-exec) = 1.3 mvn(org.apache.commons:commons-exec:pom:) = 1.3 osgi(org.apache.commons.exec) = 1.3.0
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: java-headless >= 1:1.6 javapackages-filesystem
Processing files: apache-commons-exec-javadoc-1.3-11.mga9.noarch
Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.xStPZ6
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd commons-exec-1.3-src
+ LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/apache-commons-exec-1.3-11.mga9.aarch64/usr/share/licenses/apache-commons-exec-javadoc
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/apache-commons-exec-1.3-11.mga9.aarch64/usr/share/licenses/apache-commons-exec-javadoc
+ cp -pr LICENSE.txt /home/iurt/rpmbuild/BUILDROOT/apache-commons-exec-1.3-11.mga9.aarch64/usr/share/licenses/apache-commons-exec-javadoc
+ cp -pr NOTICE.txt /home/iurt/rpmbuild/BUILDROOT/apache-commons-exec-1.3-11.mga9.aarch64/usr/share/licenses/apache-commons-exec-javadoc
+ RPM_EC=0
++ jobs -p
+ exit 0
pcregrep: line 13 of file /home/iurt/rpmbuild/BUILDROOT/apache-commons-exec-1.3-11.mga9.aarch64/usr/share/javadoc/apache-commons-exec/jquery/jszip/dist/jszip.min.js is too long for the internal buffer
pcregrep: check the --buffer-size option
pcregrep: line 13 of file /home/iurt/rpmbuild/BUILDROOT/apache-commons-exec-1.3-11.mga9.aarch64/usr/share/javadoc/apache-commons-exec/jquery/jszip/dist/jszip.min.js is too long for the internal buffer
pcregrep: check the --buffer-size option
Provides: apache-commons-exec-javadoc = 1.3-11.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: javapackages-filesystem
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/apache-commons-exec-1.3-11.mga9.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/noarch/apache-commons-exec-1.3-11.mga9.noarch.rpm
Wrote: /home/iurt/rpmbuild/RPMS/noarch/apache-commons-exec-javadoc-1.3-11.mga9.noarch.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.0FH5Sh
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd commons-exec-1.3-src
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/apache-commons-exec-1.3-11.mga9.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.2fXZk2
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf commons-exec-1.3-src
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!