[Qa-jenkins-scm] Build failed in Jenkins: reproducible_fdroid_build_apps #33

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Tue Apr 25 13:08:51 UTC 2017


See <https://jenkins.debian.net/job/reproducible_fdroid_build_apps/33/display/redirect?page=changes>

Changes:

[michael.poehn] restart builer vm when ssh connection fails

------------------------------------------
[...truncated 933.21 KB...]
DEBUG: Directory: build/ch.bailu.aat
DEBUG: > git fetch --prune --tags origin
DEBUG: Directory: build/ch.bailu.aat
DEBUG: > git remote set-head origin --auto
DEBUG: Directory: build/ch.bailu.aat
DEBUG: > git checkout -f v1.7-beta
DEBUG: Directory: build/ch.bailu.aat
DEBUG: > git clean -dffx
DEBUG: which kvm
/usr/bin/kvm
DEBUG: which VBoxHeadless
DEBUG: libvirt is the sole installed and supported vagrant provider, selecting 'libvirt'
DEBUG: vm uuid: 10e369b7-15ce-40ea-91e9-bddddc4572e8
Bringing machine 'default' up with 'libvirt' provider...
==> default: Resuming domain...
INFO: ...waiting a sec...
DEBUG: vm uuid: 10e369b7-15ce-40ea-91e9-bddddc4572e8
INFO: suspending buildserver
==> default: Suspending domain...
INFO: ...waiting a sec...
INFO: builserver ok: reverting to clean snapshot
INFO: reverting vm 'builder_default' to snapshot 'fdroidclean'
INFO: ...waiting a sec...
Bringing machine 'default' up with 'libvirt' provider...
==> default: Resuming domain...
INFO: ...waiting a sec...
DEBUG: vm uuid: 10e369b7-15ce-40ea-91e9-bddddc4572e8
DEBUG: vagrant ssh-config > sshconfig
INFO: Connecting to virtual machine...
INFO: Connected (version 2.0, client OpenSSH_6.7p1)
INFO: Authentication (publickey) successful!
INFO: [chan 0] Opened sftp connection (server version 3)
INFO: Preparing server for build...
INFO: Starting build...
INFO: ...getting exit status
DEBUG: which kvm
/usr/bin/kvm
DEBUG: which VBoxHeadless
DEBUG: libvirt is the sole installed and supported vagrant provider, selecting 'libvirt'
DEBUG: vm uuid: 10e369b7-15ce-40ea-91e9-bddddc4572e8
INFO: suspending buildserver
==> default: Suspending domain...
INFO: ...waiting a sec...
ERROR: Could not build app ch.bailu.aat: Build.py failed on server for ch.bailu.aat:v1.7-beta
==== detail begin ====
== Installed Android Tools ==

* build-tools/debian (24.0.0)
* platform-tools (24.0.0)
* tools (25.0.0)
Traceback (most recent call last):
  File "/home/vagrant/fdroidserver/fdroid", line 150, in <module>
    main()
  File "/home/vagrant/fdroidserver/fdroid", line 123, in main
    mod = __import__('fdroidserver.' + command, None, None, [command])
  File "/home/vagrant/fdroidserver/fdroidserver/build.py", line 40, in <module>
    from . import vmtools
  File "/home/vagrant/fdroidserver/fdroidserver/vmtools.py", line 27, in <module>
    import paramiko
