Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jul 2016 07:23:53 +0900 (JST)
From:      Mori Hiroki <yamori813@yahoo.co.jp>
To:        "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org>
Subject:   RT1310 support
Message-ID:  <681626.83208.qm@web101715.mail.ssk.yahoo.co.jp>

next in thread | raw e-mail | index | archive | help
Hi=0A=0AThis is Ralink old arm soc RT1310A support code.=0A=0Ahttps://githu=
b.com/yamori813/freebsd/tree/zrouter/sys/arm/ralink=0A=0A=0Admesg is here.=
=A0=0A=0Ahttps://gist.github.com/yamori813/88224f1c96c9c592fb611b12a15e4ab5=
=0A=0A=0AI like old soc. :)=0A=0AHiroki Mori
From owner-freebsd-arm@freebsd.org  Mon Jul 11 22:54:47 2016
Return-Path: <owner-freebsd-arm@freebsd.org>
Delivered-To: freebsd-arm@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1F20B923AD
 for <freebsd-arm@mailman.ysv.freebsd.org>;
 Mon, 11 Jul 2016 22:54:47 +0000 (UTC)
 (envelope-from jenkins-admin@FreeBSD.org)
Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209])
 by mx1.freebsd.org (Postfix) with ESMTP id B5B0E1DB8;
 Mon, 11 Jul 2016 22:54:47 +0000 (UTC)
 (envelope-from jenkins-admin@FreeBSD.org)
Received: from jenkins-9.freebsd.org (localhost [127.0.0.1])
 by jenkins-9.freebsd.org (Postfix) with ESMTP id C349F16B;
 Mon, 11 Jul 2016 22:54:47 +0000 (UTC)
Date: Mon, 11 Jul 2016 22:54:45 +0000 (GMT)
From: jenkins-admin@FreeBSD.org
To: nwhitehorn@FreeBSD.org, jmcneill@FreeBSD.org, ache@FreeBSD.org, 
 jenkins-admin@FreeBSD.org, freebsd-arm@FreeBSD.org
Message-ID: <213960252.34.1468277687810.JavaMail.jenkins@jenkins-9.freebsd.org>
Subject: FreeBSD_HEAD_arm64 - Build #3570 - Failure
MIME-Version: 1.0
X-Jenkins-Job: FreeBSD_HEAD_arm64
X-Jenkins-Result: FAILURE
Precedence: bulk
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Content-Filtered-By: Mailman/MimeDel 2.1.22
X-BeenThere: freebsd-arm@freebsd.org
X-Mailman-Version: 2.1.22
List-Id: "Porting FreeBSD to ARM processors." <freebsd-arm.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-arm>,
 <mailto:freebsd-arm-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-arm/>;
List-Post: <mailto:freebsd-arm@freebsd.org>
List-Help: <mailto:freebsd-arm-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-arm>,
 <mailto:freebsd-arm-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 11 Jul 2016 22:54:47 -0000

FreeBSD_HEAD_arm64 - Build #3570 - Failure:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3570/
Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3570/changes
Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3570/console

Change summaries:

302595 by nwhitehorn:
Remove assumptions in MI code that the BSP is CPU 0.

MFC after:	2 weeks

302594 by ache:
1) Following r302512 (remove collation support for [a-z]-ranges in libc)
remove collation support for a-z ranges here too.
It was implemented for single byte locales only in any case.

2) Reduce [Cc]flag loop to WCHAR_MAX, WINT_MAX here includes WEOF which is
not a character.

3) Optimize [Cc]flag case: don't repeatedly add the last character of
string2 to squeeze cset when string2 reach its EOS state.

4) Reflect in the manpage that [=equiv=] is implemented for single
byte locales only.

302593 by jmcneill:
Add support for Allwinner A64.

Reviewed by:	andrew, manu

302592 by jmcneill:
Return early from bus_dmamap_load callback if the error indicator is set.

Reviewed by:	andrew, manu

302591 by jmcneill:
Add support for arm64. The allwinner_soc_family() function is not available
on arm64 and all SoCs using the old FIFO register location are 32-bit only,
so unconditionally use the new location for arm64.

Reviewed by:	andrew, manu

302590 by jmcneill:
Add support for Allwinner A64 CPUx-PORT and CPUs-PORT Port Controllers.

Reviewed by:	andrew, manu

302589 by jmcneill:
Add Allwinner A64 padconf settings.

Reviewed by:	andrew, manu

302588 by jmcneill:
Add SOC_ALLWINNER_A64 option for Allwinner A64 (sun50i) SoCs.

