Skip to content
Success

Console Output

Started by user Holger Levsen
Building in workspace /var/lib/jenkins/jobs/d-i_build_busybox/workspace
Checkout:workspace / /var/lib/jenkins/jobs/d-i_build_busybox/workspace - hudson.remoting.LocalChannel@558ad183
Using strategy: Default
Last Built Revision: Revision 1c468247acc649d5838a8af63c1004389e343196 (origin/master)
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository git://git.debian.org/git/d-i/busybox
git --version
git version 1.7.10.4
Fetching upstream changes from git://git.debian.org/git/d-i/busybox
Commencing build of Revision 1c468247acc649d5838a8af63c1004389e343196 (origin/master)
Checking out Revision 1c468247acc649d5838a8af63c1004389e343196 (origin/master)
[workspace] $ /bin/sh -xe /tmp/hudson1550116896227057344.sh
+ /srv/jenkins/bin/d-i_build.sh
+ set -e
+ export LC_ALL=C
+ LC_ALL=C
+ export MIRROR=http://ftp.de.debian.org/debian
+ MIRROR=http://ftp.de.debian.org/debian
+ export http_proxy=http://localhost:3128
+ http_proxy=http://localhost:3128
+ export
declare -x BUILD_ID="2012-11-12_21-20-23"
declare -x BUILD_NUMBER="3"
declare -x BUILD_TAG="jenkins-d-i_build_busybox-3"
declare -x BUILD_URL="http://jenkins.debian.net/job/d-i_build_busybox/3/"
declare -x EXECUTOR_NUMBER="0"
declare -x GIT_BRANCH="master"
declare -x GIT_COMMIT="1c468247acc649d5838a8af63c1004389e343196"
declare -x HOME="/var/lib/jenkins"
declare -x HUDSON_COOKIE="987ca674-e55a-4897-9a71-2b1160bd8208"
declare -x HUDSON_HOME="/var/lib/jenkins"
declare -x HUDSON_SERVER_COOKIE="f499a144e0cc98798a9c637dccd88046"
declare -x HUDSON_URL="http://jenkins.debian.net/"
declare -x JENKINS_HOME="/var/lib/jenkins"
declare -x JENKINS_SERVER_COOKIE="f499a144e0cc98798a9c637dccd88046"
declare -x JENKINS_URL="http://jenkins.debian.net/"
declare -x JOB_NAME="d-i_build_busybox"
declare -x JOB_URL="http://jenkins.debian.net/job/d-i_build_busybox/"
declare -x LANG="en_GB.UTF-8"
declare -x LANGUAGE="en_GB:en"
declare -x LC_ALL="C"
declare -x LD_LIBRARY_PATH="/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64:/usr/lib/jvm/java-6-openjdk-amd64/jre/../lib/amd64"
declare -x LOGNAME="jenkins"
declare -x MAIL="/var/mail/jenkins"
declare -x MIRROR="http://ftp.de.debian.org/debian"
declare -x NODE_LABELS="master"
declare -x NODE_NAME="master"
declare -x OLDPWD
declare -x PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"
declare -x PWD="/var/lib/jenkins/jobs/d-i_build_busybox/workspace"
declare -x SHELL="/bin/bash"
declare -x SHLVL="2"
declare -x TERM="xterm"
declare -x USER="jenkins"
declare -x WORKSPACE="/var/lib/jenkins/jobs/d-i_build_busybox/workspace"
declare -x http_proxy="http://localhost:3128"
+ init_workspace
+ rm -fv '*.deb' '*.udeb' '*.dsc' '*_*.build' '*_*.changes' '*_*.tar.gz'
+ git config -l
user.email=jenkins@jenkins.debian.net
user.name=Jenkins
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
remote.origin.url=git://git.debian.org/git/d-i/busybox
branch.master.remote=origin
branch.master.merge=refs/heads/master
+ git status
# Not currently on any branch.
nothing to commit (working directory clean)
+ '[' '' = '' ']'
+ pdebuild_package
++ dpkg --print-architecture
+ ARCH=amd64
+ EGREP_PATTERN='( all| any| amd64)'
++ grep Architecture: debian/control
++ egrep -q '$EGREP_PATTERN'
+ '[' '!' ']'
+ echo 'This package is not to be supposed to be build on amd64:'
This package is not to be supposed to be build on amd64:
+ grep Architecture: debian/control
Architecture: any
Architecture: any
Architecture: any
Architecture: all
Architecture: linux-any
Architecture: linux-any
+ return
Finished: SUCCESS