Skip to content

rebootstrap_mips64el_gcc14_nobiarch

Verify bootstrappability of Debian using gcc-14 without multilib for mips64el

Job configuration source is rebootstrap.yaml.py.
 Console output
Snip! (Full log)
64el_gcc14_nobiarch
The recommended git tool is: NONE
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://salsa.debian.org/helmutg/rebootstrap.git
 > git init /srv/jenkins/pseudo-hosts/ionos9-amd64/workspace/rebootstrap_mips64el_gcc14_nobiarch # timeout=10
Fetching upstream changes from https://salsa.debian.org/helmutg/rebootstrap.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
 > git fetch --tags --force --progress -- https://salsa.debian.org/helmutg/rebootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://salsa.debian.org/helmutg/rebootstrap.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/jenkins_mips64el_gcc14_nobiarch^{commit} # timeout=10
Checking out Revision 916611197b58b972dbcba7802bc15a56d5d2c48b (origin/jenkins_mips64el_gcc14_nobiarch)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 916611197b58b972dbcba7802bc15a56d5d2c48b # timeout=10
Commit message: "rewrite wdotap patch set on top of gcc-for-host changes"
First time build. Skipping changelog.
[rebootstrap_mips64el_gcc14_nobiarch] $ /bin/sh -xe /tmp/jenkins2328923416869026324.sh
+ /srv/jenkins/bin/jenkins_master_wrapper.sh jenkins_mips64el_gcc14_nobiarch HOST_ARCH=mips64el GCC_VER=14 ENABLE_MULTILIB=no ENABLE_MULTIARCH_GCC=yes ENABLE_DIFFOSCOPE=no
====================================================================================
Mon Jun 24 11:18:31 UTC 2024 - running /srv/jenkins/bin/rebootstrap.sh (for job rebootstrap_mips64el_gcc14_nobiarch) on ionos9-amd64, called using "jenkins_mips64el_gcc14_nobiarch HOST_ARCH=mips64el GCC_VER=14 ENABLE_MULTILIB=no ENABLE_MULTIARCH_GCC=yes ENABLE_DIFFOSCOPE=no" as arguments.
Mon Jun 24 11:18:31 UTC 2024 - actually running "rebootstrap.sh" (md5sum d663f7eb01eae2c2b176163b17720241) as "/tmp/jenkins-script-y9SiKtpr"

$ git clone https://salsa.debian.org/qa/jenkins.debian.net.git ; more CONTRIBUTING

declare -x CHROOT_BASE="/chroots"
declare -x DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/105/bus"
declare -x HOME="/var/lib/jenkins"
declare -x LANG="en_US.UTF-8"
declare -x LC_ALL="C"
declare -x LOGNAME="jenkins"
declare -x MIRROR="http://deb.debian.org/debian"
declare -x MOTD_SHOWN="pam"
declare -x OLDPWD
declare -x PATH="/usr/local/bin:/usr/bin:/bin:/usr/games"
declare -x PWD="/var/lib/jenkins"
declare -x SCHROOT_BASE="/schroots"
declare -x SCRIPT_HEADER=$'#!/bin/bash\n\tif true ; then\n\t\tset -x\n\tfi\n\tset -e\n\texport DEBIAN_FRONTEND=noninteractive\n\texport LC_ALL=C\n\texport http_proxy=http://46.16.76.132:3128\n\texport MIRROR=http://deb.debian.org/debian'
declare -x SHELL="/bin/bash"
declare -x SHLVL="2"
declare -x SSH_CLIENT="46.16.76.207 49092 22"
declare -x SSH_CONNECTION="46.16.76.207 49092 46.16.78.222 22"
declare -x SSH_ORIGINAL_COMMAND="rebootstrap_mips64el_gcc14_nobiarch jenkins_mips64el_gcc14_nobiarch HOST_ARCH=mips64el GCC_VER=14 ENABLE_MULTILIB=no ENABLE_MULTIARCH_GCC=yes ENABLE_DIFFOSCOPE=no"
declare -x USER="jenkins"
declare -x XDG_RUNTIME_DIR="/run/user/105"
declare -x XDG_SESSION_CLASS="user"
declare -x XDG_SESSION_ID="30005"
declare -x XDG_SESSION_TYPE="tty"
declare -x http_proxy="http://46.16.76.132:3128"
+ set -e
++ mktemp --tmpdir=/tmp gitclone-XXXXXXXXX -u
+ CODE=/tmp/gitclone-eZfx7MuNC
+ trap cleanup_all INT TERM EXIT
+ git clone https://salsa.debian.org/helmutg/rebootstrap.git /tmp/gitclone-eZfx7MuNC
Cloning into '/tmp/gitclone-eZfx7MuNC'...
error: RPC failed; curl 16 Error in the HTTP2 framing layer
fatal: expected 'packfile'
+ cleanup_all
+ rm -r /tmp/gitclone-eZfx7MuNC
rm: cannot remove '/tmp/gitclone-eZfx7MuNC': No such file or directory
+ true
Mon Jun 24 11:18:32 UTC 2024 - rebootstrap.sh stopped running as /tmp/jenkins-script-y9SiKtpr, removing.

SSH EXIT CODE: 128
Build step 'Execute shell' marked build as failure
Sending e-mails to: jenkins+debian-bootstrap@jenkins.debian.net helmutg@debian.org abrodkin@synopsys.com
Finished: FAILURE