Build failed in Jenkins: d-i_manual_pt_BR_html #651
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Mon Aug 25 06:12:02 BST 2025
See <https://jenkins.debian.net/job/d-i_manual_pt_BR_html/651/display/redirect?page=changes>
Changes:
[samuel.thibault] upload
[samuel.thibault] Fix link
[samuel.thibault] fix link
[samuel.thibault] fix link
[luca.mo] Fix link to install guide web page in translations (same as 39a5d1aa)
------------------------------------------
[...truncated 219.19 KiB...]
Writing build.out.pt_BR.riscv64/html/ch08s01.html for sect1(shutdown)
Writing build.out.pt_BR.riscv64/html/ch08s02.html for sect1(debian-orientation)
Writing build.out.pt_BR.riscv64/html/ch08s03.html for sect1(further-reading)
Writing build.out.pt_BR.riscv64/html/ch08s04.html for sect1(mail-setup)
Writing build.out.pt_BR.riscv64/html/ch08s05.html for sect1(kernel-baking)
Writing build.out.pt_BR.riscv64/html/ch08s06.html for sect1(rescue)
Writing build.out.pt_BR.riscv64/html/ch08.html for chapter(post-install)
Writing build.out.pt_BR.riscv64/html/apas01.html for sect1(howto-preliminaries)
Writing build.out.pt_BR.riscv64/html/apas02.html for sect1(howto-getting-images)
Writing build.out.pt_BR.riscv64/html/apas03.html for sect1(howto-installation)
Writing build.out.pt_BR.riscv64/html/apas04.html for sect1(howto-installation-report)
Writing build.out.pt_BR.riscv64/html/apas05.html for sect1(howto-installation-finally)
Writing build.out.pt_BR.riscv64/html/apa.html for appendix(installation-howto)
Writing build.out.pt_BR.riscv64/html/apbs01.html for sect1(preseed-intro)
Writing build.out.pt_BR.riscv64/html/apbs02.html for sect1(preseed-using)
Writing build.out.pt_BR.riscv64/html/apbs03.html for sect1(preseed-creating)
Writing build.out.pt_BR.riscv64/html/apbs04.html for sect1(preseed-contents)
Writing build.out.pt_BR.riscv64/html/apbs05.html for sect1(preseed-advanced)
Writing build.out.pt_BR.riscv64/html/apb.html for appendix(appendix-preseed)
Writing build.out.pt_BR.riscv64/html/apcs01.html for sect1(partition-sizing)
Writing build.out.pt_BR.riscv64/html/apcs02.html for sect1(directory-tree)
Writing build.out.pt_BR.riscv64/html/apcs03.html for sect1
Writing build.out.pt_BR.riscv64/html/apcs04.html for sect1(device-names)
Writing build.out.pt_BR.riscv64/html/apcs05.html for sect1(partition-programs)
Writing build.out.pt_BR.riscv64/html/apc.html for appendix(partitioning)
Writing build.out.pt_BR.riscv64/html/apds01.html for sect1(linuxdevices)
Writing build.out.pt_BR.riscv64/html/apds02.html for sect1(tasksel-size-list)
Writing build.out.pt_BR.riscv64/html/apds03.html for sect1(linux-upgrade)
Writing build.out.pt_BR.riscv64/html/apd.html for appendix(random-bits)
Writing build.out.pt_BR.riscv64/html/apes01.html for sect1(about)
Writing build.out.pt_BR.riscv64/html/apes02.html for sect1(contributing)
Writing build.out.pt_BR.riscv64/html/apes03.html for sect1(contributors)
Writing build.out.pt_BR.riscv64/html/apes04.html for sect1(trademarks)
Writing build.out.pt_BR.riscv64/html/ape.html for appendix(administrivia)
Writing build.out.pt_BR.riscv64/html/apf.html for appendix(appendix-gpl)
Writing build.out.pt_BR.riscv64/html/index.html for book
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-ANJX/manual/build -c chroot:jenkins-d-i-sid make languages=pt_BR architectures=s390 destination=/srv/d-i/d-i-manual-ANJX/manual/build/html/ formats=html
set -e ; \
target=pt_BR.s390 ; \
lang=${target%.*} ; \
lang_id="$(echo $lang | tr A-Z a-z | sed "s/_/-/")" ; \
arch=${target#*.} ; \
eval arch_destination=$destination ; \
echo "Architecture: $arch" ; \
if [ -n "$noarchdir" ]; then \
destsuffix="$lang" ; \
else \
if [ -n "$web" ] ; then \
destsuffix="$arch" ; \
else \
destsuffix="$lang.$arch" ; \
fi ; \
fi ; \
export destdir=build.out.$lang.$arch ; \
export tempdir=build.tmp.$lang.$arch ; \
echo "Calling ./buildone.sh \"$arch\" \"$lang\" \"$formats\"" ; \
./buildone.sh "$arch" "$lang" "$formats" ; \
mkdir -p "$arch_destination/$destsuffix" ; \
for format in $formats; do \
if [ "$format" = html ]; then \
mkdir -p "$arch_destination/$destsuffix/images" ; \
mv ./$destdir/html/images/* "$arch_destination/$destsuffix/images" ; \
rmdir ./$destdir/html/images ; \
mv ./$destdir/html/* "$arch_destination/$destsuffix" ; \
else \
# Do not fail because of missing PDF support for some languages \
if [ -n "$web" ] ; then \
mv ./$destdir/install.$lang.$format "$arch_destination/$destsuffix/install.$lang_id.$format" 2>/dev/null || true ; \
else \
mv ./$destdir/install.$lang.$format "$arch_destination/$destsuffix" 2>/dev/null || true ; \
fi ; \
fi ; \
done ; \
./clear.sh
Architecture: s390
Calling ./buildone.sh "s390" "pt_BR" "html"
Info: creating temporary profiled .xml file...
/srv/d-i/d-i-manual-ANJX/manual/pt_BR/welcome/welcome.xml:18: parser error : Entity 'what-is-debian-kfreebsd.xml' not defined
&what-is-debian-kfreebsd.xml;
^
/srv/d-i/d-i-manual-ANJX/manual/pt_BR/hardware/hardware-supported.xml:176: parser error : Entity 'supported-hppa.xml' not defined
&supported-hppa.xml;
^
/srv/d-i/d-i-manual-ANJX/manual/pt_BR/hardware/hardware-supported.xml:179: parser error : Entity 'supported-mips.xml' not defined
&supported-mips.xml;
^
/srv/d-i/d-i-manual-ANJX/manual/pt_BR/hardware/hardware-supported.xml:182: parser error : Entity 'supported-sparc.xml' not defined
&supported-sparc.xml;
^
/srv/d-i/d-i-manual-ANJX/manual/pt_BR/preparing/non-debian-partitioning.xml:191: parser error : Entity 'nondeb-part-sparc.xml' not defined
&nondeb-part-sparc.xml;
^
/srv/d-i/d-i-manual-ANJX/manual/pt_BR/preparing/pre-install-bios-setup.xml:24: parser error : Entity 'bios-setup-sparc.xml' not defined
&bios-setup-sparc.xml;
^
/srv/d-i/d-i-manual-ANJX/manual/pt_BR/install-methods/download/arm.xml:14: parser error : Entity 'nslu2-firmware-img' not defined
upslug2. Essa imagem de firmware pode ser obtida em &nslu2-firmware-img;.
^
/srv/d-i/d-i-manual-ANJX/manual/pt_BR/install-methods/download/arm.xml:27: parser error : Entity 'n2100-firmware-img' not defined
imagem pode ser obtida em &n2100-firmware-img;.
^
/srv/d-i/d-i-manual-ANJX/manual/pt_BR/install-methods/download/arm.xml:38: parser error : Entity 'glantank-firmware-img' not defined
podem ser obtidas em &glantank-firmware-img;.
^
/srv/d-i/d-i-manual-ANJX/manual/pt_BR/install-methods/download/arm.xml:74: parser error : Entity 'qnap-orion-firmware-img' not defined
para QNAP TS-109 e TS-209 em &qnap-orion-firmware-img; e para QNAP TS-110,
^
/srv/d-i/d-i-manual-ANJX/manual/pt_BR/install-methods/boot-usb-files.xml:148: parser error : Entity 'usb-setup-x86.xml' not defined
&usb-setup-x86.xml;
^
/srv/d-i/d-i-manual-ANJX/manual/pt_BR/install-methods/boot-usb-files.xml:149: parser error : Entity 'usb-setup-powerpc.xml' not defined
&usb-setup-powerpc.xml;
^
/srv/d-i/d-i-manual-ANJX/manual/pt_BR/boot-installer/boot-installer.xml:42: parser error : Entity 'boot-installer-ia64.xml' not defined
&boot-installer-ia64.xml;
^
/srv/d-i/d-i-manual-ANJX/manual/pt_BR/boot-installer/boot-installer.xml:43: parser error : Entity 'boot-installer-mips.xml' not defined
&boot-installer-mips.xml;
^
/srv/d-i/d-i-manual-ANJX/manual/pt_BR/boot-installer/boot-installer.xml:46: parser error : Entity 'boot-installer-sparc.xml' not defined
&boot-installer-sparc.xml;
^
/srv/d-i/d-i-manual-ANJX/manual/pt_BR/using-d-i/components.xml:87: parser error : Entity 'module-autopartkit.xml' not defined
&module-autopartkit.xml;
^
/srv/d-i/d-i-manual-ANJX/manual/pt_BR/using-d-i/components.xml:88: parser error : Entity 'module-partitioner.xml' not defined
&module-partitioner.xml;
^
/srv/d-i/d-i-manual-ANJX/manual/pt_BR/using-d-i/components.xml:89: parser error : Entity 'module-partconf.xml' not defined
&module-partconf.xml;
^
/srv/d-i/d-i-manual-ANJX/manual/pt_BR/using-d-i/components.xml:153: parser error : Entity 'module-hppa-palo-installer.xml' not defined
&module-hppa-palo-installer.xml;
^
/srv/d-i/d-i-manual-ANJX/manual/pt_BR/using-d-i/components.xml:155: parser error : Entity 'module-x86-lilo-installer.xml' not defined
&module-x86-lilo-installer.xml;
^
/srv/d-i/d-i-manual-ANJX/manual/pt_BR/using-d-i/components.xml:156: parser error : Entity 'module-ia64-elilo-installer.xml' not defined
&module-ia64-elilo-installer.xml;
^
/srv/d-i/d-i-manual-ANJX/manual/pt_BR/using-d-i/components.xml:157: parser error : Entity 'module-mipsel-colo-installer.xml' not defined
&module-mipsel-colo-installer.xml;
^
/srv/d-i/d-i-manual-ANJX/manual/pt_BR/using-d-i/components.xml:158: parser error : Entity 'module-powerpc-yaboot-installer.xml' not defined
&module-powerpc-yaboot-installer.xml;
^
/srv/d-i/d-i-manual-ANJX/manual/pt_BR/using-d-i/components.xml:159: parser error : Entity 'module-powerpc-quik-installer.xml' not defined
&module-powerpc-quik-installer.xml;
^
/srv/d-i/d-i-manual-ANJX/manual/pt_BR/using-d-i/components.xml:161: parser error : Entity 'module-sparc-silo-installer.xml' not defined
&module-sparc-silo-installer.xml;
^
/srv/d-i/d-i-manual-ANJX/manual/pt_BR/partitioning/partition-programs.xml:135: parser error : Entity 'partition-hppa.xml' not defined
&partition-hppa.xml;
^
/srv/d-i/d-i-manual-ANJX/manual/pt_BR/partitioning/partition-programs.xml:137: parser error : Entity 'partition-ia64.xml' not defined
&partition-ia64.xml;
^
/srv/d-i/d-i-manual-ANJX/manual/pt_BR/partitioning/partition-programs.xml:138: parser error : Entity 'partition-mips.xml' not defined
&partition-mips.xml;
^
/srv/d-i/d-i-manual-ANJX/manual/pt_BR/partitioning/partition-programs.xml:140: parser error : Entity 'partition-sparc.xml' not defined
&partition-sparc.xml;
^
Info: creating .html files...
Writing build.out.pt_BR.s390/html/pr01.html for preface
Writing build.out.pt_BR.s390/html/ch01s01.html for sect1(what-is-debian)
Writing build.out.pt_BR.s390/html/ch01s02.html for sect1(what-is-linux)
Writing build.out.pt_BR.s390/html/ch01s03.html for sect1(what-is-debian-linux)
Writing build.out.pt_BR.s390/html/ch01s04.html for sect1(what-is-debian-hurd)
Writing build.out.pt_BR.s390/html/ch01s05.html for sect1(getting-newest-inst)
Writing build.out.pt_BR.s390/html/ch01s06.html for sect1(getting-newest-doc)
Writing build.out.pt_BR.s390/html/ch01s07.html for sect1(doc-organization)
Writing build.out.pt_BR.s390/html/ch01s08.html for sect1
Writing build.out.pt_BR.s390/html/ch01s09.html for sect1
Writing build.out.pt_BR.s390/html/ch01.html for chapter(welcome)
Writing build.out.pt_BR.s390/html/ch02s01.html for sect1(hardware-supported)
Writing build.out.pt_BR.s390/html/ch02s02.html for sect1(installation-media)
Writing build.out.pt_BR.s390/html/ch02s03.html for sect1(memory-disk-requirements)
Writing build.out.pt_BR.s390/html/ch02.html for chapter(hardware-req)
Writing build.out.pt_BR.s390/html/ch03s01.html for sect1(install-overview)
Writing build.out.pt_BR.s390/html/ch03s02.html for sect1(backup)
Writing build.out.pt_BR.s390/html/ch03s03.html for sect1(needed-info)
Writing build.out.pt_BR.s390/html/ch03s04.html for sect1(minimum-hardware-reqts)
Writing build.out.pt_BR.s390/html/ch03s05.html for sect1(non-debian-partitioning)
Writing build.out.pt_BR.s390/html/ch03s06.html for sect1(pre-install-bios-setup)
Writing build.out.pt_BR.s390/html/ch03.html for chapter(preparing)
Writing build.out.pt_BR.s390/html/ch04s01.html for sect1(official-cdrom)
Writing build.out.pt_BR.s390/html/ch04s02.html for sect1(downloading-files)
Writing build.out.pt_BR.s390/html/ch04s03.html for sect1(automatic-install)
Writing build.out.pt_BR.s390/html/ch04.html for chapter(install-methods)
Writing build.out.pt_BR.s390/html/ch05s01.html for sect1
Writing build.out.pt_BR.s390/html/ch05s02.html for sect1(boot-parms)
Writing build.out.pt_BR.s390/html/ch05s03.html for sect1(boot-troubleshooting)
Writing build.out.pt_BR.s390/html/ch05.html for chapter(boot-installer)
Writing build.out.pt_BR.s390/html/ch06s01.html for sect1
Writing build.out.pt_BR.s390/html/ch06s02.html for sect1(modules-list)
Writing build.out.pt_BR.s390/html/ch06s03.html for sect1(module-details)
Writing build.out.pt_BR.s390/html/ch06.html for chapter(d-i-intro)
Writing build.out.pt_BR.s390/html/ch07s01.html for sect1(base-boot)
Writing build.out.pt_BR.s390/html/ch07s02.html for sect1(mount-encrypted-volumes)
Writing build.out.pt_BR.s390/html/ch07s03.html for sect1(login)
Writing build.out.pt_BR.s390/html/ch07.html for chapter(boot-new)
Writing build.out.pt_BR.s390/html/ch08s01.html for sect1(shutdown)
Writing build.out.pt_BR.s390/html/ch08s02.html for sect1(debian-orientation)
Writing build.out.pt_BR.s390/html/ch08s03.html for sect1(further-reading)
Writing build.out.pt_BR.s390/html/ch08s04.html for sect1(mail-setup)
Writing build.out.pt_BR.s390/html/ch08s05.html for sect1(kernel-baking)
Writing build.out.pt_BR.s390/html/ch08s06.html for sect1(rescue)
Writing build.out.pt_BR.s390/html/ch08.html for chapter(post-install)
Writing build.out.pt_BR.s390/html/apas01.html for sect1(howto-preliminaries)
Writing build.out.pt_BR.s390/html/apas02.html for sect1(howto-getting-images)
Writing build.out.pt_BR.s390/html/apas03.html for sect1(howto-installation)
Writing build.out.pt_BR.s390/html/apas04.html for sect1(howto-installation-report)
Writing build.out.pt_BR.s390/html/apas05.html for sect1(howto-installation-finally)
Writing build.out.pt_BR.s390/html/apa.html for appendix(installation-howto)
Writing build.out.pt_BR.s390/html/apbs01.html for sect1(preseed-intro)
Writing build.out.pt_BR.s390/html/apbs02.html for sect1(preseed-using)
Writing build.out.pt_BR.s390/html/apbs03.html for sect1(preseed-creating)
Writing build.out.pt_BR.s390/html/apbs04.html for sect1(preseed-contents)
Writing build.out.pt_BR.s390/html/apbs05.html for sect1(preseed-advanced)
Writing build.out.pt_BR.s390/html/apb.html for appendix(appendix-preseed)
Writing build.out.pt_BR.s390/html/apcs01.html for sect1(partition-sizing)
Writing build.out.pt_BR.s390/html/apcs02.html for sect1(directory-tree)
Writing build.out.pt_BR.s390/html/apcs03.html for sect1
Writing build.out.pt_BR.s390/html/apcs04.html for sect1(device-names)
Writing build.out.pt_BR.s390/html/apcs05.html for sect1(partition-programs)
Writing build.out.pt_BR.s390/html/apc.html for appendix(partitioning)
Writing build.out.pt_BR.s390/html/apds01.html for sect1(linuxdevices)
Writing build.out.pt_BR.s390/html/apds02.html for sect1(tasksel-size-list)
Writing build.out.pt_BR.s390/html/apds03.html for sect1(linux-upgrade)
Writing build.out.pt_BR.s390/html/apd.html for appendix(random-bits)
Writing build.out.pt_BR.s390/html/apes01.html for sect1(about)
Writing build.out.pt_BR.s390/html/apes02.html for sect1(contributing)
Writing build.out.pt_BR.s390/html/apes03.html for sect1(contributors)
Writing build.out.pt_BR.s390/html/apes04.html for sect1(trademarks)
Writing build.out.pt_BR.s390/html/ape.html for appendix(administrivia)
Writing build.out.pt_BR.s390/html/apf.html for appendix(appendix-gpl)
Writing build.out.pt_BR.s390/html/index.html for book
E: jenkins-d-i-sid-13b8d7ef-8c37-4c9e-989b-76ee257738d7: Failed to unlock chroot: /var/lib/schroot/session/jenkins-d-i-sid-13b8d7ef-8c37-4c9e-989b-76ee257738d7: Failed to unlink session file: No such file or directory
+ cleanup_srv
+ '[' /srv/d-i/ = /srv/d-i/ ']'
+ '[' 24 -ge 10 ']'
+ echo 'Removing /srv/d-i/d-i-manual-ANJX now.'
Removing /srv/d-i/d-i-manual-ANJX now.
+ rm -rf /srv/d-i/d-i-manual-ANJX
Mon Aug 25 05:12:01 UTC 2025 - d-i_manual.sh stopped running as /tmp/jenkins-script-NXbtcCwF, removing.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list