See 
<https://kamailio.sipwise.com/job/kamailio57-binaries/architecture=amd64,distribution=bullseye/6/display/redirect>

Changes:


------------------------------------------
[...truncated 10.24 KiB...]
+ '[' -r /etc/jenkins/pbuilderrc ']'
+ echo '*** Adding content of /etc/jenkins/pbuilderrc to pbuilder configfile 
***'
*** Adding content of /etc/jenkins/pbuilderrc to pbuilder configfile ***
+ echo '# /etc/jenkins/pbuilderrc added via jenkins-debian-glue:'
+ cat /etc/jenkins/pbuilderrc
+ '[' -n '' ']'
+ echo '*** COMPONENTS is not set, checking whether we need to enable Ubuntu 
workaround ***'
*** COMPONENTS is not set, checking whether we need to enable Ubuntu workaround 
***
+ '[' -n /etc/jenkins/pbuilderrc ']'
+ echo '*** PBUILDER_CONFIG is set, not overwriting COMPONENTS for Ubuntu 
workaround ***'
*** PBUILDER_CONFIG is set, not overwriting COMPONENTS for Ubuntu workaround ***
+ echo '*** NOTE: If you want to build for Ubuntu make sure COMPONENTS also 
includes '\''universe'\'' ***'
*** NOTE: If you want to build for Ubuntu make sure COMPONENTS also includes 
'universe' ***
+ grep -q Ubuntu
+ lsb_release --id
+ echo '*** Listing pbuilder configuration file as reference: ***'
*** Listing pbuilder configuration file as reference: ***
+ cat /tmp/tmp.nNF2yQ8N6s
# pbuilder config file generated by jenkins-debian-glue on Wed May  8 10:36:13 
UTC 2024
ADDITIONAL_BUILDRESULTS+=('../*lintian.txt')
EXTRAPACKAGES="$EXTRAPACKAGES eatmydata"
export LD_PRELOAD="${LD_PRELOAD:+$LD_PRELOAD:}libeatmydata.so"
# builtin support available with pbuilder >=0.225 (otherwise ignored):
EATMYDATA=yes
# /etc/jenkins/pbuilderrc added via jenkins-debian-glue:
# distribution specific configuration
case "$distribution" in
  xenial|bionic|focal|jammy)
    MIRRORSITE="http://archive.ubuntu.com/ubuntu/";
    # we need key id 40976EAF437D05B5
    DEBOOTSTRAPOPTS=("${DEBOOTSTRAPOPTS[@]}" 
"--keyring=/usr/share/keyrings/ubuntu-archive-keyring.gpg")
    # cowdancer is in universe
    COMPONENTS="main universe"
    # security and updates
    OTHERMIRROR="deb http://archive.ubuntu.com/ubuntu/ ${distribution}-updates 
main universe|deb-src http://security.ubuntu.com/ubuntu 
${distribution}-security main universe"
    # package install speedup
    EXTRAPACKAGES="eatmydata"
    export LD_PRELOAD="${LD_PRELOAD:+$LD_PRELOAD:}libeatmydata.so"
    ;;
  trusty)
    # lacks eatmydata package, so explicitly configure it
    MIRRORSITE="http://archive.ubuntu.com/ubuntu/";
    # we need key id 40976EAF437D05B5
    DEBOOTSTRAPOPTS=("${DEBOOTSTRAPOPTS[@]}" 
"--keyring=/usr/share/keyrings/ubuntu-archive-keyring.gpg")
    # cowdancer is in universe
    COMPONENTS="main universe"
    # security and updates
    OTHERMIRROR="deb http://archive.ubuntu.com/ubuntu/ ${distribution}-updates 
main universe|deb-src http://security.ubuntu.com/ubuntu 
${distribution}-security main universe"
    # ensure it's unset
    unset LD_PRELOAD
    ;;
  precise)
    # lacks eatmydata package, so explicitly configure it
    # also EOL nowadays, so need other mirror
    MIRRORSITE="http://old-releases.ubuntu.com/ubuntu/";
    # we need key id 40976EAF437D05B5
    DEBOOTSTRAPOPTS=("${DEBOOTSTRAPOPTS[@]}" 
"--keyring=/usr/share/keyrings/ubuntu-archive-keyring.gpg")
    # cowdancer is in universe
    COMPONENTS="main universe"
    # security and updates
    OTHERMIRROR="deb http://old-releases.ubuntu.com/ubuntu/ 
${distribution}-updates main universe|deb-src 
http://old-releases.ubuntu.com/ubuntu ${distribution}-security main universe"
    # ensure it's unset
    unset LD_PRELOAD
    ;;
  wheezy)
    # nowadays resides on archive
    MIRRORSITE="http://archive.debian.org/debian/";
    # we need key id 6FB2A1C265FFB764
    DEBOOTSTRAPOPTS=("${DEBOOTSTRAPOPTS[@]}" 
"--keyring=/usr/share/keyrings/debian-archive-removed-keys.gpg")
    # package install speedup
    EXTRAPACKAGES="eatmydata"
    export LD_PRELOAD="${LD_PRELOAD:+$LD_PRELOAD:}libeatmydata.so"
    ;;
  jessie)
    # nowadays resides on archive
    MIRRORSITE="http://archive.debian.org/debian/";
    # security and updates
    OTHERMIRROR="deb http://archive.debian.org/debian-security 
