Build failure of network:osmocom:nightly/osmo-bsc in Debian_9.0/armv7l

2017-12-29 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-bsc/Debian_9.0/armv7l

Package network:osmocom:nightly/osmo-bsc failed to build in Debian_9.0/armv7l

Check out the package for editing:
  osc checkout network:osmocom:nightly osmo-bsc

Last lines of build log:
[  169s]printf(line);
[  169s]^~
[  169s] cc1: some warnings being treated as errors
[  169s] Makefile:517: recipe for target 'abisip-find.o' failed
[  169s] make[4]: *** [abisip-find.o] Error 1
[  169s] make[4]: Leaving directory '/usr/src/packages/BUILD/src/ipaccess'
[  169s] Makefile:408: recipe for target 'all-recursive' failed
[  169s] make[3]: *** [all-recursive] Error 1
[  169s] make[3]: Leaving directory '/usr/src/packages/BUILD/src'
[  169s] Makefile:443: recipe for target 'all-recursive' failed
[  169s] make[2]: *** [all-recursive] Error 1
[  169s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  169s] Makefile:375: recipe for target 'all' failed
[  169s] make[1]: *** [all] Error 2
[  169s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  169s] dh_auto_build: make -j1 returned exit code 2
[  169s] debian/rules:45: recipe for target 'build' failed
[  169s] make: *** [build] Error 2
[  169s] dpkg-buildpackage: error: debian/rules build gave error exit status 2
[  169s] 
[  169s] armbuild01 failed "build osmo-bsc_1.1.2.20171229.dsc" at Fri Dec 29 
23:09:03 UTC 2017.
[  169s] 
[  169s] ### VM INTERACTION START ###
[  172s] [  158.971567] SysRq : Power Off
[  172s] [  159.012712] reboot: Power down
[  172s] ### VM INTERACTION END ###
[  172s] 
[  172s] armbuild01 failed "build osmo-bsc_1.1.2.20171229.dsc" at Fri Dec 29 
23:09:06 UTC 2017.
[  172s] 

