------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> go14-1.4.3_6 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> go14-1.4.3_6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by go14-1.4.3_6 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> go14-1.4.3_6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by go14-1.4.3_6 for building => SHA256 Checksum OK for go1.4-bootstrap-20171003.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> go14-1.4.3_6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by go14-1.4.3_6 for building ===> Extracting for go14-1.4.3_6 ===> go14-1.4.3_6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by go14-1.4.3_6 for building => SHA256 Checksum OK for go1.4-bootstrap-20171003.tar.gz. Extracted Memory Use: 49.57M SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for go14-1.4.3_6 ===> Applying ports patches for go14-1.4.3_6 ===> Applying dragonfly patches for go14-1.4.3_6 /bin/cat /xports/lang/go14/pkg-plist | /usr/bin/grep -v "typedef.elf" | /usr/bin/grep -v "/testdata/.*-exec" | /usr/bin/sed -e 's@freebsd_\%@%%OPSYSL%%_%@g' | /usr/bin/sed -e '/\/runtime\/z/s@_freebsd@_%%OPSYSL%%@g' > /construction/lang/go14/dfly-plist SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for go14-1.4.3_6 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for go14-1.4.3_6 cd /construction/lang/go14/go/src && GOROOT=/construction/lang/go14/go GOROOT_FINAL=/usr/local/go14 GOBIN= GOARCH=amd64 GOOS=dragonfly GO386=387 CGO_ENABLED=0 /bin/sh make.bash # Building C bootstrap tool. cmd/dist -t: not found -t: not found clang: not found # Building compilers and Go bootstrap tool for host, dragonfly/amd64. lib9 /construction/lang/go14/go/src/lib9/fmt/fltfmt.c: In function '__efgfmt': /construction/lang/go14/go/src/lib9/fmt/fltfmt.c:437:5: warning: this statement may fall through [-Wimplicit-fallthrough=] if(ndigits > prec) { ^ /construction/lang/go14/go/src/lib9/fmt/fltfmt.c:451:2: note: here default: ^~~~~~~ /construction/lang/go14/go/src/lib9/fmt/strtod.c: In function 'fmtstrtod': /construction/lang/go14/go/src/lib9/fmt/strtod.c:141:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if(state == S0) ^ /construction/lang/go14/go/src/lib9/fmt/strtod.c:145:3: note: here case '+': ^~~~ /construction/lang/go14/go/src/lib9/fmt/strtod.c:182:5: warning: this statement may fall through [-Wimplicit-fallthrough=] if(xcmp(s, "nan") == 0) { ^ /construction/lang/go14/go/src/lib9/fmt/strtod.c:187:2: note: here case S1: ^~~~ /construction/lang/go14/go/src/lib9/fmt/strtod.c:193:5: warning: this statement may fall through [-Wimplicit-fallthrough=] if(xcmp(s, "inf") == 0) { ^ /construction/lang/go14/go/src/lib9/fmt/strtod.c:198:2: note: here case S3: ^~~~ /construction/lang/go14/go/src/lib9/fmt/strtod.c:203:4: warning: this statement may fall through [-Wimplicit-fallthrough=] s--; /* back over +- */ ~^~ /construction/lang/go14/go/src/lib9/fmt/strtod.c:204:2: note: here case S5: ^~~~ libbio /construction/lang/go14/go/src/libbio/bflush.c: In function 'Bflush': /construction/lang/go14/go/src/libbio/bflush.c:51:13: warning: this statement may fall through [-Wimplicit-fallthrough=] bp->state = Bractive; ~~~~~~~~~~^~~~~~~~~~ /construction/lang/go14/go/src/libbio/bflush.c:53:2: note: here case Bractive: ^~~~ /construction/lang/go14/go/src/libbio/bseek.c: In function 'Bseek': /construction/lang/go14/go/src/libbio/bseek.c:51:12: warning: this statement may fall through [-Wimplicit-fallthrough=] bp->gbuf = bp->ebuf; ~~~~~~~~~^~~~~~~~~~ /construction/lang/go14/go/src/libbio/bseek.c:53:2: note: here case Bractive: ^~~~ liblink /construction/lang/go14/go/src/liblink/asm8.c: In function 'doasm': /construction/lang/go14/go/src/liblink/asm8.c:2694:4: warning: this statement may fall through [-Wimplicit-fallthrough=] sysfatal("unknown TLS base location for %s", headstr(ctxt->headtype)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/liblink/asm8.c:2696:3: note: here case Hlinux: ^~~~ /construction/lang/go14/go/src/liblink/asm8.c: In function 'prefixof': /construction/lang/go14/go/src/liblink/asm8.c:1466:4: warning: this statement may fall through [-Wimplicit-fallthrough=] sysfatal("unknown TLS base register for %s", headstr(ctxt->headtype)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/liblink/asm8.c:1467:3: note: here case Hdarwin: ^~~~ /construction/lang/go14/go/src/liblink/asm8.c: In function 'mediaop': /construction/lang/go14/go/src/liblink/asm8.c:2131:5: warning: this statement may fall through [-Wimplicit-fallthrough=] if(osize != 1){ ^ /construction/lang/go14/go/src/liblink/asm8.c:2138:2: note: here default: ^~~~~~~ /construction/lang/go14/go/src/liblink/asm5.c: In function 'buildop': /construction/lang/go14/go/src/liblink/asm5.c:1352:4: warning: this statement may fall through [-Wimplicit-fallthrough=] sysfatal("bad code"); ^~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/liblink/asm5.c:1353:3: note: here case AADD: ^~~~ /construction/lang/go14/go/src/liblink/asm5.c: In function 'ofsr': /construction/lang/go14/go/src/liblink/asm5.c:2617:3: warning: this statement may fall through [-Wimplicit-fallthrough=] ctxt->diag("bad fst %A", a); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/liblink/asm5.c:2618:2: note: here case AMOVD: ^~~~ /construction/lang/go14/go/src/liblink/asm6.c: In function 'doasm': /construction/lang/go14/go/src/liblink/asm6.c:3378:4: warning: this statement may fall through [-Wimplicit-fallthrough=] sysfatal("unknown TLS base location for %s", headstr(ctxt->headtype)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/liblink/asm6.c:3380:3: note: here case Hplan9: ^~~~ /construction/lang/go14/go/src/liblink/asm6.c: In function 'prefixof': /construction/lang/go14/go/src/liblink/asm6.c:1909:4: warning: this statement may fall through [-Wimplicit-fallthrough=] sysfatal("unknown TLS base register for %s", headstr(ctxt->headtype)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/liblink/asm6.c:1910:3: note: here case Hdragonfly: ^~~~ /construction/lang/go14/go/src/liblink/asm6.c: In function 'oclass': /construction/lang/go14/go/src/liblink/asm6.c:1983:5: warning: this statement may fall through [-Wimplicit-fallthrough=] if(ctxt->asmode != 64) ^ /construction/lang/go14/go/src/liblink/asm6.c:1985:2: note: here case D_DL: ^~~~ /construction/lang/go14/go/src/liblink/asm6.c:2011:5: warning: this statement may fall through [-Wimplicit-fallthrough=] if(ctxt->asmode != 64) ^ /construction/lang/go14/go/src/liblink/asm6.c:2013:2: note: here case D_SP: ^~~~ /construction/lang/go14/go/src/liblink/asm6.c: In function 'mediaop': /construction/lang/go14/go/src/liblink/asm6.c:2695:5: warning: this statement may fall through [-Wimplicit-fallthrough=] if(osize != 1){ ^ /construction/lang/go14/go/src/liblink/asm6.c:2702:2: note: here default: ^~~~~~~ /construction/lang/go14/go/src/liblink/asm6.c: In function 'asmidx': /construction/lang/go14/go/src/liblink/asm6.c:2156:5: warning: this statement may fall through [-Wimplicit-fallthrough=] if(ctxt->asmode != 64) ^ /construction/lang/go14/go/src/liblink/asm6.c:2158:2: note: here case D_AX: ^~~~ /construction/lang/go14/go/src/liblink/asm6.c:2198:5: warning: this statement may fall through [-Wimplicit-fallthrough=] if(ctxt->asmode != 64) ^ /construction/lang/go14/go/src/liblink/asm6.c:2200:2: note: here case D_AX: ^~~~ /construction/lang/go14/go/src/liblink/obj5.c: In function 'addstacksplit': /construction/lang/go14/go/src/liblink/obj5.c:383:23: warning: this statement may fall through [-Wimplicit-fallthrough=] cursym->text->mark &= ~LEAF; ~~~~~~~~~~~~~~~~~~~^~~~~~~~ /construction/lang/go14/go/src/liblink/obj5.c:385:3: note: here case ABCASE: ^~~~ /construction/lang/go14/go/src/liblink/sym.c: In function 'linknew': /construction/lang/go14/go/src/liblink/sym.c:150:4: warning: this statement may fall through [-Wimplicit-fallthrough=] sysfatal("unknown thread-local storage offset for nacl/%s", ctxt->arch->name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/liblink/sym.c:151:3: note: here case '6': ^~~~ /construction/lang/go14/go/src/liblink/sym.c:170:4: warning: this statement may fall through [-Wimplicit-fallthrough=] sysfatal("unknown thread-local storage offset for darwin/%s", ctxt->arch->name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/liblink/sym.c:171:3: note: here case '6': ^~~~ cmd/cc /construction/lang/go14/go/src/cmd/cc/com64.c: In function 'com64': /construction/lang/go14/go/src/cmd/cc/com64.c:257:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if(rv) { ^ /construction/lang/go14/go/src/cmd/cc/com64.c:265:3: note: here case OCOND: ^~~~ /construction/lang/go14/go/src/cmd/cc/com64.c:300:4: warning: this statement may fall through [-Wimplicit-fallthrough=] diag(n, "unknown vlong %O", n->op); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/cc/com64.c:301:3: note: here case OFUNC: ^~~~ /construction/lang/go14/go/src/cmd/cc/com64.c:302:15: warning: this statement may fall through [-Wimplicit-fallthrough=] n->complex = FNX; ^ /construction/lang/go14/go/src/cmd/cc/com64.c:303:3: note: here case ORETURN: ^~~~ /construction/lang/go14/go/src/cmd/cc/acid.c: In function 'acidmember': /construction/lang/go14/go/src/cmd/cc/acid.c:150:5: warning: this statement may fall through [-Wimplicit-fallthrough=] if(flag) { ^ /construction/lang/go14/go/src/cmd/cc/acid.c:177:2: note: here case TINT: ^~~~ /construction/lang/go14/go/src/cmd/cc/dcl.c: In function 'isstruct': /construction/lang/go14/go/src/cmd/cc/dcl.c:295:5: warning: this statement may fall through [-Wimplicit-fallthrough=] if(n && n->type && sametype(n->type, t)) ^ /construction/lang/go14/go/src/cmd/cc/dcl.c:297:2: note: here case OSTRING: ^~~~ /construction/lang/go14/go/src/cmd/cc/lex.c: In function 'compile': /construction/lang/go14/go/src/cmd/cc/lex.c:308:4: warning: this statement may fall through [-Wimplicit-fallthrough=] errorexit(); ^~~~~~~~~~~ /construction/lang/go14/go/src/cmd/cc/lex.c:309:3: note: here case 0: ^~~~ /construction/lang/go14/go/src/cmd/cc/lex.c:338:4: warning: this statement may fall through [-Wimplicit-fallthrough=] errorexit(); ^~~~~~~~~~~ /construction/lang/go14/go/src/cmd/cc/lex.c:339:3: note: here default: ^~~~~~~ /construction/lang/go14/go/src/cmd/cc/sub.c: In function 'allfloat': /construction/lang/go14/go/src/cmd/cc/sub.c:528:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if(!allfloat(n->right, flag)) ^ /construction/lang/go14/go/src/cmd/cc/sub.c:530:3: note: here case OCAST: ^~~~ /construction/lang/go14/go/src/cmd/cc/sub.c: In function 'simplifyshift': /construction/lang/go14/go/src/cmd/cc/sub.c:863:5: warning: this statement may fall through [-Wimplicit-fallthrough=] if(topbit(c3) >= (32-c2)) ^ /construction/lang/go14/go/src/cmd/cc/sub.c:865:2: note: here case 001: /* (((e >>u c2) & c3) <>s c2) & c3) >>u c1) */ ^~~~ /construction/lang/go14/go/src/cmd/cc/sub.c:900:5: warning: this statement may fall through [-Wimplicit-fallthrough=] if(topbit(c3) >= 31) ^ /construction/lang/go14/go/src/cmd/cc/sub.c:902:2: note: here case 010: /* (((e <>u c1) */ ^~~~ /construction/lang/go14/go/src/cmd/cc/sub.c: In function 'side': /construction/lang/go14/go/src/cmd/cc/sub.c:954:5: warning: this statement may fall through [-Wimplicit-fallthrough=] n = n->right; ~~^~~~~~~~~~ /construction/lang/go14/go/src/cmd/cc/sub.c:956:2: note: here case OEQ: ^~~~ /construction/lang/go14/go/src/cmd/cc/sub.c: In function 'relindex': /construction/lang/go14/go/src/cmd/cc/sub.c:1130:3: warning: this statement may fall through [-Wimplicit-fallthrough=] diag(Z, "bad in relindex: %O", o); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/cc/sub.c:1131:2: note: here case OEQ: return 0; ^~~~ cmd/gc /construction/lang/go14/go/src/cmd/gc/const.c: In function 'convlit1': /construction/lang/go14/go/src/cmd/gc/const.c:224:14: warning: this statement may fall through [-Wimplicit-fallthrough=] n->val = toint(n->val); ^~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/gc/const.c:226:4: note: here case CTINT: ^~~~ /construction/lang/go14/go/src/cmd/gc/const.c:238:14: warning: this statement may fall through [-Wimplicit-fallthrough=] n->val = toflt(n->val); ^~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/gc/const.c:240:4: note: here case CTFLT: ^~~~ /construction/lang/go14/go/src/cmd/gc/const.c: In function 'tostr': /construction/lang/go14/go/src/cmd/gc/const.c:470:3: warning: this statement may fall through [-Wimplicit-fallthrough=] yyerror("no float -> string"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/gc/const.c:472:2: note: here case CTNIL: ^~~~ /construction/lang/go14/go/src/cmd/gc/const.c: In function 'nodlit': /construction/lang/go14/go/src/cmd/gc/const.c:1050:3: warning: this statement may fall through [-Wimplicit-fallthrough=] fatal("nodlit ctype %d", v.ctype); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/gc/const.c:1051:2: note: here case CTSTR: ^~~~ /construction/lang/go14/go/src/cmd/gc/const.c: In function 'convconst': /construction/lang/go14/go/src/cmd/gc/const.c:1427:4: warning: this statement may fall through [-Wimplicit-fallthrough=] fatal("convconst ctype=%d %lT", val->ctype, t); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/gc/const.c:1428:3: note: here case CTINT: ^~~~ /construction/lang/go14/go/src/cmd/gc/esc.c: In function 'esccall': /construction/lang/go14/go/src/cmd/gc/esc.c:898:3: warning: this statement may fall through [-Wimplicit-fallthrough=] fatal("esccall"); ^~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/gc/esc.c:900:2: note: here case OCALLFUNC: ^~~~ /construction/lang/go14/go/src/cmd/gc/fmt.c: In function 'typefmt': /construction/lang/go14/go/src/cmd/gc/fmt.c:624:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if(fmtmode != FExp) { ^ /construction/lang/go14/go/src/cmd/gc/fmt.c:628:3: note: here default: ^~~~~~~ /construction/lang/go14/go/src/cmd/gc/gen.c: In function 'cgen_proc': /construction/lang/go14/go/src/cmd/gc/gen.c:550:3: warning: this statement may fall through [-Wimplicit-fallthrough=] fatal("cgen_proc: unknown call %O", n->left->op); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/gc/gen.c:552:2: note: here case OCALLMETH: ^~~~ /construction/lang/go14/go/src/cmd/gc/lex.c: In function 'ccgetc': /construction/lang/go14/go/src/cmd/gc/lex.c:1679:5: warning: this statement may fall through [-Wimplicit-fallthrough=] if(curio.bin != nil) { ^ /construction/lang/go14/go/src/cmd/gc/lex.c:1683:2: note: here case EOF: ^~~~ /construction/lang/go14/go/src/cmd/gc/lex.c:1688:5: warning: this statement may fall through [-Wimplicit-fallthrough=] c = '\n'; ~~^~~~~~ /construction/lang/go14/go/src/cmd/gc/lex.c:1689:2: note: here case '\n': ^~~~ /construction/lang/go14/go/src/cmd/gc/mparith1.c: In function 'mpatoflt': /construction/lang/go14/go/src/cmd/gc/mparith1.c:383:7: warning: this statement may fall through [-Wimplicit-fallthrough=] eb = 1; ~~~^~~ /construction/lang/go14/go/src/cmd/gc/mparith1.c:385:3: note: here case 'E': ^~~~ /construction/lang/go14/go/src/cmd/gc/mparith1.c: In function 'mpatofix': /construction/lang/go14/go/src/cmd/gc/mparith1.c:468:5: warning: this statement may fall through [-Wimplicit-fallthrough=] f = 1; ~~^~~ /construction/lang/go14/go/src/cmd/gc/mparith1.c:470:2: note: here case '+': ^~~~ /construction/lang/go14/go/src/cmd/gc/order.c: In function 'orderstmt': /construction/lang/go14/go/src/cmd/gc/order.c:732:4: warning: this statement may fall through [-Wimplicit-fallthrough=] fatal("orderstmt range %T", n->type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/gc/order.c:733:3: note: here case TARRAY: ^~~~ /construction/lang/go14/go/src/cmd/gc/order.c:511:3: warning: this statement may fall through [-Wimplicit-fallthrough=] fatal("orderstmt %O", n->op); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/gc/order.c:513:2: note: here case OVARKILL: ^~~~ /construction/lang/go14/go/src/cmd/gc/order.c: In function 'ordersafeexpr': /construction/lang/go14/go/src/cmd/gc/order.c:141:3: warning: this statement may fall through [-Wimplicit-fallthrough=] fatal("ordersafeexpr %O", n->op); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/gc/order.c:143:2: note: here case ONAME: ^~~~ /construction/lang/go14/go/src/cmd/gc/order.c: In function 'ordermapassign': /construction/lang/go14/go/src/cmd/gc/order.c:453:3: warning: this statement may fall through [-Wimplicit-fallthrough=] fatal("ordermapassign %O", n->op); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/gc/order.c:455:2: note: here case OAS: ^~~~ /construction/lang/go14/go/src/cmd/gc/racewalk.c: In function 'racewalknode': /construction/lang/go14/go/src/cmd/gc/racewalk.c:156:3: warning: this statement may fall through [-Wimplicit-fallthrough=] fatal("racewalk: unknown node type %O", n->op); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/gc/racewalk.c:158:2: note: here case OASOP: ^~~~ /construction/lang/go14/go/src/cmd/gc/range.c: In function 'walkrange': /construction/lang/go14/go/src/cmd/gc/range.c:144:3: warning: this statement may fall through [-Wimplicit-fallthrough=] fatal("walkrange"); ^~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/gc/range.c:146:2: note: here case TARRAY: ^~~~ /construction/lang/go14/go/src/cmd/gc/select.c: In function 'walkselect': /construction/lang/go14/go/src/cmd/gc/select.c:128:5: warning: this statement may fall through [-Wimplicit-fallthrough=] fatal("select %O", n->op); ^~~~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/gc/select.c:130:4: note: here case OSEND: ^~~~ /construction/lang/go14/go/src/cmd/gc/select.c:223:4: warning: this statement may fall through [-Wimplicit-fallthrough=] fatal("select %O", n->op); ^~~~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/gc/select.c:225:3: note: here case OSEND: ^~~~ /construction/lang/go14/go/src/cmd/gc/select.c:289:5: warning: this statement may fall through [-Wimplicit-fallthrough=] fatal("select %O", n->op); ^~~~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/gc/select.c:291:4: note: here case OSEND: ^~~~ /construction/lang/go14/go/src/cmd/gc/sinit.c: In function 'staticassign': /construction/lang/go14/go/src/cmd/gc/sinit.c:401:3: warning: this statement may fall through [-Wimplicit-fallthrough=] switch(r->left->op) { ^~~~~~ /construction/lang/go14/go/src/cmd/gc/sinit.c:411:2: note: here case OPTRLIT: ^~~~ /construction/lang/go14/go/src/cmd/gc/sinit.c: In function 'initplan': /construction/lang/go14/go/src/cmd/gc/sinit.c:1375:3: warning: this statement may fall through [-Wimplicit-fallthrough=] fatal("initplan"); ^~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/gc/sinit.c:1376:2: note: here case OARRAYLIT: ^~~~ /construction/lang/go14/go/src/cmd/gc/sinit.c: In function 'anylit': /construction/lang/go14/go/src/cmd/gc/sinit.c:1040:3: warning: this statement may fall through [-Wimplicit-fallthrough=] fatal("anylit: not lit"); ^~~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/gc/sinit.c:1042:2: note: here case OPTRLIT: ^~~~ /construction/lang/go14/go/src/cmd/gc/sinit.c: In function 'iszero': /construction/lang/go14/go/src/cmd/gc/sinit.c:1451:4: warning: this statement may fall through [-Wimplicit-fallthrough=] fatal("iszero"); ^~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/gc/sinit.c:1453:3: note: here case CTNIL: ^~~~ /construction/lang/go14/go/src/cmd/gc/subr.c: In function 'assignop': /construction/lang/go14/go/src/cmd/gc/subr.c:1291:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if(dst->bound != -100) // not slice ^ /construction/lang/go14/go/src/cmd/gc/subr.c:1293:3: note: here case TPTR32: ^~~~ /construction/lang/go14/go/src/cmd/gc/subr.c: In function 'genhash': /construction/lang/go14/go/src/cmd/gc/subr.c:2745:3: warning: this statement may fall through [-Wimplicit-fallthrough=] fatal("genhash %T", t); ^~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/gc/subr.c:2746:2: note: here case TARRAY: ^~~~ /construction/lang/go14/go/src/cmd/gc/subr.c: In function 'geneq': /construction/lang/go14/go/src/cmd/gc/subr.c:2985:3: warning: this statement may fall through [-Wimplicit-fallthrough=] fatal("geneq %T", t); ^~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/gc/subr.c:2986:2: note: here case TARRAY: ^~~~ /construction/lang/go14/go/src/cmd/gc/typecheck.c: In function 'typecheck1': /construction/lang/go14/go/src/cmd/gc/typecheck.c:336:3: warning: this statement may fall through [-Wimplicit-fallthrough=] fatal("typecheck %O", n->op); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/gc/typecheck.c:341:2: note: here case OLITERAL: ^~~~ /construction/lang/go14/go/src/cmd/gc/walk.c: In function 'walkstmt': /construction/lang/go14/go/src/cmd/gc/walk.c:220:9: warning: this statement may fall through [-Wimplicit-fallthrough=] n->op = OCASE; ~~~~~~^~~~~~~ /construction/lang/go14/go/src/cmd/gc/walk.c:221:2: note: here case OCASE: ^~~~ /construction/lang/go14/go/src/cmd/gc/walk.c: In function 'walkexpr': /construction/lang/go14/go/src/cmd/gc/walk.c:1128:3: warning: this statement may fall through [-Wimplicit-fallthrough=] fatal("walkexpr ORECV"); // should see inside OAS only ^~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/gc/walk.c:1130:2: note: here case OSLICE: ^~~~ cmd/6l /construction/lang/go14/go/src/cmd/6l/../ld/data.c: In function 'relocsym': /construction/lang/go14/go/src/cmd/6l/../ld/data.c:315:4: warning: this statement may fall through [-Wimplicit-fallthrough=] diag("bad reloc size %#ux for %s", siz, r->sym->name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/6l/../ld/data.c:316:3: note: here case 1: ^~~~ /construction/lang/go14/go/src/cmd/6l/../ld/elf.c: In function 'asmbelf': /construction/lang/go14/go/src/cmd/6l/../ld/elf.c:1141:3: warning: this statement may fall through [-Wimplicit-fallthrough=] errorexit(); ^~~~~~~~~~~ /construction/lang/go14/go/src/cmd/6l/../ld/elf.c:1142:2: note: here case '5': ^~~~ /construction/lang/go14/go/src/cmd/6l/../ld/ldelf.c: In function 'reltype': /construction/lang/go14/go/src/cmd/6l/../ld/ldelf.c:875:3: warning: this statement may fall through [-Wimplicit-fallthrough=] diag("%s: unknown relocation type %d; compiled without -fpic?", pn, elftype); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/6l/../ld/ldelf.c:876:2: note: here case R('5', R_ARM_ABS32): ^~~~ /construction/lang/go14/go/src/cmd/6l/../ld/ldpe.c: In function 'ldpe': /construction/lang/go14/go/src/cmd/6l/../ld/ldpe.c:298:6: warning: this statement may fall through [-Wimplicit-fallthrough=] diag("%s: unknown relocation type %d;", pn, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/6l/../ld/ldpe.c:299:5: note: here case IMAGE_REL_I386_REL32: ^~~~ /construction/lang/go14/go/src/cmd/6l/../ld/ldpe.c:207:4: warning: 'strncpy' output may be truncated copying 8 bytes from a string of length 17 [-Wstringop-truncation] strncpy(obj->pesym[i].name, (char*)symbuf, 8); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/6l/../ld/macho.c: In function 'asmbmacho': /construction/lang/go14/go/src/cmd/6l/../ld/macho.c:358:3: warning: this statement may fall through [-Wimplicit-fallthrough=] errorexit(); ^~~~~~~~~~~ /construction/lang/go14/go/src/cmd/6l/../ld/macho.c:359:2: note: here case '6': ^~~~ /construction/lang/go14/go/src/cmd/6l/../ld/macho.c:417:4: warning: this statement may fall through [-Wimplicit-fallthrough=] errorexit(); ^~~~~~~~~~~ /construction/lang/go14/go/src/cmd/6l/../ld/macho.c:418:3: note: here case '6': ^~~~ /construction/lang/go14/go/src/cmd/6l/../ld/symtab.c: In function 'putplan9sym': /construction/lang/go14/go/src/cmd/6l/../ld/symtab.c:246:5: warning: this statement may fall through [-Wimplicit-fallthrough=] if(ver) ^ /construction/lang/go14/go/src/cmd/6l/../ld/symtab.c:248:2: note: here case 'a': ^~~~ /construction/lang/go14/go/src/cmd/6l/../ld/pe.c: In function 'asmbpe': /construction/lang/go14/go/src/cmd/6l/../ld/pe.c:617:3: warning: this statement may fall through [-Wimplicit-fallthrough=] errorexit(); ^~~~~~~~~~~ /construction/lang/go14/go/src/cmd/6l/../ld/pe.c:618:2: note: here case '6': ^~~~ /construction/lang/go14/go/src/cmd/6l/obj.c: In function 'archinit': /construction/lang/go14/go/src/cmd/6l/obj.c:86:3: warning: this statement may fall through [-Wimplicit-fallthrough=] errorexit(); ^~~~~~~~~~~ /construction/lang/go14/go/src/cmd/6l/obj.c:87:2: note: here case Hplan9: /* plan 9 */ ^~~~ cmd/6a cmd/6c /construction/lang/go14/go/src/cmd/6c/peep.c: In function 'peep': /construction/lang/go14/go/src/cmd/6c/peep.c:111:5: warning: this statement may fall through [-Wimplicit-fallthrough=] t++; ~^~ /construction/lang/go14/go/src/cmd/6c/peep.c:113:3: note: here case ADATA: ^~~~ /construction/lang/go14/go/src/cmd/6c/peep.c: In function 'copyu': /construction/lang/go14/go/src/cmd/6c/peep.c:573:5: warning: this statement may fall through [-Wimplicit-fallthrough=] if(copyas(&p->from, v)) ^ /construction/lang/go14/go/src/cmd/6c/peep.c:577:2: note: here case ANOP: /* rhs store */ ^~~~ /construction/lang/go14/go/src/cmd/6c/peep.c:747:5: warning: this statement may fall through [-Wimplicit-fallthrough=] if(p->to.type != D_NONE) { ^ /construction/lang/go14/go/src/cmd/6c/peep.c:753:2: note: here case ADIVB: ^~~~ /construction/lang/go14/go/src/cmd/6c/reg.c: In function 'regopt': /construction/lang/go14/go/src/cmd/6c/reg.c:340:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if(p->to.type != D_NONE) ^ /construction/lang/go14/go/src/cmd/6c/reg.c:343:3: note: here case AIDIVB: ^~~~ /construction/lang/go14/go/src/cmd/6c/txt.c: In function 'gmove': /construction/lang/go14/go/src/cmd/6c/txt.c:995:28: warning: left shift of negative value [-Wshift-negative-value] f->vconst |= (vlong)~0 << 32; ^~ /construction/lang/go14/go/src/cmd/6c/txt.c:1045:28: warning: left shift of negative value [-Wshift-negative-value] f->vconst |= (vlong)~0 << 32; ^~ /construction/lang/go14/go/src/cmd/6c/txt.c:762:5: warning: this statement may fall through [-Wimplicit-fallthrough=] if(typefd[tt]) { ^ /construction/lang/go14/go/src/cmd/6c/txt.c:773:2: note: here case TUVLONG: ^~~~ cmd/6g /construction/lang/go14/go/src/cmd/6g/../gc/cplx.c: In function 'complexmove': /construction/lang/go14/go/src/cmd/6g/../gc/cplx.c:54:3: warning: this statement may fall through [-Wimplicit-fallthrough=] fatal("complexmove: unknown conversion: %T -> %T\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ f->type, t->type); ~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/6g/../gc/cplx.c:57:2: note: here case CASE(TCOMPLEX64,TCOMPLEX64): ^~~~ /construction/lang/go14/go/src/cmd/6g/../gc/cplx.c: In function 'complexgen': /construction/lang/go14/go/src/cmd/6g/../gc/cplx.c:199:3: warning: this statement may fall through [-Wimplicit-fallthrough=] fatal("complexgen: unknown op %O", n->op); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/6g/../gc/cplx.c:201:2: note: here case ODOT: ^~~~ /construction/lang/go14/go/src/cmd/6g/cgen.c: In function 'bgen': /construction/lang/go14/go/src/cmd/6g/cgen.c:1127:14: warning: this statement may fall through [-Wimplicit-fallthrough=] if(nr == N || nr->type == T) /construction/lang/go14/go/src/cmd/6g/cgen.c:1130:2: note: here case ONOT: // unary ^~~~ /construction/lang/go14/go/src/cmd/6g/gsubr.c: In function 'regalloc': /construction/lang/go14/go/src/cmd/6g/gsubr.c:373:3: warning: this statement may fall through [-Wimplicit-fallthrough=] fatal("out of fixed registers"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/6g/gsubr.c:375:2: note: here case TFLOAT32: ^~~~ /construction/lang/go14/go/src/cmd/6g/gsubr.c:385:3: warning: this statement may fall through [-Wimplicit-fallthrough=] fatal("out of floating registers"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/6g/gsubr.c:387:2: note: here case TCOMPLEX64: ^~~~ /construction/lang/go14/go/src/cmd/6g/gsubr.c: In function 'gmove': /construction/lang/go14/go/src/cmd/6g/gsubr.c:684:3: warning: this statement may fall through [-Wimplicit-fallthrough=] fatal("gmove %lT -> %lT", f->type, t->type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/6g/gsubr.c:689:2: note: here case CASE(TINT8, TINT8): // same size ^~~~ /construction/lang/go14/go/src/cmd/6g/gsubr.c: In function 'naddr': /construction/lang/go14/go/src/cmd/6g/gsubr.c:1215:4: warning: this statement may fall through [-Wimplicit-fallthrough=] fatal("naddr: ONAME class %S %d\n", n->sym, n->class); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/6g/gsubr.c:1216:3: note: here case PEXTERN: ^~~~ /construction/lang/go14/go/src/cmd/6g/gsubr.c:1281:3: warning: this statement may fall through [-Wimplicit-fallthrough=] fatal("naddr: OADDR\n"); ^~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/6g/gsubr.c:1283:2: note: here case OITAB: ^~~~ /construction/lang/go14/go/src/cmd/6g/reg.c: In function 'addmove': /construction/lang/go14/go/src/cmd/6g/reg.c:525:3: warning: this statement may fall through [-Wimplicit-fallthrough=] fatal("unknown type %E", v->etype); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/lang/go14/go/src/cmd/6g/reg.c:526:2: note: here 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 dragonfly/amd64. runtime errors sync/atomic unicode unicode/utf8 math sort encoding unicode/utf16 container/list crypto/subtle container/ring image/color runtime/race sync io syscall image/color/palette container/heap hash crypto/cipher bytes strings hash/crc32 crypto/hmac hash/adler32 hash/crc64 hash/fnv bufio text/tabwriter time path html compress/bzip2 strconv math/rand math/cmplx os reflect regexp/syntax crypto encoding/base64 net/url crypto/aes crypto/rc4 encoding/ascii85 encoding/base32 image encoding/pem crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 path/filepath net regexp os/signal io/ioutil os/exec fmt encoding/binary image/draw image/jpeg 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 go/scanner compress/lzw database/sql/driver encoding/csv encoding/gob go/ast os/user runtime/debug cmd/pack testing/iotest text/scanner text/template testing testing/quick compress/gzip archive/zip compress/zlib image/gif crypto/elliptic encoding/asn1 crypto/rand crypto/dsa debug/elf debug/macho debug/pe cmd/pprof/internal/profile database/sql image/png net/textproto log/syslog go/parser go/printer crypto/rsa crypto/ecdsa crypto/x509/pkix mime/multipart net/mail go/doc html/template crypto/x509 cmd/internal/objfile cmd/pprof/internal/plugin cmd/pprof/internal/symbolz go/build cmd/pprof/internal/symbolizer cmd/addr2line cmd/nm cmd/objdump cmd/cgo go/format cmd/gofmt cmd/fix cmd/yacc 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 dragonfly/amd64 in /construction/lang/go14/go Installed commands in /construction/lang/go14/go/bin The binaries expect /construction/lang/go14/go to be copied or moved to /usr/local/go14 SUCCEEDED 00:00:54 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for go14-1.4.3_6 ===> Generating temporary packing list ( cd /construction/lang/go14/go ; /bin/sh -c '(/usr/bin/find -Ed $1 $3 | /usr/bin/cpio -dumpl $2 >/dev/null 2>&1) && /usr/bin/find -Ed $1 $3 \( -type d -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 755 "$@"'\'' . {} + -o -type f -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 555 "$@"'\'' . {} + \)' COPYTREE_BIN "bin pkg/tool" /construction/lang/go14/stage/usr/local/go14 ; /bin/rm -f -r pkg/dragonfly_amd64/cmd ; /bin/sh -c '(/usr/bin/find -Ed $1 $3 | /usr/bin/cpio -dumpl $2 >/dev/null 2>&1) && /usr/bin/find -Ed $1 $3 \( -type d -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 755 "$@"'\'' . {} + -o -type f -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 0644 "$@"'\'' . {} + \)' COPYTREE_SHARE " [A-Z]* include pkg/dragonfly_amd64 src" /construction/lang/go14/stage/usr/local/go14 ) /bin/rm -f -fv /construction/lang/go14/stage//usr/local/go14/src/debug/dwarf/testdata/typedef.elf* /construction/lang/go14/stage//usr/local/go14/src/debug/dwarf/testdata/typedef.elf /construction/lang/go14/stage//usr/local/go14/src/debug/dwarf/testdata/typedef.elf4 /bin/rm -f -fv /construction/lang/go14/stage//usr/local/go14/src/debug/*/testdata/*-exec* /construction/lang/go14/stage//usr/local/go14/src/debug/elf/testdata/gcc-386-freebsd-exec /construction/lang/go14/stage//usr/local/go14/src/debug/elf/testdata/gcc-amd64-linux-exec /construction/lang/go14/stage//usr/local/go14/src/debug/macho/testdata/fat-gcc-386-amd64-darwin-exec /construction/lang/go14/stage//usr/local/go14/src/debug/macho/testdata/gcc-386-darwin-exec /construction/lang/go14/stage//usr/local/go14/src/debug/macho/testdata/gcc-amd64-darwin-exec /construction/lang/go14/stage//usr/local/go14/src/debug/macho/testdata/gcc-amd64-darwin-exec-debug /construction/lang/go14/stage//usr/local/go14/src/debug/pe/testdata/gcc-386-mingw-exec /construction/lang/go14/stage//usr/local/go14/src/debug/pe/testdata/gcc-amd64-mingw-exec /construction/lang/go14/stage//usr/local/go14/src/debug/plan9obj/testdata/386-plan9-exec /construction/lang/go14/stage//usr/local/go14/src/debug/plan9obj/testdata/amd64-plan9-exec ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: 'go14/pkg/tool/dragonfly_amd64/pack' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'go14/pkg/tool/dragonfly_amd64/objdump' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'go14/pkg/tool/dragonfly_amd64/6l' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'go14/pkg/tool/dragonfly_amd64/addr2line' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'go14/pkg/tool/dragonfly_amd64/fix' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'go14/pkg/tool/dragonfly_amd64/6g' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'go14/pkg/tool/dragonfly_amd64/cgo' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'go14/pkg/tool/dragonfly_amd64/pprof' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'go14/pkg/tool/dragonfly_amd64/yacc' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'go14/pkg/tool/dragonfly_amd64/dist' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'go14/pkg/tool/dragonfly_amd64/6c' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'go14/pkg/tool/dragonfly_amd64/nm' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'go14/pkg/tool/dragonfly_amd64/6a' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'go14/src/debug/elf/testdata/gcc-amd64-openbsd-debug-with-rela.obj' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'go14/src/debug/elf/testdata/go-relocation-test-gcc441-x86-64.obj' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'go14/src/debug/elf/testdata/go-relocation-test-clang-x86.obj' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'go14/src/debug/elf/testdata/go-relocation-test-gcc441-x86.obj' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'go14/src/debug/elf/testdata/go-relocation-test-gcc424-x86-64.obj' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'go14/src/debug/elf/testdata/go-relocation-test-gcc482-aarch64.obj' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'go14/bin/gofmt' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'go14/bin/go' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks Warning: No foreign binaries detected, the DFLY_ALLOW_FOREIGN_BINARIES might not be needed. SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for go14-1.4.3_6 file sizes/checksums [2925]: 0% file sizes/checksums [2925]: 3% file sizes/checksums [2925]: 6% file sizes/checksums [2925]: 10% file sizes/checksums [2925]: 13% file sizes/checksums [2925]: 17% file sizes/checksums [2925]: 20% file sizes/checksums [2925]: 23% file sizes/checksums [2925]: 27% file sizes/checksums [2925]: 30% file sizes/checksums [2925]: 34% file sizes/checksums [2925]: 37% file sizes/checksums [2925]: 41% file sizes/checksums [2925]: 44% file sizes/checksums [2925]: 47% file sizes/checksums [2925]: 51% file sizes/checksums [2925]: 54% file sizes/checksums [2925]: 58% file sizes/checksums [2925]: 61% file sizes/checksums [2925]: 64% file sizes/checksums [2925]: 68% file sizes/checksums [2925]: 71% file sizes/checksums [2925]: 75% file sizes/checksums [2925]: 78% file sizes/checksums [2925]: 82% file sizes/checksums [2925]: 85% file sizes/checksums [2925]: 88% file sizes/checksums [2925]: 92% file sizes/checksums [2925]: 95% file sizes/checksums [2925]: 99% file sizes/checksums [2925]: 100% packing files [2925]: 0% packing files [2925]: 3% packing files [2925]: 6% packing files [2925]: 10% packing files [2925]: 13% packing files [2925]: 17% packing files [2925]: 20% packing files [2925]: 23% packing files [2925]: 27% packing files [2925]: 30% packing files [2925]: 34% packing files [2925]: 37% packing files [2925]: 41% packing files [2925]: 44% packing files [2925]: 47% packing files [2925]: 51% packing files [2925]: 54% packing files [2925]: 58% packing files [2925]: 61% packing files [2925]: 64% packing files [2925]: 68% packing files [2925]: 71% packing files [2925]: 75% packing files [2925]: 78% packing files [2925]: 82% packing files [2925]: 85% packing files [2925]: 88% packing files [2925]: 92% packing files [2925]: 95% packing files [2925]: 99% packing files [2925]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:02:01 TOTAL TIME 00:03:03