>>> Fetching sources... filename:'msim-1.3.8.1.tar.bz2' url:'http://d3s.mff.cuni.cz/~holub/sw/msim/msim-1.3.8.1.tar.bz2' filename:'Makefile' url:'Makefile' filename:'config.h' url:'config.h' filename:'helenos.h' url:'helenos.h' filename:'input.c' url:'input.c' filename:'misc.c' url:'misc.c' >>> Building... [hsct]: "tar" "xjf" "msim-1.3.8.1.tar.bz2" [hsct]: "cp" "config.h" "msim-1.3.8.1" [hsct]: "mkdir" "-p" "msim-1.3.8.1/src/arch/helenos" [hsct]: "cp" "helenos.h" "input.c" "misc.c" "msim-1.3.8.1/src/arch/helenos" [hsct]: "cp" "Makefile" "msim-1.3.8.1/src/" >>> Exctracting source file names. [hsct]: "make" "-C" "src" "-j1" "CC=aarch64-helenos-cc" "HELENOS_INCLUDE_ROOT=/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include" make: Entering directory '/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/build/msim/msim-1.3.8.1/src' aarch64-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libinput/ -Wno-error -c -o utils.o utils.c utils.c: In function 'safe_strdup': utils.c:125:27: warning: implicit declaration of function 'strdup' [-Wimplicit-function-declaration] 125 | char *duplicate = strdup(str); | ^~~~~~ utils.c:125:27: warning: incompatible implicit declaration of built-in function 'strdup' [-Wbuiltin-declaration-mismatch] aarch64-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libinput/ -Wno-error -c -o fault.o fault.c aarch64-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libinput/ -Wno-error -c -o text.o text.c aarch64-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libinput/ -Wno-error -c -o env.o env.c aarch64-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libinput/ -Wno-error -c -o cline.o cline.c aarch64-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libinput/ -Wno-error -c -o cmd.o cmd.c aarch64-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libinput/ -Wno-error -c -o check.o check.c aarch64-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libinput/ -Wno-error -c -o main.o main.c aarch64-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libinput/ -Wno-error -c -o parser.o parser.c aarch64-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libinput/ -Wno-error -c -o list.o list.c aarch64-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libinput/ -Wno-error -c -o arch/helenos/input.o arch/helenos/input.c arch/helenos/input.c: In function 'stdin_poll': arch/helenos/input.c:99:80: warning: passing argument 3 of 'console_get_event_timeout' from incompatible pointer type [-Wincompatible-pointer-types] 99 | bool has_input = console_get_event_timeout(input_prompt->console, &ev, &timeout); | ^~~~~~~~ | | | suseconds_t * {aka long int *} In file included from /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libclui/tinput.h:40, from arch/helenos/input.c:39: /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libconsole/io/console.h:89:5: note: expected 'usec_t *' {aka 'long long int *'} but argument is of type 'suseconds_t *' {aka 'long int *'} 89 | usec_t *); | ^~~~~~~~ aarch64-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libinput/ -Wno-error -c -o arch/helenos/misc.o arch/helenos/misc.c aarch64-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libinput/ -Wno-error -c -o io/output.o io/output.c aarch64-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libinput/ -Wno-error -c -o cpu/cpu.o cpu/cpu.c aarch64-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libinput/ -Wno-error -c -o cpu/instr.o cpu/instr.c aarch64-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libinput/ -Wno-error -c -o debug/debug.o debug/debug.c debug/debug.c: In function 'iview': debug/debug.c:296:17: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 296 | sprintf((char *) s_proc, "%2d ", cpu->procno); | ^~~~~~~ In file included from /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libposix/stdio.h:39, from debug/debug.c:12: /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:301:17: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 301 | sprintf((char *) s_addr, "%08X ", addr); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:306:17: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 306 | sprintf((char *) s_iopc, "%08X ", ii->icode); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:317:17: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 317 | sprintf(s_parm, "..."); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:318:17: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 318 | sprintf(s_cmt, "not implemented"); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:321:17: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 321 | sprintf(s_parm, "%s, %s, %s", rdn, rsn, rtn); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:324:17: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 324 | sprintf(s_parm, "%s, %s, 0x%x", rtn, rsn, imm); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:327:17: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 327 | sprintf(s_parm, "%s, %s, 0x%x", rtn, rsn, imm); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:329:25: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 329 | sprintf(s_cmt, "0x%x=%d", imm, imm); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:332:17: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 332 | sprintf(s_parm, "%s, %s, 0x%x", rtn, rsn, (unsigned int) (imm & 0xffff)); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:334:25: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 334 | sprintf((char *) s_cmt, "0x%x=%u", imm, (unsigned int) (imm & 0xffff)); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:337:17: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 337 | sprintf(s_parm, "%s, %s, 0x%04x", rtn, rsn, (unsigned int) (imm & 0xffff)); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:339:25: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 339 | sprintf((char *) s_cmt, "0x%xh=%u", imm, (unsigned int) (imm & 0xffff)); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:342:17: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 342 | sprintf(s_parm, "0x%x", imm); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:344:25: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 344 | sprintf((char *) s_cmt, "0x%x=%u", imm, imm); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:348:25: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 348 | sprintf(s_parm, "%s, %s, 0x%x", rsn, rtn, imm); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:350:25: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 350 | sprintf(s_parm, "%s, %s, -0x%x", rsn, rtn, -imm); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:352:25: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 352 | sprintf((char *) s_cmt, "0x%x=%u", imm, imm); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:355:17: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 355 | sprintf(s_parm, "%s, %s, 0x%02x", rdn, rtn, ii->shift); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:357:25: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 357 | sprintf((char *) s_cmt, "0x%x=%u", ii->shift, ii->shift); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:361:25: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 361 | sprintf(s_parm, "%s, 0x%x", rsn, imm); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:363:25: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 363 | sprintf(s_parm, "%s, -0x%x", rsn, -imm); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:365:25: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 365 | sprintf((char *) s_cmt, "0x%x=%u", imm, imm); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:368:17: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 368 | sprintf(s_parm, "%s, %s", rtn, rdn); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:371:17: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 371 | sprintf(s_parm, "%s, %s", rtn, cp0name[ii->rd]); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:374:17: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 374 | sprintf(s_parm, "%s, %s", rtn, cp1name[ii->rd]); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:377:17: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 377 | sprintf(s_parm, "%s, %s", rtn, cp2name[ii->rd]); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:380:17: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 380 | sprintf(s_parm, "%s, %s", rtn, cp3name[ii->rd]); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:383:17: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 383 | sprintf(s_parm, "0x%x", ii->icode & 0x01ffffff); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:386:17: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 386 | sprintf(s_parm, "%s, %s", rsn, rtn); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:389:17: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 389 | sprintf(s_parm, "+0x%x", ii->imm); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:391:25: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 391 | sprintf((char *) s_cmt, "0x%x=%d", ii->imm, ii->imm); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:394:17: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 394 | sprintf(s_parm, "%s, %s", rdn, rsn); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:397:17: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 397 | sprintf(s_parm, "%s", rsn); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:401:25: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 401 | sprintf(s_parm, "%s, 0x%x(%s)", rtn, imm, rsn); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:403:25: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 403 | sprintf(s_parm, "%s, (%s)", rtn, rsn); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:405:25: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 405 | sprintf((char *) s_cmt, "0x%x=%d", imm, imm); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:408:17: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 408 | sprintf(s_parm, "%s, 0x%04x", rtn, imm & 0xffff); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:410:25: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 410 | sprintf((char *) s_cmt, "0x%x=%d", imm & 0xffff, imm & 0xffff); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:413:17: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 413 | sprintf(s_parm, "%s", rdn); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:416:17: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 416 | sprintf(s_parm, "%s, 0x%x", rsn, imm); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:418:25: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 418 | sprintf((char *) s_cmt, "0x%x=%d", imm, imm); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:421:17: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 421 | sprintf(s_parm, "%s, 0x%x [%u]", rsn, imm, (unsigned int) imm); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:423:25: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 423 | sprintf((char *) s_cmt, "0x%x=%u", imm, (unsigned int) imm); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:426:17: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 426 | sprintf(s_parm, "0x%x", (ii->icode >> 6) & 0xfffff); | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ debug/debug.c:428:25: warning: 'sprintf' is deprecated [-Wdeprecated-declarations] 428 | sprintf((char *) s_cmt, "0x%x=%d", | ^~~~~~~ /var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libc/stdio.h:148:12: note: declared here 148 | extern int sprintf(char *, const char *, ...) | ^~~~~~~ aarch64-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libinput/ -Wno-error -c -o debug/breakpoint.o debug/breakpoint.c aarch64-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libinput/ -Wno-error -c -o device/machine.o device/machine.c aarch64-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libinput/ -Wno-error -c -o device/mem.o device/mem.c aarch64-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libinput/ -Wno-error -c -o device/ddisk.o device/ddisk.c aarch64-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libinput/ -Wno-error -c -o device/dcpu.o device/dcpu.c aarch64-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libinput/ -Wno-error -c -o device/dkeyboard.o device/dkeyboard.c aarch64-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libinput/ -Wno-error -c -o device/dorder.o device/dorder.c aarch64-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libinput/ -Wno-error -c -o device/dprinter.o device/dprinter.c aarch64-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libinput/ -Wno-error -c -o device/dtime.o device/dtime.c aarch64-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libinput/ -Wno-error -c -o device/device.o device/device.c aarch64-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libinput/ -Wno-error -c -o arch/win32/mmap.o arch/win32/mmap.c aarch64-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libinput/ -Wno-error -c -o arch/win32/stdin.o arch/win32/stdin.c aarch64-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libinput/ -Wno-error -c -o arch/win32/signal.o arch/win32/signal.c aarch64-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/helenos/include/libinput/ -Wno-error -c -o arch/posix/signal.o arch/posix/signal.c aarch64-helenos-cc -o msim utils.o fault.o text.o env.o cline.o cmd.o check.o main.o parser.o list.o arch/helenos/input.o arch/helenos/misc.o io/output.o cpu/cpu.o cpu/instr.o debug/debug.o debug/breakpoint.o device/machine.o device/mem.o device/ddisk.o device/dcpu.o device/dkeyboard.o device/dorder.o device/dprinter.o device/dtime.o device/device.o arch/win32/mmap.o arch/win32/stdin.o arch/win32/signal.o arch/posix/signal.o -lclui -lclipboard -lconsole -linput -loutput make: Leaving directory '/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/build/msim/msim-1.3.8.1/src' >>> Packaging... [hsct]: "mkdir" "-p" "/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/dist//msim/app/" [hsct]: "cp" "src/msim" "/var/helenos/nightly/tmp-ci/build/arm64-hikey960/coast/dist//msim/app/" >>> Creating the archive...