-- 
Configure notifications at https://build.opensuse.org/user/notifications
openSUSE Build Service (https://build.opensuse.org/)


[PATCH] pysim[master]: pySim-prog.py: Fix trailing whitespace

2017-12-29 Thread Pau Espin Pedrol
Hello Max,

I'd like you to reexamine a change.  Please visit

https://gerrit.osmocom.org/5622

to look at the new patch set (#2).

pySim-prog.py: Fix trailing whitespace

Change-Id: I735dc7bb774d77d3b60b1712b0f0afcbb81dc726
---
M pySim-prog.py
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/22/5622/2

diff --git a/pySim-prog.py b/pySim-prog.py
index d3a29c7..3df18ba 100755
--- a/pySim-prog.py
+++ b/pySim-prog.py
@@ -650,4 +650,3 @@
 
if not opts.batch_mode:
done = True
-

-- 
To view, visit https://gerrit.osmocom.org/5622
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I735dc7bb774d77d3b60b1712b0f0afcbb81dc726
Gerrit-PatchSet: 2
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol 
Gerrit-Reviewer: Max 


[PATCH] pysim[master]: pySim-*.py: Set shebang to use python v2

2017-12-29 Thread Pau Espin Pedrol
Hello Max,

I'd like you to reexamine a change.  Please visit

https://gerrit.osmocom.org/5621

to look at the new patch set (#2).

pySim-*.py: Set shebang to use python v2

Nowadays bin/python usually points to python3, and this script is written
in python2, which means if run directly from terminal it will fail with
some print syntax errors.

Change-Id: I6ab4e9edc44a8045915d4828c6de2fa98027fb7e
---
M pySim-prog.py
M pySim-read.py
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/21/5621/2

diff --git a/pySim-prog.py b/pySim-prog.py
index 14874cd..d3a29c7 100755
--- a/pySim-prog.py
+++ b/pySim-prog.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 
 #
 # Utility to deal with sim cards and program the 'magic' ones easily
diff --git a/pySim-read.py b/pySim-read.py
index 2c10866..5ca39ee 100755
--- a/pySim-read.py
+++ b/pySim-read.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 
 #
 # Utility to display some informations about a SIM card

-- 
To view, visit https://gerrit.osmocom.org/5621
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I6ab4e9edc44a8045915d4828c6de2fa98027fb7e
Gerrit-PatchSet: 2
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol 
Gerrit-Reviewer: Max 


pysim[master]: utils.py: dec_imsi: Fix ValueError

2017-12-29 Thread Max

Patch Set 1:

The commit header is misleading: it doesn't fix ValueError.

-- 
To view, visit https://gerrit.osmocom.org/5621
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I6ab4e9edc44a8045915d4828c6de2fa98027fb7e
Gerrit-PatchSet: 1
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol 
Gerrit-Reviewer: Max 
Gerrit-HasComments: No


pysim[master]: utils.py: dec_imsi: Fix ValueError

2017-12-29 Thread Max

Patch Set 1: Code-Review-1

-- 
To view, visit https://gerrit.osmocom.org/5621
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I6ab4e9edc44a8045915d4828c6de2fa98027fb7e
Gerrit-PatchSet: 1
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol 
Gerrit-Reviewer: Max 
Gerrit-HasComments: No


pysim[master]: pySim-prog.py: Fix trailing whitespace

2017-12-29 Thread Max

Patch Set 1: Code-Review+1

-- 
To view, visit https://gerrit.osmocom.org/5622
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I735dc7bb774d77d3b60b1712b0f0afcbb81dc726
Gerrit-PatchSet: 1
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol 
Gerrit-Reviewer: Max 
Gerrit-HasComments: No


Build failure of network:osmocom:nightly/osmo-bsc in Debian_9.0/x86_64

2017-12-29 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-bsc/Debian_9.0/x86_64

Package network:osmocom:nightly/osmo-bsc failed to build in Debian_9.0/x86_64

Check out the package for editing:
  osc checkout network:osmocom:nightly osmo-bsc

Last lines of build log:
[  101s] abisip-find.c:317:3: error: format not a string literal and no format 
arguments [-Werror=format-security]
[  101s]printf(line);
[  101s]^~
[  101s] cc1: some warnings being treated as errors
[  101s] Makefile:517: recipe for target 'abisip-find.o' failed
[  101s] make[4]: *** [abisip-find.o] Error 1
[  101s] make[4]: Leaving directory '/usr/src/packages/BUILD/src/ipaccess'
[  101s] Makefile:408: recipe for target 'all-recursive' failed
[  101s] make[3]: *** [all-recursive] Error 1
[  101s] make[3]: Leaving directory '/usr/src/packages/BUILD/src'
[  101s] Makefile:443: recipe for target 'all-recursive' failed
[  101s] make[2]: *** [all-recursive] Error 1
[  101s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  101s] Makefile:375: recipe for target 'all' failed
[  101s] make[1]: *** [all] Error 2
[  101s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  101s] dh_auto_build: make -j1 returned exit code 2
[  101s] debian/rules:45: recipe for target 'build' failed
[  101s] make: *** [build] Error 2
[  101s] dpkg-buildpackage: error: debian/rules build gave error exit status 2
[  101s] 
[  102s] lamb14 failed "build osmo-bsc_1.1.2.20171229.dsc" at Fri Dec 29 
21:07:06 UTC 2017.
[  102s] 
[  102s] ### VM INTERACTION START ###
[  105s] [   95.767822] reboot: Power down
[  105s] ### VM INTERACTION END ###
[  105s] 
[  105s] lamb14 failed "build osmo-bsc_1.1.2.20171229.dsc" at Fri Dec 29 
21:07:10 UTC 2017.
[  105s] 

-- 
Configure notifications at https://build.opensuse.org/user/notifications
openSUSE Build Service (https://build.opensuse.org/)


Build failure of network:osmocom:nightly/osmo-bsc in Debian_9.0/aarch64

2017-12-29 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-bsc/Debian_9.0/aarch64

Package network:osmocom:nightly/osmo-bsc failed to build in Debian_9.0/aarch64

Check out the package for editing:
  osc checkout network:osmocom:nightly osmo-bsc

Last lines of build log:
[  239s]printf(line);
[  239s]^~
[  240s] cc1: some warnings being treated as errors
[  240s] Makefile:517: recipe for target 'abisip-find.o' failed
[  240s] make[4]: *** [abisip-find.o] Error 1
[  240s] make[4]: Leaving directory '/usr/src/packages/BUILD/src/ipaccess'
[  240s] Makefile:408: recipe for target 'all-recursive' failed
[  240s] make[3]: *** [all-recursive] Error 1
[  240s] make[3]: Leaving directory '/usr/src/packages/BUILD/src'
[  240s] Makefile:443: recipe for target 'all-recursive' failed
[  240s] make[2]: *** [all-recursive] Error 1
[  240s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  240s] Makefile:375: recipe for target 'all' failed
[  240s] make[1]: *** [all] Error 2
[  240s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  240s] dh_auto_build: make -j1 returned exit code 2
[  240s] debian/rules:45: recipe for target 'build' failed
[  240s] make: *** [build] Error 2
[  240s] dpkg-buildpackage: error: debian/rules build gave error exit status 2
[  240s] 
[  240s] obs-arm-2 failed "build osmo-bsc_1.1.2.20171229.dsc" at Fri Dec 29 
21:05:31 UTC 2017.
[  240s] 
[  240s] ### VM INTERACTION START ###
[  243s] [  224.902041] sysrq: SysRq : Power Off
[  243s] [  224.905126] reboot: Power down
[  243s] ### VM INTERACTION END ###
[  243s] 
[  243s] obs-arm-2 failed "build osmo-bsc_1.1.2.20171229.dsc" at Fri Dec 29 
21:05:34 UTC 2017.
[  243s] 

-- 
Configure notifications at https://build.opensuse.org/user/notifications
openSUSE Build Service (https://build.opensuse.org/)


Build failure of network:osmocom:nightly/osmo-bsc in xUbuntu_16.04/x86_64

2017-12-29 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-bsc/xUbuntu_16.04/x86_64

Package network:osmocom:nightly/osmo-bsc failed to build in xUbuntu_16.04/x86_64

Check out the package for editing:
  osc checkout network:osmocom:nightly osmo-bsc

Last lines of build log:
[  135s] abisip-find.c:317:3: error: format not a string literal and no format 
arguments [-Werror=format-security]
[  135s]printf(line);
[  135s]^
[  136s] cc1: some warnings being treated as errors
[  136s] Makefile:517: recipe for target 'abisip-find.o' failed
[  136s] make[4]: *** [abisip-find.o] Error 1
[  136s] make[4]: Leaving directory '/usr/src/packages/BUILD/src/ipaccess'
[  136s] Makefile:408: recipe for target 'all-recursive' failed
[  136s] make[3]: *** [all-recursive] Error 1
[  136s] make[3]: Leaving directory '/usr/src/packages/BUILD/src'
[  136s] Makefile:443: recipe for target 'all-recursive' failed
[  136s] make[2]: *** [all-recursive] Error 1
[  136s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  136s] Makefile:375: recipe for target 'all' failed
[  136s] make[1]: *** [all] Error 2
[  136s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  136s] dh_auto_build: make -j1 returned exit code 2
[  136s] debian/rules:45: recipe for target 'build' failed
[  136s] make: *** [build] Error 2
[  136s] dpkg-buildpackage: error: debian/rules build gave error exit status 2
[  136s] 
[  136s] lamb68 failed "build osmo-bsc_1.1.2.20171229.dsc" at Fri Dec 29 
21:05:04 UTC 2017.
[  136s] 
[  136s] ### VM INTERACTION START ###
[  139s] [  131.599352] reboot: Power down
[  139s] ### VM INTERACTION END ###
[  139s] 
[  139s] lamb68 failed "build osmo-bsc_1.1.2.20171229.dsc" at Fri Dec 29 
21:05:07 UTC 2017.
[  139s] 

-- 
Configure notifications at https://build.opensuse.org/user/notifications
openSUSE Build Service (https://build.opensuse.org/)


Build failure of network:osmocom:nightly/osmo-bsc in xUbuntu_17.04/x86_64

2017-12-29 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-bsc/xUbuntu_17.04/x86_64

Package network:osmocom:nightly/osmo-bsc failed to build in xUbuntu_17.04/x86_64

Check out the package for editing:
  osc checkout network:osmocom:nightly osmo-bsc

Last lines of build log:
[   90s] abisip-find.c:317:3: error: format not a string literal and no format 
arguments [-Werror=format-security]
[   90s]printf(line);
[   90s]^~
[   90s] cc1: some warnings being treated as errors
[   90s] Makefile:517: recipe for target 'abisip-find.o' failed
[   90s] make[4]: *** [abisip-find.o] Error 1
[   90s] make[4]: Leaving directory '/usr/src/packages/BUILD/src/ipaccess'
[   90s] Makefile:408: recipe for target 'all-recursive' failed
[   90s] make[3]: *** [all-recursive] Error 1
[   90s] make[3]: Leaving directory '/usr/src/packages/BUILD/src'
[   90s] Makefile:443: recipe for target 'all-recursive' failed
[   90s] make[2]: *** [all-recursive] Error 1
[   90s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[   90s] Makefile:375: recipe for target 'all' failed
[   90s] make[1]: *** [all] Error 2
[   90s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[   90s] dh_auto_build: make -j1 returned exit code 2
[   90s] debian/rules:45: recipe for target 'build' failed
[   90s] make: *** [build] Error 2
[   90s] dpkg-buildpackage: error: debian/rules build gave error exit status 2
[   90s] 
[   90s] lamb06 failed "build osmo-bsc_1.1.2.20171229.dsc" at Fri Dec 29 
21:00:31 UTC 2017.
[   90s] 
[   90s] ### VM INTERACTION START ###
[   93s] [   85.446471] reboot: Power down
[   93s] ### VM INTERACTION END ###
[   93s] 
[   93s] lamb06 failed "build osmo-bsc_1.1.2.20171229.dsc" at Fri Dec 29 
21:00:33 UTC 2017.
[   93s] 

-- 
Configure notifications at https://build.opensuse.org/user/notifications
openSUSE Build Service (https://build.opensuse.org/)


Build failure of network:osmocom:nightly/osmo-bsc in Debian_9.0/i586

2017-12-29 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-bsc/Debian_9.0/i586

Package network:osmocom:nightly/osmo-bsc failed to build in Debian_9.0/i586

Check out the package for editing:
  osc checkout network:osmocom:nightly osmo-bsc

Last lines of build log:
[  143s] abisip-find.c:317:3: error: format not a string literal and no format 
arguments [-Werror=format-security]
[  143s]printf(line);
[  143s]^~
[  143s] cc1: some warnings being treated as errors
[  143s] Makefile:517: recipe for target 'abisip-find.o' failed
[  143s] make[4]: *** [abisip-find.o] Error 1
[  143s] make[4]: Leaving directory '/usr/src/packages/BUILD/src/ipaccess'
[  143s] Makefile:408: recipe for target 'all-recursive' failed
[  143s] make[3]: *** [all-recursive] Error 1
[  143s] make[3]: Leaving directory '/usr/src/packages/BUILD/src'
[  144s] Makefile:443: recipe for target 'all-recursive' failed
[  144s] make[2]: *** [all-recursive] Error 1
[  144s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  144s] Makefile:375: recipe for target 'all' failed
[  144s] make[1]: *** [all] Error 2
[  144s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  144s] dh_auto_build: make -j1 returned exit code 2
[  144s] debian/rules:45: recipe for target 'build' failed
[  144s] make: *** [build] Error 2
[  144s] dpkg-buildpackage: error: debian/rules build gave error exit status 2
[  144s] 
[  144s] cloud121 failed "build osmo-bsc_1.1.2.20171229.dsc" at Fri Dec 29 
21:00:17 UTC 2017.
[  144s] 
[  144s] ### VM INTERACTION START ###
[  147s] [  129.351272] reboot: Power down
[  147s] ### VM INTERACTION END ###
[  147s] 
[  147s] cloud121 failed "build osmo-bsc_1.1.2.20171229.dsc" at Fri Dec 29 
21:00:21 UTC 2017.
[  147s] 

-- 
Configure notifications at https://build.opensuse.org/user/notifications
openSUSE Build Service (https://build.opensuse.org/)


Build failure of network:osmocom:nightly/osmo-bsc in xUbuntu_17.10/x86_64

2017-12-29 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-bsc/xUbuntu_17.10/x86_64

Package network:osmocom:nightly/osmo-bsc failed to build in xUbuntu_17.10/x86_64

Check out the package for editing:
  osc checkout network:osmocom:nightly osmo-bsc

Last lines of build log:
[  116s] abisip-find.c:317:3: error: format not a string literal and no format 
arguments [-Werror=format-security]
[  116s]printf(line);
[  116s]^~
[  116s] cc1: some warnings being treated as errors
[  116s] Makefile:517: recipe for target 'abisip-find.o' failed
[  116s] make[4]: *** [abisip-find.o] Error 1
[  116s] make[4]: Leaving directory '/usr/src/packages/BUILD/src/ipaccess'
[  116s] Makefile:408: recipe for target 'all-recursive' failed
[  116s] make[3]: *** [all-recursive] Error 1
[  116s] make[3]: Leaving directory '/usr/src/packages/BUILD/src'
[  116s] Makefile:443: recipe for target 'all-recursive' failed
[  116s] make[2]: *** [all-recursive] Error 1
[  116s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  116s] Makefile:375: recipe for target 'all' failed
[  116s] make[1]: *** [all] Error 2
[  116s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  116s] dh_auto_build: make -j1 returned exit code 2
[  116s] debian/rules:45: recipe for target 'build' failed
[  116s] make: *** [build] Error 2
[  116s] dpkg-buildpackage: error: debian/rules build gave error exit status 2
[  116s] 
[  116s] cloud115 failed "build osmo-bsc_1.1.2.20171229.dsc" at Fri Dec 29 
21:00:13 UTC 2017.
[  116s] 
[  116s] ### VM INTERACTION START ###
[  119s] [  104.254366] reboot: Power down
[  121s] ### VM INTERACTION END ###
[  121s] 
[  121s] cloud115 failed "build osmo-bsc_1.1.2.20171229.dsc" at Fri Dec 29 
21:00:18 UTC 2017.
[  121s] 

-- 
Configure notifications at https://build.opensuse.org/user/notifications
openSUSE Build Service (https://build.opensuse.org/)


Build failure of network:osmocom:nightly/osmo-bsc in xUbuntu_16.10/i586

2017-12-29 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-bsc/xUbuntu_16.10/i586

Package network:osmocom:nightly/osmo-bsc failed to build in xUbuntu_16.10/i586

Check out the package for editing:
  osc checkout network:osmocom:nightly osmo-bsc

Last lines of build log:
[   63s] abisip-find.c:317:3: error: format not a string literal and no format 
arguments [-Werror=format-security]
[   63s]printf(line);
[   63s]^~
[   63s] cc1: some warnings being treated as errors
[   63s] Makefile:517: recipe for target 'abisip-find.o' failed
[   63s] make[4]: *** [abisip-find.o] Error 1
[   63s] make[4]: Leaving directory '/usr/src/packages/BUILD/src/ipaccess'
[   63s] Makefile:408: recipe for target 'all-recursive' failed
[   63s] make[3]: *** [all-recursive] Error 1
[   63s] make[3]: Leaving directory '/usr/src/packages/BUILD/src'
[   63s] Makefile:443: recipe for target 'all-recursive' failed
[   63s] make[2]: *** [all-recursive] Error 1
[   63s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[   63s] Makefile:375: recipe for target 'all' failed
[   63s] make[1]: *** [all] Error 2
[   63s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[   63s] dh_auto_build: make -j1 returned exit code 2
[   63s] debian/rules:45: recipe for target 'build' failed
[   63s] make: *** [build] Error 2
[   63s] dpkg-buildpackage: error: debian/rules build gave error exit status 2
[   63s] 
[   63s] build77 failed "build osmo-bsc_1.1.2.20171229.dsc" at Fri Dec 29 
20:58:51 UTC 2017.
[   63s] 
[   63s] ### VM INTERACTION START ###
[   66s] [   61.003616] reboot: Power down
[   66s] ### VM INTERACTION END ###
[   66s] 
[   66s] build77 failed "build osmo-bsc_1.1.2.20171229.dsc" at Fri Dec 29 
20:58:54 UTC 2017.
[   66s] 

-- 
Configure notifications at https://build.opensuse.org/user/notifications
openSUSE Build Service (https://build.opensuse.org/)


Build failure of network:osmocom:nightly/osmo-bsc in Debian_8.0/x86_64

2017-12-29 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-bsc/Debian_8.0/x86_64

Package network:osmocom:nightly/osmo-bsc failed to build in Debian_8.0/x86_64

Check out the package for editing:
  osc checkout network:osmocom:nightly osmo-bsc

Last lines of build log:
[  133s]printf(line);
[  133s]^
[  133s] cc1: some warnings being treated as errors
[  133s] Makefile:506: recipe for target 'abisip-find.o' failed
[  133s] make[4]: *** [abisip-find.o] Error 1
[  133s] make[4]: Leaving directory '/usr/src/packages/BUILD/src/ipaccess'
[  133s] Makefile:396: recipe for target 'all-recursive' failed
[  133s] make[3]: *** [all-recursive] Error 1
[  133s] make[3]: Leaving directory '/usr/src/packages/BUILD/src'
[  133s] Makefile:431: recipe for target 'all-recursive' failed
[  133s] make[2]: *** [all-recursive] Error 1
[  133s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  133s] Makefile:362: recipe for target 'all' failed
[  133s] make[1]: *** [all] Error 2
[  133s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  133s] dh_auto_build: make -j1 returned exit code 2
[  133s] debian/rules:45: recipe for target 'build' failed
[  133s] make: *** [build] Error 2
[  133s] dpkg-buildpackage: error: debian/rules build gave error exit status 2
[  133s] 
[  133s] cloud101 failed "build osmo-bsc_1.1.2.20171229.dsc" at Fri Dec 29 
20:56:58 UTC 2017.
[  133s] 
[  133s] ### VM INTERACTION START ###
[  134s] Powering off.
[  134s] [  116.826449] reboot: Power down
[  135s] ### VM INTERACTION END ###
[  135s] 
[  135s] cloud101 failed "build osmo-bsc_1.1.2.20171229.dsc" at Fri Dec 29 
20:57:00 UTC 2017.
[  135s] 

-- 
Configure notifications at https://build.opensuse.org/user/notifications
openSUSE Build Service (https://build.opensuse.org/)


Build failure of network:osmocom:nightly/osmo-bsc in xUbuntu_16.10/x86_64

2017-12-29 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-bsc/xUbuntu_16.10/x86_64

Package network:osmocom:nightly/osmo-bsc failed to build in xUbuntu_16.10/x86_64

Check out the package for editing:
  osc checkout network:osmocom:nightly osmo-bsc

Last lines of build log:
[  188s] abisip-find.c:317:3: error: format not a string literal and no format 
arguments [-Werror=format-security]
[  188s]printf(line);
[  188s]^~
[  188s] cc1: some warnings being treated as errors
[  188s] Makefile:517: recipe for target 'abisip-find.o' failed
[  188s] make[4]: *** [abisip-find.o] Error 1
[  188s] make[4]: Leaving directory '/usr/src/packages/BUILD/src/ipaccess'
[  188s] Makefile:408: recipe for target 'all-recursive' failed
[  188s] make[3]: *** [all-recursive] Error 1
[  188s] make[3]: Leaving directory '/usr/src/packages/BUILD/src'
[  188s] Makefile:443: recipe for target 'all-recursive' failed
[  188s] make[2]: *** [all-recursive] Error 1
[  188s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  188s] Makefile:375: recipe for target 'all' failed
[  188s] make[1]: *** [all] Error 2
[  188s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  188s] dh_auto_build: make -j1 returned exit code 2
[  188s] debian/rules:45: recipe for target 'build' failed
[  188s] make: *** [build] Error 2
[  188s] dpkg-buildpackage: error: debian/rules build gave error exit status 2
[  188s] 
[  188s] lamb02 failed "build osmo-bsc_1.1.2.20171229.dsc" at Fri Dec 29 
20:56:03 UTC 2017.
[  188s] 
[  188s] ### VM INTERACTION START ###
[  192s] [  181.945884] reboot: Power down
[  192s] ### VM INTERACTION END ###
[  192s] 
[  192s] lamb02 failed "build osmo-bsc_1.1.2.20171229.dsc" at Fri Dec 29 
20:56:07 UTC 2017.
[  192s] 

-- 
Configure notifications at https://build.opensuse.org/user/notifications
openSUSE Build Service (https://build.opensuse.org/)


Build failure of network:osmocom:nightly/osmo-bsc in xUbuntu_16.04/i586

2017-12-29 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-bsc/xUbuntu_16.04/i586

Package network:osmocom:nightly/osmo-bsc failed to build in xUbuntu_16.04/i586

Check out the package for editing:
  osc checkout network:osmocom:nightly osmo-bsc

Last lines of build log:
[  122s] abisip-find.c:317:3: error: format not a string literal and no format 
arguments [-Werror=format-security]
[  122s]printf(line);
[  122s]^
[  122s] cc1: some warnings being treated as errors
[  122s] Makefile:517: recipe for target 'abisip-find.o' failed
[  122s] make[4]: *** [abisip-find.o] Error 1
[  122s] make[4]: Leaving directory '/usr/src/packages/BUILD/src/ipaccess'
[  122s] Makefile:408: recipe for target 'all-recursive' failed
[  122s] make[3]: *** [all-recursive] Error 1
[  122s] make[3]: Leaving directory '/usr/src/packages/BUILD/src'
[  122s] Makefile:443: recipe for target 'all-recursive' failed
[  122s] make[2]: *** [all-recursive] Error 1
[  122s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  122s] Makefile:375: recipe for target 'all' failed
[  122s] make[1]: *** [all] Error 2
[  122s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  122s] dh_auto_build: make -j1 returned exit code 2
[  122s] debian/rules:45: recipe for target 'build' failed
[  122s] make: *** [build] Error 2
[  122s] dpkg-buildpackage: error: debian/rules build gave error exit status 2
[  122s] 
[  122s] lamb59 failed "build osmo-bsc_1.1.2.20171229.dsc" at Fri Dec 29 
20:53:19 UTC 2017.
[  122s] 
[  122s] ### VM INTERACTION START ###
[  125s] [  117.942898] reboot: Power down
[  125s] ### VM INTERACTION END ###
[  125s] 
[  125s] lamb59 failed "build osmo-bsc_1.1.2.20171229.dsc" at Fri Dec 29 
20:53:22 UTC 2017.
[  125s] 

-- 
Configure notifications at https://build.opensuse.org/user/notifications
openSUSE Build Service (https://build.opensuse.org/)


meta-telephony[201705]: libdbi: Add version 0.9.0 to fix osmo-msc build failure

2017-12-29 Thread daniel

Patch Set 2: Verified+1

I build-tested it with machine qemux86 using only pyro and meta-telephony. The 
tests that failed failed to even compile. Those were tests, that were not 
present in the old version.

-- 
To view, visit https://gerrit.osmocom.org/5618
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ia4319c595a1ccb20c87d86c1ab1e58e95da34d7b
Gerrit-PatchSet: 2
Gerrit-Project: meta-telephony
Gerrit-Branch: 201705
Gerrit-Owner: daniel 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Pau Espin Pedrol 
Gerrit-Reviewer: daniel 
Gerrit-HasComments: No


[PATCH] gapk[master]: Add git-review config

2017-12-29 Thread Max

Review at  https://gerrit.osmocom.org/5624

Add git-review config

Change-Id: Id4304dc8248087c23aaf3a5d205cd341ed6a758a
---
A .gitreview
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/gapk refs/changes/24/5624/1

diff --git a/.gitreview b/.gitreview
new file mode 100644
index 000..1fbbca6
--- /dev/null
+++ b/.gitreview
@@ -0,0 +1,3 @@
+[gerrit]
+host=gerrit.osmocom.org
+project=gapk

-- 
To view, visit https://gerrit.osmocom.org/5624
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id4304dc8248087c23aaf3a5d205cd341ed6a758a
Gerrit-PatchSet: 1
Gerrit-Project: gapk
Gerrit-Branch: master
Gerrit-Owner: Max 


[PATCH] meta-telephony[201705]: libdbi: Add version 0.9.0 to fix osmo-msc build failure

2017-12-29 Thread daniel
Hello Pau Espin Pedrol,

I'd like you to reexamine a change.  Please visit

https://gerrit.osmocom.org/5618

to look at the new patch set (#2).

libdbi: Add version 0.9.0 to fix osmo-msc build failure

A patch is needed to fix compilation:
* Link against sqlite3 instead of sqlite for sqlite3
* Disable tests

Remove old libdbi versions and keep/apply the malloc patch

Change-Id: Ia4319c595a1ccb20c87d86c1ab1e58e95da34d7b
---
A recipes-misc/libdbi/files/fix-0.9.0-compile.patch
D recipes-misc/libdbi/libdbi-drivers_0.8.3-1.bb
A recipes-misc/libdbi/libdbi-drivers_0.9.0.bb
D recipes-misc/libdbi/libdbi_0.7.2.bb
D recipes-misc/libdbi/libdbi_0.8.3.bb
A recipes-misc/libdbi/libdbi_0.9.0.bb
6 files changed, 38 insertions(+), 18 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/meta-telephony refs/changes/18/5618/2

diff --git a/recipes-misc/libdbi/files/fix-0.9.0-compile.patch 
b/recipes-misc/libdbi/files/fix-0.9.0-compile.patch
new file mode 100644
index 000..98062b5
--- /dev/null
+++ b/recipes-misc/libdbi/files/fix-0.9.0-compile.patch
@@ -0,0 +1,22 @@
+--- a/acinclude.m4 2017-12-29 12:22:17.352698443 +0100
 b/acinclude.m4 2017-12-29 12:21:48.996478186 +0100
+@@ -310,7 +310,7 @@
+   AC_SEARCH_LIBS_VAR([sqlite3_exec], sqlite3, , , , SQLITE3_LIBS)
+   SQLITE3_LDFLAGS=""
+   else
+-  SQLITE3_LIBS=-lsqlite
++  SQLITE3_LIBS=-lsqlite3
+   SQLITE3_LDFLAGS=-L$ac_sqlite3_libdir
+   fi
+ 
+--- a/Makefile.am  2017-12-29 12:29:35.504078484 +0100
 b/Makefile.am  2017-12-29 12:29:44.428146890 +0100
+@@ -4,7 +4,7 @@
+ 
+ ACLOCAL_AMFLAGS = -I m4
+ 
+-SUBDIRS = drivers tests @docs_subdirs@
++SUBDIRS = drivers @docs_subdirs@
+ 
+ EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README README.win32 README.osx 
README.encodings TODO libdbi-drivers.spec.in config.h.in Makefile.w32 
autogen.sh fixlt.sh
+ 
diff --git a/recipes-misc/libdbi/libdbi-drivers_0.8.3-1.bb 
b/recipes-misc/libdbi/libdbi-drivers_0.8.3-1.bb
deleted file mode 100644
index deeb56e..000
--- a/recipes-misc/libdbi/libdbi-drivers_0.8.3-1.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require ${PN}.inc
-
-PR = "${INC_PR}.1"
-
-SRC_URI[md5sum] = "4de79b323162a5a7652b65b608eca6cd"
-SRC_URI[sha256sum] = 
"4ab9944398ce769c0deeb64d2f73555c67bc25ccd2ade1ccf552226c7b2acf72"
-
-SRC_URI += "file://memory-corruption-fixes.patch"
diff --git a/recipes-misc/libdbi/libdbi-drivers_0.9.0.bb 
b/recipes-misc/libdbi/libdbi-drivers_0.9.0.bb
new file mode 100644
index 000..cff45a0
--- /dev/null
+++ b/recipes-misc/libdbi/libdbi-drivers_0.9.0.bb
@@ -0,0 +1,9 @@
+require ${PN}.inc
+
+PR = "${INC_PR}.0"
+
+SRC_URI[md5sum] = "9f47b960e225eede2cdeaabf7d22f59f"
+SRC_URI[sha256sum] = 
"43d2eacd573a4faff296fa925dd97fbf2aedbf1ae35c6263478210c61004c854"
+
+SRC_URI += "file://fix-0.9.0-compile.patch"
+SRC_URI += "file://memory-corruption-fixes.patch"
diff --git a/recipes-misc/libdbi/libdbi_0.7.2.bb 
b/recipes-misc/libdbi/libdbi_0.7.2.bb
deleted file mode 100644
index d5803c0..000
--- a/recipes-misc/libdbi/libdbi_0.7.2.bb
+++ /dev/null
@@ -1,3 +0,0 @@
-require ${PN}.inc
-
-PR = "${INC_PR}.0"
diff --git a/recipes-misc/libdbi/libdbi_0.8.3.bb 
b/recipes-misc/libdbi/libdbi_0.8.3.bb
deleted file mode 100644
index ec16285..000
--- a/recipes-misc/libdbi/libdbi_0.8.3.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-require ${PN}.inc
-
-PR = "${INC_PR}.0"
-
-SRC_URI[md5sum] = "ca66db78d479cbfa727cf3245b5864ae"
-SRC_URI[sha256sum] = 
"72e41856bebb1da7b1fd1e6369358c294913f329c5e594e338b3983e6369a5e3"
-
diff --git a/recipes-misc/libdbi/libdbi_0.9.0.bb 
b/recipes-misc/libdbi/libdbi_0.9.0.bb
new file mode 100644
index 000..e32ef03
--- /dev/null
+++ b/recipes-misc/libdbi/libdbi_0.9.0.bb
@@ -0,0 +1,7 @@
+require ${PN}.inc
+
+PR = "${INC_PR}.0"
+
+SRC_URI[md5sum] = "05e2ceeac4bc85fbe40de8b4b22d9ab3"
+SRC_URI[sha256sum] = 
"dafb6cdca524c628df832b6dd0bf8fabceb103248edb21762c02d3068fca4503"
+

-- 
To view, visit https://gerrit.osmocom.org/5618
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ia4319c595a1ccb20c87d86c1ab1e58e95da34d7b
Gerrit-PatchSet: 2
Gerrit-Project: meta-telephony
Gerrit-Branch: 201705
Gerrit-Owner: daniel 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Pau Espin Pedrol 


[PATCH] pysim[master]: utils.py: dec_imsi: Fix ValueError

2017-12-29 Thread Pau Espin Pedrol

Review at  https://gerrit.osmocom.org/5623

utils.py: dec_imsi: Fix ValueError

It should fix the following observed error:
~/pysim$ ./pySim-read.py -p0
Reading ...
ICCID:
Traceback (most recent call last):
  File "./pySim-read.py", line 99, in 
print("IMSI: %s" % (dec_imsi(res),))
  File "/home/lab434/pysim/pySim/utils.py", line 57, in dec_imsi
l = int(ef[0:2]) * 2# Length of the IMSI string
ValueError: invalid literal for int() with base 10: 'ff'

Change-Id: I7d3ecbf9edd190d1941816796cee60e3957d5943
---
M pySim/utils.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/23/5623/1

diff --git a/pySim/utils.py b/pySim/utils.py
index 011bd05..84b613f 100644
--- a/pySim/utils.py
+++ b/pySim/utils.py
@@ -54,7 +54,7 @@
"""Converts an EF value to the imsi string representation"""
if len(ef) < 4:
return None
-   l = int(ef[0:2]) * 2# Length of the IMSI string
+   l = int(ef[0:2], 16) * 2# Length of the IMSI string
swapped = swap_nibbles(ef[2:])
oe = (int(swapped[0])>>3) & 1   # Odd (1) / Even (0)
if oe:

-- 
To view, visit https://gerrit.osmocom.org/5623
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7d3ecbf9edd190d1941816796cee60e3957d5943
Gerrit-PatchSet: 1
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol 


[PATCH] pysim[master]: utils.py: dec_imsi: Fix ValueError

2017-12-29 Thread Pau Espin Pedrol

Review at  https://gerrit.osmocom.org/5621

utils.py: dec_imsi: Fix ValueError

Nowadays bin/python usually points to python3, and this script is written
in python2, which means if run directly from terminal it will fail with
some print syntax errors.

Change-Id: I6ab4e9edc44a8045915d4828c6de2fa98027fb7e
---
M pySim-prog.py
M pySim-read.py
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/21/5621/1

diff --git a/pySim-prog.py b/pySim-prog.py
index 14874cd..d3a29c7 100755
--- a/pySim-prog.py
+++ b/pySim-prog.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 
 #
 # Utility to deal with sim cards and program the 'magic' ones easily
diff --git a/pySim-read.py b/pySim-read.py
index 2c10866..5ca39ee 100755
--- a/pySim-read.py
+++ b/pySim-read.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 
 #
 # Utility to display some informations about a SIM card

-- 
To view, visit https://gerrit.osmocom.org/5621
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6ab4e9edc44a8045915d4828c6de2fa98027fb7e
Gerrit-PatchSet: 1
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol 


meta-telephony[201705]: libdbi: Add version 0.9.0 to fix osmo-msc build failure

2017-12-29 Thread Pau Espin Pedrol

Patch Set 1:

BTW, I forgot to say this patch should be actually merged after 
laforge/nightly, not 201705, since the error is only present in nightly 
packages so far. But I guess it's fine to send it here for 201705 and then 
rebase laforge/nightly on top of it once it gets merged.

-- 
To view, visit https://gerrit.osmocom.org/5618
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ia4319c595a1ccb20c87d86c1ab1e58e95da34d7b
Gerrit-PatchSet: 1
Gerrit-Project: meta-telephony
Gerrit-Branch: 201705
Gerrit-Owner: daniel 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Pau Espin Pedrol 
Gerrit-HasComments: No


meta-telephony[201705]: libdbi: Add version 0.9.0 to fix osmo-msc build failure

2017-12-29 Thread Pau Espin Pedrol

Patch Set 1:

(4 comments)

Please, provide another patch to remove older versions of libdbi recipes in the 
same directory, as we don't need them anymore.

Make sure you build-tested the patch and add the Verfied+1 mark. If 
libdbi-drviers tests are disabled, we should look at the details and then check 
that osmo-msc still works after using the new libdbi.

https://gerrit.osmocom.org/#/c/5618/1//COMMIT_MSG
Commit Message:

Line 7: libdbi: Add version 0.9.0 to fix osmo-msc build failure
You can specify the commit since the build failure started: 
c22e54deabebd4c7ed45683b2db4c61afac7e1b9.


https://gerrit.osmocom.org/#/c/5618/1/recipes-misc/libdbi/files/fix-0.9.0-compile.patch
File recipes-misc/libdbi/files/fix-0.9.0-compile.patch:

Line 8: +   SQLITE3_LIBS=-lsqlite3
Please provide somewhere a reference explaining that this is a backport coming 
from libdbi-drviers 29ea4fd2c00a3c39ab4de08e3f333d5f4e219569, which should be 
available after a version newer than 0.9 is available, meaning we can drop this 
patch at that point.
Even better, use format-patch for that commit and use it instead of this file.


Line 19: +SUBDIRS = drivers @docs_subdirs@
Why is this needed? why are the tests failing? I see no reference to this in 
the commit description. Please provide one.


https://gerrit.osmocom.org/#/c/5618/1/recipes-misc/libdbi/libdbi-drivers_0.9.0.bb
File recipes-misc/libdbi/libdbi-drivers_0.9.0.bb:

Line 8: SRC_URI += "file://fix-0.9.0-compile.patch"
If not available in the file output from format-patch, you may want to specify 
the origin of the patch here as a comment.


-- 
To view, visit https://gerrit.osmocom.org/5618
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ia4319c595a1ccb20c87d86c1ab1e58e95da34d7b
Gerrit-PatchSet: 1
Gerrit-Project: meta-telephony
Gerrit-Branch: 201705
Gerrit-Owner: daniel 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Pau Espin Pedrol 
Gerrit-HasComments: Yes


meta-telephony[201705]: libdbi: Add version 0.9.0 to fix osmo-msc build failure

2017-12-29 Thread Pau Espin Pedrol

Patch Set 1: Code-Review-1

-- 
To view, visit https://gerrit.osmocom.org/5618
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ia4319c595a1ccb20c87d86c1ab1e58e95da34d7b
Gerrit-PatchSet: 1
Gerrit-Project: meta-telephony
Gerrit-Branch: 201705
Gerrit-Owner: daniel 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Pau Espin Pedrol 
Gerrit-HasComments: No


[PATCH] osmo-msc[master]: VLR: remove unused parameter

2017-12-29 Thread Max

Review at  https://gerrit.osmocom.org/5620

VLR: remove unused parameter

The expire_lu is never used but is printed for every subscriber. Let's
remove it to avoid confusion.

Change-Id: I6f7ad1670836384d1e6a58f47a13464fdbbf8509
---
M include/osmocom/msc/vlr.h
M src/libmsc/vty_interface_layer3.c
2 files changed, 0 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/20/5620/1

diff --git a/include/osmocom/msc/vlr.h b/include/osmocom/msc/vlr.h
index 1b365a9..d68b7be 100644
--- a/include/osmocom/msc/vlr.h
+++ b/include/osmocom/msc/vlr.h
@@ -136,7 +136,6 @@
bool la_allowed;
 
int use_count;
-   time_t expire_lu;   /* FIXME: overlap with 
periodic_lu_timer/age_indicator */
 
struct osmo_fsm_inst *lu_fsm;
struct osmo_fsm_inst *auth_fsm;
diff --git a/src/libmsc/vty_interface_layer3.c 
b/src/libmsc/vty_interface_layer3.c
index 02a3600..65ba178 100644
--- a/src/libmsc/vty_interface_layer3.c
+++ b/src/libmsc/vty_interface_layer3.c
@@ -64,7 +64,6 @@
 {
int reqs;
struct llist_head *entry;
-   char expire_time[200];
 
if (strlen(vsub->name))
vty_out(vty, "Name: '%s'%s", vsub->name, VTY_NEWLINE);
@@ -109,12 +108,6 @@
osmo_hexdump(t->vec.kc, sizeof(t->vec.kc)),
VTY_NEWLINE);
}
-
-   /* print the expiration time of a subscriber */
-   strftime(expire_time, sizeof(expire_time),
-   "%a, %d %b %Y %T %z", localtime(>expire_lu));
-   expire_time[sizeof(expire_time) - 1] = '\0';
-   vty_out(vty, "Expiration Time: %s%s", expire_time, VTY_NEWLINE);
 
reqs = 0;
llist_for_each(entry, >cs.requests)

-- 
To view, visit https://gerrit.osmocom.org/5620
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6f7ad1670836384d1e6a58f47a13464fdbbf8509
Gerrit-PatchSet: 1
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Owner: Max 


[PATCH] osmo-bsc[master]: Fix .deb builds

2017-12-29 Thread Max

Review at  https://gerrit.osmocom.org/5619

Fix .deb builds

The code triggers following error:
abisip-find.c:317:3: error: format not a string literal and no format
arguments [-Werror=format-security]

The error was introduced in 5bf1e15c55340f236d84f70d3d04c871403d3503.

Change-Id: I613781495edbc53916ca70ff7b78d28ffabd3f5d
---
M src/ipaccess/abisip-find.c
1 file changed, 2 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/19/5619/1

diff --git a/src/ipaccess/abisip-find.c b/src/ipaccess/abisip-find.c
index d94e18a..4e1d192 100644
--- a/src/ipaccess/abisip-find.c
+++ b/src/ipaccess/abisip-find.c
@@ -312,12 +312,8 @@
base_stations_bump(changed);
printf("RX: %u   \r", responses);
fflush(stdout);
-   } else {
-   char *line = parse_response(ctx, buf, len);
-   printf(line);
-   printf("\n");
-   talloc_free(line);
-   }
+   } else
+   printf("%s\n", parse_response(ctx, buf, len));
 }
 
 static int read_response(int fd)

-- 
To view, visit https://gerrit.osmocom.org/5619
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I613781495edbc53916ca70ff7b78d28ffabd3f5d
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Owner: Max 


Build failure of network:osmocom:nightly/osmo-bsc in Debian_9.0/aarch64

2017-12-29 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-bsc/Debian_9.0/aarch64

Package network:osmocom:nightly/osmo-bsc failed to build in Debian_9.0/aarch64

Check out the package for editing:
  osc checkout network:osmocom:nightly osmo-bsc

Last lines of build log:
[  194s]printf(line);
[  194s]^~
[  194s] cc1: some warnings being treated as errors
[  194s] Makefile:517: recipe for target 'abisip-find.o' failed
[  194s] make[4]: *** [abisip-find.o] Error 1
[  194s] make[4]: Leaving directory '/usr/src/packages/BUILD/src/ipaccess'
[  194s] Makefile:408: recipe for target 'all-recursive' failed
[  194s] make[3]: *** [all-recursive] Error 1
[  194s] make[3]: Leaving directory '/usr/src/packages/BUILD/src'
[  194s] Makefile:443: recipe for target 'all-recursive' failed
[  194s] make[2]: *** [all-recursive] Error 1
[  194s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  194s] Makefile:375: recipe for target 'all' failed
[  194s] make[1]: *** [all] Error 2
[  194s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  194s] dh_auto_build: make -j1 returned exit code 2
[  194s] debian/rules:45: recipe for target 'build' failed
[  194s] make: *** [build] Error 2
[  194s] dpkg-buildpackage: error: debian/rules build gave error exit status 2
[  194s] 
[  194s] obs-arm-1 failed "build osmo-bsc_1.1.2.20171228.dsc" at Thu Dec 28 
20:41:41 UTC 2017.
[  194s] 
[  194s] ### VM INTERACTION START ###
[  197s] [  184.870449] sysrq: SysRq : Power Off
[  197s] [  184.873328] reboot: Power down
[  197s] ### VM INTERACTION END ###
[  197s] 
[  197s] obs-arm-1 failed "build osmo-bsc_1.1.2.20171228.dsc" at Thu Dec 28 
20:41:44 UTC 2017.
[  197s] 

-- 
Configure notifications at https://build.opensuse.org/user/notifications
openSUSE Build Service (https://build.opensuse.org/)


Build failure of network:osmocom:nightly/osmo-bsc in Debian_9.0/i586

2017-12-29 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-bsc/Debian_9.0/i586

Package network:osmocom:nightly/osmo-bsc failed to build in Debian_9.0/i586

Check out the package for editing:
  osc checkout network:osmocom:nightly osmo-bsc

Last lines of build log:
[  107s] abisip-find.c:317:3: error: format not a string literal and no format 
arguments [-Werror=format-security]
[  107s]printf(line);
[  107s]^~
[  107s] cc1: some warnings being treated as errors
[  107s] Makefile:517: recipe for target 'abisip-find.o' failed
[  107s] make[4]: *** [abisip-find.o] Error 1
[  107s] make[4]: Leaving directory '/usr/src/packages/BUILD/src/ipaccess'
[  107s] Makefile:408: recipe for target 'all-recursive' failed
[  107s] make[3]: *** [all-recursive] Error 1
[  107s] make[3]: Leaving directory '/usr/src/packages/BUILD/src'
[  107s] Makefile:443: recipe for target 'all-recursive' failed
[  107s] make[2]: *** [all-recursive] Error 1
[  107s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  107s] Makefile:375: recipe for target 'all' failed
[  107s] make[1]: *** [all] Error 2
[  107s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  107s] dh_auto_build: make -j1 returned exit code 2
[  107s] debian/rules:45: recipe for target 'build' failed
[  107s] make: *** [build] Error 2
[  107s] dpkg-buildpackage: error: debian/rules build gave error exit status 2
[  107s] 
[  107s] lamb08 failed "build osmo-bsc_1.1.2.20171228.dsc" at Thu Dec 28 
20:03:50 UTC 2017.
[  107s] 
[  107s] ### VM INTERACTION START ###
[  110s] [  102.181295] reboot: Power down
[  110s] ### VM INTERACTION END ###
[  110s] 
[  110s] lamb08 failed "build osmo-bsc_1.1.2.20171228.dsc" at Thu Dec 28 
20:03:54 UTC 2017.
[  110s] 

-- 
Configure notifications at https://build.opensuse.org/user/notifications
openSUSE Build Service (https://build.opensuse.org/)


Build failure of network:osmocom:nightly/osmo-bsc in xUbuntu_16.04/x86_64

2017-12-29 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-bsc/xUbuntu_16.04/x86_64

Package network:osmocom:nightly/osmo-bsc failed to build in xUbuntu_16.04/x86_64

Check out the package for editing:
  osc checkout network:osmocom:nightly osmo-bsc

Last lines of build log:
[  127s] abisip-find.c:317:3: error: format not a string literal and no format 
arguments [-Werror=format-security]
[  127s]printf(line);
[  127s]^
[  127s] cc1: some warnings being treated as errors
[  127s] Makefile:517: recipe for target 'abisip-find.o' failed
[  127s] make[4]: *** [abisip-find.o] Error 1
[  127s] make[4]: Leaving directory '/usr/src/packages/BUILD/src/ipaccess'
[  127s] Makefile:408: recipe for target 'all-recursive' failed
[  127s] make[3]: *** [all-recursive] Error 1
[  127s] make[3]: Leaving directory '/usr/src/packages/BUILD/src'
[  127s] Makefile:443: recipe for target 'all-recursive' failed
[  127s] make[2]: *** [all-recursive] Error 1
[  127s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  127s] Makefile:375: recipe for target 'all' failed
[  127s] make[1]: *** [all] Error 2
[  127s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  127s] dh_auto_build: make -j1 returned exit code 2
[  127s] debian/rules:45: recipe for target 'build' failed
[  127s] make: *** [build] Error 2
[  127s] dpkg-buildpackage: error: debian/rules build gave error exit status 2
[  127s] 
[  127s] build33 failed "build osmo-bsc_1.1.2.20171228.dsc" at Thu Dec 28 
20:05:05 UTC 2017.
[  127s] 
[  127s] ### VM INTERACTION START ###
[  130s] [  120.716207] reboot: Power down
[  131s] ### VM INTERACTION END ###
[  131s] 
[  131s] build33 failed "build osmo-bsc_1.1.2.20171228.dsc" at Thu Dec 28 
20:05:09 UTC 2017.
[  131s] 

-- 
Configure notifications at https://build.opensuse.org/user/notifications
openSUSE Build Service (https://build.opensuse.org/)


Build failure of network:osmocom:nightly/osmo-bsc in xUbuntu_16.04/i586

2017-12-29 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-bsc/xUbuntu_16.04/i586

Package network:osmocom:nightly/osmo-bsc failed to build in xUbuntu_16.04/i586

Check out the package for editing:
  osc checkout network:osmocom:nightly osmo-bsc

Last lines of build log:
[  110s] abisip-find.c:317:3: error: format not a string literal and no format 
arguments [-Werror=format-security]
[  110s]printf(line);
[  110s]^
[  110s] cc1: some warnings being treated as errors
[  110s] Makefile:517: recipe for target 'abisip-find.o' failed
[  110s] make[4]: *** [abisip-find.o] Error 1
[  110s] make[4]: Leaving directory '/usr/src/packages/BUILD/src/ipaccess'
[  110s] Makefile:408: recipe for target 'all-recursive' failed
[  110s] make[3]: *** [all-recursive] Error 1
[  110s] make[3]: Leaving directory '/usr/src/packages/BUILD/src'
[  110s] Makefile:443: recipe for target 'all-recursive' failed
[  110s] make[2]: *** [all-recursive] Error 1
[  110s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  110s] Makefile:375: recipe for target 'all' failed
[  110s] make[1]: *** [all] Error 2
[  110s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  110s] dh_auto_build: make -j1 returned exit code 2
[  110s] debian/rules:45: recipe for target 'build' failed
[  110s] make: *** [build] Error 2
[  110s] dpkg-buildpackage: error: debian/rules build gave error exit status 2
[  110s] 
[  110s] lamb61 failed "build osmo-bsc_1.1.2.20171228.dsc" at Thu Dec 28 
20:06:00 UTC 2017.
[  110s] 
[  110s] ### VM INTERACTION START ###
[  113s] [  106.202092] reboot: Power down
[  113s] ### VM INTERACTION END ###
[  113s] 
[  113s] lamb61 failed "build osmo-bsc_1.1.2.20171228.dsc" at Thu Dec 28 
20:06:04 UTC 2017.
[  113s] 

-- 
Configure notifications at https://build.opensuse.org/user/notifications
openSUSE Build Service (https://build.opensuse.org/)


Build failure of network:osmocom:nightly/osmo-bsc in xUbuntu_16.10/x86_64

2017-12-29 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-bsc/xUbuntu_16.10/x86_64

Package network:osmocom:nightly/osmo-bsc failed to build in xUbuntu_16.10/x86_64

Check out the package for editing:
  osc checkout network:osmocom:nightly osmo-bsc

Last lines of build log:
[  205s] abisip-find.c:317:3: error: format not a string literal and no format 
arguments [-Werror=format-security]
[  205s]printf(line);
[  205s]^~
[  205s] cc1: some warnings being treated as errors
[  205s] Makefile:517: recipe for target 'abisip-find.o' failed
[  205s] make[4]: *** [abisip-find.o] Error 1
[  205s] make[4]: Leaving directory '/usr/src/packages/BUILD/src/ipaccess'
[  205s] Makefile:408: recipe for target 'all-recursive' failed
[  205s] make[3]: *** [all-recursive] Error 1
[  205s] make[3]: Leaving directory '/usr/src/packages/BUILD/src'
[  205s] Makefile:443: recipe for target 'all-recursive' failed
[  205s] make[2]: *** [all-recursive] Error 1
[  205s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  205s] Makefile:375: recipe for target 'all' failed
[  205s] make[1]: *** [all] Error 2
[  205s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  205s] dh_auto_build: make -j1 returned exit code 2
[  205s] debian/rules:45: recipe for target 'build' failed
[  205s] make: *** [build] Error 2
[  205s] dpkg-buildpackage: error: debian/rules build gave error exit status 2
[  206s] 
[  206s] wildcard2 failed "build osmo-bsc_1.1.2.20171228.dsc" at Thu Dec 28 
20:04:45 UTC 2017.
[  206s] 
[  206s] ### VM INTERACTION START ###
[  209s] [  182.761628] reboot: Power down
[  230s] ### VM INTERACTION END ###
[  230s] 
[  230s] wildcard2 failed "build osmo-bsc_1.1.2.20171228.dsc" at Thu Dec 28 
20:05:10 UTC 2017.
[  230s] 

-- 
Configure notifications at https://build.opensuse.org/user/notifications
openSUSE Build Service (https://build.opensuse.org/)


Build failure of network:osmocom:nightly/osmo-bsc in Debian_8.0/x86_64

2017-12-29 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-bsc/Debian_8.0/x86_64

Package network:osmocom:nightly/osmo-bsc failed to build in Debian_8.0/x86_64

Check out the package for editing:
  osc checkout network:osmocom:nightly osmo-bsc

Last lines of build log:
[  167s]printf(line);
[  167s]^
[  167s] cc1: some warnings being treated as errors
[  167s] Makefile:506: recipe for target 'abisip-find.o' failed
[  167s] make[4]: *** [abisip-find.o] Error 1
[  167s] make[4]: Leaving directory '/usr/src/packages/BUILD/src/ipaccess'
[  167s] Makefile:396: recipe for target 'all-recursive' failed
[  167s] make[3]: *** [all-recursive] Error 1
[  167s] make[3]: Leaving directory '/usr/src/packages/BUILD/src'
[  167s] Makefile:431: recipe for target 'all-recursive' failed
[  167s] make[2]: *** [all-recursive] Error 1
[  167s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  167s] Makefile:362: recipe for target 'all' failed
[  167s] make[1]: *** [all] Error 2
[  167s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  167s] dh_auto_build: make -j1 returned exit code 2
[  167s] debian/rules:45: recipe for target 'build' failed
[  167s] make: *** [build] Error 2
[  167s] dpkg-buildpackage: error: debian/rules build gave error exit status 2
[  167s] 
[  167s] cloud113 failed "build osmo-bsc_1.1.2.20171228.dsc" at Thu Dec 28 
20:05:14 UTC 2017.
[  167s] 
[  167s] ### VM INTERACTION START ###
[  168s] Powering off.
[  168s] [  135.375548] reboot: Power down
[  169s] ### VM INTERACTION END ###
[  169s] 
[  169s] cloud113 failed "build osmo-bsc_1.1.2.20171228.dsc" at Thu Dec 28 
20:05:17 UTC 2017.
[  169s] 

-- 
Configure notifications at https://build.opensuse.org/user/notifications
openSUSE Build Service (https://build.opensuse.org/)


Build failure of network:osmocom:nightly/osmo-bsc in xUbuntu_17.04/i586

2017-12-29 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-bsc/xUbuntu_17.04/i586

Package network:osmocom:nightly/osmo-bsc failed to build in xUbuntu_17.04/i586

Check out the package for editing:
  osc checkout network:osmocom:nightly osmo-bsc

Last lines of build log:
[  157s] abisip-find.c:317:3: error: format not a string literal and no format 
arguments [-Werror=format-security]
[  157s]printf(line);
[  157s]^~
[  157s] cc1: some warnings being treated as errors
[  157s] Makefile:517: recipe for target 'abisip-find.o' failed
[  157s] make[4]: *** [abisip-find.o] Error 1
[  157s] make[4]: Leaving directory '/usr/src/packages/BUILD/src/ipaccess'
[  157s] Makefile:408: recipe for target 'all-recursive' failed
[  157s] make[3]: *** [all-recursive] Error 1
[  157s] make[3]: Leaving directory '/usr/src/packages/BUILD/src'
[  157s] Makefile:443: recipe for target 'all-recursive' failed
[  157s] make[2]: *** [all-recursive] Error 1
[  157s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  157s] Makefile:375: recipe for target 'all' failed
[  157s] make[1]: *** [all] Error 2
[  157s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  157s] dh_auto_build: make -j1 returned exit code 2
[  157s] debian/rules:45: recipe for target 'build' failed
[  157s] make: *** [build] Error 2
[  157s] dpkg-buildpackage: error: debian/rules build gave error exit status 2
[  157s] 
[  157s] cloud115 failed "build osmo-bsc_1.1.2.20171228.dsc" at Thu Dec 28 
20:04:26 UTC 2017.
[  157s] 
[  157s] ### VM INTERACTION START ###
[  160s] [  130.857742] reboot: Power down
[  161s] ### VM INTERACTION END ###
[  161s] 
[  161s] cloud115 failed "build osmo-bsc_1.1.2.20171228.dsc" at Thu Dec 28 
20:04:30 UTC 2017.
[  161s] 

-- 
Configure notifications at https://build.opensuse.org/user/notifications
openSUSE Build Service (https://build.opensuse.org/)


Build failure of network:osmocom:nightly/osmo-bsc in xUbuntu_17.04/x86_64

2017-12-29 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-bsc/xUbuntu_17.04/x86_64

Package network:osmocom:nightly/osmo-bsc failed to build in xUbuntu_17.04/x86_64

Check out the package for editing:
  osc checkout network:osmocom:nightly osmo-bsc

Last lines of build log:
[   93s] abisip-find.c:317:3: error: format not a string literal and no format 
arguments [-Werror=format-security]
[   93s]printf(line);
[   93s]^~
[   93s] cc1: some warnings being treated as errors
[   93s] Makefile:517: recipe for target 'abisip-find.o' failed
[   93s] make[4]: *** [abisip-find.o] Error 1
[   93s] make[4]: Leaving directory '/usr/src/packages/BUILD/src/ipaccess'
[   93s] Makefile:408: recipe for target 'all-recursive' failed
[   93s] make[3]: *** [all-recursive] Error 1
[   93s] make[3]: Leaving directory '/usr/src/packages/BUILD/src'
[   93s] Makefile:443: recipe for target 'all-recursive' failed
[   93s] make[2]: *** [all-recursive] Error 1
[   93s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[   93s] Makefile:375: recipe for target 'all' failed
[   93s] make[1]: *** [all] Error 2
[   93s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[   93s] dh_auto_build: make -j1 returned exit code 2
[   93s] debian/rules:45: recipe for target 'build' failed
[   93s] make: *** [build] Error 2
[   93s] dpkg-buildpackage: error: debian/rules build gave error exit status 2
[   93s] 
[   93s] lamb24 failed "build osmo-bsc_1.1.2.20171228.dsc" at Thu Dec 28 
20:02:03 UTC 2017.
[   93s] 
[   93s] ### VM INTERACTION START ###
[   96s] [   88.268615] reboot: Power down
[   96s] ### VM INTERACTION END ###
[   96s] 
[   96s] lamb24 failed "build osmo-bsc_1.1.2.20171228.dsc" at Thu Dec 28 
20:02:05 UTC 2017.
[   96s] 

-- 
Configure notifications at https://build.opensuse.org/user/notifications
openSUSE Build Service (https://build.opensuse.org/)


Build failure of network:osmocom:nightly/osmo-bsc in Debian_8.0/i586

2017-12-29 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-bsc/Debian_8.0/i586

Package network:osmocom:nightly/osmo-bsc failed to build in Debian_8.0/i586

Check out the package for editing:
  osc checkout network:osmocom:nightly osmo-bsc

Last lines of build log:
[   91s]printf(line);
[   91s]^
[   91s] cc1: some warnings being treated as errors
[   91s] Makefile:506: recipe for target 'abisip-find.o' failed
[   91s] make[4]: *** [abisip-find.o] Error 1
[   91s] make[4]: Leaving directory '/usr/src/packages/BUILD/src/ipaccess'
[   91s] Makefile:396: recipe for target 'all-recursive' failed
[   91s] make[3]: *** [all-recursive] Error 1
[   91s] make[3]: Leaving directory '/usr/src/packages/BUILD/src'
[   91s] Makefile:431: recipe for target 'all-recursive' failed
[   91s] make[2]: *** [all-recursive] Error 1
[   91s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[   91s] Makefile:362: recipe for target 'all' failed
[   91s] make[1]: *** [all] Error 2
[   91s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[   91s] dh_auto_build: make -j1 returned exit code 2
[   91s] debian/rules:45: recipe for target 'build' failed
[   91s] make: *** [build] Error 2
[   91s] dpkg-buildpackage: error: debian/rules build gave error exit status 2
[   91s] 
[   91s] wildcard2 failed "build osmo-bsc_1.1.2.20171228.dsc" at Thu Dec 28 
20:01:44 UTC 2017.
[   91s] 
[   91s] ### VM INTERACTION START ###
[   92s] Powering off.
[   92s] [   83.949313] reboot: Power down
[   96s] ### VM INTERACTION END ###
[   97s] 
[   97s] wildcard2 failed "build osmo-bsc_1.1.2.20171228.dsc" at Thu Dec 28 
20:01:49 UTC 2017.
[   97s] 

-- 
Configure notifications at https://build.opensuse.org/user/notifications
openSUSE Build Service (https://build.opensuse.org/)


Build failure of network:osmocom:nightly/osmo-bsc in xUbuntu_17.10/x86_64

2017-12-29 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-bsc/xUbuntu_17.10/x86_64

Package network:osmocom:nightly/osmo-bsc failed to build in xUbuntu_17.10/x86_64

Check out the package for editing:
  osc checkout network:osmocom:nightly osmo-bsc

Last lines of build log:
[   50s] abisip-find.c:317:3: error: format not a string literal and no format 
arguments [-Werror=format-security]
[   50s]printf(line);
[   50s]^~
[   50s] cc1: some warnings being treated as errors
[   50s] Makefile:517: recipe for target 'abisip-find.o' failed
[   50s] make[4]: *** [abisip-find.o] Error 1
[   50s] make[4]: Leaving directory '/usr/src/packages/BUILD/src/ipaccess'
[   50s] Makefile:408: recipe for target 'all-recursive' failed
[   50s] make[3]: *** [all-recursive] Error 1
[   50s] make[3]: Leaving directory '/usr/src/packages/BUILD/src'
[   50s] Makefile:443: recipe for target 'all-recursive' failed
[   50s] make[2]: *** [all-recursive] Error 1
[   50s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[   50s] Makefile:375: recipe for target 'all' failed
[   50s] make[1]: *** [all] Error 2
[   50s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[   50s] dh_auto_build: make -j1 returned exit code 2
[   50s] debian/rules:45: recipe for target 'build' failed
[   50s] make: *** [build] Error 2
[   50s] dpkg-buildpackage: error: debian/rules build gave error exit status 2
[   50s] 
[   50s] build75 failed "build osmo-bsc_1.1.2.20171228.dsc" at Thu Dec 28 
19:59:47 UTC 2017.
[   50s] 
[   50s] ### VM INTERACTION START ###
[   53s] [   48.307711] reboot: Power down
[   53s] ### VM INTERACTION END ###
[   53s] 
[   53s] build75 failed "build osmo-bsc_1.1.2.20171228.dsc" at Thu Dec 28 
19:59:51 UTC 2017.
[   53s] 

-- 
Configure notifications at https://build.opensuse.org/user/notifications
openSUSE Build Service (https://build.opensuse.org/)