>>> 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=arm-helenos-cc" "HELENOS_INCLUDE_ROOT=/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include" 
make: Entering directory '/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/build/msim/msim-1.3.8.1/src'
arm-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/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]
arm-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libinput/ -Wno-error -c -o fault.o fault.c
arm-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libinput/ -Wno-error -c -o text.o text.c
arm-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libinput/ -Wno-error -c -o env.o env.c
arm-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libinput/ -Wno-error -c -o cline.o cline.c
arm-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libinput/ -Wno-error -c -o cmd.o cmd.c
arm-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libinput/ -Wno-error -c -o check.o check.c
arm-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libinput/ -Wno-error -c -o main.o main.c
arm-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libinput/ -Wno-error -c -o parser.o parser.c
arm-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libinput/ -Wno-error -c -o list.o list.c
arm-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/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/arm32-gta02/coast/helenos/include/libclui/tinput.h:40,
                 from arch/helenos/input.c:39:
/var/helenos/nightly/tmp-ci/build/arm32-gta02/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 *);
      |     ^~~~~~~~
arm-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libinput/ -Wno-error -c -o arch/helenos/misc.o arch/helenos/misc.c
arm-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libinput/ -Wno-error -c -o io/output.o io/output.c
arm-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libinput/ -Wno-error -c -o cpu/cpu.o cpu/cpu.c
arm-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libinput/ -Wno-error -c -o cpu/instr.o cpu/instr.c
arm-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/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/arm32-gta02/coast/helenos/include/libposix/stdio.h:39,
                 from debug/debug.c:12:
/var/helenos/nightly/tmp-ci/build/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/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/arm32-gta02/coast/helenos/include/libc/stdio.h:148:12: note: declared here
  148 | extern int sprintf(char *, const char *, ...)
      |            ^~~~~~~
arm-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libinput/ -Wno-error -c -o debug/breakpoint.o debug/breakpoint.c
arm-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libinput/ -Wno-error -c -o device/machine.o device/machine.c
arm-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libinput/ -Wno-error -c -o device/mem.o device/mem.c
arm-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libinput/ -Wno-error -c -o device/ddisk.o device/ddisk.c
arm-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libinput/ -Wno-error -c -o device/dcpu.o device/dcpu.c
arm-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libinput/ -Wno-error -c -o device/dkeyboard.o device/dkeyboard.c
arm-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libinput/ -Wno-error -c -o device/dorder.o device/dorder.c
arm-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libinput/ -Wno-error -c -o device/dprinter.o device/dprinter.c
arm-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libinput/ -Wno-error -c -o device/dtime.o device/dtime.c
arm-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libinput/ -Wno-error -c -o device/device.o device/device.c
arm-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libinput/ -Wno-error -c -o arch/win32/mmap.o arch/win32/mmap.c
arm-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libinput/ -Wno-error -c -o arch/win32/stdin.o arch/win32/stdin.c
arm-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libinput/ -Wno-error -c -o arch/win32/signal.o arch/win32/signal.c
arm-helenos-cc -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libconsole/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/liboutput/ -I/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/helenos/include/libinput/ -Wno-error -c -o arch/posix/signal.o arch/posix/signal.c
arm-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/arm32-gta02/coast/build/msim/msim-1.3.8.1/src'
>>> Packaging...
[hsct]: "mkdir" "-p" "/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/dist//msim/app/" 
[hsct]: "cp" "src/msim" "/var/helenos/nightly/tmp-ci/build/arm32-gta02/coast/dist//msim/app/" 
>>> Creating the archive...