Mock Version: 1.4.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/canboat.spec'], chrootPath='/var/lib/mock/608615-fedora-rawhide-x86_64/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=0uid=1001gid=135user='mockbuild'nspawn_args=[]printOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/canboat.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: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/canboat-0.0-0.1.4518d28.fc28.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/canboat.spec'], chrootPath='/var/lib/mock/608615-fedora-rawhide-x86_64/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=0uid=1001gid=135user='mockbuild'nspawn_args=[]printOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/canboat.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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.s5PLQk + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf canboat-4518d287a2397448ae636e5aa4fccacc58ee7616 + /usr/bin/gzip -dc /builddir/build/SOURCES/canboat-4518d28.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd canboat-4518d287a2397448ae636e5aa4fccacc58ee7616 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i -e 's/-g $(ROOT_GID) -o $(ROOT_UID) -m $(ROOT_MOD)//' Makefile + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.RnwTFB + umask 022 + cd /builddir/build/BUILD + cd canboat-4518d287a2397448ae636e5aa4fccacc58ee7616 + /usr/bin/make -O -j2 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' 'LDFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' mkdir -p -p rel/linux-x86_64 for dir in actisense-serial analyzer n2kd nmea0183 ip group-function candump2analyzer socketcan-writer; do /usr/bin/make -C $dir; done make[1]: Entering directory '/builddir/build/BUILD/canboat-4518d287a2397448ae636e5aa4fccacc58ee7616/actisense-serial' cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -o ../rel/linux-x86_64/actisense-serial -I../common actisense-serial.c ../common/common.c actisense-serial.c: In function 'main': actisense-serial.c:224:12: warning: unused variable 'msgLen' [-Wunused-variable] size_t msgLen; ^~~~~~ actisense-serial.c:166:1: warning: label 'retry' defined but not used [-Wunused-label] retry: ^~~~~ actisense-serial.c:98:7: warning: unused variable 'pid' [-Wunused-variable] int pid = 0; ^~~ actisense-serial.c:92:7: warning: unused variable 'r' [-Wunused-variable] int r; ^ actisense-serial.c: In function 'readIn': actisense-serial.c:427:8: warning: unused variable 'printed' [-Wunused-variable] bool printed = 0; ^~~~~~~ actisense-serial.c: In function 'readNGT1Byte': actisense-serial.c:452:15: warning: unused variable 'startEscape' [-Wunused-variable] static bool startEscape = false; ^~~~~~~~~~~ actisense-serial.c: In function 'readNGT1': actisense-serial.c:519:8: warning: unused variable 'printed' [-Wunused-variable] bool printed = 0; ^~~~~~~ actisense-serial.c: In function 'messageReceived': actisense-serial.c:555:19: warning: unused variable 'payload' [-Wunused-variable] unsigned char * payload; ^~~~~~~ actisense-serial.c: In function 'n2kMessageReceived': actisense-serial.c:623:16: warning: unused variable 'data' [-Wunused-variable] unsigned int data[8]; ^~~~ actisense-serial.c:621:16: warning: unused variable 'id' [-Wunused-variable] unsigned int id; ^~ At top level: actisense-serial.c:452:15: warning: 'startEscape' defined but not used [-Wunused-variable] static bool startEscape = false; ^~~~~~~~~~~ actisense-serial.c:373:13: warning: 'writeRaw' defined but not used [-Wunused-function] static void writeRaw(int handle, const unsigned char * cmd, const size_t len) ^~~~~~~~ make[1]: Leaving directory '/builddir/build/BUILD/canboat-4518d287a2397448ae636e5aa4fccacc58ee7616/actisense-serial' make[1]: Entering directory '/builddir/build/BUILD/canboat-4518d287a2397448ae636e5aa4fccacc58ee7616/analyzer' cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -o ../rel/linux-x86_64/analyzer -I../common pgn.c analyzer.c ../common/common.c make[1]: Leaving directory '/builddir/build/BUILD/canboat-4518d287a2397448ae636e5aa4fccacc58ee7616/analyzer' pgn.c: In function 'searchForUnknownPgn': pgn.c:38:13: warning: type of 'pgnId' defaults to 'int' [-Wimplicit-int] static Pgn *searchForUnknownPgn(pgnId) ^~~~~~~~~~~~~~~~~~~ In file included from analyzer.h:79:0, from pgn.c:3: At top level: pgn.h:5076:16: warning: 'companyList' defined but not used [-Wunused-variable] static Company companyList[] = ^~~~~~~~~~~ pgn.h:5066:13: warning: 'pgnListFirst' defined but not used [-Wunused-function] static Pgn* pgnListFirst() { return pgnList + 0; } ^~~~~~~~~~~~ analyzer.c: In function 'main': analyzer.c:255:18: warning: unused variable 'i' [-Wunused-variable] unsigned int i; ^ analyzer.c:253:44: warning: unused variable 'junk' [-Wunused-variable] unsigned int prio, pgn, dst, src, len, junk; ^~~~ analyzer.c:253:34: warning: unused variable 'src' [-Wunused-variable] unsigned int prio, pgn, dst, src, len, junk; ^~~ analyzer.c:253:29: warning: unused variable 'dst' [-Wunused-variable] unsigned int prio, pgn, dst, src, len, junk; ^~~ analyzer.c:253:24: warning: unused variable 'pgn' [-Wunused-variable] unsigned int prio, pgn, dst, src, len, junk; ^~~ analyzer.c:253:18: warning: unused variable 'prio' [-Wunused-variable] unsigned int prio, pgn, dst, src, len, junk; ^~~~ analyzer.c: In function 'printVarNumber': analyzer.c:937:16: warning: unused variable 'bytes' [-Wunused-variable] size_t size, bytes; ^~~~~ analyzer.c:937:10: warning: unused variable 'size' [-Wunused-variable] size_t size, bytes; ^~~~ analyzer.c: In function 'printNumber': analyzer.c:968:8: warning: unused variable 'ret' [-Wunused-variable] bool ret = false; ^~~ analyzer.c: In function 'printPacket': analyzer.c:1446:10: warning: unused variable 'subIndex' [-Wunused-variable] size_t subIndex; ^~~~~~~~ analyzer.c: In function 'printPgn': analyzer.c:2003:10: warning: unused variable 'c' [-Wunused-variable] char c = ' '; ^ analyzer.c:1976:9: warning: unused variable 'field' [-Wunused-variable] Field field; ^~~~~ In file included from analyzer.h:79:0, from analyzer.c:25: At top level: pgn.h:5067:13: warning: 'pgnListEnd' defined but not used [-Wunused-function] static Pgn* pgnListEnd() { return pgnList + pgnListSize; } ^~~~~~~~~~ pgn.h:5066:13: warning: 'pgnListFirst' defined but not used [-Wunused-function] static Pgn* pgnListFirst() { return pgnList + 0; } ^~~~~~~~~~~~ make[1]: Entering directory '/builddir/build/BUILD/canboat-4518d287a2397448ae636e5aa4fccacc58ee7616/n2kd' cp n2kd_monitor ../rel/linux-x86_64/n2kd_monitor make[1]: Leaving directory '/builddir/build/BUILD/canboat-4518d287a2397448ae636e5aa4fccacc58ee7616/n2kd' make[1]: Entering directory '/builddir/build/BUILD/canboat-4518d287a2397448ae636e5aa4fccacc58ee7616/n2kd' cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -o ../rel/linux-x86_64/n2kd -I../common main.c gps_ais.c nmea0183.c ../common/common.c -lm make[1]: Leaving directory '/builddir/build/BUILD/canboat-4518d287a2397448ae636e5aa4fccacc58ee7616/n2kd' main.c:235:13: warning: 'breakHere' defined but not used [-Wunused-function] static void breakHere(void) ^~~~~~~~~ gps_ais.c: In function 'nmea0183GLL': gps_ais.c:175:7: warning: unused variable 'x' [-Wunused-variable] int x; ^ gps_ais.c: In function 'nmea0183AIVDM': gps_ais.c:235:10: warning: variable 'cog' set but not used [-Wunused-but-set-variable] double cog = 0; ^~~ gps_ais.c:224:14: warning: variable 'utc_time' set but not used [-Wunused-but-set-variable] struct tm *utc_time; ^~~~~~~~ nmea0183.c: In function 'convertJSONToNMEA0183': nmea0183.c:561:18: warning: unused variable 'tv' [-Wunused-variable] struct timeval tv; ^~ nmea0183.c:482:3: warning: 'trip_log' may be used uninitialized in this function [-Wmaybe-uninitialized] nmea0183CreateMessage(msg183, src, "VLW,%.1f,N,%.1f,N", (total_log / 1852), (trip_log / 1852)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nmea0183.c:468:10: note: 'trip_log' was declared here double trip_log; ^~~~~~~~ nmea0183.c:482:3: warning: 'total_log' may be used uninitialized in this function [-Wmaybe-uninitialized] nmea0183CreateMessage(msg183, src, "VLW,%.1f,N,%.1f,N", (total_log / 1852), (trip_log / 1852)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nmea0183.c:467:10: note: 'total_log' was declared here double total_log; ^~~~~~~~~ nmea0183.c:444:3: warning: 'temperature' may be used uninitialized in this function [-Wmaybe-uninitialized] nmea0183CreateMessage(msg183, src, "MTW,%04.1f,C", temperature); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nmea0183.c:431:10: note: 'temperature' was declared here double temperature; ^~~~~~~~~~~ make[1]: Entering directory '/builddir/build/BUILD/canboat-4518d287a2397448ae636e5aa4fccacc58ee7616/nmea0183' cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -o ../rel/linux-x86_64/nmea0183-serial -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I../common nmeareader.c ../common/common.c make[1]: Leaving directory '/builddir/build/BUILD/canboat-4518d287a2397448ae636e5aa4fccacc58ee7616/nmea0183' nmeareader.c: In function 'main': nmeareader.c:118:12: warning: unused variable 'msgLen' [-Wunused-variable] size_t msgLen; ^~~~~~ nmeareader.c:84:1: warning: label 'retry' defined but not used [-Wunused-label] retry: ^~~~~ nmeareader.c:44:7: warning: unused variable 'pid' [-Wunused-variable] int pid = 0; ^~~ nmeareader.c:39:7: warning: unused variable 'r' [-Wunused-variable] int r; ^ make[1]: Entering directory '/builddir/build/BUILD/canboat-4518d287a2397448ae636e5aa4fccacc58ee7616/ip' cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -o ../rel/linux-x86_64/iptee -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I../common iptee.c ../common/common.c make[1]: Leaving directory '/builddir/build/BUILD/canboat-4518d287a2397448ae636e5aa4fccacc58ee7616/ip' iptee.c: In function 'main': iptee.c:172:10: warning: unused variable 'line' [-Wunused-variable] char * line; ^~~~ iptee.c: In function 'ipConnect': iptee.c:104:10: warning: 'sockfd' may be used uninitialized in this function [-Wmaybe-uninitialized] return sockfd; ^~~~~~ make[1]: Entering directory '/builddir/build/BUILD/canboat-4518d287a2397448ae636e5aa4fccacc58ee7616/group-function' cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -o ../rel/linux-x86_64/command-group-function -I../common command.c ../common/common.c make[1]: Leaving directory '/builddir/build/BUILD/canboat-4518d287a2397448ae636e5aa4fccacc58ee7616/group-function' command.c: In function 'main': command.c:71:8: warning: unused variable 'values' [-Wunused-variable] long values[MAX_FIELDS]; ^~~~~~ command.c:70:8: warning: unused variable 'fields' [-Wunused-variable] long fields[MAX_FIELDS]; ^~~~~~ make[1]: Entering directory '/builddir/build/BUILD/canboat-4518d287a2397448ae636e5aa4fccacc58ee7616/group-function' cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -o ../rel/linux-x86_64/request-group-function -I../common request.c ../common/common.c make[1]: Leaving directory '/builddir/build/BUILD/canboat-4518d287a2397448ae636e5aa4fccacc58ee7616/group-function' request.c: In function 'main': request.c:59:8: warning: unused variable 'values' [-Wunused-variable] long values[MAX_FIELDS]; ^~~~~~ request.c:58:8: warning: unused variable 'fields' [-Wunused-variable] long fields[MAX_FIELDS]; ^~~~~~ request.c:57:8: warning: variable 'prio' set but not used [-Wunused-but-set-variable] long prio; ^~~~ make[1]: Entering directory '/builddir/build/BUILD/canboat-4518d287a2397448ae636e5aa4fccacc58ee7616/candump2analyzer' cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -o ../rel/linux-x86_64/candump2analyzer -I../common candump2analyzer.c ../common/common.c make[1]: Leaving directory '/builddir/build/BUILD/canboat-4518d287a2397448ae636e5aa4fccacc58ee7616/candump2analyzer' make[1]: Entering directory '/builddir/build/BUILD/canboat-4518d287a2397448ae636e5aa4fccacc58ee7616/socketcan-writer' cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -o ../rel/linux-x86_64/socketcan-writer -I../analyzer -I../common socketcan-writer.c ../analyzer/pgn.c ../common/common.c make[1]: Leaving directory '/builddir/build/BUILD/canboat-4518d287a2397448ae636e5aa4fccacc58ee7616/socketcan-writer' socketcan-writer.c: In function 'main': socketcan-writer.c:46:3: warning: implicit declaration of function 'setProgName' [-Wimplicit-function-declaration] setProgName(argv[0]); ^~~~~~~~~~~ socketcan-writer.c:68:3: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] close(socket); ^~~~~ pclose socketcan-writer.c: In function 'writeRawPGNToCanSocket': socketcan-writer.c:114:5: warning: implicit declaration of function 'logError'; did you mean 'strerror'? [-Wimplicit-function-declaration] logError("Invalid PGN, too big (0x%x). Skipping.\n", msg->pgn); ^~~~~~~~ strerror socketcan-writer.c:118:18: warning: implicit declaration of function 'getCanIdFromISO11783Bits' [-Wimplicit-function-declaration] frame.can_id = getCanIdFromISO11783Bits(msg->prio, msg->pgn, msg->src, msg->dst); ^~~~~~~~~~~~~~~~~~~~~~~~ socketcan-writer.c: In function 'sendCanFrame': socketcan-writer.c:134:7: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration] if (write(socket, frame, sizeof(struct can_frame)) != sizeof(struct can_frame)) ^~~~~ fwrite In file included from socketcan-writer.c:32:0: At top level: ../analyzer/pgn.h:5076:16: warning: 'companyList' defined but not used [-Wunused-variable] static Company companyList[] = ^~~~~~~~~~~ ../analyzer/pgn.h:5067:13: warning: 'pgnListEnd' defined but not used [-Wunused-function] static Pgn* pgnListEnd() { return pgnList + pgnListSize; } ^~~~~~~~~~ ../analyzer/pgn.h:5066:13: warning: 'pgnListFirst' defined but not used [-Wunused-function] static Pgn* pgnListFirst() { return pgnList + 0; } ^~~~~~~~~~~~ ../analyzer/pgn.c: In function 'searchForUnknownPgn': ../analyzer/pgn.c:38:13: warning: type of 'pgnId' defaults to 'int' [-Wimplicit-int] static Pgn *searchForUnknownPgn(pgnId) ^~~~~~~~~~~~~~~~~~~ In file included from ../analyzer/analyzer.h:79:0, from ../analyzer/pgn.c:3: At top level: ../analyzer/pgn.h:5076:16: warning: 'companyList' defined but not used [-Wunused-variable] static Company companyList[] = ^~~~~~~~~~~ ../analyzer/pgn.h:5066:13: warning: 'pgnListFirst' defined but not used [-Wunused-function] static Pgn* pgnListFirst() { return pgnList + 0; } ^~~~~~~~~~~~ /usr/bin/make -C analyzer json make[1]: Entering directory '/builddir/build/BUILD/canboat-4518d287a2397448ae636e5aa4fccacc58ee7616/analyzer' ../rel/linux-x86_64/analyzer -explain-xml >pgns.xml && xsltproc pgns2json.xslt pgns.xml >pgns.json make[1]: Leaving directory '/builddir/build/BUILD/canboat-4518d287a2397448ae636e5aa4fccacc58ee7616/analyzer' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.SaZXob + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/canboat-0.0-0.1.4518d28.fc28.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/canboat-0.0-0.1.4518d28.fc28.x86_64 ++ dirname /builddir/build/BUILDROOT/canboat-0.0-0.1.4518d28.fc28.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/canboat-0.0-0.1.4518d28.fc28.x86_64 + cd canboat-4518d287a2397448ae636e5aa4fccacc58ee7616 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/canboat-0.0-0.1.4518d28.fc28.x86_64 'INSTALL=/usr/bin/install -p' PREFIX= EXEC_PREFIX=/usr mkdir -p -p /builddir/build/BUILDROOT/canboat-0.0-0.1.4518d28.fc28.x86_64/usr/bin mkdir -p -p /builddir/build/BUILDROOT/canboat-0.0-0.1.4518d28.fc28.x86_64/etc/default for i in rel/linux-x86_64/* util/* */*_monitor; do f=`basename $i`; rm -f /builddir/build/BUILDROOT/canboat-0.0-0.1.4518d28.fc28.x86_64/usr/bin/$f; cp $i /builddir/build/BUILDROOT/canboat-0.0-0.1.4518d28.fc28.x86_64/usr/bin; done for i in config/*; do install $i /builddir/build/BUILDROOT/canboat-0.0-0.1.4518d28.fc28.x86_64/etc/default; done killall -9 actisense-serial n2kd socketcan-writer || echo 'No running processes killed' /bin/sh: killall: command not found No running processes killed + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 0.0-0.1.4518d28.fc28 --unique-debug-suffix -0.0-0.1.4518d28.fc28.x86_64 --unique-debug-src-base canboat-0.0-0.1.4518d28.fc28.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/canboat-4518d287a2397448ae636e5aa4fccacc58ee7616 extracting debug info from /builddir/build/BUILDROOT/canboat-0.0-0.1.4518d28.fc28.x86_64/usr/bin/socketcan-writer extracting debug info from /builddir/build/BUILDROOT/canboat-0.0-0.1.4518d28.fc28.x86_64/usr/bin/request-group-function extracting debug info from /builddir/build/BUILDROOT/canboat-0.0-0.1.4518d28.fc28.x86_64/usr/bin/nmea0183-serial extracting debug info from /builddir/build/BUILDROOT/canboat-0.0-0.1.4518d28.fc28.x86_64/usr/bin/n2kd extracting debug info from /builddir/build/BUILDROOT/canboat-0.0-0.1.4518d28.fc28.x86_64/usr/bin/iptee extracting debug info from /builddir/build/BUILDROOT/canboat-0.0-0.1.4518d28.fc28.x86_64/usr/bin/command-group-function extracting debug info from /builddir/build/BUILDROOT/canboat-0.0-0.1.4518d28.fc28.x86_64/usr/bin/candump2analyzer extracting debug info from /builddir/build/BUILDROOT/canboat-0.0-0.1.4518d28.fc28.x86_64/usr/bin/analyzer extracting debug info from /builddir/build/BUILDROOT/canboat-0.0-0.1.4518d28.fc28.x86_64/usr/bin/actisense-serial /usr/lib/rpm/sepdebugcrcfix: Updated 9 CRC32s, 0 CRC32s did match. 753 blocks + /usr/lib/rpm/check-buildroot + /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 + /usr/lib/rpm/brp-python-hardlink Processing files: canboat-0.0-0.1.4518d28.fc28.x86_64 Provides: canboat = 0.0-0.1.4518d28.fc28 canboat(x86-64) = 0.0-0.1.4518d28.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/perl /usr/bin/php5 libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.15)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libm.so.6()(64bit) rtld(GNU_HASH) Processing files: canboat-debugsource-0.0-0.1.4518d28.fc28.x86_64 Provides: canboat-debugsource = 0.0-0.1.4518d28.fc28 canboat-debugsource(x86-64) = 0.0-0.1.4518d28.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: canboat-debuginfo-0.0-0.1.4518d28.fc28.x86_64 Provides: canboat-debuginfo = 0.0-0.1.4518d28.fc28 canboat-debuginfo(x86-64) = 0.0-0.1.4518d28.fc28 debuginfo(build-id) = 468b2b080279dbfb46b05dd2b8676b83efb53afd debuginfo(build-id) = 56a4f7107d30777e89c3ba57ec4c821a868f3e13 debuginfo(build-id) = 5909b195f36161451b089303e4a12c80285f8171 debuginfo(build-id) = 625bba1b4e059a0bfcf36dec813a2f57a01a04d2 debuginfo(build-id) = 633b834715ea3e165e5833b95dcb4635b143d3e6 debuginfo(build-id) = 7ccdb4a338eacea8e28d2d63b73a76cd70747e36 debuginfo(build-id) = 85188be29e7788aaffa98b8a097d7411a8dd3795 debuginfo(build-id) = e5c1ce417b947c4a5b57fd603c2140d0bb786516 debuginfo(build-id) = f88f3028cc559a996f7f824b85d4b852d7dd95ec Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/canboat-0.0-0.1.4518d28.fc28.x86_64 Wrote: /builddir/build/RPMS/canboat-0.0-0.1.4518d28.fc28.x86_64.rpm Wrote: /builddir/build/RPMS/canboat-debugsource-0.0-0.1.4518d28.fc28.x86_64.rpm Wrote: /builddir/build/RPMS/canboat-debuginfo-0.0-0.1.4518d28.fc28.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.J6jNBP + umask 022 + cd /builddir/build/BUILD + cd canboat-4518d287a2397448ae636e5aa4fccacc58ee7616 + /usr/bin/rm -rf /builddir/build/BUILDROOT/canboat-0.0-0.1.4518d28.fc28.x86_64 + exit 0 Child return code was: 0