Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/libaesgm.spec'], chrootPath='/var/lib/mock/f33-build-290428-54480/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': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/libaesgm.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': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1595894400 Wrote: /builddir/build/SRPMS/libaesgm-20090429-23.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/libaesgm.spec'], chrootPath='/var/lib/mock/f33-build-290428-54480/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': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/libaesgm.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': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1595894400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.NH8nY9 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf libaesgm-20090429 + /usr/bin/mkdir -p libaesgm-20090429 + cd libaesgm-20090429 + /usr/bin/unzip -qq /builddir/build/SOURCES/aes-src-29-04-09.zip + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cp /builddir/build/SOURCES/Makefile.aes Makefile + echo 'Patch #0 (libaesgm-20090429-fileencrypt.patch):' Patch #0 (libaesgm-20090429-fileencrypt.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .fileencrypt --fuzz=0 patching file fileenc.c patching file fileenc.h patching file hmac.c patching file hmac.h patching file Makefile patching file pwd2key.c patching file pwd2key.h patching file sha1.c patching file sha1.h patching file sha2.c patching file sha2.h + sed -i 's/\r//' aes.txt vb.txt via_ace.txt + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.oarc77 + umask 022 + cd /builddir/build/BUILD + cd libaesgm-20090429 + make 'CFLAGS=-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DUSE_SHA1' 'LDFLAGS=-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' cc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DUSE_SHA1 -c -o aescrypt.o aescrypt.c cc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DUSE_SHA1 -c -o aeskey.o aeskey.c In file included from aeskey.c:28: aeskey.c: In function 'aes_decrypt_key192': aeskey.c:409:34: warning: operation on 'ss[4]' may be undefined [-Wsequence-point] 409 | cx->ks[v(48,(4))] = ff(ss[4] = word_in(key, 4)); aesopt.h:329:25: note: in definition of macro 'to_byte' 329 | # define to_byte(x) ((x) & 0xff) | ^ aesopt.h:697:12: note: in expansion of macro 'bval' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' 719 | # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) | ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' 247 | #define ff(x) inv_mcol(x) | ^~~~~~~~ aeskey.c:409:25: note: in expansion of macro 'ff' 409 | cx->ks[v(48,(4))] = ff(ss[4] = word_in(key, 4)); | ^~ aeskey.c:409:34: warning: operation on 'ss[4]' may be undefined [-Wsequence-point] 409 | cx->ks[v(48,(4))] = ff(ss[4] = word_in(key, 4)); aesopt.h:329:25: note: in definition of macro 'to_byte' 329 | # define to_byte(x) ((x) & 0xff) | ^ aesopt.h:697:12: note: in expansion of macro 'bval' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' 719 | # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) | ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' 247 | #define ff(x) inv_mcol(x) | ^~~~~~~~ aeskey.c:409:25: note: in expansion of macro 'ff' 409 | cx->ks[v(48,(4))] = ff(ss[4] = word_in(key, 4)); | ^~ aeskey.c:409:34: warning: operation on 'ss[4]' may be undefined [-Wsequence-point] 409 | cx->ks[v(48,(4))] = ff(ss[4] = word_in(key, 4)); aesopt.h:329:25: note: in definition of macro 'to_byte' 329 | # define to_byte(x) ((x) & 0xff) | ^ aesopt.h:697:12: note: in expansion of macro 'bval' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' 719 | # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) | ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' 247 | #define ff(x) inv_mcol(x) | ^~~~~~~~ aeskey.c:409:25: note: in expansion of macro 'ff' 409 | cx->ks[v(48,(4))] = ff(ss[4] = word_in(key, 4)); | ^~ aeskey.c:410:34: warning: operation on 'ss[5]' may be undefined [-Wsequence-point] 410 | cx->ks[v(48,(5))] = ff(ss[5] = word_in(key, 5)); aesopt.h:329:25: note: in definition of macro 'to_byte' 329 | # define to_byte(x) ((x) & 0xff) | ^ aesopt.h:697:12: note: in expansion of macro 'bval' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' 719 | # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) | ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' 247 | #define ff(x) inv_mcol(x) | ^~~~~~~~ aeskey.c:410:25: note: in expansion of macro 'ff' 410 | cx->ks[v(48,(5))] = ff(ss[5] = word_in(key, 5)); | ^~ aeskey.c:410:34: warning: operation on 'ss[5]' may be undefined [-Wsequence-point] 410 | cx->ks[v(48,(5))] = ff(ss[5] = word_in(key, 5)); aesopt.h:329:25: note: in definition of macro 'to_byte' 329 | # define to_byte(x) ((x) & 0xff) | ^ aesopt.h:697:12: note: in expansion of macro 'bval' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' 719 | # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) | ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' 247 | #define ff(x) inv_mcol(x) | ^~~~~~~~ aeskey.c:410:25: note: in expansion of macro 'ff' 410 | cx->ks[v(48,(5))] = ff(ss[5] = word_in(key, 5)); | ^~ aeskey.c:410:34: warning: operation on 'ss[5]' may be undefined [-Wsequence-point] 410 | cx->ks[v(48,(5))] = ff(ss[5] = word_in(key, 5)); aesopt.h:329:25: note: in definition of macro 'to_byte' 329 | # define to_byte(x) ((x) & 0xff) | ^ aesopt.h:697:12: note: in expansion of macro 'bval' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' 719 | # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) | ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' 247 | #define ff(x) inv_mcol(x) | ^~~~~~~~ aeskey.c:410:25: note: in expansion of macro 'ff' 410 | cx->ks[v(48,(5))] = ff(ss[5] = word_in(key, 5)); | ^~ aeskey.c: In function 'aes_decrypt_key256': aeskey.c:500:34: warning: operation on 'ss[4]' may be undefined [-Wsequence-point] 500 | cx->ks[v(56,(4))] = ff(ss[4] = word_in(key, 4)); aesopt.h:329:25: note: in definition of macro 'to_byte' 329 | # define to_byte(x) ((x) & 0xff) | ^ aesopt.h:697:12: note: in expansion of macro 'bval' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' 719 | # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) | ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' 247 | #define ff(x) inv_mcol(x) | ^~~~~~~~ aeskey.c:500:25: note: in expansion of macro 'ff' 500 | cx->ks[v(56,(4))] = ff(ss[4] = word_in(key, 4)); | ^~ aeskey.c:500:34: warning: operation on 'ss[4]' may be undefined [-Wsequence-point] 500 | cx->ks[v(56,(4))] = ff(ss[4] = word_in(key, 4)); aesopt.h:329:25: note: in definition of macro 'to_byte' 329 | # define to_byte(x) ((x) & 0xff) | ^ aesopt.h:697:12: note: in expansion of macro 'bval' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' 719 | # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) | ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' 247 | #define ff(x) inv_mcol(x) | ^~~~~~~~ aeskey.c:500:25: note: in expansion of macro 'ff' 500 | cx->ks[v(56,(4))] = ff(ss[4] = word_in(key, 4)); | ^~ aeskey.c:500:34: warning: operation on 'ss[4]' may be undefined [-Wsequence-point] 500 | cx->ks[v(56,(4))] = ff(ss[4] = word_in(key, 4)); aesopt.h:329:25: note: in definition of macro 'to_byte' 329 | # define to_byte(x) ((x) & 0xff) | ^ aesopt.h:697:12: note: in expansion of macro 'bval' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' 719 | # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) | ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' 247 | #define ff(x) inv_mcol(x) | ^~~~~~~~ aeskey.c:500:25: note: in expansion of macro 'ff' 500 | cx->ks[v(56,(4))] = ff(ss[4] = word_in(key, 4)); | ^~ aeskey.c:501:34: warning: operation on 'ss[5]' may be undefined [-Wsequence-point] 501 | cx->ks[v(56,(5))] = ff(ss[5] = word_in(key, 5)); aesopt.h:329:25: note: in definition of macro 'to_byte' 329 | # define to_byte(x) ((x) & 0xff) | ^ aesopt.h:697:12: note: in expansion of macro 'bval' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' 719 | # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) | ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' 247 | #define ff(x) inv_mcol(x) | ^~~~~~~~ aeskey.c:501:25: note: in expansion of macro 'ff' 501 | cx->ks[v(56,(5))] = ff(ss[5] = word_in(key, 5)); | ^~ aeskey.c:501:34: warning: operation on 'ss[5]' may be undefined [-Wsequence-point] 501 | cx->ks[v(56,(5))] = ff(ss[5] = word_in(key, 5)); aesopt.h:329:25: note: in definition of macro 'to_byte' 329 | # define to_byte(x) ((x) & 0xff) | ^ aesopt.h:697:12: note: in expansion of macro 'bval' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' 719 | # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) | ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' 247 | #define ff(x) inv_mcol(x) | ^~~~~~~~ aeskey.c:501:25: note: in expansion of macro 'ff' 501 | cx->ks[v(56,(5))] = ff(ss[5] = word_in(key, 5)); | ^~ aeskey.c:501:34: warning: operation on 'ss[5]' may be undefined [-Wsequence-point] 501 | cx->ks[v(56,(5))] = ff(ss[5] = word_in(key, 5)); aesopt.h:329:25: note: in definition of macro 'to_byte' 329 | # define to_byte(x) ((x) & 0xff) | ^ aesopt.h:697:12: note: in expansion of macro 'bval' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' 719 | # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) | ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' 247 | #define ff(x) inv_mcol(x) | ^~~~~~~~ aeskey.c:501:25: note: in expansion of macro 'ff' 501 | cx->ks[v(56,(5))] = ff(ss[5] = word_in(key, 5)); | ^~ aeskey.c:502:34: warning: operation on 'ss[6]' may be undefined [-Wsequence-point] 502 | cx->ks[v(56,(6))] = ff(ss[6] = word_in(key, 6)); aesopt.h:329:25: note: in definition of macro 'to_byte' 329 | # define to_byte(x) ((x) & 0xff) | ^ aesopt.h:697:12: note: in expansion of macro 'bval' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' 719 | # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) | ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' 247 | #define ff(x) inv_mcol(x) | ^~~~~~~~ aeskey.c:502:25: note: in expansion of macro 'ff' 502 | cx->ks[v(56,(6))] = ff(ss[6] = word_in(key, 6)); | ^~ aeskey.c:502:34: warning: operation on 'ss[6]' may be undefined [-Wsequence-point] 502 | cx->ks[v(56,(6))] = ff(ss[6] = word_in(key, 6)); aesopt.h:329:25: note: in definition of macro 'to_byte' 329 | # define to_byte(x) ((x) & 0xff) | ^ aesopt.h:697:12: note: in expansion of macro 'bval' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' 719 | # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) | ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' 247 | #define ff(x) inv_mcol(x) | ^~~~~~~~ aeskey.c:502:25: note: in expansion of macro 'ff' 502 | cx->ks[v(56,(6))] = ff(ss[6] = word_in(key, 6)); | ^~ aeskey.c:502:34: warning: operation on 'ss[6]' may be undefined [-Wsequence-point] 502 | cx->ks[v(56,(6))] = ff(ss[6] = word_in(key, 6)); aesopt.h:329:25: note: in definition of macro 'to_byte' 329 | # define to_byte(x) ((x) & 0xff) | ^ aesopt.h:697:12: note: in expansion of macro 'bval' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' 719 | # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) | ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' 247 | #define ff(x) inv_mcol(x) | ^~~~~~~~ aeskey.c:502:25: note: in expansion of macro 'ff' 502 | cx->ks[v(56,(6))] = ff(ss[6] = word_in(key, 6)); | ^~ aeskey.c:503:34: warning: operation on 'ss[7]' may be undefined [-Wsequence-point] 503 | cx->ks[v(56,(7))] = ff(ss[7] = word_in(key, 7)); aesopt.h:329:25: note: in definition of macro 'to_byte' 329 | # define to_byte(x) ((x) & 0xff) | ^ aesopt.h:697:12: note: in expansion of macro 'bval' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' 719 | # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) | ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' 247 | #define ff(x) inv_mcol(x) | ^~~~~~~~ aeskey.c:503:25: note: in expansion of macro 'ff' 503 | cx->ks[v(56,(7))] = ff(ss[7] = word_in(key, 7)); | ^~ aeskey.c:503:34: warning: operation on 'ss[7]' may be undefined [-Wsequence-point] 503 | cx->ks[v(56,(7))] = ff(ss[7] = word_in(key, 7)); aesopt.h:329:25: note: in definition of macro 'to_byte' 329 | # define to_byte(x) ((x) & 0xff) | ^ aesopt.h:697:12: note: in expansion of macro 'bval' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' 719 | # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) | ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' 247 | #define ff(x) inv_mcol(x) | ^~~~~~~~ aeskey.c:503:25: note: in expansion of macro 'ff' 503 | cx->ks[v(56,(7))] = ff(ss[7] = word_in(key, 7)); | ^~ aeskey.c:503:34: warning: operation on 'ss[7]' may be undefined [-Wsequence-point] 503 | cx->ks[v(56,(7))] = ff(ss[7] = word_in(key, 7)); aesopt.h:329:25: note: in definition of macro 'to_byte' 329 | # define to_byte(x) ((x) & 0xff) | ^ aesopt.h:697:12: note: in expansion of macro 'bval' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' 697 | ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ | ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' 719 | # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) | ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' 247 | #define ff(x) inv_mcol(x) | ^~~~~~~~ aeskey.c:503:25: note: in expansion of macro 'ff' 503 | cx->ks[v(56,(7))] = ff(ss[7] = word_in(key, 7)); | ^~ cc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DUSE_SHA1 -c -o aes_modes.o aes_modes.c cc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DUSE_SHA1 -c -o aestab.o aestab.c cc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DUSE_SHA1 -c -o fileenc.o fileenc.c fileenc.c: In function 'fcrypt_end': fileenc.c:136:16: warning: unused variable 'res' [-Wunused-variable] 136 | { unsigned int res = cx->mode; | ^~~ cc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DUSE_SHA1 -c -o hmac.o hmac.c cc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DUSE_SHA1 -c -o pwd2key.o pwd2key.c cc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DUSE_SHA1 -c -o sha1.o sha1.c cc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DUSE_SHA1 -c -o sha2.o sha2.c cc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DUSE_SHA1 -shared -Wl,-soname,libaesgm.so.0 -o libaesgm.so.0.0.0 aescrypt.o aeskey.o aes_modes.o aestab.o fileenc.o hmac.o pwd2key.o sha1.o sha2.o -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.IuyVka + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/libaesgm-20090429-23.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/libaesgm-20090429-23.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/libaesgm-20090429-23.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/libaesgm-20090429-23.fc33.riscv64 + cd libaesgm-20090429 + make DESTDIR=/builddir/build/BUILDROOT/libaesgm-20090429-23.fc33.riscv64 LIBDIR=/usr/lib64 install mkdir -p /builddir/build/BUILDROOT/libaesgm-20090429-23.fc33.riscv64/usr/include//aes/ cp -p *.h /builddir/build/BUILDROOT/libaesgm-20090429-23.fc33.riscv64/usr/include//aes/ mkdir -p /builddir/build/BUILDROOT/libaesgm-20090429-23.fc33.riscv64/usr/lib64 cp -p libaesgm.so.0.0.0 /builddir/build/BUILDROOT/libaesgm-20090429-23.fc33.riscv64/usr/lib64 cd /builddir/build/BUILDROOT/libaesgm-20090429-23.fc33.riscv64/usr/lib64 && ln -s -f libaesgm.so.0.0.0 libaesgm.so && ln -s -f libaesgm.so.0.0.0 libaesgm.so.0 + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 20090429-23.fc33 --unique-debug-suffix -20090429-23.fc33.riscv64 --unique-debug-src-base libaesgm-20090429-23.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/libaesgm-20090429 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libaesgm-20090429-23.fc33.riscv64/usr/lib64/libaesgm.so.0.0.0 extracting debug info from /builddir/build/BUILDROOT/libaesgm-20090429-23.fc33.riscv64/usr/lib64/libaesgm.so.0.0.0 original debug info size: 336kB, size after compression: 336kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 326 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: libaesgm-20090429-23.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.3K8KE7 + umask 022 + cd /builddir/build/BUILD + cd libaesgm-20090429 + DOCDIR=/builddir/build/BUILDROOT/libaesgm-20090429-23.fc33.riscv64/usr/share/doc/libaesgm + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libaesgm-20090429-23.fc33.riscv64/usr/share/doc/libaesgm + cp -pr aes.txt vb.txt via_ace.txt /builddir/build/BUILDROOT/libaesgm-20090429-23.fc33.riscv64/usr/share/doc/libaesgm + RPM_EC=0 ++ jobs -p + exit 0 Provides: libaesgm = 20090429-23.fc33 libaesgm(riscv-64) = 20090429-23.fc33 libaesgm.so.0()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: libaesgm-devel-20090429-23.fc33.riscv64 Provides: libaesgm-devel = 20090429-23.fc33 libaesgm-devel(riscv-64) = 20090429-23.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libaesgm.so.0()(64bit) Processing files: libaesgm-debugsource-20090429-23.fc33.riscv64 Provides: libaesgm-debugsource = 20090429-23.fc33 libaesgm-debugsource(riscv-64) = 20090429-23.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: libaesgm-debuginfo-20090429-23.fc33.riscv64 Provides: debuginfo(build-id) = a2e78ff40720f662809d3a02305346feea412dae libaesgm-debuginfo = 20090429-23.fc33 libaesgm-debuginfo(riscv-64) = 20090429-23.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: libaesgm-debugsource(riscv-64) = 20090429-23.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/libaesgm-20090429-23.fc33.riscv64 Wrote: /builddir/build/RPMS/libaesgm-20090429-23.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/libaesgm-devel-20090429-23.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/libaesgm-debuginfo-20090429-23.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/libaesgm-debugsource-20090429-23.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.OC1TL7 + umask 022 + cd /builddir/build/BUILD + cd libaesgm-20090429 + /usr/bin/rm -rf /builddir/build/BUILDROOT/libaesgm-20090429-23.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0