>>> can-utils: Building community/can-utils 2021.08.0-r0 (using abuild 3.9.0-r0) started Fri, 15 Apr 2022 12:54:23 +0000 >>> can-utils: Checking sanity of /home/buildozer/aports/community/can-utils/APKBUILD... >>> can-utils: Analyzing dependencies... >>> can-utils: Installing for build: build-base cmake linux-headers (1/8) Installing libbz2 (1.0.8-r1) (2/8) Installing xz-libs (5.2.5-r1) (3/8) Installing libarchive (3.6.1-r0) (4/8) Installing rhash-libs (1.4.2-r2) (5/8) Installing libuv (1.44.1-r0) (6/8) Installing cmake (3.23.1-r0) (7/8) Installing linux-headers (5.16.7-r1) (8/8) Installing .makedepends-can-utils (20220415.125424) Executing busybox-1.35.0-r8.trigger OK: 301 MiB in 96 packages >>> can-utils: Cleaning up srcdir >>> can-utils: Cleaning up pkgdir >>> can-utils: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/can-utils-2021.08.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> can-utils: Fetching can-utils-2021.08.0.tar.gz::https://github.com/linux-can/can-utils/archive/v2021.08.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141 100 141 0 0 214 0 --:--:-- --:--:-- --:--:-- 214 100 84674 0 84674 0 0 53379 0 --:--:-- 0:00:01 --:--:-- 53379 100 144k 0 144k 0 0 86879 0 --:--:-- 0:00:01 --:--:-- 525k >>> can-utils: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/can-utils-2021.08.0.tar.gz >>> can-utils: Checking sha512sums... can-utils-2021.08.0.tar.gz: OK >>> can-utils: Unpacking /var/cache/distfiles/v3.16/can-utils-2021.08.0.tar.gz... -- The C compiler identification is GNU 11.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Looking for __GNU_LIBRARY__ -- Looking for __GNU_LIBRARY__ - not found -- Configuring done -- Generating done -- Build files have been written to: /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/build [ 4%] Building C object CMakeFiles/j1939.dir/libj1939.c.o [ 4%] Building C object CMakeFiles/can.dir/lib.c.o [ 4%] Building C object CMakeFiles/mcp251xfd-dump.dir/mcp251xfd/mcp251xfd-dev-coredump.c.o [ 8%] Building C object CMakeFiles/bcmserver.dir/bcmserver.c.o [ 8%] Building C object CMakeFiles/can.dir/canframelen.c.o [ 8%] Building C object CMakeFiles/canfdtest.dir/canfdtest.c.o [ 11%] Building C object CMakeFiles/mcp251xfd-dump.dir/mcp251xfd/mcp251xfd-main.c.o [ 12%] Building C object CMakeFiles/can-calc-bit-timing.dir/can-calc-bit-timing.c.o [ 15%] Building C object CMakeFiles/cangw.dir/cangw.c.o [ 15%] Building C object CMakeFiles/mcp251xfd-dump.dir/mcp251xfd/mcp251xfd-dump.c.o [ 15%] Building C object CMakeFiles/mcp251xfd-dump.dir/mcp251xfd/mcp251xfd-regmap.c.o [ 17%] Building C object CMakeFiles/cansniffer.dir/cansniffer.c.o [ 18%] Building C object CMakeFiles/isotpdump.dir/isotpdump.c.o [ 20%] Building C object CMakeFiles/isotpperf.dir/isotpperf.c.o [ 21%] Building C object CMakeFiles/isotprecv.dir/isotprecv.c.o [ 22%] Building C object CMakeFiles/isotpsend.dir/isotpsend.c.o [ 24%] Building C object CMakeFiles/isotpserver.dir/isotpserver.c.o [ 28%] Building C object CMakeFiles/isotptun.dir/isotptun.c.o [ 28%] Building C object CMakeFiles/isotpsniffer.dir/isotpsniffer.c.o [ 28%] Building C object CMakeFiles/slcan_attach.dir/slcan_attach.c.o [ 30%] Building C object CMakeFiles/slcand.dir/slcand.c.o [ 31%] Building C object CMakeFiles/slcanpty.dir/slcanpty.c.o /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/mcp251xfd/mcp251xfd-main.c: In function 'main': /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/mcp251xfd/mcp251xfd-main.c:67:37: warning: implicit declaration of function 'basename'; did you mean 'rename'? [-Wimplicit-function-declaration] 67 | print_usage(basename(argv[0])); | ^~~~~~~~ | rename /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/mcp251xfd/mcp251xfd-main.c:67:37: warning: passing argument 1 of 'print_usage' makes pointer from integer without a cast [-Wint-conversion] 67 | print_usage(basename(argv[0])); | ^~~~~~~~~~~~~~~~~ | | | int /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/mcp251xfd/mcp251xfd-main.c:18:31: note: expected 'char *' but argument is of type 'int' 18 | static void print_usage(char *prg) | ~~~~~~^~~ /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/mcp251xfd/mcp251xfd-main.c:72:37: warning: passing argument 1 of 'print_usage' makes pointer from integer without a cast [-Wint-conversion] 72 | print_usage(basename(argv[0])); | ^~~~~~~~~~~~~~~~~ | | | int /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/mcp251xfd/mcp251xfd-main.c:18:31: note: expected 'char *' but argument is of type 'int' 18 | static void print_usage(char *prg) | ~~~~~~^~~ /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/mcp251xfd/mcp251xfd-main.c:81:29: warning: passing argument 1 of 'print_usage' makes pointer from integer without a cast [-Wint-conversion] 81 | print_usage(basename(argv[0])); | ^~~~~~~~~~~~~~~~~ | | | int /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/mcp251xfd/mcp251xfd-main.c:18:31: note: expected 'char *' but argument is of type 'int' 18 | static void print_usage(char *prg) | ~~~~~~^~~ /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/isotpdump.c: In function 'main': /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/isotpperf.c: In function 'main': /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/isotpdump.c:360:44: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=] 360 | printf("(%lu.%06lu) ", tv.tv_sec, tv.tv_usec); | ~~^ ~~~~~~~~~ | | | | | time_t {aka long long int} | long unsigned int | %llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/isotpperf.c:402:51: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=] 402 | printf("%lu.%06lus ", diff_tv.tv_sec, diff_tv.tv_usec); | ~~^ ~~~~~~~~~~~~~~ | | | | long unsigned int time_t {aka long long int} | %llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/isotpdump.c:360:50: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'suseconds_t' {aka 'long long int'} [-Wformat=] 360 | printf("(%lu.%06lu) ", tv.tv_sec, tv.tv_usec); | ~~~~^ ~~~~~~~~~~ | | | | long unsigned int suseconds_t {aka long long int} | %06llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/isotpperf.c:402:57: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'suseconds_t' {aka 'long long int'} [-Wformat=] 402 | printf("%lu.%06lus ", diff_tv.tv_sec, diff_tv.tv_usec); | ~~~~^ ~~~~~~~~~~~~~~~ | | | | long unsigned int suseconds_t {aka long long int} | %06llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/isotpdump.c:371:49: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'suseconds_t' {aka 'long long int'} [-Wformat=] 371 | printf("(%s.%06lu) ", timestring, tv.tv_usec); | ~~~~^ ~~~~~~~~~~ | | | | long unsigned int suseconds_t {aka long long int} | %06llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/slcanpty.c: In function 'can2pty': /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/isotpsniffer.c: In function 'printbuf': /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/isotpperf.c:403:54: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'long long int' [-Wformat=] 403 | printf("=> %lu byte/s", (fflen * 1000) / | ~~^ ~~~~~~~~~~~~~~~~ | | | | long unsigned int long long int | %llu 404 | (diff_tv.tv_sec * 1000 + diff_tv.tv_usec / 1000)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/isotpsniffer.c:104:36: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=] 104 | printf("(%lu.%06lu) ", tv->tv_sec, tv->tv_usec); | ~~^ ~~~~~~~~~~ | | | | | time_t {aka long long int} | long unsigned int | %llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/slcanpty.c:383:59: warning: format '%lX' expects argument of type 'long unsigned int', but argument 3 has type 'long long int' [-Wformat=] 383 | sprintf(&buf[ptr + 2*frame.can_dlc], "%04lX", | ~~~~^ | | | long unsigned int | %04llX 384 | (tv.tv_sec%60)*1000 + tv.tv_usec/1000); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | long long int /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/isotpsniffer.c:104:42: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'suseconds_t' {aka 'long long int'} [-Wformat=] 104 | printf("(%lu.%06lu) ", tv->tv_sec, tv->tv_usec); | ~~~~^ ~~~~~~~~~~~ | | | | long unsigned int suseconds_t {aka long long int} | %06llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/isotpdump.c:387:44: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=] 387 | printf("(%lu.%06lu) ", diff.tv_sec, | ~~^ ~~~~~~~~~~~ | | | | | time_t {aka long long int} | long unsigned int | %llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/isotpsniffer.c:114:41: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'suseconds_t' {aka 'long long int'} [-Wformat=] 114 | printf("(%s.%06lu) ", timestring, tv->tv_usec); | ~~~~^ ~~~~~~~~~~~ | | | | long unsigned int suseconds_t {aka long long int} | %06llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/isotpdump.c:387:50: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'suseconds_t' {aka 'long long int'} [-Wformat=] 387 | printf("(%lu.%06lu) ", diff.tv_sec, | ~~~~^ | | | long unsigned int | %06llu 388 | diff.tv_usec); | ~~~~~~~~~~~~ | | | suseconds_t {aka long long int} /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/isotpsniffer.c:131:36: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=] 131 | printf("(%lu.%06lu) ", diff.tv_sec, diff.tv_usec); | ~~^ ~~~~~~~~~~~ | | | | | time_t {aka long long int} | long unsigned int | %llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/isotpsniffer.c:131:42: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'suseconds_t' {aka 'long long int'} [-Wformat=] 131 | printf("(%lu.%06lu) ", diff.tv_sec, diff.tv_usec); | ~~~~^ ~~~~~~~~~~~~ | | | | long unsigned int suseconds_t {aka long long int} | %06llu [ 32%] Linking C executable slcan_attach [ 34%] Linking C static library libj1939.a [ 35%] Linking C executable isotprecv [ 37%] Linking C executable isotpsend [ 37%] Built target slcan_attach [ 38%] Linking C executable bcmserver [ 38%] Built target j1939 [ 38%] Built target isotprecv [ 44%] Building C object CMakeFiles/j1939spy.dir/j1939spy.c.o [ 44%] Building C object CMakeFiles/j1939cat.dir/j1939cat.c.o [ 44%] Building C object CMakeFiles/j1939acd.dir/j1939acd.c.o [ 44%] Building C object CMakeFiles/j1939sr.dir/j1939sr.c.o [ 45%] Building C object CMakeFiles/testj1939.dir/testj1939.c.o [ 45%] Built target isotpsend [ 45%] Built target bcmserver [ 47%] Linking C executable isotpperf [ 48%] Linking C executable isotpsniffer [ 50%] Linking C executable slcand [ 51%] Linking C executable isotptun [ 52%] Linking C executable isotpserver [ 54%] Linking C executable canfdtest /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/j1939cat.c: In function 'j1939cat_print_timestamp': /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/j1939cat.c:144:34: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'time_t' {aka 'long long int'} [-Wformat=] 144 | fprintf(stderr, " %s: %lu s %lu us (seq=%u, send=%u)", | ~~^ | | | long unsigned int | %llu 145 | name, cur->tv_sec, cur->tv_nsec / 1000, | ~~~~~~~~~~~ | | | time_t {aka long long int} /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/j1939spy.c: In function 'main': /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/j1939spy.c:257:36: warning: left shift count >= width of type [-Wshift-count-overflow] 257 | if (recvflags & (1 << SCM_TIMESTAMP)) { | ^~ /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/j1939spy.c:271:44: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=] 271 | printf("(%lu.%04lu)", tdut.tv_sec, tdut.tv_usec / 100); | ~~^ ~~~~~~~~~~~ | | | | | time_t {aka long long int} | long unsigned int | %llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/j1939spy.c:271:50: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'suseconds_t' {aka 'long long int'} [-Wformat=] 271 | printf("(%lu.%04lu)", tdut.tv_sec, tdut.tv_usec / 100); | ~~~~^ ~~~~~~~~~~~~~~~~~~ | | | | long unsigned int suseconds_t {aka long long int} | %04llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/j1939spy.c:275:72: warning: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'suseconds_t' {aka 'long long int'} [-Wformat=] 275 | printf("(%04u%02u%02uT%02u%02u%02u.%04lu)", | ~~~~^ | | | long unsigned int | %04llu ...... 278 | tdut.tv_usec/100); | ~~~~~~~~~~~~~~~~ | | | suseconds_t {aka long long int} [ 54%] Built target isotpperf [ 54%] Built target isotpsniffer [ 54%] Built target slcand [ 54%] Built target isotptun [ 54%] Built target isotpserver [ 54%] Built target canfdtest [ 55%] Linking C executable slcanpty [ 57%] Linking C executable isotpdump [ 57%] Built target slcanpty [ 57%] Built target isotpdump [ 58%] Linking C executable can-calc-bit-timing [ 60%] Linking C executable j1939sr [ 61%] Linking C static library libcan.a [ 61%] Built target can-calc-bit-timing [ 61%] Built target j1939sr [ 62%] Linking C executable j1939spy [ 62%] Built target can [ 64%] Linking C executable testj1939 [ 64%] Built target j1939spy [ 65%] Building C object CMakeFiles/asc2log.dir/asc2log.c.o [ 67%] Building C object CMakeFiles/canbusload.dir/canbusload.c.o [ 71%] Building C object CMakeFiles/candump.dir/candump.c.o [ 71%] Building C object CMakeFiles/canlogserver.dir/canlogserver.c.o [ 71%] Building C object CMakeFiles/cangen.dir/cangen.c.o [ 72%] Building C object CMakeFiles/canplayer.dir/canplayer.c.o [ 74%] Building C object CMakeFiles/cansend.dir/cansend.c.o [ 75%] Building C object CMakeFiles/cansequence.dir/cansequence.c.o [ 78%] Building C object CMakeFiles/log2asc.dir/log2asc.c.o [ 78%] Building C object CMakeFiles/log2long.dir/log2long.c.o [ 78%] Built target testj1939 [ 80%] Linking C executable cansniffer [ 81%] Linking C executable cangw /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/asc2log.c: In function 'prframe': /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/asc2log.c:75:27: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=] 75 | fprintf(file, "(%lu.%06lu) ", tv->tv_sec, tv->tv_usec); | ~~^ ~~~~~~~~~~ | | | | | time_t {aka long long int} | long unsigned int | %llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/asc2log.c:75:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'suseconds_t' {aka 'long long int'} [-Wformat=] 75 | fprintf(file, "(%lu.%06lu) ", tv->tv_sec, tv->tv_usec); | ~~~~^ ~~~~~~~~~~~ | | | | long unsigned int suseconds_t {aka long long int} | %06llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/asc2log.c: In function 'eval_can': /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/asc2log.c:148:40: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 3 has type 'time_t *' {aka 'long long int *'} [-Wformat=] 148 | items = sscanf(buf, "%lu.%lu %d %s %2s %c %d %x %x %x %x %x %x %x %x", | ~~^ | | | long unsigned int * | %llu 149 | &read_tv.tv_sec, &read_tv.tv_usec, &interface, | ~~~~~~~~~~~~~~~ | | | time_t * {aka long long int *} /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/log2asc.c: In function 'main': /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/asc2log.c:148:44: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 4 has type 'suseconds_t *' {aka 'long long int *'} [-Wformat=] 148 | items = sscanf(buf, "%lu.%lu %d %s %2s %c %d %x %x %x %x %x %x %x %x", | ~~^ | | | long unsigned int * | %llu 149 | &read_tv.tv_sec, &read_tv.tv_usec, &interface, | ~~~~~~~~~~~~~~~~ | | | suseconds_t * {aka long long int *} /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/log2asc.c:253:37: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 3 has type 'time_t *' {aka 'long long int *'} [-Wformat=] 253 | if (sscanf(buf, "(%lu.%lu) %s %s %s", &tv.tv_sec, &tv.tv_usec, | ~~^ ~~~~~~~~~~ | | | | | time_t * {aka long long int *} | long unsigned int * | %llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/log2asc.c:253:41: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 4 has type 'suseconds_t *' {aka 'long long int *'} [-Wformat=] 253 | if (sscanf(buf, "(%lu.%lu) %s %s %s", &tv.tv_sec, &tv.tv_usec, | ~~^ ~~~~~~~~~~~ | | | | long unsigned int * suseconds_t * {aka long long int *} | %llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/asc2log.c:163:40: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 3 has type 'time_t *' {aka 'long long int *'} [-Wformat=] 163 | items = sscanf(buf, "%lu.%lu %d %s %2s %c %d %d %d %d %d %d %d %d %d", | ~~^ | | | long unsigned int * | %llu 164 | &read_tv.tv_sec, &read_tv.tv_usec, &interface, | ~~~~~~~~~~~~~~~ | | | time_t * {aka long long int *} /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/log2asc.c:259:45: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 3 has type 'time_t *' {aka 'long long int *'} [-Wformat=] 259 | if (sscanf(buf, "(%lu.%lu) %s %s", &tv.tv_sec, &tv.tv_usec, | ~~^ ~~~~~~~~~~ | | | | | time_t * {aka long long int *} | long unsigned int * | %llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/asc2log.c:163:44: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 4 has type 'suseconds_t *' {aka 'long long int *'} [-Wformat=] 163 | items = sscanf(buf, "%lu.%lu %d %s %2s %c %d %d %d %d %d %d %d %d %d", | ~~^ | | | long unsigned int * | %llu 164 | &read_tv.tv_sec, &read_tv.tv_usec, &interface, | ~~~~~~~~~~~~~~~~ | | | suseconds_t * {aka long long int *} /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/log2asc.c:259:49: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 4 has type 'suseconds_t *' {aka 'long long int *'} [-Wformat=] 259 | if (sscanf(buf, "(%lu.%lu) %s %s", &tv.tv_sec, &tv.tv_usec, | ~~^ ~~~~~~~~~~~ | | | | long unsigned int * suseconds_t * {aka long long int *} | %llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/asc2log.c:204:28: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 3 has type 'time_t *' {aka 'long long int *'} [-Wformat=] 204 | if (sscanf(buf, "%lu.%lu %d %s", | ~~^ | | | long unsigned int * | %llu 205 | &read_tv.tv_sec, &read_tv.tv_usec, | ~~~~~~~~~~~~~~~ | | | time_t * {aka long long int *} /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/asc2log.c:204:32: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 4 has type 'suseconds_t *' {aka 'long long int *'} [-Wformat=] 204 | if (sscanf(buf, "%lu.%lu %d %s", | ~~^ | | | long unsigned int * | %llu 205 | &read_tv.tv_sec, &read_tv.tv_usec, | ~~~~~~~~~~~~~~~~ | | | suseconds_t * {aka long long int *} /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/log2asc.c:299:54: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=] 299 | fprintf(outfile, "%4lu.%04lu ", tv.tv_sec, tv.tv_usec/100); | ~~~^ ~~~~~~~~~ | | | | | time_t {aka long long int} | long unsigned int | %4llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/asc2log.c: In function 'eval_canfd': /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/log2asc.c:299:60: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'suseconds_t' {aka 'long long int'} [-Wformat=] 299 | fprintf(outfile, "%4lu.%04lu ", tv.tv_sec, tv.tv_usec/100); | ~~~~^ ~~~~~~~~~~~~~~ | | | | long unsigned int suseconds_t {aka long long int} | %04llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/asc2log.c:245:28: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 3 has type 'time_t *' {aka 'long long int *'} [-Wformat=] 245 | if (sscanf(buf, "%lu.%lu %*s %d %2s %s %hhx %hhx %x %d ", | ~~^ | | | long unsigned int * | %llu 246 | &read_tv.tv_sec, &read_tv.tv_usec, &interface, | ~~~~~~~~~~~~~~~ | | | time_t * {aka long long int *} /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/log2asc.c:301:54: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=] 301 | fprintf(outfile, "%4lu.%06lu ", tv.tv_sec, tv.tv_usec); | ~~~^ ~~~~~~~~~ | | | | | time_t {aka long long int} | long unsigned int | %4llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/asc2log.c:245:32: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 4 has type 'suseconds_t *' {aka 'long long int *'} [-Wformat=] 245 | if (sscanf(buf, "%lu.%lu %*s %d %2s %s %hhx %hhx %x %d ", | ~~^ | | | long unsigned int * | %llu 246 | &read_tv.tv_sec, &read_tv.tv_usec, &interface, | ~~~~~~~~~~~~~~~~ | | | suseconds_t * {aka long long int *} /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/log2asc.c:301:60: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'suseconds_t' {aka 'long long int'} [-Wformat=] 301 | fprintf(outfile, "%4lu.%06lu ", tv.tv_sec, tv.tv_usec); | ~~~~^ ~~~~~~~~~~ | | | | long unsigned int suseconds_t {aka long long int} | %06llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/asc2log.c:250:36: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 3 has type 'time_t *' {aka 'long long int *'} [-Wformat=] 250 | if (sscanf(buf, "%lu.%lu %*s %d %2s %s %*s %hhx %hhx %x %d ", | ~~^ | | | long unsigned int * | %llu 251 | &read_tv.tv_sec, &read_tv.tv_usec, &interface, | ~~~~~~~~~~~~~~~ | | | time_t * {aka long long int *} /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/asc2log.c:250:40: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 4 has type 'suseconds_t *' {aka 'long long int *'} [-Wformat=] 250 | if (sscanf(buf, "%lu.%lu %*s %d %2s %s %*s %hhx %hhx %x %d ", | ~~^ | | | long unsigned int * | %llu 251 | &read_tv.tv_sec, &read_tv.tv_usec, &interface, | ~~~~~~~~~~~~~~~~ | | | suseconds_t * {aka long long int *} /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/asc2log.c:282:15: warning: implicit declaration of function 'strcasestr'; did you mean 'strcasecmp'? [-Wimplicit-function-declaration] 282 | ptr = strcasestr(buf, tmp1); | ^~~~~~~~~~ | strcasecmp /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/asc2log.c:282:13: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 282 | ptr = strcasestr(buf, tmp1); | ^ /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/canplayer.c: In function 'main': /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/canplayer.c:411:37: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 3 has type 'time_t *' {aka 'long long int *'} [-Wformat=] 411 | if (sscanf(buf, "(%lu.%lu) %s %s", &log_tv.tv_sec, &log_tv.tv_usec, | ~~^ ~~~~~~~~~~~~~~ | | | | | time_t * {aka long long int *} | long unsigned int * | %llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/canplayer.c:411:41: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 4 has type 'suseconds_t *' {aka 'long long int *'} [-Wformat=] 411 | if (sscanf(buf, "(%lu.%lu) %s %s", &log_tv.tv_sec, &log_tv.tv_usec, | ~~^ ~~~~~~~~~~~~~~~ | | | | long unsigned int * suseconds_t * {aka long long int *} | %llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/asc2log.c: In function 'get_date': /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/asc2log.c:354:38: warning: comparison between pointer and integer 354 | if (strcasestr(date, " pm ") != NULL) { | ^~ /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/asc2log.c: In function 'main': /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/canplayer.c:494:53: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 3 has type 'time_t *' {aka 'long long int *'} [-Wformat=] 494 | if (sscanf(buf, "(%lu.%lu) %s %s", &log_tv.tv_sec, &log_tv.tv_usec, | ~~^ ~~~~~~~~~~~~~~ | | | | | time_t * {aka long long int *} | long unsigned int * | %llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/asc2log.c:487:56: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=] 487 | printf("date %lu => %s", date_tv.tv_sec, ctime(&date_tv.tv_sec)); | ~~^ ~~~~~~~~~~~~~~ | | | | | time_t {aka long long int} | long unsigned int | %llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/canplayer.c:494:57: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 4 has type 'suseconds_t *' {aka 'long long int *'} [-Wformat=] 494 | if (sscanf(buf, "(%lu.%lu) %s %s", &log_tv.tv_sec, &log_tv.tv_usec, | ~~^ ~~~~~~~~~~~~~~~ | | | | long unsigned int * suseconds_t * {aka long long int *} | %llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/asc2log.c:492:44: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 3 has type 'time_t *' {aka 'long long int *'} [-Wformat=] 492 | if (sscanf(buf, "%lu.%s %s ", &tmp_tv.tv_sec, tmp2, | ~~^ ~~~~~~~~~~~~~~ | | | | | time_t * {aka long long int *} | long unsigned int * | %llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/candump.c: In function 'sprint_timestamp': /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/asc2log.c:511:36: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 3 has type 'time_t *' {aka 'long long int *'} [-Wformat=] 511 | if (sscanf(buf, "%lu.%lu %s ", &tmp_tv.tv_sec, &tmp_tv.tv_usec, tmp1) == 3){ | ~~^ ~~~~~~~~~~~~~~ | | | | | time_t * {aka long long int *} | long unsigned int * | %llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/candump.c:231:43: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=] 231 | sprintf(ts_buffer, "(%010lu.%06lu) ", tv->tv_sec, tv->tv_usec); | ~~~~~^ ~~~~~~~~~~ | | | | | time_t {aka long long int} | long unsigned int | %010llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/candump.c:231:49: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'suseconds_t' {aka 'long long int'} [-Wformat=] 231 | sprintf(ts_buffer, "(%010lu.%06lu) ", tv->tv_sec, tv->tv_usec); | ~~~~^ ~~~~~~~~~~~ | | | | long unsigned int suseconds_t {aka long long int} | %06llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/asc2log.c:511:40: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 4 has type 'suseconds_t *' {aka 'long long int *'} [-Wformat=] 511 | if (sscanf(buf, "%lu.%lu %s ", &tmp_tv.tv_sec, &tmp_tv.tv_usec, tmp1) == 3){ | ~~^ ~~~~~~~~~~~~~~~ | | | | long unsigned int * suseconds_t * {aka long long int *} | %llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/candump.c:241:45: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'suseconds_t' {aka 'long long int'} [-Wformat=] 241 | sprintf(ts_buffer, "(%s.%06lu) ", timestring, tv->tv_usec); | ~~~~^ ~~~~~~~~~~~ | | | | long unsigned int suseconds_t {aka long long int} | %06llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/candump.c:258:42: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=] 258 | sprintf(ts_buffer, "(%03lu.%06lu) ", diff.tv_sec, diff.tv_usec); | ~~~~^ ~~~~~~~~~~~ | | | | | time_t {aka long long int} | long unsigned int | %03llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/candump.c:258:48: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'suseconds_t' {aka 'long long int'} [-Wformat=] 258 | sprintf(ts_buffer, "(%03lu.%06lu) ", diff.tv_sec, diff.tv_usec); | ~~~~^ ~~~~~~~~~~~~ | | | | long unsigned int suseconds_t {aka long long int} | %06llu /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/canlogserver.c: In function 'main': /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/canlogserver.c:415:51: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=] 415 | sprintf(temp, "(%lu.%06lu) %*s ", | ~~^ | | | long unsigned int | %llu 416 | tv.tv_sec, tv.tv_usec, max_devname_len, devname[idx]); | ~~~~~~~~~ | | | time_t {aka long long int} /home/buildozer/aports/community/can-utils/src/can-utils-2021.08.0/canlogserver.c:415:57: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'suseconds_t' {aka 'long long int'} [-Wformat=] 415 | sprintf(temp, "(%lu.%06lu) %*s ", | ~~~~^ | | | long unsigned int | %06llu 416 | tv.tv_sec, tv.tv_usec, max_devname_len, devname[idx]); | ~~~~~~~~~~ | | | suseconds_t {aka long long int} [ 82%] Linking C executable log2long [ 84%] Linking C executable j1939cat [ 84%] Built target cansniffer [ 84%] Built target cangw [ 84%] Built target log2long [ 85%] Linking C executable cansend [ 85%] Built target j1939cat [ 85%] Built target cansend [ 87%] Linking C executable j1939acd [ 87%] Built target j1939acd [ 88%] Linking C executable cansequence [ 90%] Linking C executable log2asc [ 91%] Linking C executable canbusload [ 91%] Built target cansequence [ 91%] Built target log2asc [ 91%] Built target canbusload [ 92%] Linking C executable canlogserver [ 94%] Linking C executable asc2log [ 94%] Built target canlogserver [ 95%] Linking C executable canplayer [ 97%] Linking C executable cangen [ 97%] Built target asc2log [ 97%] Built target canplayer [ 97%] Built target cangen [ 98%] Linking C executable mcp251xfd-dump [ 98%] Built target mcp251xfd-dump [100%] Linking C executable candump [100%] Built target candump >>> can-utils: Entering fakeroot... -- Install configuration: "MinSizeRel" -- Installing: /home/buildozer/aports/community/can-utils/pkg/can-utils/usr/bin/asc2log -- Installing: /home/buildozer/aports/community/can-utils/pkg/can-utils/usr/bin/canbusload -- Installing: /home/buildozer/aports/community/can-utils/pkg/can-utils/usr/bin/candump -- Installing: /home/buildozer/aports/community/can-utils/pkg/can-utils/usr/bin/cangen -- Installing: /home/buildozer/aports/community/can-utils/pkg/can-utils/usr/bin/canlogserver -- Installing: /home/buildozer/aports/community/can-utils/pkg/can-utils/usr/bin/canplayer -- Installing: /home/buildozer/aports/community/can-utils/pkg/can-utils/usr/bin/cansend -- Installing: /home/buildozer/aports/community/can-utils/pkg/can-utils/usr/bin/cansequence -- Installing: /home/buildozer/aports/community/can-utils/pkg/can-utils/usr/bin/log2asc -- Installing: /home/buildozer/aports/community/can-utils/pkg/can-utils/usr/bin/log2long -- Installing: /home/buildozer/aports/community/can-utils/pkg/can-utils/usr/bin/bcmserver -- Installing: /home/buildozer/aports/community/can-utils/pkg/can-utils/usr/bin/can-calc-bit-timing -- Installing: /home/buildozer/aports/community/can-utils/pkg/can-utils/usr/bin/canfdtest -- Installing: /home/buildozer/aports/community/can-utils/pkg/can-utils/usr/bin/cangw -- Installing: /home/buildozer/aports/community/can-utils/pkg/can-utils/usr/bin/cansniffer -- Installing: /home/buildozer/aports/community/can-utils/pkg/can-utils/usr/bin/isotpdump -- Installing: /home/buildozer/aports/community/can-utils/pkg/can-utils/usr/bin/isotpperf -- Installing: /home/buildozer/aports/community/can-utils/pkg/can-utils/usr/bin/isotprecv -- Installing: /home/buildozer/aports/community/can-utils/pkg/can-utils/usr/bin/isotpsend -- Installing: /home/buildozer/aports/community/can-utils/pkg/can-utils/usr/bin/isotpserver -- Installing: /home/buildozer/aports/community/can-utils/pkg/can-utils/usr/bin/isotpsniffer -- Installing: /home/buildozer/aports/community/can-utils/pkg/can-utils/usr/bin/isotptun -- Installing: /home/buildozer/aports/community/can-utils/pkg/can-utils/usr/bin/slcan_attach -- Installing: /home/buildozer/aports/community/can-utils/pkg/can-utils/usr/bin/slcand -- Installing: /home/buildozer/aports/community/can-utils/pkg/can-utils/usr/bin/slcanpty -- Installing: /home/buildozer/aports/community/can-utils/pkg/can-utils/usr/bin/j1939acd -- Installing: /home/buildozer/aports/community/can-utils/pkg/can-utils/usr/bin/j1939cat -- Installing: /home/buildozer/aports/community/can-utils/pkg/can-utils/usr/bin/j1939spy -- Installing: /home/buildozer/aports/community/can-utils/pkg/can-utils/usr/bin/j1939sr -- Installing: /home/buildozer/aports/community/can-utils/pkg/can-utils/usr/bin/testj1939 >>> can-utils*: Running postcheck for can-utils >>> can-utils*: Preparing package can-utils... >>> can-utils*: Stripping binaries >>> can-utils*: Scanning shared objects >>> can-utils*: Tracing dependencies... so:libc.musl-armv7.so.1 >>> can-utils*: Package size: 456.0 KB >>> can-utils*: Compressing data... >>> can-utils*: Create checksum... >>> can-utils*: Create can-utils-2021.08.0-r0.apk >>> can-utils: Build complete at Fri, 15 Apr 2022 12:54:28 +0000 elapsed time 0h 0m 5s >>> can-utils: Cleaning up srcdir >>> can-utils: Cleaning up pkgdir >>> can-utils: Uninstalling dependencies... (1/8) Purging .makedepends-can-utils (20220415.125424) (2/8) Purging cmake (3.23.1-r0) (3/8) Purging linux-headers (5.16.7-r1) (4/8) Purging libarchive (3.6.1-r0) (5/8) Purging libbz2 (1.0.8-r1) (6/8) Purging xz-libs (5.2.5-r1) (7/8) Purging rhash-libs (1.4.2-r2) (8/8) Purging libuv (1.44.1-r0) Executing busybox-1.35.0-r8.trigger OK: 255 MiB in 88 packages >>> can-utils: Updating the community/armv7 repository index... >>> can-utils: Signing the index...