Started by upstream project "d-i_manual_pt_BR_html" build number 414 originally caused by: Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Running as SYSTEM [EnvInject] - Loading node environment variables. Building on the built-in node in workspace /var/lib/jenkins/jobs/d-i_manual_pt_BR_pdf/workspace The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/d-i_manual_pt_BR_pdf/workspace/manual/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://salsa.debian.org/installer-team/installation-guide.git # timeout=10 Fetching upstream changes from https://salsa.debian.org/installer-team/installation-guide.git > git --version # timeout=10 > git --version # 'git version 2.30.2' > git fetch --tags --force --progress -- https://salsa.debian.org/installer-team/installation-guide.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision cf31af36a58834f1dc445c72d7e30ad2614172e3 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f cf31af36a58834f1dc445c72d7e30ad2614172e3 # timeout=10 Commit message: "[Commit from Weblate] Spanish translation update" > git rev-list --no-walk 8bcb6bb6f8294cbf195dac2df2f885440345b9fc # timeout=10 [workspace] $ /bin/sh -xe /tmp/jenkins17186230355620133170.sh + /srv/jenkins/bin/d-i_manual.sh pt_BR pdf ==================================================================================== Fri May 20 01:57:06 UTC 2022 - running /srv/jenkins/bin/d-i_manual.sh (for job d-i_manual_pt_BR_pdf) on jenkins, called using "pt_BR pdf" as arguments. Fri May 20 01:57:06 UTC 2022 - actually running "d-i_manual.sh" (md5sum d266ffe003cd0a067cfd9a1460279d73) as "/tmp/jenkins-script-AF0ey9sF" $ git clone https://salsa.debian.org/qa/jenkins.debian.net.git ; more CONTRIBUTING Copying /var/lib/jenkins/jobs/d-i_manual_pt_BR_pdf/workspace/manual to /srv/d-i/d-i-manual-ISil now. Building the pdf version of the pt_BR manual now. + schroot --directory /srv/d-i/d-i-manual-ISil/manual/build -c chroot:jenkins-d-i-sid make languages=pt_BR architectures=amd64 destination=/srv/d-i/d-i-manual-ISil/manual/build/pdf/ formats=pdf set -e ; \ target=pt_BR.amd64 ; \ 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: amd64 Calling ./buildone.sh "amd64" "pt_BR" "pdf" Info: creating temporary profiled .xml file... Info: creating .pdf file... Error: no ID for constraint linkend: boot-dev-select. XRef to nonexistent id: boot-dev-select + set +x + schroot --directory /srv/d-i/d-i-manual-ISil/manual/build -c chroot:jenkins-d-i-sid make languages=pt_BR architectures=arm64 destination=/srv/d-i/d-i-manual-ISil/manual/build/pdf/ formats=pdf set -e ; \ target=pt_BR.arm64 ; \ 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: arm64 Calling ./buildone.sh "arm64" "pt_BR" "pdf" Info: creating temporary profiled .xml file... Info: creating .pdf file... + set +x + schroot --directory /srv/d-i/d-i-manual-ISil/manual/build -c chroot:jenkins-d-i-sid make languages=pt_BR architectures=armel destination=/srv/d-i/d-i-manual-ISil/manual/build/pdf/ formats=pdf set -e ; \ target=pt_BR.armel ; \ 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: armel Calling ./buildone.sh "armel" "pt_BR" "pdf" Info: creating temporary profiled .xml file... Info: creating .pdf file... + set +x + schroot --directory /srv/d-i/d-i-manual-ISil/manual/build -c chroot:jenkins-d-i-sid make languages=pt_BR architectures=armhf destination=/srv/d-i/d-i-manual-ISil/manual/build/pdf/ formats=pdf set -e ; \ target=pt_BR.armhf ; \ 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: armhf Calling ./buildone.sh "armhf" "pt_BR" "pdf" Info: creating temporary profiled .xml file... Info: creating .pdf file... + set +x + schroot --directory /srv/d-i/d-i-manual-ISil/manual/build -c chroot:jenkins-d-i-sid make languages=pt_BR architectures=hppa destination=/srv/d-i/d-i-manual-ISil/manual/build/pdf/ formats=pdf set -e ; \ target=pt_BR.hppa ; \ 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: hppa Calling ./buildone.sh "hppa" "pt_BR" "pdf" Info: creating temporary profiled .xml file... Info: creating .pdf file... + set +x + schroot --directory /srv/d-i/d-i-manual-ISil/manual/build -c chroot:jenkins-d-i-sid make languages=pt_BR architectures=hurd-i386 destination=/srv/d-i/d-i-manual-ISil/manual/build/pdf/ formats=pdf set -e ; \ target=pt_BR.hurd-i386 ; \ 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: hurd-i386 Calling ./buildone.sh "hurd-i386" "pt_BR" "pdf" Info: creating temporary profiled .xml file... Info: creating .pdf file... + set +x + schroot --directory /srv/d-i/d-i-manual-ISil/manual/build -c chroot:jenkins-d-i-sid make languages=pt_BR architectures=i386 destination=/srv/d-i/d-i-manual-ISil/manual/build/pdf/ formats=pdf set -e ; \ target=pt_BR.i386 ; \ 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: i386 Calling ./buildone.sh "i386" "pt_BR" "pdf" Info: creating temporary profiled .xml file... Info: creating .pdf file... Error: no ID for constraint linkend: boot-dev-select. XRef to nonexistent id: boot-dev-select + set +x + schroot --directory /srv/d-i/d-i-manual-ISil/manual/build -c chroot:jenkins-d-i-sid make languages=pt_BR architectures=ia64 destination=/srv/d-i/d-i-manual-ISil/manual/build/pdf/ formats=pdf set -e ; \ target=pt_BR.ia64 ; \ 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: ia64 Calling ./buildone.sh "ia64" "pt_BR" "pdf" Info: creating temporary profiled .xml file... Info: creating .pdf file... + set +x + schroot --directory /srv/d-i/d-i-manual-ISil/manual/build -c chroot:jenkins-d-i-sid make languages=pt_BR architectures=kfreebsd-amd64 destination=/srv/d-i/d-i-manual-ISil/manual/build/pdf/ formats=pdf set -e ; \ target=pt_BR.kfreebsd-amd64 ; \ 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: kfreebsd-amd64 Calling ./buildone.sh "kfreebsd-amd64" "pt_BR" "pdf" Info: creating temporary profiled .xml file... Info: creating .pdf file... Error: no ID for constraint linkend: boot-dev-select. XRef to nonexistent id: boot-dev-select + set +x + schroot --directory /srv/d-i/d-i-manual-ISil/manual/build -c chroot:jenkins-d-i-sid make languages=pt_BR architectures=kfreebsd-i386 destination=/srv/d-i/d-i-manual-ISil/manual/build/pdf/ formats=pdf set -e ; \ target=pt_BR.kfreebsd-i386 ; \ 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: kfreebsd-i386 Calling ./buildone.sh "kfreebsd-i386" "pt_BR" "pdf" Info: creating temporary profiled .xml file... Info: creating .pdf file... Error: no ID for constraint linkend: boot-dev-select. XRef to nonexistent id: boot-dev-select + set +x + schroot --directory /srv/d-i/d-i-manual-ISil/manual/build -c chroot:jenkins-d-i-sid make languages=pt_BR architectures=mips destination=/srv/d-i/d-i-manual-ISil/manual/build/pdf/ formats=pdf set -e ; \ target=pt_BR.mips ; \ 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: mips Calling ./buildone.sh "mips" "pt_BR" "pdf" Info: creating temporary profiled .xml file... Info: creating .pdf file... + set +x + schroot --directory /srv/d-i/d-i-manual-ISil/manual/build -c chroot:jenkins-d-i-sid make languages=pt_BR architectures=mips64el destination=/srv/d-i/d-i-manual-ISil/manual/build/pdf/ formats=pdf set -e ; \ target=pt_BR.mips64el ; \ 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: mips64el Calling ./buildone.sh "mips64el" "pt_BR" "pdf" Info: creating temporary profiled .xml file... Info: creating .pdf file... + set +x + schroot --directory /srv/d-i/d-i-manual-ISil/manual/build -c chroot:jenkins-d-i-sid make languages=pt_BR architectures=mipsel destination=/srv/d-i/d-i-manual-ISil/manual/build/pdf/ formats=pdf set -e ; \ target=pt_BR.mipsel ; \ 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: mipsel Calling ./buildone.sh "mipsel" "pt_BR" "pdf" Info: creating temporary profiled .xml file... Info: creating .pdf file... + set +x + schroot --directory /srv/d-i/d-i-manual-ISil/manual/build -c chroot:jenkins-d-i-sid make languages=pt_BR architectures=powerpc destination=/srv/d-i/d-i-manual-ISil/manual/build/pdf/ formats=pdf set -e ; \ target=pt_BR.powerpc ; \ 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: powerpc Calling ./buildone.sh "powerpc" "pt_BR" "pdf" Info: creating temporary profiled .xml file... Info: creating .pdf file... + set +x + schroot --directory /srv/d-i/d-i-manual-ISil/manual/build -c chroot:jenkins-d-i-sid make languages=pt_BR architectures=ppc64el destination=/srv/d-i/d-i-manual-ISil/manual/build/pdf/ formats=pdf set -e ; \ target=pt_BR.ppc64el ; \ 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: ppc64el Calling ./buildone.sh "ppc64el" "pt_BR" "pdf" Info: creating temporary profiled .xml file... Info: creating .pdf file... + set +x + schroot --directory /srv/d-i/d-i-manual-ISil/manual/build -c chroot:jenkins-d-i-sid make languages=pt_BR architectures=s390 destination=/srv/d-i/d-i-manual-ISil/manual/build/pdf/ formats=pdf 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" "pdf" Info: creating temporary profiled .xml file... Info: creating .pdf file... + set +x + schroot --directory /srv/d-i/d-i-manual-ISil/manual/build -c chroot:jenkins-d-i-sid make languages=pt_BR architectures=s390x destination=/srv/d-i/d-i-manual-ISil/manual/build/pdf/ formats=pdf set -e ; \ target=pt_BR.s390x ; \ 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: s390x Calling ./buildone.sh "s390x" "pt_BR" "pdf" Info: creating temporary profiled .xml file... Info: creating .pdf file... + set +x + schroot --directory /srv/d-i/d-i-manual-ISil/manual/build -c chroot:jenkins-d-i-sid make languages=pt_BR architectures=sparc destination=/srv/d-i/d-i-manual-ISil/manual/build/pdf/ formats=pdf set -e ; \ target=pt_BR.sparc ; \ 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: sparc Calling ./buildone.sh "sparc" "pt_BR" "pdf" Info: creating temporary profiled .xml file... Info: creating .pdf file... + set +x Copying back results from /srv/d-i/d-i-manual-ISil/manual/build/pdf to /var/lib/jenkins/jobs/d-i_manual_pt_BR_pdf/workspace/ Removing /srv/d-i/d-i-manual-ISil now. Fri May 20 03:14:50 UTC 2022 - d-i_manual.sh stopped running as /tmp/jenkins-script-AF0ey9sF, removing. Archiving artifacts Finished: SUCCESS