302587 by jmcneill:
Include sys/rman.h to fix build on arm64.

302586 by jmcneill:
Attach RSB early. Children of RSB may provide resources necessary for
other devices such as interrupts, GPIOs, and regulators.

302585 by jmcneill:
Build fix for arm64. The phy interface uses intptr_t for the "phy"
parameter, not int.

302584 by jmcneill:
Remove unused bus_space prototypes.



The end of the build log:

[...truncated 119195 lines...]
cc -B/usr/local/aarch64-freebsd/bin/ -pg  -O2 -pipe -I/usr/src/lib/libucl/../../contrib/libucl/include  -I/usr/src/lib/libucl/../../contrib/libucl/src  -I/usr/src/lib/libucl/../../contrib/libucl/uthash  -I/usr/src/lib/libucl/../../contrib/libucl/klib   -MD  -MF.depend.ucl_hash.po -MTucl_hash.po -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arguments  -c /usr/src/lib/libucl/../../contrib/libucl/src/ucl_hash.c -o ucl_hash.po
--- all_subdir_usr.bin ---
--- screen.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DHAVE_GETOPT -DHAVE_STRERROR -DORDER -I/usr/src/usr.bin/top -I/usr/src/usr.bin/top/../../contrib/top -I.   -g -MD  -MF.depend.screen.o -MTscreen.o -std=gnu99 -fstack-protector-strong -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arguments  -c /usr/src/usr.bin/top/../../contrib/top/screen.c -o screen.o
--- all_subdir_usr.sbin ---
--- psscope.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DACPI_ASL_COMPILER -I.   -I/usr/src/usr.sbin/acpi/iasl/../../../sys -g -MD  -MF.depend.psscope.o -MTpsscope.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter  -Qunused-arguments  -c /usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/parser/psscope.c -o psscope.o
--- all_subdir_usr.bin ---
/usr/src/usr.bin/top/../../contrib/top/screen.c:136:19: warning: implicit declaration of function 'tgetent' is invalid in C99 [-Wimplicit-function-declaration]
    if ((status = tgetent(termcap_buf, term_name)) != 1)
                  ^
/usr/src/usr.bin/top/../../contrib/top/screen.c:154:9: warning: implicit declaration of function 'tgetflag' is invalid in C99 [-Wimplicit-function-declaration]
    if (tgetflag("hc"))
        ^
/usr/src/usr.bin/top/../../contrib/top/screen.c:161:26: warning: implicit declaration of function 'tgetnum' is invalid in C99 [-Wimplicit-function-declaration]
    if ((screen_length = tgetnum("li")) <= 0)
                         ^
/usr/src/usr.bin/top/../../contrib/top/screen.c:318:2: warning: implicit declaration of function 'tputs' is invalid in C99 [-Wimplicit-function-declaration]
        putcap(terminal_init);
        ^
/usr/src/usr.bin/top/../../contrib/top/screen.h:9:44: note: expanded from macro 'putcap'
#define putcap(str)     (void)((str) != NULL ? TCputs(str) : 0)
                                               ^
/usr/src/usr.bin/top/../../contrib/top/screen.h:8:21: note: expanded from macro 'TCputs'
#define TCputs(str)     tputs(str, 1, putstdout)
                        ^
