NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: misc/54856: makefs/walk.c assertion building images
The following reply was made to PR misc/54856; it has been noted by GNATS.
From: bch <brad.harder%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: gnats-admin%netbsd.org@localhost, misc-bug-people%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
Subject: Re: misc/54856: makefs/walk.c assertion building images
Date: Mon, 20 Jan 2020 16:16:46 -0800
--0000000000006b76a4059c9b53d3
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
On Sat, Jan 18, 2020 at 11:45 Martin Husemann <martin%duskware.de@localhost> wrote:
> The following reply was made to PR misc/54856; it has been noted by GNATS=
.
>
> From: Martin Husemann <martin%duskware.de@localhost>
> To: gnats-bugs%NetBSD.org@localhost
> Cc:
> Subject: Re: misc/54856: makefs/walk.c assertion building images
> Date: Sat, 18 Jan 2020 20:42:17 +0100
>
> I can not reproduce it:
Hrm - I can still successfully reproduce the error. I=E2=80=99ve done a cle=
an (no
=E2=80=9C-u=E2=80=9D) (re)build of kernel, modules and tools in case some f=
law was
=E2=80=9Cleaking=E2=80=9D into the build env. The tail of my latest effort =
has some
(undocumented) makefs debugging turned on, though it=E2=80=99s not immediat=
ely
illuminating to me:
# env CDMAKEFSEXTRAOPTS=3D"-d 536870911" nice ./build.sh -j1 -u -U -x -V
CDMAKEFSEXTRAOPTS=3D"-d 536870911" -N2 release
[...]
apply_specdir: spec ethers
apply_specdir: spec exports
apply_specdir: spec fstab
apply_specdir: adding fstab
apply_specentry: cdrom/etc/fstab
changing gid from 0 to 0
changing mode from 0 to 0644
changing uid from 0 to 0
apply_specdir: spec ftpd.conf
apply_specdir: spec ftpwelcome
apply_specdir: spec gateways
apply_specdir: spec hesiod.conf
apply_specdir: spec hosts.allow
apply_specdir: spec hosts.deny
apply_specdir: spec ifaliases
apply_specdir: spec ipf.conf
apply_specdir: spec ipf6.conf
apply_specdir: spec ipnat.conf
apply_specdir: spec ipsec.conf
apply_specdir: spec ld.so.conf
apply_specdir: spec localtime
apply_specdir: adding localtime
[1] Abort trap (core dumped)
/usr/src/obj/tooldir.NetBSD-9.99.39-amd64/bin/...
*** [image] Error code 134
nbmake[5]: stopped in /usr/src/distrib/amd64/cdroms/bootcd
1 error
nbmake[5]: stopped in /usr/src/distrib/amd64/cdroms/bootcd
*** [release-bootcd] Error code 2
nbmake[4]: stopped in /usr/src/distrib/amd64/cdroms
1 error
nbmake[4]: stopped in /usr/src/distrib/amd64/cdroms
*** [release-cdroms] Error code 2
nbmake[3]: stopped in /usr/src/distrib/amd64
1 error
nbmake[3]: stopped in /usr/src/distrib/amd64
*** [release-amd64] Error code 2
nbmake[2]: stopped in /usr/src/distrib
1 error
nbmake[2]: stopped in /usr/src/distrib
*** [snap_post] Error code 2
nbmake[1]: stopped in /usr/src/etc
1 error
nbmake[1]: stopped in /usr/src/etc
*** [release] Error code 2
nbmake: stopped in /usr/src
1 error
nbmake: stopped in /usr/src
ERROR: Failed to make release
*** BUILD ABORTED ***
>
> =3D=3D=3D> Successful make install-image
> =3D=3D=3D> build.sh ended: Sat Jan 18 20:39:08 CET 2020
> =3D=3D=3D> Summary of results:
> build.sh command: /usr/src/build.sh -O /tmp/obj -D /tmp/dest
> -T /tmp/tools -j24 -u -U -x release install-image
> build.sh started: Sat Jan 18 19:58:34 CET 2020
> NetBSD version: 9.99.39
> MACHINE: amd64
> MACHINE_ARCH: x86_64
> Build platform: NetBSD 9.99.38 amd64
> HOST_SH: /bin/sh
> No $TOOLDIR/bin/nbmake, needs building.
> Bootstrapping nbmake
> MAKECONF file: /etc/mk.conf
> TOOLDIR path: /tmp/tools
> DESTDIR path: /tmp/dest
> RELEASEDIR path: /tmp/obj/releasedir
> Created /tmp/tools/bin/nbmake
> Updated makewrapper: /tmp/tools/bin/nbmake-amd64
> Successful make release
> Successful make install-image
> build.sh ended: Sat Jan 18 20:39:08 CET 2020
> =3D=3D=3D> .
>
>
> Martin
>
>
--0000000000006b76a4059c9b53d3
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
<div><br></div><div><br><div class=3D"gmail_quote"><div dir=3D"ltr" class=
=3D"gmail_attr">On Sat, Jan 18, 2020 at 11:45 Martin Husemann <<a href=
=3D"mailto:martin%duskware.de@localhost">martin%duskware.de@localhost</a>> wrote:<br></div><=
blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px=
#ccc solid;padding-left:1ex">The following reply was made to PR misc/54856=
; it has been noted by GNATS.<br>
<br>
From: Martin Husemann <<a href=3D"mailto:martin%duskware.de@localhost" target=3D"_=
blank">martin%duskware.de@localhost</a>><br>
To: gnats-bugs%NetBSD.org@localhost<br>
Cc: <br>
Subject: Re: misc/54856: makefs/walk.c assertion=C2=A0 building images<br>
Date: Sat, 18 Jan 2020 20:42:17 +0100<br>
<br>
=C2=A0I can not reproduce it:</blockquote><div dir=3D"auto"><br></div><div =
dir=3D"auto"><br></div><div dir=3D"auto">Hrm - I can still successfully rep=
roduce the error. I=E2=80=99ve done a clean (no =E2=80=9C-u=E2=80=9D) (re)b=
uild of kernel, modules and tools in case some flaw was =E2=80=9Cleaking=E2=
=80=9D into the build env. The tail of my latest effort has some (undocumen=
ted) makefs debugging turned on, though it=E2=80=99s not immediately illumi=
nating to me:</div><div dir=3D"auto"><br></div><div dir=3D"auto"><div dir=
=3D"auto"># env CDMAKEFSEXTRAOPTS=3D"-d 536870911" nice ./build.s=
h -j1 -u -U -x -V CDMAKEFSEXTRAOPTS=3D"-d 536870911" -N2 release<=
/div><div dir=3D"auto"><br></div><div dir=3D"auto">[...]</div><div dir=3D"a=
uto"><br></div><div dir=3D"auto">apply_specdir: =C2=A0spec ethers</div><div=
dir=3D"auto">apply_specdir: =C2=A0spec exports</div><div dir=3D"auto">appl=
y_specdir: =C2=A0spec fstab</div><div dir=3D"auto">apply_specdir: adding fs=
tab</div><div dir=3D"auto">apply_specentry: cdrom/etc/fstab</div><div dir=
=3D"auto">=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 changing gid from 0 to 0</div><div dir=3D"auto">=C2=A0=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 changing mode from 0 to 0644</div><div dir=3D"auto">=C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 changing=
uid from 0 to 0</div><div dir=3D"auto">apply_specdir: =C2=A0spec ftpd.conf=
</div><div dir=3D"auto">apply_specdir: =C2=A0spec ftpwelcome</div><div dir=
=3D"auto">apply_specdir: =C2=A0spec gateways</div><div dir=3D"auto">apply_s=
pecdir: =C2=A0spec hesiod.conf</div><div dir=3D"auto">apply_specdir: =C2=A0=
spec hosts.allow</div><div dir=3D"auto">apply_specdir: =C2=A0spec hosts.den=
y</div><div dir=3D"auto">apply_specdir: =C2=A0spec ifaliases</div><div dir=
=3D"auto">apply_specdir: =C2=A0spec ipf.conf</div><div dir=3D"auto">apply_s=
pecdir: =C2=A0spec ipf6.conf</div><div dir=3D"auto">apply_specdir: =C2=A0sp=
ec ipnat.conf</div><div dir=3D"auto">apply_specdir: =C2=A0spec ipsec.conf</=
div><div dir=3D"auto">apply_specdir: =C2=A0spec ld.so.conf</div><div dir=3D=
"auto">apply_specdir: =C2=A0spec localtime</div><div dir=3D"auto">apply_spe=
cdir: adding localtime</div><div dir=3D"auto">[1] =C2=A0 Abort trap (core d=
umped) /usr/src/obj/tooldir.NetBSD-9.99.39-amd64/bin/...</div><div dir=3D"a=
uto">*** [image] Error code 134</div><div dir=3D"auto">nbmake[5]: stopped i=
n /usr/src/distrib/amd64/cdroms/bootcd</div><div dir=3D"auto">1 error</div>=
<div dir=3D"auto">nbmake[5]: stopped in /usr/src/distrib/amd64/cdroms/bootc=
d</div><div dir=3D"auto">*** [release-bootcd] Error code 2</div><div dir=3D=
"auto"><br></div><div dir=3D"auto">nbmake[4]: stopped in /usr/src/distrib/a=
md64/cdroms</div><div dir=3D"auto">1 error</div><div dir=3D"auto"><br></div=
><div dir=3D"auto">nbmake[4]: stopped in /usr/src/distrib/amd64/cdroms</div=
><div dir=3D"auto">*** [release-cdroms] Error code 2</div><div dir=3D"auto"=
><br></div><div dir=3D"auto">nbmake[3]: stopped in /usr/src/distrib/amd64</=
div><div dir=3D"auto">1 error</div><div dir=3D"auto"><br></div><div dir=3D"=
auto">nbmake[3]: stopped in /usr/src/distrib/amd64</div><div dir=3D"auto">*=
** [release-amd64] Error code 2</div><div dir=3D"auto"><br></div><div dir=
=3D"auto">nbmake[2]: stopped in /usr/src/distrib</div><div dir=3D"auto">1 e=
rror</div><div dir=3D"auto"><br></div><div dir=3D"auto">nbmake[2]: stopped =
in /usr/src/distrib</div><div dir=3D"auto">*** [snap_post] Error code 2</di=
v><div dir=3D"auto"><br></div><div dir=3D"auto">nbmake[1]: stopped in /usr/=
src/etc</div><div dir=3D"auto">1 error</div><div dir=3D"auto"><br></div><di=
v dir=3D"auto">nbmake[1]: stopped in /usr/src/etc</div><div dir=3D"auto">**=
* [release] Error code 2</div><div dir=3D"auto"><br></div><div dir=3D"auto"=
>nbmake: stopped in /usr/src</div><div dir=3D"auto">1 error</div><div dir=
=3D"auto"><br></div><div dir=3D"auto">nbmake: stopped in /usr/src</div><div=
dir=3D"auto"><br></div><div dir=3D"auto">ERROR: Failed to make release</di=
v><div dir=3D"auto">*** BUILD ABORTED ***</div><div dir=3D"auto"><br></div>=
</div><div dir=3D"auto"><br></div><div dir=3D"auto"><br></div><blockquote c=
lass=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;=
padding-left:1ex"><br>
<br>
=C2=A0=3D=3D=3D> Successful make install-image<br>
=C2=A0=3D=3D=3D> build.sh ended:=C2=A0 =C2=A0 =C2=A0 Sat Jan 18 20:39:08=
CET 2020<br>
=C2=A0=3D=3D=3D> Summary of results:<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 build.sh command:=C2=A0 =C2=A0 /usr/src/=
build.sh -O /tmp/obj -D /tmp/dest -T /tmp/tools -j24 -u -U -x release insta=
ll-image<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 build.sh started:=C2=A0 =C2=A0 Sat Jan 1=
8 19:58:34 CET 2020<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 NetBSD version:=C2=A0 =C2=A0 =C2=A0 9.99=
.39<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 MACHINE:=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0amd64<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 MACHINE_ARCH:=C2=A0 =C2=A0 =C2=A0 =C2=A0=
x86_64<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Build platform:=C2=A0 =C2=A0 =C2=A0 NetB=
SD 9.99.38 amd64<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 HOST_SH:=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0/bin/sh<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 No $TOOLDIR/bin/nbmake, needs building.<=
br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Bootstrapping nbmake<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 MAKECONF file:=C2=A0 =C2=A0 =C2=A0 =C2=
=A0/etc/mk.conf<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 TOOLDIR path:=C2=A0 =C2=A0 =C2=A0 =C2=A0=
/tmp/tools<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 DESTDIR path:=C2=A0 =C2=A0 =C2=A0 =C2=A0=
/tmp/dest<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 RELEASEDIR path:=C2=A0 =C2=A0 =C2=A0/tmp=
/obj/releasedir<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Created /tmp/tools/bin/nbmake<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Updated makewrapper: /tmp/tools/bin/nbma=
ke-amd64<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Successful make release<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Successful make install-image<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 build.sh ended:=C2=A0 =C2=A0 =C2=A0 Sat =
Jan 18 20:39:08 CET 2020<br>
=C2=A0=3D=3D=3D> .<br>
<br>
<br>
=C2=A0Martin<br>
<br>
</blockquote></div></div>
--0000000000006b76a4059c9b53d3--
Home |
Main Index |
Thread Index |
Old Index