ImportError: No module named 'paramiko'
==== detail end ====
DEBUG: Getting git vcs interface for https://framagit.org/bec3/Diolite-android.git
DEBUG: Checking 1.1.25
INFO: Building version 1.1.25 (10125) of com.bec3.diolite
DEBUG: Directory: build/com.bec3.diolite
DEBUG: > git rev-parse --show-toplevel
DEBUG: Directory: build/com.bec3.diolite
DEBUG: > git submodule foreach --recursive git reset --hard
DEBUG: Directory: build/com.bec3.diolite
DEBUG: > git submodule foreach --recursive git clean -dffx
DEBUG: Directory: build/com.bec3.diolite
DEBUG: > git fetch origin
DEBUG: Directory: build/com.bec3.diolite
DEBUG: > git fetch --prune --tags origin
DEBUG: Directory: build/com.bec3.diolite
DEBUG: > git remote set-head origin --auto
DEBUG: Directory: build/com.bec3.diolite
DEBUG: > git checkout -f v1.1.25
DEBUG: Directory: build/com.bec3.diolite
DEBUG: > git clean -dffx
DEBUG: which kvm
/usr/bin/kvm
DEBUG: which VBoxHeadless
DEBUG: libvirt is the sole installed and supported vagrant provider, selecting 'libvirt'
DEBUG: vm uuid: 10e369b7-15ce-40ea-91e9-bddddc4572e8
Bringing machine 'default' up with 'libvirt' provider...
==> default: Resuming domain...
INFO: ...waiting a sec...
DEBUG: vm uuid: 10e369b7-15ce-40ea-91e9-bddddc4572e8
INFO: suspending buildserver
==> default: Suspending domain...
INFO: ...waiting a sec...
INFO: builserver ok: reverting to clean snapshot
INFO: reverting vm 'builder_default' to snapshot 'fdroidclean'
INFO: ...waiting a sec...
Bringing machine 'default' up with 'libvirt' provider...
==> default: Resuming domain...
INFO: ...waiting a sec...
DEBUG: vm uuid: 10e369b7-15ce-40ea-91e9-bddddc4572e8
DEBUG: vagrant ssh-config > sshconfig
INFO: Connecting to virtual machine...
INFO: Connected (version 2.0, client OpenSSH_6.7p1)
INFO: Authentication (publickey) successful!
INFO: [chan 0] Opened sftp connection (server version 3)
INFO: Preparing server for build...
INFO: Starting build...
INFO: ...getting exit status
DEBUG: which kvm
/usr/bin/kvm
DEBUG: which VBoxHeadless
DEBUG: libvirt is the sole installed and supported vagrant provider, selecting 'libvirt'
DEBUG: vm uuid: 10e369b7-15ce-40ea-91e9-bddddc4572e8
INFO: suspending buildserver
==> default: Suspending domain...
INFO: ...waiting a sec...
ERROR: Could not build app com.bec3.diolite: Build.py failed on server for com.bec3.diolite:1.1.25
==== detail begin ====
== Installed Android Tools ==

* build-tools/debian (24.0.0)
* platform-tools (24.0.0)
* tools (25.0.0)
Traceback (most recent call last):
  File "/home/vagrant/fdroidserver/fdroid", line 150, in <module>
    main()
  File "/home/vagrant/fdroidserver/fdroid", line 123, in main
    mod = __import__('fdroidserver.' + command, None, None, [command])
  File "/home/vagrant/fdroidserver/fdroidserver/build.py", line 40, in <module>
    from . import vmtools
  File "/home/vagrant/fdroidserver/fdroidserver/vmtools.py", line 27, in <module>
    import paramiko
ImportError: No module named 'paramiko'
==== detail end ====
DEBUG: Getting git vcs interface for https://github.com/renyuneyun/FLock
DEBUG: Checking 0.4.3
INFO: Building version 0.4.3 (8) of ryey.flock
DEBUG: Directory: build/ryey.flock
DEBUG: > git rev-parse --show-toplevel
DEBUG: Directory: build/ryey.flock
DEBUG: > git submodule foreach --recursive git reset --hard
DEBUG: Directory: build/ryey.flock
DEBUG: > git submodule foreach --recursive git clean -dffx
DEBUG: Directory: build/ryey.flock
DEBUG: > git fetch origin
DEBUG: Directory: build/ryey.flock
DEBUG: > git fetch --prune --tags origin
DEBUG: Directory: build/ryey.flock
DEBUG: > git remote set-head origin --auto
DEBUG: Directory: build/ryey.flock
DEBUG: > git checkout -f v0.4.3
DEBUG: Directory: build/ryey.flock
DEBUG: > git clean -dffx
DEBUG: which kvm
/usr/bin/kvm
DEBUG: which VBoxHeadless
DEBUG: libvirt is the sole installed and supported vagrant provider, selecting 'libvirt'
DEBUG: vm uuid: 10e369b7-15ce-40ea-91e9-bddddc4572e8
Bringing machine 'default' up with 'libvirt' provider...
==> default: Resuming domain...
INFO: ...waiting a sec...
DEBUG: vm uuid: 10e369b7-15ce-40ea-91e9-bddddc4572e8
INFO: suspending buildserver
==> default: Suspending domain...
INFO: ...waiting a sec...
INFO: builserver ok: reverting to clean snapshot
INFO: reverting vm 'builder_default' to snapshot 'fdroidclean'
INFO: ...waiting a sec...
Bringing machine 'default' up with 'libvirt' provider...
==> default: Resuming domain...
INFO: ...waiting a sec...
DEBUG: vm uuid: 10e369b7-15ce-40ea-91e9-bddddc4572e8
DEBUG: vagrant ssh-config > sshconfig
INFO: Connecting to virtual machine...
INFO: Connected (version 2.0, client OpenSSH_6.7p1)
INFO: Authentication (publickey) successful!
INFO: [chan 0] Opened sftp connection (server version 3)
INFO: Preparing server for build...
INFO: Starting build...
INFO: ...getting exit status
DEBUG: which kvm
/usr/bin/kvm
DEBUG: which VBoxHeadless
DEBUG: libvirt is the sole installed and supported vagrant provider, selecting 'libvirt'
DEBUG: vm uuid: 10e369b7-15ce-40ea-91e9-bddddc4572e8
INFO: suspending buildserver
==> default: Suspending domain...
INFO: ...waiting a sec...
ERROR: Could not build app ryey.flock: Build.py failed on server for ryey.flock:0.4.3
==== detail begin ====
== Installed Android Tools ==