4 warnings generated.
--- top.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DHAVE_GETOPT -DHAVE_STRERROR -DORDER -I/usr/src/usr.bin/top -I/usr/src/usr.bin/top/../../contrib/top -I.   -g -MD  -MF.depend.top.o -MTtop.o -std=gnu99 -fstack-protector-strong -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arguments  -c /usr/src/usr.bin/top/../../contrib/top/top.c -o top.o
--- all_subdir_usr.sbin ---
--- pstree.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DACPI_ASL_COMPILER -I.   -I/usr/src/usr.sbin/acpi/iasl/../../../sys -g -MD  -MF.depend.pstree.o -MTpstree.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter  -Qunused-arguments  -c /usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/parser/pstree.c -o pstree.o
--- all_subdir_secure ---
--- prime.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe   -I/usr/src/secure/usr.bin/openssl/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DMONOLITH -g -MD  -MF.depend.prime.o -MTprime.o -std=gnu99 -fstack-protector-strong -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arguments  -c /usr/src/secure/usr.bin/openssl/../../../crypto/openssl/apps/prime.c -o prime.o
--- all_subdir_usr.sbin ---
--- psutils.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DACPI_ASL_COMPILER -I.   -I/usr/src/usr.sbin/acpi/iasl/../../../sys -g -MD  -MF.depend.psutils.o -MTpsutils.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter  -Qunused-arguments  -c /usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/parser/psutils.c -o psutils.o
--- all_subdir_lib ---
--- ucl_msgpack.po ---
cc -B/usr/local/aarch64-freebsd/bin/ -pg  -O2 -pipe -I/usr/src/lib/libucl/../../contrib/libucl/include  -I/usr/src/lib/libucl/../../contrib/libucl/src  -I/usr/src/lib/libucl/../../contrib/libucl/uthash  -I/usr/src/lib/libucl/../../contrib/libucl/klib   -MD  -MF.depend.ucl_msgpack.po -MTucl_msgpack.po -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arguments  -c /usr/src/lib/libucl/../../contrib/libucl/src/ucl_msgpack.c -o ucl_msgpack.po
--- all_subdir_usr.sbin ---
--- pswalk.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DACPI_ASL_COMPILER -I.   -I/usr/src/usr.sbin/acpi/iasl/../../../sys -g -MD  -MF.depend.pswalk.o -MTpswalk.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter  -Qunused-arguments  -c /usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/parser/pswalk.c -o pswalk.o
--- all_subdir_secure ---
--- rand.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe   -I/usr/src/secure/usr.bin/openssl/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DMONOLITH -g -MD  -MF.depend.rand.o -MTrand.o -std=gnu99 -fstack-protector-strong -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arguments  -c /usr/src/secure/usr.bin/openssl/../../../crypto/openssl/apps/rand.c -o rand.o
--- all_subdir_usr.sbin ---
--- nsaccess.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DACPI_ASL_COMPILER -I.   -I/usr/src/usr.sbin/acpi/iasl/../../../sys -g -MD  -MF.depend.nsaccess.o -MTnsaccess.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter  -Qunused-arguments  -c /usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/namespace/nsaccess.c -o nsaccess.o
--- all_subdir_usr.bin ---
--- username.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DHAVE_GETOPT -DHAVE_STRERROR -DORDER -I/usr/src/usr.bin/top -I/usr/src/usr.bin/top/../../contrib/top -I.   -g -MD  -MF.depend.username.o -MTusername.o -std=gnu99 -fstack-protector-strong -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arguments  -c /usr/src/usr.bin/top/../../contrib/top/username.c -o username.o
--- utils.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DHAVE_GETOPT -DHAVE_STRERROR -DORDER -I/usr/src/usr.bin/top -I/usr/src/usr.bin/top/../../contrib/top -I.   -g -MD  -MF.depend.utils.o -MTutils.o -std=gnu99 -fstack-protector-strong -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arguments  -c /usr/src/usr.bin/top/../../contrib/top/utils.c -o utils.o
--- all_subdir_secure ---
--- req.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe   -I/usr/src/secure/usr.bin/openssl/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DMONOLITH -g -MD  -MF.depend.req.o -MTreq.o -std=gnu99 -fstack-protector-strong -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arguments  -c /usr/src/secure/usr.bin/openssl/../../../crypto/openssl/apps/req.c -o req.o
--- all_subdir_lib ---
--- ucl_parser.po ---
cc -B/usr/local/aarch64-freebsd/bin/ -pg  -O2 -pipe -I/usr/src/lib/libucl/../../contrib/libucl/include  -I/usr/src/lib/libucl/../../contrib/libucl/src  -I/usr/src/lib/libucl/../../contrib/libucl/uthash  -I/usr/src/lib/libucl/../../contrib/libucl/klib   -MD  -MF.depend.ucl_parser.po -MTucl_parser.po -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arguments  -c /usr/src/lib/libucl/../../contrib/libucl/src/ucl_parser.c -o ucl_parser.po
--- all_subdir_usr.sbin ---
--- nsalloc.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DACPI_ASL_COMPILER -I.   -I/usr/src/usr.sbin/acpi/iasl/../../../sys -g -MD  -MF.depend.nsalloc.o -MTnsalloc.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter  -Qunused-arguments  -c /usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/namespace/nsalloc.c -o nsalloc.o
--- all_subdir_usr.bin ---
--- version.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DHAVE_GETOPT -DHAVE_STRERROR -DORDER -I/usr/src/usr.bin/top -I/usr/src/usr.bin/top/../../contrib/top -I.   -g -MD  -MF.depend.version.o -MTversion.o -std=gnu99 -fstack-protector-strong -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arguments  -c /usr/src/usr.bin/top/../../contrib/top/version.c -o version.o
--- top.full ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DHAVE_GETOPT -DHAVE_STRERROR -DORDER -I/usr/src/usr.bin/top -I/usr/src/usr.bin/top/../../contrib/top -I. -g -std=gnu99 -fstack-protector-strong -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments  -o top.full commands.o display.o machine.o screen.o top.o username.o utils.o version.o   -lncursesw  -lm  -lkvm  -ljail
--- top.x ---
Making top.x from /usr/src/usr.bin/top/../../contrib/top/top.xs
--- top.debug ---
/usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug top.full top.debug
--- top.1 ---
cat top.x /usr/src/usr.bin/top/top.local.1 > top.1
--- top ---
/usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=top.debug  top.full top
--- top.1.gz ---
gzip -cn top.1 > top.1.gz
--- all_subdir_usr.bin/touch ---
===> usr.bin/touch (all)
--- all_subdir_usr.sbin ---
--- nsdump.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DACPI_ASL_COMPILER -I.   -I/usr/src/usr.sbin/acpi/iasl/../../../sys -g -MD  -MF.depend.nsdump.o -MTnsdump.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter  -Qunused-arguments  -c /usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/namespace/nsdump.c -o nsdump.o
--- all_subdir_usr.bin ---
--- .depend ---
echo touch.full: /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libc.a  >> .depend
--- touch.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe   -g -MD  -MF.depend.touch.o -MTtouch.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -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 /usr/src/usr.bin/touch/touch.c -o touch.o
--- touch.full ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -g -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -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  -o touch.full touch.o  
--- all_subdir_usr.sbin ---
--- nsnames.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DACPI_ASL_COMPILER -I.   -I/usr/src/usr.sbin/acpi/iasl/../../../sys -g -MD  -MF.depend.nsnames.o -MTnsnames.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter  -Qunused-arguments  -c /usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/namespace/nsnames.c -o nsnames.o
--- all_subdir_usr.bin ---
--- touch.1.gz ---
gzip -cn /usr/src/usr.bin/touch/touch.1 > touch.1.gz
--- touch.debug ---
/usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug touch.full touch.debug
--- touch ---
/usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=touch.debug  touch.full touch
--- all_subdir_usr.bin/tput ---
===> usr.bin/tput (all)
--- .depend ---
echo tput.full: /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libc.a /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libncursesw.a >> .depend
--- tput.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe   -g -MD  -MF.depend.tput.o -MTtput.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -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 /usr/src/usr.bin/tput/tput.c -o tput.o
--- all_subdir_usr.sbin ---
--- nsobject.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DACPI_ASL_COMPILER -I.   -I/usr/src/usr.sbin/acpi/iasl/../../../sys -g -MD  -MF.depend.nsobject.o -MTnsobject.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter  -Qunused-arguments  -c /usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/namespace/nsobject.c -o nsobject.o
--- all_subdir_usr.bin ---
--- tput.full ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -g -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -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  -o tput.full tput.o   -lncursesw
--- tput.1.gz ---
gzip -cn /usr/src/usr.bin/tput/tput.1 > tput.1.gz
--- tput.debug ---
/usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug tput.full tput.debug
--- tput ---
/usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=tput.debug  tput.full tput
--- all_subdir_usr.bin/tr ---
===> usr.bin/tr (all)
--- .depend ---
echo tr.full: /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libc.a  >> .depend
--- cmap.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe   -g -MD  -MF.depend.cmap.o -MTcmap.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -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 /usr/src/usr.bin/tr/cmap.c -o cmap.o
--- all_subdir_usr.sbin ---
--- nsparse.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DACPI_ASL_COMPILER -I.   -I/usr/src/usr.sbin/acpi/iasl/../../../sys -g -MD  -MF.depend.nsparse.o -MTnsparse.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter  -Qunused-arguments  -c /usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/namespace/nsparse.c -o nsparse.o
--- all_subdir_usr.bin ---
--- cset.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe   -g -MD  -MF.depend.cset.o -MTcset.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -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 /usr/src/usr.bin/tr/cset.c -o cset.o
--- all_subdir_usr.sbin ---
--- nssearch.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DACPI_ASL_COMPILER -I.   -I/usr/src/usr.sbin/acpi/iasl/../../../sys -g -MD  -MF.depend.nssearch.o -MTnssearch.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter  -Qunused-arguments  -c /usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/namespace/nssearch.c -o nssearch.o
--- all_subdir_usr.bin ---
--- str.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe   -g -MD  -MF.depend.str.o -MTstr.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -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 /usr/src/usr.bin/tr/str.c -o str.o
--- all_subdir_secure ---
--- rsa.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe   -I/usr/src/secure/usr.bin/openssl/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DMONOLITH -g -MD  -MF.depend.rsa.o -MTrsa.o -std=gnu99 -fstack-protector-strong -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arguments  -c /usr/src/secure/usr.bin/openssl/../../../crypto/openssl/apps/rsa.c -o rsa.o
--- all_subdir_usr.sbin ---
--- nsutils.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DACPI_ASL_COMPILER -I.   -I/usr/src/usr.sbin/acpi/iasl/../../../sys -g -MD  -MF.depend.nsutils.o -MTnsutils.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter  -Qunused-arguments  -c /usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/namespace/nsutils.c -o nsutils.o
--- all_subdir_usr.bin ---
--- tr.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe   -g -MD  -MF.depend.tr.o -MTtr.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -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 /usr/src/usr.bin/tr/tr.c -o tr.o
/usr/src/usr.bin/tr/tr.c:269:21: error: comparison of integers of different signs: 'wint_t' (aka 'int') and 'unsigned int' [-Werror,-Wsign-compare]
                for (cnt = 0; cnt <= WCHAR_MAX; cnt++) {
                              ~~~ ^  ~~~~~~~~~
1 error generated.
*** [tr.o] Error code 1

bmake[4]: stopped in /usr/src/usr.bin/tr
1 error

bmake[4]: stopped in /usr/src/usr.bin/tr
*** [all_subdir_usr.bin/tr] Error code 2

bmake[3]: stopped in /usr/src/usr.bin
1 error

bmake[3]: stopped in /usr/src/usr.bin
*** [all_subdir_usr.bin] Error code 2

bmake[2]: stopped in /usr/src
--- all_subdir_secure ---
A failure has been detected in another branch of the parallel make

bmake[5]: stopped in /usr/src/secure/usr.bin/openssl
*** [all_subdir_secure/usr.bin/openssl] Error code 2

bmake[4]: stopped in /usr/src/secure/usr.bin
1 error

bmake[4]: stopped in /usr/src/secure/usr.bin
*** [all_subdir_secure/usr.bin] Error code 2

bmake[3]: stopped in /usr/src/secure
1 error

bmake[3]: stopped in /usr/src/secure
*** [all_subdir_secure] Error code 2

bmake[2]: stopped in /usr/src
--- all_subdir_usr.sbin ---
A failure has been detected in another branch of the parallel make

bmake[5]: stopped in /usr/src/usr.sbin/acpi/iasl
*** [all] Error code 2

bmake[4]: stopped in /usr/src/usr.sbin/acpi
1 error

bmake[4]: stopped in /usr/src/usr.sbin/acpi
*** [all_subdir_usr.sbin/acpi] Error code 2

bmake[3]: stopped in /usr/src/usr.sbin
1 error

bmake[3]: stopped in /usr/src/usr.sbin
*** [all_subdir_usr.sbin] Error code 2

bmake[2]: stopped in /usr/src
--- all_subdir_lib ---
A failure has been detected in another branch of the parallel make

bmake[4]: stopped in /usr/src/lib/libucl
*** [all_subdir_lib/libucl] Error code 2

bmake[3]: stopped in /usr/src/lib
1 error

bmake[3]: stopped in /usr/src/lib
*** [all_subdir_lib] Error code 2

bmake[2]: stopped in /usr/src
4 errors

bmake[2]: stopped in /usr/src
*** [everything] Error code 2

bmake[1]: stopped in /usr/src
1 error

bmake[1]: stopped in /usr/src
*** [buildworld] Error code 2

make: stopped in /usr/src
1 error

make: stopped in /usr/src
Build step 'Execute shell' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
[PostBuildScript] - Execution post build scripts.
[FreeBSD_HEAD_arm64] $ /bin/sh -xe /tmp/hudson3839613308534732910.sh
+ export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin'
+ export 'jname=FreeBSD_HEAD_arm64'
+ echo 'clean up jail FreeBSD_HEAD_arm64'
clean up jail FreeBSD_HEAD_arm64
+ sudo jail -r FreeBSD_HEAD_arm64
+ sudo ifconfig igb0 inet6 2610:1c1:1:607c::101:1 -alias
+ sudo umount FreeBSD_HEAD_arm64/usr/src
+ sudo umount FreeBSD_HEAD_arm64/dev
+ sudo rm -fr FreeBSD_HEAD_arm64
+ true
+ sudo chflags -R noschg FreeBSD_HEAD_arm64
+ sudo rm -fr FreeBSD_HEAD_arm64
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?681626.83208.qm>