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