From owner-freebsd-current@FreeBSD.ORG Tue Mar 31 11:51:16 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0ACEB2D0; Tue, 31 Mar 2015 11:51:16 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id D323E687; Tue, 31 Mar 2015 11:51:15 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 4031FBEB; Tue, 31 Mar 2015 11:51:13 +0000 (UTC) Date: Tue, 31 Mar 2015 11:51:00 +0000 (GMT) From: jenkins-admin@freebsd.org To: jenkins-admin@FreeBSD.org, freebsd-current@freebsd.org, markj@FreeBSD.org, adrian@FreeBSD.org, emaste@FreeBSD.org, amdmi3@FreeBSD.org, gjb@FreeBSD.org, dim@FreeBSD.org, jilles@FreeBSD.org, glebius@FreeBSD.org, eadler@FreeBSD.org, zbb@FreeBSD.org, royger@FreeBSD.org, jhb@FreeBSD.org, np@FreeBSD.org, mav@FreeBSD.org, cy@FreeBSD.org, dumbbell@FreeBSD.org, kib@FreeBSD.org, ngie@FreeBSD.org, pfg@FreeBSD.org, jhibbits@FreeBSD.org, rrs@FreeBSD.org, bdrewery@FreeBSD.org, andrew@FreeBSD.org, cperciva@FreeBSD.org Message-ID: <1452708997.4.1427802672681.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1714267852.3.1427788496739.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1714267852.3.1427788496739.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: FreeBSD_HEAD #2612 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkKKb2VAfYQKfu1t7qk4nR5qzUBEI+UqT4BPec4qHVhqUy0FFdq50sMH+3y9bCDNOufctov6VqTNffZ3YXArnZK95YF0OX97fh+E9txYOUX1adc+TikcKjuYpHmL5dE62eaZTI+4A5jnRonskQ1PaoIFz0Kbu4mWzkFsmdiXTraGzomXq4cHUCATA2+K4eDYgjXEQI30z3GOMmmZ4t/+6QGk1cMb/BqMWHbn80AsRCb4tU7Hpd72XLDpsuO7YRP1Q0CjmNAuBOTj+sFiiOe6U9HpqOlQN+iFUvBdZo/ybuy5Kh71cAaYQNL68cYdZJ6binH/DkG3KY/fS7DFYAeuwjwIDAQAB X-Jenkins-Job: FreeBSD_HEAD X-Jenkins-Result: FAILURE X-Mailman-Approved-At: Tue, 31 Mar 2015 11:55:08 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Mar 2015 11:51:16 -0000 See Changes: [ngie] - Fix -Wsign issue - Bump up to WARNS=6 [ngie] Minor cleanup before converting to ATF testcases - Remove blank (tab-only) lines. - Fix -Wunused warnings. - Bump up to WARNS= 6 [ngie] Cleanup and do minor refactoring before converting testcases to ATF - Convert errx(-1, ..) to errx(1, ..) - Move the aio(4) checks to a single function (aio_available); use modfind(2) instead of depending on SIGSYS (doesn't work when aio(4) support is missing, not documented in the aio syscall manpages). - Use aio_available liberally in the testcase functions - Use mkstemp(3) + unlink(2) instead of mktemp(3) - Fix some -Wunused warnings - Bump WARNS to 6 MFC after: 1 week Submitted by: mjohnston [*] Sponsored by: EMC / Isilon Storage Division ------------------------------------------ [...truncated 193766 lines...] ^~~~~~~ ip_fil y.tab.c:1157:1: note: 'ip_fil' declared here YYPARSE_DECL() ^ y.tab.c:89:51: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(struct FILE_INFO *ip_fil) ^ :670:13: error: use of undeclared identifier 'ip_file'; did you mean 'ip_fil'? yyerror(ip_file, "statsdir remote configuration ignored"); ^~~~~~~ ip_fil y.tab.c:1157:1: note: 'ip_fil' declared here YYPARSE_DECL() ^ y.tab.c:89:51: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(struct FILE_INFO *ip_fil) ^ :724:13: error: use of undeclared identifier 'ip_file'; did you mean 'ip_fil'? yyerror(ip_file, "filegen file remote config ignored"); ^~~~~~~ ip_fil y.tab.c:1157:1: note: 'ip_fil' declared here YYPARSE_DECL() ^ y.tab.c:89:51: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(struct FILE_INFO *ip_fil) ^ :733:13: error: use of undeclared identifier 'ip_file'; did you mean 'ip_fil'? yyerror(ip_file, "filegen type remote config ignored"); ^~~~~~~ ip_fil y.tab.c:1157:1: note: 'ip_fil' declared here YYPARSE_DECL() ^ y.tab.c:89:51: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(struct FILE_INFO *ip_fil) ^ :748:13: error: use of undeclared identifier 'ip_file'; did you mean 'ip_fil'? yyerror(ip_file, err); ^~~~~~~ ip_fil y.tab.c:1157:1: note: 'ip_fil' declared here YYPARSE_DECL() ^ y.tab.c:89:51: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(struct FILE_INFO *ip_fil) ^ :794:9: error: use of undeclared identifier 'ip_file'; did you mean 'ip_fil'? ip_file->line_no); ^~~~~~~ ip_fil y.tab.c:1157:1: note: 'ip_fil' declared here YYPARSE_DECL() ^ y.tab.c:89:51: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(struct FILE_INFO *ip_fil) ^ :802:9: error: use of undeclared identifier 'ip_file'; did you mean 'ip_fil'? ip_file->line_no); ^~~~~~~ ip_fil y.tab.c:1157:1: note: 'ip_fil' declared here YYPARSE_DECL() ^ y.tab.c:89:51: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(struct FILE_INFO *ip_fil) ^ :810:9: error: use of undeclared identifier 'ip_file'; did you mean 'ip_fil'? ip_file->line_no); ^~~~~~~ ip_fil y.tab.c:1157:1: note: 'ip_fil' declared here YYPARSE_DECL() ^ y.tab.c:89:51: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(struct FILE_INFO *ip_fil) ^ :825:5: error: use of undeclared identifier 'ip_file'; did you mean 'ip_fil'? ip_file->line_no); ^~~~~~~ ip_fil y.tab.c:1157:1: note: 'ip_fil' declared here YYPARSE_DECL() ^ y.tab.c:89:51: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(struct FILE_INFO *ip_fil) ^ :840:5: error: use of undeclared identifier 'ip_file'; did you mean 'ip_fil'? ip_file->line_no); ^~~~~~~ ip_fil y.tab.c:1157:1: note: 'ip_fil' declared here YYPARSE_DECL() ^ y.tab.c:89:51: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(struct FILE_INFO *ip_fil) ^ :849:45: error: use of undeclared identifier 'ip_file'; did you mean 'ip_fil'? NULL, NULL, yystack.l_mark[0].Int_fifo, ip_file->line_no); ^~~~~~~ ip_fil y.tab.c:1157:1: note: 'ip_fil' declared here YYPARSE_DECL() ^ y.tab.c:89:51: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(struct FILE_INFO *ip_fil) ^ :1059:13: error: use of undeclared identifier 'ip_file'; did you mean 'ip_fil'? yyerror(ip_file, err_str); ^~~~~~~ ip_fil y.tab.c:1157:1: note: 'ip_fil' declared here YYPARSE_DECL() ^ y.tab.c:89:51: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(struct FILE_INFO *ip_fil) ^ :1151:13: error: use of undeclared identifier 'ip_file'; did you mean 'ip_fil'? yyerror(ip_file, error_text); ^~~~~~~ ip_fil y.tab.c:1157:1: note: 'ip_fil' declared here YYPARSE_DECL() ^ y.tab.c:89:51: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(struct FILE_INFO *ip_fil) ^ --- usr.bin.all__D --- --- all_subdir_truss --- --- amd64-fbsd.o --- --- usr.sbin.all__D --- :1157:13: error: use of undeclared identifier 'ip_file'; did you mean 'ip_fil'? yyerror(ip_file, "remote includefile ignored"); ^~~~~~~ ip_fil y.tab.c:1157:1: note: 'ip_fil' declared here YYPARSE_DECL() ^ y.tab.c:89:51: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(struct FILE_INFO *ip_fil) ^ --- usr.bin.all__D --- cc -O2 -pipe -I -I. -std=gnu99 -fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c -o amd64-fbsd.o --- usr.sbin.all__D --- :1169:6: error: use of undeclared identifier 'ip_file'; did you mean 'ip_fil'? ip_file = fp[++curr_include_level]; ^~~~~~~ ip_fil y.tab.c:1157:1: note: 'ip_fil' declared here YYPARSE_DECL() ^ y.tab.c:89:51: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(struct FILE_INFO *ip_fil) ^ :1445:13: error: use of undeclared identifier 'ip_file'; did you mean 'ip_fil'? yyerror(ip_file, "Integer value is not boolean (0 or 1). Assuming 1"); ^~~~~~~ ip_fil y.tab.c:1157:1: note: 'ip_fil' declared here YYPARSE_DECL() ^ y.tab.c:89:51: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(struct FILE_INFO *ip_fil) ^ 3 warnings and 18 errors generated. *** [ntp_parser.o] Error code 1 make[5]: stopped in 1 error make[5]: stopped in *** [_sub.all] Error code 2 make[4]: stopped in 1 error make[4]: stopped in *** [all_subdir_ntp] Error code 2 make[3]: stopped in --- usr.bin.all__D --- In file included from :65: ./syscalls.h:9:13: warning: no previous extern declaration for non-static variable 'syscallnames' [-Wmissing-variable-declarations] const char *syscallnames[] = { ^ 1 warning generated. A failure has been detected in another branch of the parallel make make[4]: stopped in *** [all_subdir_truss] Error code 2 make[3]: stopped in --- all_subdir_svn --- 1 warning generated. A failure has been detected in another branch of the parallel make make[6]: stopped in *** [_sub.all] Error code 2 make[5]: stopped in 1 error make[5]: stopped in *** [_sub.all] Error code 2 make[4]: stopped in 1 error make[4]: stopped in *** [all_subdir_svn] Error code 2 make[3]: stopped in 2 errors make[3]: stopped in *** [usr.bin.all__D] Error code 2 make[2]: stopped in --- usr.sbin.all__D --- --- all_subdir_sendmail --- A failure has been detected in another branch of the parallel make make[4]: stopped in *** [all_subdir_sendmail] Error code 2 make[3]: stopped in 2 errors make[3]: stopped in *** [usr.sbin.all__D] Error code 2 make[2]: stopped in 2 errors make[2]: stopped in *** [everything] Error code 2 make[1]: stopped in 1 error make[1]: stopped in *** [buildworld] Error code 2 make: stopped in 1 error make: stopped in Build step 'Execute shell' marked build as failure