>>> go-bootstrap: Building community/go-bootstrap 1.4.3-r3 (using abuild 3.7.0_rc1-r1) started Sat, 19 Dec 2020 01:22:01 +0000 >>> go-bootstrap: Checking sanity of /home/buildozer/aports/community/go-bootstrap/APKBUILD... >>> go-bootstrap: Analyzing dependencies... >>> go-bootstrap: Installing for build: build-base bash (1/3) Installing readline (8.0.4-r0) (2/3) Installing bash (5.0.18-r0) Executing bash-5.0.18-r0.post-install (3/3) Installing .makedepends-go-bootstrap (20201219.012206) Executing busybox-1.32.0-r8.trigger OK: 311 MiB in 89 packages >>> go-bootstrap: Cleaning up srcdir >>> go-bootstrap: Cleaning up pkgdir >>> go-bootstrap: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/go1.4.3.src.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 27 10.3M 27 2874k 0 0 17.2M 0 --:--:-- --:--:-- --:--:-- 17.1M 100 10.3M 100 10.3M 0 0 27.7M 0 --:--:-- --:--:-- --:--:-- 27.7M >>> go-bootstrap: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/go1.4.3.src.tar.gz >>> go-bootstrap: Checking sha512sums... go1.4.3.src.tar.gz: OK no-pic.patch: OK no-longjmp-redefine.patch: OK fix-arm-hackery.patch: OK default-sc-getpw-r-size-max.patch: OK new-binutils.patch: OK >>> go-bootstrap: Unpacking /var/cache/distfiles/v3.13/go1.4.3.src.tar.gz... >>> go-bootstrap: no-pic.patch patching file src/cmd/ld/lib.c Hunk #1 succeeded at 692 (offset -94 lines). >>> go-bootstrap: no-longjmp-redefine.patch patching file include/libc.h >>> go-bootstrap: fix-arm-hackery.patch patching file src/cmd/dist/arm.c Hunk #2 succeeded at 27 (offset 1 line). patching file src/make.bash patching file src/cmd/dist/arm.S >>> go-bootstrap: default-sc-getpw-r-size-max.patch patching file src/os/user/lookup_unix.go >>> go-bootstrap: new-binutils.patch patching file src/cmd/6l/asm.c patching file src/cmd/ld/ldelf.c patching file src/cmd/ld/elf.h # Building C bootstrap tool. cmd/dist # Building compilers and Go bootstrap tool for host, linux/386. lib9 /home/buildozer/aports/community/go-bootstrap/src/go/src/lib9/fmt/fltfmt.c: In function '__efgfmt': /home/buildozer/aports/community/go-bootstrap/src/go/src/lib9/fmt/fltfmt.c:437:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 437 | if(ndigits > prec) { | ^ /home/buildozer/aports/community/go-bootstrap/src/go/src/lib9/fmt/fltfmt.c:451:2: note: here 451 | default: | ^~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/lib9/fmt/strtod.c: In function 'fmtstrtod': /home/buildozer/aports/community/go-bootstrap/src/go/src/lib9/fmt/strtod.c:141:6: warning: this statement may fall through [-Wimplicit-fallthrough=] 141 | if(state == S0) | ^ /home/buildozer/aports/community/go-bootstrap/src/go/src/lib9/fmt/strtod.c:145:3: note: here 145 | case '+': | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/lib9/fmt/strtod.c:182:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 182 | if(xcmp(s, "nan") == 0) { | ^ /home/buildozer/aports/community/go-bootstrap/src/go/src/lib9/fmt/strtod.c:187:2: note: here 187 | case S1: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/lib9/fmt/strtod.c:193:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 193 | if(xcmp(s, "inf") == 0) { | ^ /home/buildozer/aports/community/go-bootstrap/src/go/src/lib9/fmt/strtod.c:198:2: note: here 198 | case S3: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/lib9/fmt/strtod.c:203:4: warning: this statement may fall through [-Wimplicit-fallthrough=] 203 | s--; /* back over +- */ | ~^~ /home/buildozer/aports/community/go-bootstrap/src/go/src/lib9/fmt/strtod.c:204:2: note: here 204 | case S5: | ^~~~ libbio /home/buildozer/aports/community/go-bootstrap/src/go/src/libbio/bflush.c: In function 'Bflush': /home/buildozer/aports/community/go-bootstrap/src/go/src/libbio/bflush.c:51:13: warning: this statement may fall through [-Wimplicit-fallthrough=] 51 | bp->state = Bractive; | ~~~~~~~~~~^~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/libbio/bflush.c:53:2: note: here 53 | case Bractive: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/libbio/bseek.c: In function 'Bseek': /home/buildozer/aports/community/go-bootstrap/src/go/src/libbio/bseek.c:51:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 51 | bp->gbuf = bp->ebuf; | ~~~~~~~~~^~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/libbio/bseek.c:53:2: note: here 53 | case Bractive: | ^~~~ liblink /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/asm5.c: In function 'buildop': /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/asm5.c:1352:4: warning: this statement may fall through [-Wimplicit-fallthrough=] 1352 | sysfatal("bad code"); | ^~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/asm5.c:1353:3: note: here 1353 | case AADD: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/asm5.c: In function 'ofsr': /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/asm5.c:2617:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 2617 | ctxt->diag("bad fst %A", a); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/asm5.c:2618:2: note: here 2618 | case AMOVD: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/asm8.c: In function 'doasm': /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/asm8.c:2694:4: warning: this statement may fall through [-Wimplicit-fallthrough=] 2694 | sysfatal("unknown TLS base location for %s", headstr(ctxt->headtype)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/asm8.c:2696:3: note: here 2696 | case Hlinux: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/asm8.c: In function 'prefixof': /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/asm8.c:1466:4: warning: this statement may fall through [-Wimplicit-fallthrough=] 1466 | sysfatal("unknown TLS base register for %s", headstr(ctxt->headtype)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/asm8.c:1467:3: note: here 1467 | case Hdarwin: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/asm8.c: In function 'mediaop': /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/asm8.c:2131:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 2131 | if(osize != 1){ | ^ /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/asm8.c:2138:2: note: here 2138 | default: | ^~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/asm6.c: In function 'doasm': /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/asm6.c:3378:4: warning: this statement may fall through [-Wimplicit-fallthrough=] 3378 | sysfatal("unknown TLS base location for %s", headstr(ctxt->headtype)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/asm6.c:3380:3: note: here 3380 | case Hplan9: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/asm6.c: In function 'prefixof': /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/asm6.c:1909:4: warning: this statement may fall through [-Wimplicit-fallthrough=] 1909 | sysfatal("unknown TLS base register for %s", headstr(ctxt->headtype)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/asm6.c:1910:3: note: here 1910 | case Hdragonfly: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/asm6.c: In function 'oclass': /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/asm6.c:1983:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 1983 | if(ctxt->asmode != 64) | ^ /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/asm6.c:1985:2: note: here 1985 | case D_DL: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/asm6.c:2011:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 2011 | if(ctxt->asmode != 64) | ^ /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/asm6.c:2013:2: note: here 2013 | case D_SP: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/asm6.c: In function 'mediaop': /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/asm6.c:2695:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 2695 | if(osize != 1){ | ^ /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/asm6.c:2702:2: note: here 2702 | default: | ^~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/asm6.c: In function 'asmidx': /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/asm6.c:2156:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 2156 | if(ctxt->asmode != 64) | ^ /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/asm6.c:2158:2: note: here 2158 | case D_AX: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/asm6.c:2198:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 2198 | if(ctxt->asmode != 64) | ^ /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/asm6.c:2200:2: note: here 2200 | case D_AX: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/obj5.c: In function 'addstacksplit': /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/obj5.c:383:23: warning: this statement may fall through [-Wimplicit-fallthrough=] 383 | cursym->text->mark &= ~LEAF; | ~~~~~~~~~~~~~~~~~~~^~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/obj5.c:385:3: note: here 385 | case ABCASE: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/sym.c: In function 'linknew': /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/sym.c:150:4: warning: this statement may fall through [-Wimplicit-fallthrough=] 150 | sysfatal("unknown thread-local storage offset for nacl/%s", ctxt->arch->name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/sym.c:151:3: note: here 151 | case '6': | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/sym.c:170:4: warning: this statement may fall through [-Wimplicit-fallthrough=] 170 | sysfatal("unknown thread-local storage offset for darwin/%s", ctxt->arch->name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/liblink/sym.c:171:3: note: here 171 | case '6': | ^~~~ cmd/cc /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/cc/acid.c: In function 'acidmember': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/cc/acid.c:150:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 150 | if(flag) { | ^ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/cc/acid.c:177:2: note: here 177 | case TINT: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/cc/com64.c: In function 'com64': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/cc/com64.c:257:6: warning: this statement may fall through [-Wimplicit-fallthrough=] 257 | if(rv) { | ^ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/cc/com64.c:265:3: note: here 265 | case OCOND: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/cc/com64.c:300:4: warning: this statement may fall through [-Wimplicit-fallthrough=] 300 | diag(n, "unknown vlong %O", n->op); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/cc/com64.c:301:3: note: here 301 | case OFUNC: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/cc/com64.c:302:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 302 | n->complex = FNX; | ^ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/cc/com64.c:303:3: note: here 303 | case ORETURN: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/cc/dcl.c: In function 'isstruct': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/cc/dcl.c:295:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 295 | if(n && n->type && sametype(n->type, t)) | ^ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/cc/dcl.c:297:2: note: here 297 | case OSTRING: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/cc/lex.c: In function 'compile': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/cc/lex.c:308:4: warning: this statement may fall through [-Wimplicit-fallthrough=] 308 | errorexit(); | ^~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/cc/lex.c:309:3: note: here 309 | case 0: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/cc/lex.c:338:4: warning: this statement may fall through [-Wimplicit-fallthrough=] 338 | errorexit(); | ^~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/cc/lex.c:339:3: note: here 339 | default: | ^~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/cc/sub.c: In function 'allfloat': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/cc/sub.c:528:6: warning: this statement may fall through [-Wimplicit-fallthrough=] 528 | if(!allfloat(n->right, flag)) | ^ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/cc/sub.c:530:3: note: here 530 | case OCAST: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/cc/sub.c: In function 'simplifyshift': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/cc/sub.c:863:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 863 | if(topbit(c3) >= (32-c2)) | ^ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/cc/sub.c:865:2: note: here 865 | case 001: /* (((e >>u c2) & c3) <>s c2) & c3) >>u c1) */ | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/cc/sub.c:900:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 900 | if(topbit(c3) >= 31) | ^ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/cc/sub.c:902:2: note: here 902 | case 010: /* (((e <>u c1) */ | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/cc/sub.c: In function 'side': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/cc/sub.c:954:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 954 | n = n->right; | ~~^~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/cc/sub.c:956:2: note: here 956 | case OEQ: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/cc/sub.c: In function 'relindex': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/cc/sub.c:1130:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 1130 | diag(Z, "bad in relindex: %O", o); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/cc/sub.c:1131:2: note: here 1131 | case OEQ: return 0; | ^~~~ cmd/gc /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/const.c: In function 'convlit1': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/const.c:224:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 224 | n->val = toint(n->val); | ^~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/const.c:226:4: note: here 226 | case CTINT: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/const.c:238:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 238 | n->val = toflt(n->val); | ^~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/const.c:240:4: note: here 240 | case CTFLT: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/const.c: In function 'tostr': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/const.c:470:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 470 | yyerror("no float -> string"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/const.c:472:2: note: here 472 | case CTNIL: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/const.c: In function 'nodlit': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/const.c:1050:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 1050 | fatal("nodlit ctype %d", v.ctype); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/const.c:1051:2: note: here 1051 | case CTSTR: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/const.c: In function 'convconst': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/const.c:1427:4: warning: this statement may fall through [-Wimplicit-fallthrough=] 1427 | fatal("convconst ctype=%d %lT", val->ctype, t); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/const.c:1428:3: note: here 1428 | case CTINT: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/esc.c: In function 'esccall': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/esc.c:898:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 898 | fatal("esccall"); | ^~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/esc.c:900:2: note: here 900 | case OCALLFUNC: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/fmt.c: In function 'typefmt': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/fmt.c:624:6: warning: this statement may fall through [-Wimplicit-fallthrough=] 624 | if(fmtmode != FExp) { | ^ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/fmt.c:628:3: note: here 628 | default: | ^~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/gen.c: In function 'cgen_proc': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/gen.c:550:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 550 | fatal("cgen_proc: unknown call %O", n->left->op); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/gen.c:552:2: note: here 552 | case OCALLMETH: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/lex.c: In function 'ccgetc': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/lex.c:1679:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 1679 | if(curio.bin != nil) { | ^ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/lex.c:1683:2: note: here 1683 | case EOF: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/lex.c:1688:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 1688 | c = '\n'; | ~~^~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/lex.c:1689:2: note: here 1689 | case '\n': | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/mparith1.c: In function 'mpatoflt': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/mparith1.c:383:7: warning: this statement may fall through [-Wimplicit-fallthrough=] 383 | eb = 1; | ~~~^~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/mparith1.c:385:3: note: here 385 | case 'E': | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/mparith1.c: In function 'mpatofix': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/mparith1.c:468:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 468 | f = 1; | ~~^~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/mparith1.c:470:2: note: here 470 | case '+': | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/order.c: In function 'orderstmt': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/order.c:732:4: warning: this statement may fall through [-Wimplicit-fallthrough=] 732 | fatal("orderstmt range %T", n->type); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/order.c:733:3: note: here 733 | case TARRAY: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/order.c:511:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 511 | fatal("orderstmt %O", n->op); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/order.c:513:2: note: here 513 | case OVARKILL: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/order.c: In function 'ordersafeexpr': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/order.c:141:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 141 | fatal("ordersafeexpr %O", n->op); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/order.c:143:2: note: here 143 | case ONAME: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/order.c: In function 'ordermapassign': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/order.c:453:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 453 | fatal("ordermapassign %O", n->op); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/order.c:455:2: note: here 455 | case OAS: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/racewalk.c: In function 'racewalknode': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/racewalk.c:156:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 156 | fatal("racewalk: unknown node type %O", n->op); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/racewalk.c:158:2: note: here 158 | case OASOP: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/range.c: In function 'walkrange': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/range.c:144:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 144 | fatal("walkrange"); | ^~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/range.c:146:2: note: here 146 | case TARRAY: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/select.c: In function 'walkselect': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/select.c:128:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 128 | fatal("select %O", n->op); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/select.c:130:4: note: here 130 | case OSEND: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/select.c:223:4: warning: this statement may fall through [-Wimplicit-fallthrough=] 223 | fatal("select %O", n->op); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/select.c:225:3: note: here 225 | case OSEND: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/select.c:289:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 289 | fatal("select %O", n->op); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/select.c:291:4: note: here 291 | case OSEND: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/sinit.c: In function 'staticassign': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/sinit.c:401:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 401 | switch(r->left->op) { | ^~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/sinit.c:411:2: note: here 411 | case OPTRLIT: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/sinit.c: In function 'initplan': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/sinit.c:1375:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 1375 | fatal("initplan"); | ^~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/sinit.c:1376:2: note: here 1376 | case OARRAYLIT: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/sinit.c: In function 'anylit': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/sinit.c:1040:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 1040 | fatal("anylit: not lit"); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/sinit.c:1042:2: note: here 1042 | case OPTRLIT: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/sinit.c: In function 'iszero': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/sinit.c:1451:4: warning: this statement may fall through [-Wimplicit-fallthrough=] 1451 | fatal("iszero"); | ^~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/sinit.c:1453:3: note: here 1453 | case CTNIL: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/subr.c: In function 'assignop': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/subr.c:1291:6: warning: this statement may fall through [-Wimplicit-fallthrough=] 1291 | if(dst->bound != -100) // not slice | ^ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/subr.c:1293:3: note: here 1293 | case TPTR32: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/subr.c: In function 'genhash': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/subr.c:2745:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 2745 | fatal("genhash %T", t); | ^~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/subr.c:2746:2: note: here 2746 | case TARRAY: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/subr.c: In function 'geneq': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/subr.c:2985:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 2985 | fatal("geneq %T", t); | ^~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/subr.c:2986:2: note: here 2986 | case TARRAY: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/typecheck.c: In function 'typecheck1': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/typecheck.c:336:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 336 | fatal("typecheck %O", n->op); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/typecheck.c:341:2: note: here 341 | case OLITERAL: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/walk.c: In function 'walkstmt': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/walk.c:220:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 220 | n->op = OCASE; | ~~~~~~^~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/walk.c:221:2: note: here 221 | case OCASE: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/walk.c: In function 'walkexpr': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/walk.c:1128:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 1128 | fatal("walkexpr ORECV"); // should see inside OAS only | ^~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/gc/walk.c:1130:2: note: here 1130 | case OSLICE: | ^~~~ cmd/8l /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8l/../ld/data.c: In function 'relocsym': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8l/../ld/data.c:315:4: warning: this statement may fall through [-Wimplicit-fallthrough=] 315 | diag("bad reloc size %#ux for %s", siz, r->sym->name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8l/../ld/data.c:316:3: note: here 316 | case 1: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8l/../ld/elf.c: In function 'asmbelf': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8l/../ld/elf.c:1141:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 1141 | errorexit(); | ^~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8l/../ld/elf.c:1142:2: note: here 1142 | case '5': | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8l/../ld/ldelf.c: In function 'reltype': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8l/../ld/ldelf.c:875:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 875 | diag("%s: unknown relocation type %d; compiled without -fpic?", pn, elftype); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8l/../ld/ldelf.c:876:2: note: here 876 | case R('5', R_ARM_ABS32): | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8l/../ld/ldpe.c: In function 'ldpe': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8l/../ld/ldpe.c:298:6: warning: this statement may fall through [-Wimplicit-fallthrough=] 298 | diag("%s: unknown relocation type %d;", pn, type); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8l/../ld/ldpe.c:299:5: note: here 299 | case IMAGE_REL_I386_REL32: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8l/../ld/macho.c: In function 'asmbmacho': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8l/../ld/macho.c:358:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 358 | errorexit(); | ^~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8l/../ld/macho.c:359:2: note: here 359 | case '6': | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8l/../ld/macho.c:417:4: warning: this statement may fall through [-Wimplicit-fallthrough=] 417 | errorexit(); | ^~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8l/../ld/macho.c:418:3: note: here 418 | case '6': | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8l/../ld/pe.c: In function 'asmbpe': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8l/../ld/pe.c:617:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 617 | errorexit(); | ^~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8l/../ld/pe.c:618:2: note: here 618 | case '6': | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8l/../ld/symtab.c: In function 'putplan9sym': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8l/../ld/symtab.c:246:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 246 | if(ver) | ^ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8l/../ld/symtab.c:248:2: note: here 248 | case 'a': | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8l/asm.c: In function 'asmb': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8l/asm.c:627:6: warning: this statement may fall through [-Wimplicit-fallthrough=] 627 | if(iself) | ^ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8l/asm.c:629:3: note: here 629 | case Hplan9: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8l/obj.c: In function 'archinit': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8l/obj.c:76:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 76 | errorexit(); | ^~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8l/obj.c:78:2: note: here 78 | case Hplan9: /* plan 9 */ | ^~~~ cmd/8a cmd/8c /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8c/cgen64.c: In function 'cgen64': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8c/cgen64.c:1913:4: warning: this statement may fall through [-Wimplicit-fallthrough=] 1913 | freepair(r); | ^~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8c/cgen64.c:1915:3: note: here 1915 | case IMM(0, 1): | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8c/cgen64.c:2204:4: warning: this statement may fall through [-Wimplicit-fallthrough=] 2204 | freepair(r); | ^~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8c/cgen64.c:2206:3: note: here 2206 | case IMM(0, 1): | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8c/peep.c: In function 'peep': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8c/peep.c:87:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 87 | t++; | ~^~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8c/peep.c:89:3: note: here 89 | case ADATA: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8c/peep.c: In function 'subprop': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8c/peep.c:269:6: warning: this statement may fall through [-Wimplicit-fallthrough=] 269 | if(p->to.type != D_NONE) | ^ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8c/peep.c:272:3: note: here 272 | case ADIVB: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8c/peep.c: In function 'copyu': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8c/peep.c:488:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 488 | if(copyas(&p->from, v)) | ^ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8c/peep.c:492:2: note: here 492 | case ANOP: /* rhs store */ | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8c/peep.c:658:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 658 | if(p->to.type != D_NONE) { | ^ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8c/peep.c:664:2: note: here 664 | case ADIVB: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8c/reg.c: In function 'regopt': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8c/reg.c:275:6: warning: this statement may fall through [-Wimplicit-fallthrough=] 275 | if(p->to.type != D_NONE) | ^ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8c/reg.c:278:3: note: here 278 | case AIDIVB: | ^~~~ cmd/8g /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/../gc/cplx.c: In function 'complexmove': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/../gc/cplx.c:54:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 54 | fatal("complexmove: unknown conversion: %T -> %T\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | f->type, t->type); | ~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/../gc/cplx.c:57:2: note: here 57 | case CASE(TCOMPLEX64,TCOMPLEX64): | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/../gc/cplx.c: In function 'complexgen': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/../gc/cplx.c:199:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 199 | fatal("complexgen: unknown op %O", n->op); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/../gc/cplx.c:201:2: note: here 201 | case ODOT: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/cgen.c: In function 'agen': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/cgen.c:554:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 554 | fatal("agen %O", n->op); | ^~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/cgen.c:556:2: note: here 556 | case OCALLMETH: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/cgen.c: In function 'bgen': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/cgen.c:1018:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 1018 | if(nr == N || nr->type == T) /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/cgen.c:1021:2: note: here 1021 | case ONOT: // unary | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/cgen64.c: In function 'cgen64': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/cgen64.c:30:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 30 | fatal("cgen64 %O", n->op); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/cgen64.c:32:2: note: here 32 | case OMINUS: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/cgen64.c: In function 'cmp64': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/cgen64.c:488:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 488 | fatal("cmp64 %O %T", op, t); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/cgen64.c:489:2: note: here 489 | case OEQ: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/ggen.c: In function 'dodiv': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/ggen.c:691:60: warning: left shift of negative value [-Wshift-negative-value] 691 | if(isconst(nl, CTINT) && mpgetfix(nl->val.u.xval) != -1LL<<(t->width*8-1)) | ^~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/gsubr.c: In function 'regalloc': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/gsubr.c:918:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 918 | fatal("regalloc64"); | ^~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/gsubr.c:920:2: note: here 920 | case TINT8: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/gsubr.c: In function 'nodarg': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/gsubr.c:1042:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 1042 | fatal("nodarg %T", t); | ^~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/gsubr.c:1044:2: note: here 1044 | case TSTRUCT: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/gsubr.c:1087:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 1087 | fatal("nodarg %T %d", t, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/gsubr.c:1089:2: note: here 1089 | case 0: // output arg | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/gsubr.c: In function 'floatmove_387': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/gsubr.c:1799:4: warning: this statement may fall through [-Wimplicit-fallthrough=] 1799 | fatal("gmove %T", t); | ^~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/gsubr.c:1800:3: note: here 1800 | case TINT8: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/gsubr.c: In function 'naddr': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/gsubr.c:2247:4: warning: this statement may fall through [-Wimplicit-fallthrough=] 2247 | fatal("naddr: ONAME class %S %d\n", n->sym, n->class); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/gsubr.c:2248:3: note: here 2248 | case PEXTERN: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/gsubr.c:2311:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 2311 | fatal("naddr: OADDR\n"); | ^~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/gsubr.c:2313:2: note: here 2313 | case OITAB: | ^~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/reg.c: In function 'addmove': /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/reg.c:494:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 494 | fatal("unknown type %E", v->etype); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/go-bootstrap/src/go/src/cmd/8g/reg.c:495:2: note: here 495 | case TINT8: | ^~~~ runtime errors sync/atomic sync io unicode unicode/utf8 unicode/utf16 bytes math strings strconv bufio sort container/heap encoding/base64 syscall time os reflect fmt encoding encoding/json flag path/filepath path io/ioutil log regexp/syntax regexp go/token go/scanner go/ast go/parser os/exec os/signal net/url text/template/parse text/template go/doc go/build cmd/go # Building packages and commands for linux/386. runtime errors sync/atomic unicode unicode/utf8 math sort encoding unicode/utf16 container/list crypto/subtle container/ring image/color runtime/race sync container/heap image/color/palette io syscall hash crypto/cipher hash/crc32 crypto/hmac hash/adler32 hash/crc64 hash/fnv bytes strings bufio text/tabwriter path html compress/bzip2 time internal/syscall strconv math/rand math/cmplx reflect regexp/syntax crypto encoding/base64 net/url crypto/aes crypto/rc4 encoding/ascii85 encoding/base32 image crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 encoding/pem os image/draw image/jpeg regexp path/filepath net os/signal io/ioutil os/exec fmt encoding/binary cmd/pprof/internal/svg crypto/des index/suffixarray cmd/internal/goobj cmd/internal/rsc.io/arm/armasm cmd/internal/rsc.io/x86/x86asm debug/dwarf debug/gosym debug/plan9obj flag log go/token encoding/json encoding/xml text/template/parse compress/flate math/big encoding/hex mime net/http/internal runtime/pprof cmd/pprof/internal/tempfile archive/tar compress/lzw database/sql/driver encoding/csv encoding/gob os/user runtime/debug text/scanner cmd/pack testing/iotest go/scanner image/gif database/sql go/ast testing/quick testing debug/elf debug/macho debug/pe compress/gzip archive/zip compress/zlib image/png cmd/pprof/internal/profile text/template crypto/elliptic encoding/asn1 crypto/rand crypto/dsa crypto/rsa go/parser go/printer cmd/internal/objfile net/textproto log/syslog crypto/x509/pkix crypto/ecdsa crypto/x509 mime/multipart net/mail go/doc html/template cmd/addr2line cmd/nm cmd/objdump cmd/pprof/internal/plugin cmd/pprof/internal/symbolz cmd/pprof/internal/symbolizer cmd/cgo go/format cmd/gofmt cmd/fix cmd/yacc go/build crypto/tls cmd/pprof/internal/report cmd/pprof/internal/commands cmd/pprof/internal/driver net/http net/smtp cmd/go cmd/pprof/internal/fetch expvar net/http/cgi net/http/cookiejar net/http/httptest net/http/httputil net/http/pprof net/rpc cmd/pprof net/http/fcgi net/rpc/jsonrpc --- Installed Go for linux/386 in /home/buildozer/aports/community/go-bootstrap/src/go Installed commands in /home/buildozer/aports/community/go-bootstrap/src/go/bin The binaries expect /home/buildozer/aports/community/go-bootstrap/src/go to be copied or moved to /usr/lib/go-bootstrap >>> WARNING: go-bootstrap: APKBUILD does not run any tests! Alpine policy will soon require that packages have any relevant testsuites run during the build process. To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite. >>> go-bootstrap: Entering fakeroot... >>> go-bootstrap*: Running postcheck for go-bootstrap >>> go-bootstrap*: Preparing package go-bootstrap... >>> go-bootstrap*: Scanning shared objects >>> go-bootstrap*: Tracing dependencies... so:libc.musl-x86.so.1 >>> go-bootstrap*: Package size: 98.6 MB >>> go-bootstrap*: Compressing data... >>> go-bootstrap*: Create checksum... >>> go-bootstrap*: Create go-bootstrap-1.4.3-r3.apk >>> go-bootstrap: Build complete at Sat, 19 Dec 2020 01:22:57 +0000 elapsed time 0h 0m 56s >>> go-bootstrap: Cleaning up srcdir >>> go-bootstrap: Cleaning up pkgdir >>> go-bootstrap: Uninstalling dependencies... (1/3) Purging .makedepends-go-bootstrap (20201219.012206) (2/3) Purging bash (5.0.18-r0) Executing bash-5.0.18-r0.pre-deinstall (3/3) Purging readline (8.0.4-r0) Executing busybox-1.32.0-r8.trigger OK: 310 MiB in 86 packages >>> go-bootstrap: Updating the community/x86 repository index... >>> go-bootstrap: Signing the index...