${distribution}/updates main"
    # we need key id CBF8D6FD518E17E1
    DEBOOTSTRAPOPTS=("${DEBOOTSTRAPOPTS[@]}" 
"--keyring=/usr/share/keyrings/debian-archive-removed-keys.gpg")
    # support bootstrapping archived repository with expired GPG key
    APTGETOPT=("${APTGETOPT[@]}" "-o Acquire::Check-Valid-Until=false" "-o 
APT::Get::AllowUnauthenticated=true" --force-yes)
    # package install speedup
    EXTRAPACKAGES="eatmydata"
    export LD_PRELOAD="${LD_PRELOAD:+$LD_PRELOAD:}libeatmydata.so"
    ;;
  stretch)
    # nowadays resides on archive
    MIRRORSITE="http://archive.debian.org/debian/";
    # archived security repository
    OTHERMIRROR="deb http://archive.debian.org/debian-security 
${distribution}/updates main"
    # package install speedup
    EXTRAPACKAGES="eatmydata"
    export LD_PRELOAD="${LD_PRELOAD:+$LD_PRELOAD:}libeatmydata.so"
    ;;
  buster)
    MIRRORSITE="http://deb.debian.org/debian";
    # security and updates
    OTHERMIRROR="deb http://security.debian.org/debian-security 
${distribution}/updates main"
    # package install speedup
    EXTRAPACKAGES="eatmydata"
    export LD_PRELOAD="${LD_PRELOAD:+$LD_PRELOAD:}libeatmydata.so"
    ;;
  bullseye|bookworm)
    MIRRORSITE="http://deb.debian.org/debian";
    # security and updates
    OTHERMIRROR="deb http://security.debian.org/debian-security 
${distribution}-security main"
    # package install speedup
    EXTRAPACKAGES="eatmydata"
    export LD_PRELOAD="${LD_PRELOAD:+$LD_PRELOAD:}libeatmydata.so"
    ;;
  *)
    MIRRORSITE="http://deb.debian.org/debian";
    # package install speedup
    EXTRAPACKAGES="eatmydata"
    export LD_PRELOAD="${LD_PRELOAD:+$LD_PRELOAD:}libeatmydata.so"
    ;;
esac
+ ls '/var/cache/pbuilder/base-bullseye-amd64.cow.building.*'
+ ls '/run/lock/bullseye-amd64.update*'
+ flock --nonblock 9
+ touch /run/lock/bullseye-amd64.update.18075
+ '[' '!' -d /var/cache/pbuilder/base-bullseye-amd64.cow ']'
+ '[' '' = true ']'
+ echo '*** Updating cowbuilder cow base ***'
*** Updating cowbuilder cow base ***
+ sudo DIST=bullseye ARCH=amd64 cowbuilder --update --basepath 
/var/cache/pbuilder/base-bullseye-amd64.cow --configfile=/tmp/tmp.nNF2yQ8N6s
I: Copying COW directory
I: forking: rm -rf /var/cache/pbuilder/build/cow.18103
I: forking: cp -al /var/cache/pbuilder/base-bullseye-amd64.cow 
/var/cache/pbuilder/build/cow.18103
I: removed stale ilistfile /var/cache/pbuilder/build/cow.18103/.ilist
I: Invoking pbuilder
I: forking: pbuilder update --configfile /tmp/tmp.nNF2yQ8N6s --buildplace 
/var/cache/pbuilder/build/cow.18103 --mirror http://deb.debian.org/debian 
--distribution sid --extrapackages eatmydata --no-targz --internal-chrootexec 
'chroot /var/cache/pbuilder/build/cow.18103 cow-shell'
W: /root/.pbuilderrc does not exist
I: Running in no-targz mode
I: Current time: Wed May  8 10:36:13 UTC 2024
I: pbuilder-time-stamp: 1715164573
I: copying local configuration
W: No local /etc/mailname to copy, relying on 
/var/cache/pbuilder/build/cow.18103/etc/mailname to be correct
W: --override-config is not set; not updating apt.conf Read the manpage for 
details.
I: mounting /proc filesystem
I: mounting /sys filesystem
I: creating /{dev,run}/shm
I: mounting /dev/pts filesystem
I: redirecting /dev/ptmx to /dev/pts/ptmx
I: policy-rc.d already exists
I: using eatmydata during job
I: Refreshing the base.tgz 
I: upgrading packages
Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
Hit:2 http://deb.debian.org/debian bullseye InRelease
Reading package lists...
I: Obtaining the cached apt archive contents
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
FATAL: command execution failed
java.io.EOFException
        at 
java.base/java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2911)
        at 
java.base/java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3406)
        at 
java.base/java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:932)
        at 
java.base/java.io.ObjectInputStream.<init>(ObjectInputStream.java:375)
        at 
hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:50)
        at hudson.remoting.Command.readFrom(Command.java:142)
        at hudson.remoting.Command.readFrom(Command.java:128)
        at 
hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35)
        at 
hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:61)
Caused: java.io.IOException: Unexpected termination of the channel
        at 
hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:75)
Caused: hudson.remoting.ChannelClosedException: Channel 
"hudson.remoting.Channel@46b3467e:EC2 (ec2-eu-west-1) - 
jenkins-debian-glue-slave bullseye (i-07f4d2bdcc03f3a7c)": Remote call on EC2 
(ec2-eu-west-1) - jenkins-debian-glue-slave bullseye (i-07f4d2bdcc03f3a7c) 
failed. The channel is closing down or has closed down
        at hudson.remoting.Channel.call(Channel.java:996)
        at 
hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
        at com.sun.proxy.$Proxy135.isAlive(Unknown Source)
        at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1212)
        at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1204)
        at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:195)
        at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:145)
        at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:92)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:818)
        at hudson.model.Build$BuildExecution.build(Build.java:199)
        at hudson.model.Build$BuildExecution.doRun(Build.java:164)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:526)
        at hudson.model.Run.execute(Run.java:1895)
        at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
        at hudson.model.ResourceController.execute(ResourceController.java:101)
        at hudson.model.Executor.run(Executor.java:442)
FATAL: Unable to delete script file /tmp/jenkins2733275163131865227.sh
java.io.EOFException
        at 
java.base/java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2911)
        at 
java.base/java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3406)
        at 
java.base/java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:932)
        at 
java.base/java.io.ObjectInputStream.<init>(ObjectInputStream.java:375)
        at 
hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:50)
        at hudson.remoting.Command.readFrom(Command.java:142)
        at hudson.remoting.Command.readFrom(Command.java:128)
        at 
hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35)
        at 
hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:61)
Caused: java.io.IOException: Unexpected termination of the channel
        at 
hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:75)
Caused: hudson.remoting.ChannelClosedException: Channel 
"hudson.remoting.Channel@46b3467e:EC2 (ec2-eu-west-1) - 
jenkins-debian-glue-slave bullseye (i-07f4d2bdcc03f3a7c)": Remote call on EC2 
(ec2-eu-west-1) - jenkins-debian-glue-slave bullseye (i-07f4d2bdcc03f3a7c) 
failed. The channel is closing down or has closed down
        at hudson.remoting.Channel.call(Channel.java:996)
        at hudson.FilePath.act(FilePath.java:1230)
        at hudson.FilePath.act(FilePath.java:1219)
        at hudson.FilePath.delete(FilePath.java:1766)
        at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:163)
        at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:92)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:818)
        at hudson.model.Build$BuildExecution.build(Build.java:199)
        at hudson.model.Build$BuildExecution.doRun(Build.java:164)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:526)
        at hudson.model.Run.execute(Run.java:1895)
        at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
        at hudson.model.ResourceController.execute(ResourceController.java:101)
        at hudson.model.Executor.run(Executor.java:442)
Build step 'Execute shell' marked build as failure
FATAL: Channel "hudson.remoting.Channel@46b3467e:EC2 (ec2-eu-west-1) - 
jenkins-debian-glue-slave bullseye (i-07f4d2bdcc03f3a7c)": Remote call on EC2 
(ec2-eu-west-1) - jenkins-debian-glue-slave bullseye (i-07f4d2bdcc03f3a7c) 
failed. The channel is closing down or has closed down
java.io.EOFException
        at 
java.base/java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2911)
        at 
java.base/java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3406)
        at 
java.base/java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:932)
        at 
java.base/java.io.ObjectInputStream.<init>(ObjectInputStream.java:375)
        at 
hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:50)
        at hudson.remoting.Command.readFrom(Command.java:142)
        at hudson.remoting.Command.readFrom(Command.java:128)
        at 
hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35)
        at 
hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:61)
Caused: java.io.IOException: Unexpected termination of the channel
        at 
hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:75)
Caused: hudson.remoting.ChannelClosedException: Channel 
"hudson.remoting.Channel@46b3467e:EC2 (ec2-eu-west-1) - 
jenkins-debian-glue-slave bullseye (i-07f4d2bdcc03f3a7c)": Remote call on EC2 
(ec2-eu-west-1) - jenkins-debian-glue-slave bullseye (i-07f4d2bdcc03f3a7c) 
failed. The channel is closing down or has closed down
        at hudson.remoting.Channel.call(Channel.java:996)
        at hudson.Launcher$RemoteLauncher.kill(Launcher.java:1147)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:538)
        at hudson.model.Run.execute(Run.java:1895)
        at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
        at hudson.model.ResourceController.execute(ResourceController.java:101)
        at hudson.model.Executor.run(Executor.java:442)
Archiving artifacts
Agent went offline during the build
ERROR: Connection was broken
Build step 'Archive the artifacts' marked build as failure
ERROR: Step ‘Publish TAP Results’ failed: no workspace for 
kamailio57-binaries/architecture=amd64,distribution=bullseye #6
ERROR: Step ‘Publish JUnit test result report’ failed: no workspace for 
kamailio57-binaries/architecture=amd64,distribution=bullseye #6
_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org

Reply via email to