* build-tools/debian (24.0.0)
* platform-tools (24.0.0)
* tools (25.0.0)
Traceback (most recent call last):
  File "/home/vagrant/fdroidserver/fdroid", line 150, in <module>
    main()
  File "/home/vagrant/fdroidserver/fdroid", line 123, in main
    mod = __import__('fdroidserver.' + command, None, None, [command])
  File "/home/vagrant/fdroidserver/fdroidserver/build.py", line 40, in <module>
    from . import vmtools
  File "/home/vagrant/fdroidserver/fdroidserver/vmtools.py", line 27, in <module>
    import paramiko
ImportError: No module named 'paramiko'
==== detail end ====
DEBUG: Getting git vcs interface for https://github.com/Tasssadar/MultiROMMgr.git
DEBUG: Checking 1.121
DEBUG: Getting git vcs interface for https://github.com/blippex/blippex_android_app.git
DEBUG: Checking 1.0.3
INFO: Building version 1.0.3 (5) of com.blippex.app
DEBUG: Directory: build/com.blippex.app
DEBUG: > git rev-parse --show-toplevel
DEBUG: Directory: build/com.blippex.app
DEBUG: > git submodule foreach --recursive git reset --hard
DEBUG: Directory: build/com.blippex.app
DEBUG: > git submodule foreach --recursive git clean -dffx
DEBUG: Directory: build/com.blippex.app
DEBUG: > git fetch origin
DEBUG: Directory: build/com.blippex.app
DEBUG: > git fetch --prune --tags origin
DEBUG: Directory: build/com.blippex.app
DEBUG: > git remote set-head origin --auto
DEBUG: Directory: build/com.blippex.app
DEBUG: > git checkout -f a077c4dd93e026c4b
DEBUG: Directory: build/com.blippex.app
DEBUG: > git clean -dffx
DEBUG: which kvm
/usr/bin/kvm
DEBUG: which VBoxHeadless
DEBUG: libvirt is the sole installed and supported vagrant provider, selecting 'libvirt'
DEBUG: vm uuid: 10e369b7-15ce-40ea-91e9-bddddc4572e8
Bringing machine 'default' up with 'libvirt' provider...
==> default: Resuming domain...
./jenkins-build: line 79: 55798 Terminated              $WORKSPACE/fdroid build --verbose --latest --no-tarball --all
+ cleanup_all
++ date -u
Tue Apr 25 13:08:41 UTC 2017 - cleanup in progress...
+ echo 'Tue Apr 25 13:08:41 UTC 2017 - cleanup in progress...'
+ killall VBoxHeadless
VBoxHeadless: no process found
+ true
+ sleep 10
++ date -u
Tue Apr 25 13:08:51 UTC 2017 - cleanup done.
+ echo 'Tue Apr 25 13:08:51 UTC 2017 - cleanup done.'
Tue Apr 25 13:08:51 UTC 2017 - /srv/jenkins/bin/reproducible_fdroid_build_apps.sh stopped running as /tmp/jenkins-script-8CzUX2l1, which will now be removed.

SSH EXIT CODE: 143
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list