Change in osmo-hnodeb[master]: populated debian/changelog to avoid build failures

2021-11-02 Thread laforge
laforge has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-hnodeb/+/26057 )


Change subject: populated debian/changelog to avoid build failures
..

populated debian/changelog to avoid build failures

An empty debian/changelog is illegal and makes dpkg-buildpackage fail.

This in turn causes our nightly builds to fail like this

+ git -C ./debian commit -m 'auto-commit: debian: depend on osmocom-nightly (= 
1.0.0.202111020026)' .
[master 83b1eb7] auto-commit: debian: depend on osmocom-nightly (= 
1.0.0.202111020026)
 1 file changed, 3 insertions(+), 3 deletions(-)
+ dch -b -v .202111020026 -m 'Snapshot build'
dch: warning: debian/changelog(l0): found end of file where expected first 
heading
dch: error: fatal error occurred while parsing debian/changelog
Build step 'Execute shell' marked build as failure
Sending e-mails to: jenkins-notificati...@lists.osmocom.org
Finished: FAILURE

Change-Id: Ic0c1fcd34a40355691f39224d9a473951b0f3d8e
---
M debian/changelog
1 file changed, 6 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-hnodeb refs/changes/57/26057/1

diff --git a/debian/changelog b/debian/changelog
index e69de29..8e9a94d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+osmo-hnodeb (0.0.0) unstable; urgency=medium
+
+  * Initial debian package
+
+ -- Harald Welte   Mon, 01 Nov 2021 16:13:40 +0200
+

--
To view, visit https://gerrit.osmocom.org/c/osmo-hnodeb/+/26057
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-hnodeb
Gerrit-Branch: master
Gerrit-Change-Id: Ic0c1fcd34a40355691f39224d9a473951b0f3d8e
Gerrit-Change-Number: 26057
Gerrit-PatchSet: 1
Gerrit-Owner: laforge 
Gerrit-MessageType: newchange


Change in osmo-hnodeb[master]: populated debian/changelog to avoid build failures

2021-11-02 Thread laforge
laforge has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-hnodeb/+/26057 )

Change subject: populated debian/changelog to avoid build failures
..


Patch Set 1: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/c/osmo-hnodeb/+/26057
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-hnodeb
Gerrit-Branch: master
Gerrit-Change-Id: Ic0c1fcd34a40355691f39224d9a473951b0f3d8e
Gerrit-Change-Number: 26057
Gerrit-PatchSet: 1
Gerrit-Owner: laforge 
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: pespin 
Gerrit-CC: Jenkins Builder
Gerrit-Comment-Date: Tue, 02 Nov 2021 08:20:44 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in osmo-hnodeb[master]: populated debian/changelog to avoid build failures

2021-11-02 Thread laforge
laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-hnodeb/+/26057 )

Change subject: populated debian/changelog to avoid build failures
..

populated debian/changelog to avoid build failures

An empty debian/changelog is illegal and makes dpkg-buildpackage fail.

This in turn causes our nightly builds to fail like this

+ git -C ./debian commit -m 'auto-commit: debian: depend on osmocom-nightly (= 
1.0.0.202111020026)' .
[master 83b1eb7] auto-commit: debian: depend on osmocom-nightly (= 
1.0.0.202111020026)
 1 file changed, 3 insertions(+), 3 deletions(-)
+ dch -b -v .202111020026 -m 'Snapshot build'
dch: warning: debian/changelog(l0): found end of file where expected first 
heading
dch: error: fatal error occurred while parsing debian/changelog
Build step 'Execute shell' marked build as failure
Sending e-mails to: jenkins-notificati...@lists.osmocom.org
Finished: FAILURE

Change-Id: Ic0c1fcd34a40355691f39224d9a473951b0f3d8e
---
M debian/changelog
1 file changed, 6 insertions(+), 0 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/debian/changelog b/debian/changelog
index e69de29..8e9a94d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+osmo-hnodeb (0.0.0) unstable; urgency=medium
+
+  * Initial debian package
+
+ -- Harald Welte   Mon, 01 Nov 2021 16:13:40 +0200
+

--
To view, visit https://gerrit.osmocom.org/c/osmo-hnodeb/+/26057
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-hnodeb
Gerrit-Branch: master
Gerrit-Change-Id: Ic0c1fcd34a40355691f39224d9a473951b0f3d8e
Gerrit-Change-Number: 26057
Gerrit-PatchSet: 1
Gerrit-Owner: laforge 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: pespin 
Gerrit-MessageType: merged


Change in osmo-bts[master]: osmo-bts-trx-calypso.cfg: Adjust settings to work with current osmo-b...

2021-11-02 Thread laforge
laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/26054 )

Change subject: osmo-bts-trx-calypso.cfg: Adjust settings to work with current 
osmo-bts versions
..

osmo-bts-trx-calypso.cfg: Adjust settings to work with current osmo-bts versions

* Remove deprecated configuration options:
  'osmotrx timing-advance-loop' is deprecated, Timing Advance loop is now 
active by default
  'osmotrx ms-power-loop <-127-127>' is deprecated, MS Power Control is now 
managed by BSC
* Adjust 'ipa unit-id' (1801 -> 6969) to match the one from the example 
osmo-bsc.cfg
* Set clock advance values to known working values:
  + 'osmotrx fn-advance' -> 20
  + 'osmotrx rts-advance' -> 5
* Set 'nominal-tx-power' since the calypso-bts tranceiver does not support 
NOMTXPOWER

Change-Id: I69436b914cf1bec57f9fe7acea4a896e7c46b3a9
---
M doc/examples/trx/osmo-bts-trx-calypso.cfg
1 file changed, 5 insertions(+), 4 deletions(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved



diff --git a/doc/examples/trx/osmo-bts-trx-calypso.cfg 
b/doc/examples/trx/osmo-bts-trx-calypso.cfg
index 3f2e778..d6cc43a 100644
--- a/doc/examples/trx/osmo-bts-trx-calypso.cfg
+++ b/doc/examples/trx/osmo-bts-trx-calypso.cfg
@@ -1,6 +1,6 @@
 !
 ! OsmoBTS configuration example for CalypsoBTS
-! http://osmocom.org/projects/baseband/wiki/CalypsoBTS
+! https://osmocom.org/projects/baseband/wiki/CalypsoBTS
 !!
 !
 log stderr
@@ -24,14 +24,15 @@
  instance 0
  osmotrx ip local 127.0.0.1
  osmotrx ip remote 127.0.0.1
- osmotrx timing-advance-loop
- osmotrx ms-power-loop -65
  osmotrx legacy-setbsic
+ osmotrx fn-advance 20
+ osmotrx rts-advance 5
 bts 0
  oml remote-ip 127.0.0.1
- ipa unit-id 1801 0
+ ipa unit-id 6969 0
  gsmtap-sapi pdtch
  gsmtap-sapi ccch
  band 900
  trx 0
   phy 0 instance 0
+  nominal-tx-power 23

--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/26054
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I69436b914cf1bec57f9fe7acea4a896e7c46b3a9
Gerrit-Change-Number: 26054
Gerrit-PatchSet: 1
Gerrit-Owner: roox 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria 
Gerrit-Reviewer: laforge 
Gerrit-MessageType: merged


Change in osmo-hnodeb[master]: debian/changelog: add initial

2021-11-02 Thread osmith
osmith has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-hnodeb/+/26058 )


Change subject: debian/changelog: add initial
..

debian/changelog: add initial

Fix currently failing Osmocom_OBS_{next,nightly} jenkins jobs, which run
dch inside the git tree and fail on the empty debian/changelog.

Fix for:
  dch: error: fatal error occurred while parsing debian/changelog

Related: SYS#5516
Related: 
https://jenkins.osmocom.org/jenkins/job/Osmocom_OBS_nightly/1051/console
Change-Id: I2be336860f1b936d292d3bacc3dad9cedabd646a
---
M debian/changelog
1 file changed, 7 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-hnodeb refs/changes/58/26058/1

diff --git a/debian/changelog b/debian/changelog
index e69de29..3604f2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -0,0 +1,7 @@
+osmo-hnodeb (0.1.0) unstable; urgency=medium
+
+  [ Pau Espin Pedrol ]
+  * Add project skeleton
+  * Initial commit
+
+ -- Oliver Smith   Tue, 02 Nov 2021 09:06:04 +0100

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-hnodeb/+/26058
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-hnodeb
Gerrit-Branch: master
Gerrit-Change-Id: I2be336860f1b936d292d3bacc3dad9cedabd646a
Gerrit-Change-Number: 26058
Gerrit-PatchSet: 1
Gerrit-Owner: osmith 
Gerrit-MessageType: newchange


Change in osmo-hnodeb[master]: debian/changelog: add initial

2021-11-02 Thread osmith
osmith has abandoned this change. ( 
https://gerrit.osmocom.org/c/osmo-hnodeb/+/26058 )

Change subject: debian/changelog: add initial
..


Abandoned

Harald submitted a similar patch
--
To view, visit https://gerrit.osmocom.org/c/osmo-hnodeb/+/26058
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-hnodeb
Gerrit-Branch: master
Gerrit-Change-Id: I2be336860f1b936d292d3bacc3dad9cedabd646a
Gerrit-Change-Number: 26058
Gerrit-PatchSet: 1
Gerrit-Owner: osmith 
Gerrit-CC: Jenkins Builder
Gerrit-MessageType: abandon


Build failure of network:osmocom:nightly/osmo-hnodeb in openSUSE_Tumbleweed/i586

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-hnodeb/openSUSE_Tumbleweed/i586

Package network:osmocom:nightly/osmo-hnodeb failed to build in 
openSUSE_Tumbleweed/i586

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

Last lines of build log:
[   48s] checking for gcc option to produce PIC... -fPIC -DPIC
[   48s] checking if gcc PIC flag -fPIC -DPIC works... yes
[   48s] checking if gcc static flag -static works... no
[   48s] checking if gcc supports -c -o file.o... yes
[   48s] checking if gcc supports -c -o file.o... (cached) yes
[   48s] checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports 
shared libraries... yes
[   48s] checking whether -lc should be explicitly linked in... no
[   48s] checking dynamic linker characteristics... GNU/Linux ld.so
[   48s] checking how to hardcode library paths into programs... immediate
[   48s] checking whether stripping libraries is possible... yes
[   48s] checking if libtool supports shared libraries... yes
[   48s] checking whether to build shared libraries... yes
[   48s] checking whether to build static libraries... yes
[   48s] checking for pkg-config... /usr/bin/pkg-config
[   48s] checking for i586-suse-linux-gnu-pkg-config... 
/usr/bin/i586-suse-linux-gnu-pkg-config
[   48s] checking pkg-config is at least version 0.20... yes
[   48s] configure: error: Please install autoconf-archive; re-run 'autoreconf 
-fi' for it to take effect.
[   48s] error: Bad exit status from /var/tmp/rpm-tmp.VyObXe (%build)
[   48s] 
[   48s] 
[   48s] RPM build errors:
[   48s] Bad exit status from /var/tmp/rpm-tmp.VyObXe (%build)
[   48s] ### VM INTERACTION START ###
[   51s] [   43.507190][  T418] sysrq: Power Off
[   51s] [   43.514123][   T16] reboot: Power down
[   51s] ### VM INTERACTION END ###
[   51s] 
[   51s] lamb23 failed "build osmo-hnodeb.spec" at Tue Nov  2 08:29:50 UTC 2021.
[   51s] 

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


Build failure of network:osmocom:nightly/osmo-gsm-manuals in Debian_Unstable/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-gsm-manuals/Debian_Unstable/x86_64

Package network:osmocom:nightly/osmo-gsm-manuals failed to build in 
Debian_Unstable/x86_64

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

Last lines of build log:
[  203s] # we create a symlink at ./srcfile.adoc pointing at
[  203s] # ./srcfile.adoc. test-usermanual.adoc is the ./srcfile.adoc,
[  203s] #  is like basename from coreutils, and . is WD.
[  203s] if ! [ -f test-usermanual.adoc ]; then \
[  203s]ln -s test-usermanual.adoc test-usermanual.adoc; \
[  203s] fi
[  203s] # TEXINPUTS: find LaTeX includes like 
\includegraphics{./common/images/sysmocom.pdf}
[  203s] # in ...
[  203s] TEXINPUTS=".." \
[  203s]a2x -vv -L --asciidoc-opts="-f ../build/mscgen-filter.conf -f 
../build/diag-filter.conf -f ../build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/tests' -a commondir='../common'" 
--dblatex-opts="-s ../build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0" -a docinfo -a revnumber="DRAFT " -a revdate="unknown" 
test-usermanual.adoc
[  203s] a2x: args: ['-vv', '-L', "--asciidoc-opts=-f 
../build/mscgen-filter.conf -f ../build/diag-filter.conf -f 
../build/docinfo-releaseinfo.conf -a srcdir='/usr/src/packages/BUILD/tests' -a 
commondir='../common'", '--dblatex-opts=-s ../build/custom-dblatex.sty -P 
draft.mode=yes -P draft.watermark=0', '-a', 'docinfo', '-a', 'revnumber=DRAFT 
', '-a', 'revdate=unknown', 'test-usermanual.adoc']
[  203s] a2x: resource files: []
[  203s] a2x: resource directories: ['/etc/asciidoc/stylesheets']
[  203s] make[3]: *** [../build/Makefile.asciidoc.inc:70: test-usermanual.pdf] 
Error 1
[  203s] make[3]: Leaving directory '/usr/src/packages/BUILD/tests'
[  203s] make[2]: *** [Makefile:439: all-recursive] Error 1
[  203s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  203s] make[1]: *** [Makefile:363: all] Error 2
[  203s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  203s] dh_auto_build: error: make -j1 returned exit code 2
[  203s] make: *** [debian/rules:5: binary] Error 25
[  203s] dpkg-buildpackage: error: fakeroot debian/rules binary subprocess 
returned exit status 2
[  203s] ### VM INTERACTION START ###
[  204s] Powering off.
[  204s] [  193.650968] reboot: Power down
[  204s] ### VM INTERACTION END ###
[  204s] 
[  204s] goat01 failed "build 
osmo-gsm-manuals-dev_1.1.0.17.b92c.202111020822.dsc" at Tue Nov  2 08:30:26 UTC 
2021.
[  204s] 

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


Build failure of network:osmocom:nightly/binutils-arm-osmo-eabi in xUbuntu_21.10/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/binutils-arm-osmo-eabi/xUbuntu_21.10/x86_64

Package network:osmocom:nightly/binutils-arm-osmo-eabi failed to build in 
xUbuntu_21.10/x86_64

Check out the package for editing:
  osc checkout network:osmocom:nightly binutils-arm-osmo-eabi

Last lines of build log:
[   81s]   502 |   ((long (*) (bfd *, arelent **, asymbol **)) _bfd_n1)
[   81s]   |^
[   81s] ./bfd.h:5851:3: note: in expansion of macro 
'_bfd_nodynamic_canonicalize_dynamic_reloc'
[   81s]  5851 |   NAME##_canonicalize_dynamic_reloc
[   81s]   |   ^~~~
[   81s] ../../bfd/ihex.c:994:3: note: in expansion of macro 
'BFD_JUMP_TABLE_DYNAMIC'
[   81s]   994 |   BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic),
[   81s]   |   ^~
[   81s] cc1: all warnings being treated as errors
[   81s] make[5]: *** [Makefile:1517: ihex.lo] Error 1
[   81s] make[5]: Leaving directory '/usr/src/packages/BUILD/build/bfd'
[   81s] make[4]: *** [Makefile:1555: all-recursive] Error 1
[   81s] make[4]: Leaving directory '/usr/src/packages/BUILD/build/bfd'
[   81s] make[3]: *** [Makefile:1066: all] Error 2
[   81s] make[3]: Leaving directory '/usr/src/packages/BUILD/build/bfd'
[   81s] make[2]: *** [Makefile:3331: all-bfd] Error 2
[   81s] make[2]: Leaving directory '/usr/src/packages/BUILD/build'
[   81s] make[1]: *** [Makefile:850: all] Error 2
[   81s] make[1]: Leaving directory '/usr/src/packages/BUILD/build'
[   81s] dh_auto_build: error: cd build && make -j8 returned exit code 2
[   81s] make: *** [debian/rules:43: build] Error 25
[   81s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[   81s] ### VM INTERACTION START ###
[   84s] [   78.147623] sysrq: Power Off
[   84s] [   78.150517] reboot: Power down
[   85s] ### VM INTERACTION END ###
[   85s] 
[   85s] goat17 failed "build binutils-arm-osmo-eabi_2.21.1a.dsc" at Tue Nov  2 
08:30:56 UTC 2021.
[   85s] 

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


Build failure of network:osmocom:nightly/osmo-hnodeb in openSUSE_Leap_15.2/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-hnodeb/openSUSE_Leap_15.2/x86_64

Package network:osmocom:nightly/osmo-hnodeb failed to build in 
openSUSE_Leap_15.2/x86_64

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

Last lines of build log:
[   55s] checking for gcc option to produce PIC... -fPIC -DPIC
[   55s] checking if gcc PIC flag -fPIC -DPIC works... yes
[   55s] checking if gcc static flag -static works... no
[   55s] checking if gcc supports -c -o file.o... yes
[   55s] checking if gcc supports -c -o file.o... (cached) yes
[   55s] checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld -m 
elf_x86_64) supports shared libraries... yes
[   55s] checking whether -lc should be explicitly linked in... no
[   55s] checking dynamic linker characteristics... GNU/Linux ld.so
[   55s] checking how to hardcode library paths into programs... immediate
[   55s] checking whether stripping libraries is possible... yes
[   55s] checking if libtool supports shared libraries... yes
[   55s] checking whether to build shared libraries... yes
[   55s] checking whether to build static libraries... yes
[   55s] checking for pkg-config... /usr/bin/pkg-config
[   55s] checking for x86_64-suse-linux-gnu-pkg-config... 
/usr/bin/x86_64-suse-linux-gnu-pkg-config
[   55s] checking pkg-config is at least version 0.20... yes
[   55s] configure: error: Please install autoconf-archive; re-run 'autoreconf 
-fi' for it to take effect.
[   55s] error: Bad exit status from /var/tmp/rpm-tmp.0r7uJB (%build)
[   55s] 
[   55s] 
[   55s] RPM build errors:
[   55s] Bad exit status from /var/tmp/rpm-tmp.0r7uJB (%build)
[   55s] ### VM INTERACTION START ###
[   59s] [   48.782900] sysrq: Power Off
[   59s] [   48.806005] reboot: Power down
[   59s] ### VM INTERACTION END ###
[   59s] 
[   59s] lamb03 failed "build osmo-hnodeb.spec" at Tue Nov  2 08:31:45 UTC 2021.
[   59s] 

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


Build failure of network:osmocom:nightly/simtrace2 in Debian_9.0/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/simtrace2/Debian_9.0/x86_64

Package network:osmocom:nightly/simtrace2 failed to build in Debian_9.0/x86_64

Check out the package for editing:
  osc checkout network:osmocom:nightly simtrace2

Last lines of build log:
[   44s] 628184   0 812 32c obj/simtrace/dfu_led.o
[   44s]   8  0   0   8   8 
obj/simtrace/dfu_boardver_adc.o
[   44s]  28 16   0  44  2c 
obj/simtrace/dfu_manifest.o
[   44s] 104  0   0 104  68 
obj/simtrace/dfu_sim_switch.o
[   44s] 229  0   0 229  e5 
obj/simtrace/dfu_board_simtrace.o
[   44s] 941  0   1 942 3ae obj/simtrace/dfu_main.o
[   44s] 244  0   0 244  f4 obj/simtrace/dfu_dfu.o
[   44s] 640104  72 816 330 
obj/simtrace/dfu_dfu_desc.o
[   44s]1029 24 5321585 631 
obj/simtrace/dfu_dfu_driver.o
[   44s]   13144  0   11440   245846008 bin/simtrace-dfu-dfu.elf
[   44s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[   44s] make -C firmware BOARD=simtrace APP=blupdate
[   44s] make[2]: Entering directory '/usr/src/packages/BUILD/firmware'
[   44s] make[2]: *** No rule to make target 'apps/blupdate/usb_strings.txt', 
needed by 'apps/blupdate/usb_strings.txt.patched'.  Stop.
[   44s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[   44s] Makefile:11: recipe for target 'fw-simtrace-blupdate' failed
[   44s] make[1]: *** [fw-simtrace-blupdate] Error 2
[   44s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[   44s] dh_auto_build: make -j1 returned exit code 2
[   44s] debian/rules:16: recipe for target 'build' failed
[   44s] make: *** [build] Error 2
[   44s] dpkg-buildpackage: error: debian/rules build gave error exit status 2
[   44s] ### VM INTERACTION START ###
[   47s] [   41.558021] sysrq: Power Off
[   47s] [   41.562104] reboot: Power down
[   47s] ### VM INTERACTION END ###
[   47s] 
[   47s] goat11 failed "build simtrace2_0.7.0.163.23eb.202111020822.dsc" at Tue 
Nov  2 08:31:34 UTC 2021.
[   47s] 

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


Build failure of network:osmocom:nightly/osmo-hnodeb in openSUSE_Factory_ARM/armv7l

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-hnodeb/openSUSE_Factory_ARM/armv7l

Package network:osmocom:nightly/osmo-hnodeb failed to build in 
openSUSE_Factory_ARM/armv7l

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

Last lines of build log:
[   39s] checking for gcc option to produce PIC... -fPIC -DPIC
[   39s] checking if gcc PIC flag -fPIC -DPIC works... yes
[   39s] checking if gcc static flag -static works... no
[   39s] checking if gcc supports -c -o file.o... yes
[   39s] checking if gcc supports -c -o file.o... (cached) yes
[   39s] checking whether the gcc linker 
(/usr/armv7hl-suse-linux-gnueabi/bin/ld) supports shared libraries... yes
[   39s] checking whether -lc should be explicitly linked in... no
[   39s] checking dynamic linker characteristics... GNU/Linux ld.so
[   39s] checking how to hardcode library paths into programs... immediate
[   39s] checking whether stripping libraries is possible... yes
[   39s] checking if libtool supports shared libraries... yes
[   39s] checking whether to build shared libraries... yes
[   39s] checking whether to build static libraries... yes
[   39s] checking for pkg-config... /usr/bin/pkg-config
[   39s] checking for armv7hl-suse-linux-gnueabi-pkg-config... 
/usr/bin/armv7hl-suse-linux-gnueabi-pkg-config
[   39s] checking pkg-config is at least version 0.20... yes
[   39s] configure: error: Please install autoconf-archive; re-run 'autoreconf 
-fi' for it to take effect.
[   39s] error: Bad exit status from /var/tmp/rpm-tmp.lQLZfx (%build)
[   39s] 
[   39s] 
[   39s] RPM build errors:
[   39s] Bad exit status from /var/tmp/rpm-tmp.lQLZfx (%build)
[   39s] ### VM INTERACTION START ###
[   43s] [   33.293636][  T384] sysrq: Power Off
[   43s] [   33.295219][   T15] reboot: Power down
[   43s] ### VM INTERACTION END ###
[   43s] 
[   43s] obs-arm-11 failed "build osmo-hnodeb.spec" at Tue Nov  2 08:32:06 UTC 
2021.
[   43s] 

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


Build failure of network:osmocom:nightly/simtrace2 in Debian_9.0/i586

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/simtrace2/Debian_9.0/i586

Package network:osmocom:nightly/simtrace2 failed to build in Debian_9.0/i586

Check out the package for editing:
  osc checkout network:osmocom:nightly simtrace2

Last lines of build log:
[   68s] 628184   0 812 32c obj/simtrace/dfu_led.o
[   68s]   8  0   0   8   8 
obj/simtrace/dfu_boardver_adc.o
[   68s]  28 16   0  44  2c 
obj/simtrace/dfu_manifest.o
[   68s] 104  0   0 104  68 
obj/simtrace/dfu_sim_switch.o
[   68s] 229  0   0 229  e5 
obj/simtrace/dfu_board_simtrace.o
[   68s] 941  0   1 942 3ae obj/simtrace/dfu_main.o
[   68s] 244  0   0 244  f4 obj/simtrace/dfu_dfu.o
[   68s] 640104  72 816 330 
obj/simtrace/dfu_dfu_desc.o
[   68s]1029 24 5321585 631 
obj/simtrace/dfu_dfu_driver.o
[   68s]   13144  0   11440   245846008 bin/simtrace-dfu-dfu.elf
[   68s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[   68s] make -C firmware BOARD=simtrace APP=blupdate
[   68s] make[2]: Entering directory '/usr/src/packages/BUILD/firmware'
[   68s] make[2]: *** No rule to make target 'apps/blupdate/usb_strings.txt', 
needed by 'apps/blupdate/usb_strings.txt.patched'.  Stop.
[   68s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[   68s] Makefile:11: recipe for target 'fw-simtrace-blupdate' failed
[   68s] make[1]: *** [fw-simtrace-blupdate] Error 2
[   68s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[   68s] dh_auto_build: make -j1 returned exit code 2
[   68s] debian/rules:16: recipe for target 'build' failed
[   68s] make: *** [build] Error 2
[   68s] dpkg-buildpackage: error: debian/rules build gave error exit status 2
[   68s] ### VM INTERACTION START ###
[   71s] [   63.463947] sysrq: Power Off
[   71s] [   63.468536] reboot: Power down
[   71s] ### VM INTERACTION END ###
[   71s] 
[   71s] sheep87 failed "build simtrace2_0.7.0.163.23eb.202111020822.dsc" at 
Tue Nov  2 08:32:18 UTC 2021.
[   71s] 

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


Build failure of network:osmocom:nightly/simtrace2 in xUbuntu_19.04/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/simtrace2/xUbuntu_19.04/x86_64

Package network:osmocom:nightly/simtrace2 failed to build in 
xUbuntu_19.04/x86_64

Check out the package for editing:
  osc checkout network:osmocom:nightly simtrace2

Last lines of build log:
[   86s] 336  0   0 336 150 
obj/simtrace/dfu_board_lowlevel.o
[   86s]1230  010332263 8d7 
obj/simtrace/dfu_uart_console.o
[   86s] 624184   0 808 328 obj/simtrace/dfu_led.o
[   86s]   8  0   0   8   8 
obj/simtrace/dfu_boardver_adc.o
[   86s]  28 16   0  44  2c 
obj/simtrace/dfu_manifest.o
[   86s] 108  0   0 108  6c 
obj/simtrace/dfu_sim_switch.o
[   86s] 225  0   0 225  e1 
obj/simtrace/dfu_board_simtrace.o
[   86s] 929  0   1 930 3a2 obj/simtrace/dfu_main.o
[   86s] 244  0   0 244  f4 obj/simtrace/dfu_dfu.o
[   86s] 640104  72 816 330 
obj/simtrace/dfu_dfu_desc.o
[   86s]1045 24 5321601 641 
obj/simtrace/dfu_dfu_driver.o
[   86s]   13032  0   11440   244725f98 bin/simtrace-dfu-dfu.elf
[   86s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[   86s] make -C firmware BOARD=simtrace APP=blupdate
[   86s] make[2]: Entering directory '/usr/src/packages/BUILD/firmware'
[   86s] make[2]: *** No rule to make target 'apps/blupdate/usb_strings.txt', 
needed by 'apps/blupdate/usb_strings.txt.patched'.  Stop.
[   86s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[   86s] make[1]: *** [Makefile:11: fw-simtrace-blupdate] Error 2
[   86s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[   86s] dh_auto_build: make -j1 returned exit code 2
[   86s] make: *** [debian/rules:16: build] Error 2
[   86s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[   86s] ### VM INTERACTION START ###
[   89s] [   81.492719] sysrq: Power Off
[   89s] [   81.497738] reboot: Power down
[   89s] ### VM INTERACTION END ###
[   89s] 
[   89s] sheep86 failed "build simtrace2_0.7.0.163.23eb.202111020822.dsc" at 
Tue Nov  2 08:32:50 UTC 2021.
[   89s] 

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


Build failure of network:osmocom:nightly/simtrace2 in Debian_Testing/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/simtrace2/Debian_Testing/x86_64

Package network:osmocom:nightly/simtrace2 failed to build in 
Debian_Testing/x86_64

Check out the package for editing:
  osc checkout network:osmocom:nightly simtrace2

Last lines of build log:
[   93s] 336  0   0 336 150 
obj/simtrace/dfu_board_lowlevel.o
[   93s]   8  0   0   8   8 
obj/simtrace/dfu_boardver_adc.o
[   93s] 652184   0 836 344 obj/simtrace/dfu_led.o
[   93s]  28 16   0  44  2c 
obj/simtrace/dfu_manifest.o
[   93s]1254  010332287 8ef 
obj/simtrace/dfu_uart_console.o
[   93s] 225  0   0 225  e1 
obj/simtrace/dfu_board_simtrace.o
[   93s] 108  0   0 108  6c 
obj/simtrace/dfu_sim_switch.o
[   93s] 929  0   1 930 3a2 obj/simtrace/dfu_main.o
[   93s] 244  0   0 244  f4 obj/simtrace/dfu_dfu.o
[   93s] 636104  72 812 32c 
obj/simtrace/dfu_dfu_desc.o
[   93s]1053 24 5321609 649 
obj/simtrace/dfu_dfu_driver.o
[   93s]   13008  0   11440   244485f80 bin/simtrace-dfu-dfu.elf
[   93s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[   93s] make -C firmware BOARD=simtrace APP=blupdate
[   93s] make[2]: Entering directory '/usr/src/packages/BUILD/firmware'
[   93s] make[2]: *** No rule to make target 'apps/blupdate/usb_strings.txt', 
needed by 'apps/blupdate/usb_strings.txt.patched'.  Stop.
[   93s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[   93s] make[1]: *** [Makefile:11: fw-simtrace-blupdate] Error 2
[   93s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[   93s] dh_auto_build: error: make -j1 returned exit code 2
[   93s] make: *** [debian/rules:16: build] Error 25
[   93s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[   93s] ### VM INTERACTION START ###
[   96s] [   86.895979] sysrq: Power Off
[   96s] [   86.900639] reboot: Power down
[   96s] ### VM INTERACTION END ###
[   96s] 
[   96s] sheep88 failed "build simtrace2_0.7.0.163.23eb.202111020822.dsc" at 
Tue Nov  2 08:32:46 UTC 2021.
[   96s] 

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


Build failure of network:osmocom:nightly/simtrace2 in xUbuntu_20.10/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/simtrace2/xUbuntu_20.10/x86_64

Package network:osmocom:nightly/simtrace2 failed to build in 
xUbuntu_20.10/x86_64

Check out the package for editing:
  osc checkout network:osmocom:nightly simtrace2

Last lines of build log:
[   67s] 340  0   0 340 154 
obj/simtrace/dfu_board_lowlevel.o
[   67s]   8  0   0   8   8 
obj/simtrace/dfu_boardver_adc.o
[   67s] 660184   0 844 34c obj/simtrace/dfu_led.o
[   67s]  28 16   0  44  2c 
obj/simtrace/dfu_manifest.o
[   67s]1270  010332303 8ff 
obj/simtrace/dfu_uart_console.o
[   67s] 225  0   0 225  e1 
obj/simtrace/dfu_board_simtrace.o
[   67s] 108  0   0 108  6c 
obj/simtrace/dfu_sim_switch.o
[   67s] 925  0   1 926 39e obj/simtrace/dfu_main.o
[   67s] 244  0   0 244  f4 obj/simtrace/dfu_dfu.o
[   67s] 636104  72 812 32c 
obj/simtrace/dfu_dfu_desc.o
[   67s]1053 24 5321609 649 
obj/simtrace/dfu_dfu_driver.o
[   67s]   13188  0   11440   246286034 bin/simtrace-dfu-dfu.elf
[   67s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[   67s] make -C firmware BOARD=simtrace APP=blupdate
[   67s] make[2]: Entering directory '/usr/src/packages/BUILD/firmware'
[   67s] make[2]: *** No rule to make target 'apps/blupdate/usb_strings.txt', 
needed by 'apps/blupdate/usb_strings.txt.patched'.  Stop.
[   67s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[   67s] make[1]: *** [Makefile:11: fw-simtrace-blupdate] Error 2
[   67s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[   67s] dh_auto_build: error: make -j1 returned exit code 2
[   67s] make: *** [debian/rules:16: build] Error 25
[   67s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[   67s] ### VM INTERACTION START ###
[   70s] [   63.023255] sysrq: Power Off
[   70s] [   63.026836] reboot: Power down
[   70s] ### VM INTERACTION END ###
[   70s] 
[   70s] goat09 failed "build simtrace2_0.7.0.163.23eb.202111020822.dsc" at Tue 
Nov  2 08:33:03 UTC 2021.
[   70s] 

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


Build failure of network:osmocom:nightly/osmo-iuh in openSUSE_Leap_15.2/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-iuh/openSUSE_Leap_15.2/x86_64

Package network:osmocom:nightly/osmo-iuh failed to build in 
openSUSE_Leap_15.2/x86_64

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

Last lines of build log:
[  143s] intention of the Shared Library Policy is to allow parallel 
installation of
[  143s] multiple versions of the same shared library, hard dependencies likely 
make
[  143s] that impossible. Please remove this dependency and instead move it to 
the
[  143s] runtime uses of your library.
[  143s] 
[  143s] osmo-iuh.x86_64: W: suse-missing-rclink osmo-hnbgw
[  143s] The package contains an init script or systemd service file but lacks 
the
[  143s] symlink /usr/sbin/rcFOO -> /usr/sbin/service
[  143s] 
[  143s] libosmo-hnbap0.x86_64: E: library-without-ldconfig-postin (Badness: 
300) /usr/lib64/libosmo-hnbap.so.0.0.0
[  143s] libosmo-rua0.x86_64: E: library-without-ldconfig-postin (Badness: 300) 
/usr/lib64/libosmo-rua.so.0.0.0
[  143s] This package contains a library and provides no %post scriptlet 
containing a
[  143s] call to ldconfig.
[  143s] 
[  143s] libosmo-hnbap0.x86_64: E: library-without-ldconfig-postun (Badness: 
300) /usr/lib64/libosmo-hnbap.so.0.0.0
[  143s] libosmo-rua0.x86_64: E: library-without-ldconfig-postun (Badness: 300) 
/usr/lib64/libosmo-rua.so.0.0.0
[  143s] This package contains a library and provides no %postun scriptlet 
containing a
[  143s] call to ldconfig.
[  143s] 
[  143s] (none): E: badness 1200 exceeds threshold 1000, aborting.
[  143s] 10 packages and 0 specfiles checked; 4 errors, 21 warnings.
[  143s] 
[  143s] ### VM INTERACTION START ###
[  146s] [  139.754328] sysrq: Power Off
[  146s] [  139.757988] reboot: Power down
[  146s] ### VM INTERACTION END ###
[  146s] 
[  146s] sheep88 failed "build osmo-iuh.spec" at Tue Nov  2 08:33:09 UTC 2021.
[  146s] 

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


Build failure of network:osmocom:nightly/simtrace2 in Debian_10/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/simtrace2/Debian_10/x86_64

Package network:osmocom:nightly/simtrace2 failed to build in Debian_10/x86_64

Check out the package for editing:
  osc checkout network:osmocom:nightly simtrace2

Last lines of build log:
[  120s] 336  0   0 336 150 
obj/simtrace/dfu_board_lowlevel.o
[  120s]1230  010332263 8d7 
obj/simtrace/dfu_uart_console.o
[  120s] 624184   0 808 328 obj/simtrace/dfu_led.o
[  120s]   8  0   0   8   8 
obj/simtrace/dfu_boardver_adc.o
[  120s]  28 16   0  44  2c 
obj/simtrace/dfu_manifest.o
[  120s] 108  0   0 108  6c 
obj/simtrace/dfu_sim_switch.o
[  120s] 225  0   0 225  e1 
obj/simtrace/dfu_board_simtrace.o
[  120s] 929  0   1 930 3a2 obj/simtrace/dfu_main.o
[  120s] 244  0   0 244  f4 obj/simtrace/dfu_dfu.o
[  120s] 640104  72 816 330 
obj/simtrace/dfu_dfu_desc.o
[  120s]1045 24 5321601 641 
obj/simtrace/dfu_dfu_driver.o
[  120s]   13032  0   11440   244725f98 bin/simtrace-dfu-dfu.elf
[  120s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  120s] make -C firmware BOARD=simtrace APP=blupdate
[  120s] make[2]: Entering directory '/usr/src/packages/BUILD/firmware'
[  120s] make[2]: *** No rule to make target 'apps/blupdate/usb_strings.txt', 
needed by 'apps/blupdate/usb_strings.txt.patched'.  Stop.
[  120s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  120s] make[1]: *** [Makefile:11: fw-simtrace-blupdate] Error 2
[  120s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  120s] dh_auto_build: make -j1 returned exit code 2
[  120s] make: *** [debian/rules:16: build] Error 2
[  120s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  120s] ### VM INTERACTION START ###
[  123s] [  111.374553] sysrq: Power Off
[  123s] [  111.382501] reboot: Power down
[  123s] ### VM INTERACTION END ###
[  123s] 
[  123s] lamb17 failed "build simtrace2_0.7.0.163.23eb.202111020822.dsc" at Tue 
Nov  2 08:33:26 UTC 2021.
[  123s] 

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


Build failure of network:osmocom:nightly/osmo-hnodeb in openSUSE_Tumbleweed/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-hnodeb/openSUSE_Tumbleweed/x86_64

Package network:osmocom:nightly/osmo-hnodeb failed to build in 
openSUSE_Tumbleweed/x86_64

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

Last lines of build log:
[   22s] checking for gcc option to produce PIC... -fPIC -DPIC
[   22s] checking if gcc PIC flag -fPIC -DPIC works... yes
[   22s] checking if gcc static flag -static works... no
[   22s] checking if gcc supports -c -o file.o... yes
[   22s] checking if gcc supports -c -o file.o... (cached) yes
[   22s] checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld -m 
elf_x86_64) supports shared libraries... yes
[   22s] checking whether -lc should be explicitly linked in... no
[   22s] checking dynamic linker characteristics... GNU/Linux ld.so
[   22s] checking how to hardcode library paths into programs... immediate
[   22s] checking whether stripping libraries is possible... yes
[   22s] checking if libtool supports shared libraries... yes
[   22s] checking whether to build shared libraries... yes
[   22s] checking whether to build static libraries... yes
[   22s] checking for pkg-config... /usr/bin/pkg-config
[   22s] checking for x86_64-suse-linux-gnu-pkg-config... 
/usr/bin/x86_64-suse-linux-gnu-pkg-config
[   22s] checking pkg-config is at least version 0.20... yes
[   22s] configure: error: Please install autoconf-archive; re-run 'autoreconf 
-fi' for it to take effect.
[   23s] error: Bad exit status from /var/tmp/rpm-tmp.YzX1aj (%build)
[   23s] 
[   23s] 
[   23s] RPM build errors:
[   23s] Bad exit status from /var/tmp/rpm-tmp.YzX1aj (%build)
[   23s] ### VM INTERACTION START ###
[   26s] [   21.718097][  T417] sysrq: Power Off
[   26s] [   21.721017][  T149] reboot: Power down
[   26s] ### VM INTERACTION END ###
[   26s] 
[   26s] goat03 failed "build osmo-hnodeb.spec" at Tue Nov  2 08:33:25 UTC 2021.
[   26s] 

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


Build failure of network:osmocom:nightly/osmo-hnodeb in openSUSE_Leap_15.1/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-hnodeb/openSUSE_Leap_15.1/x86_64

Package network:osmocom:nightly/osmo-hnodeb failed to build in 
openSUSE_Leap_15.1/x86_64

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

Last lines of build log:
[   46s] checking for gcc option to produce PIC... -fPIC -DPIC
[   46s] checking if gcc PIC flag -fPIC -DPIC works... yes
[   46s] checking if gcc static flag -static works... no
[   47s] checking if gcc supports -c -o file.o... yes
[   47s] checking if gcc supports -c -o file.o... (cached) yes
[   47s] checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld -m 
elf_x86_64) supports shared libraries... yes
[   47s] checking whether -lc should be explicitly linked in... no
[   47s] checking dynamic linker characteristics... GNU/Linux ld.so
[   47s] checking how to hardcode library paths into programs... immediate
[   47s] checking whether stripping libraries is possible... yes
[   47s] checking if libtool supports shared libraries... yes
[   47s] checking whether to build shared libraries... yes
[   47s] checking whether to build static libraries... yes
[   47s] checking for pkg-config... /usr/bin/pkg-config
[   47s] checking for x86_64-suse-linux-gnu-pkg-config... 
/usr/bin/x86_64-suse-linux-gnu-pkg-config
[   47s] checking pkg-config is at least version 0.20... yes
[   47s] configure: error: Please install autoconf-archive; re-run 'autoreconf 
-fi' for it to take effect.
[   47s] error: Bad exit status from /var/tmp/rpm-tmp.Kyhz96 (%build)
[   47s] 
[   47s] 
[   47s] RPM build errors:
[   47s] Bad exit status from /var/tmp/rpm-tmp.Kyhz96 (%build)
[   47s] ### VM INTERACTION START ###
[   50s] [   41.546272] sysrq: SysRq : Power Off
[   50s] [   41.551015] reboot: Power down
[   50s] ### VM INTERACTION END ###
[   50s] 
[   50s] lamb18 failed "build osmo-hnodeb.spec" at Tue Nov  2 08:33:47 UTC 2021.
[   50s] 

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


Build failure of network:osmocom:nightly/simtrace2 in xUbuntu_21.04/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/simtrace2/xUbuntu_21.04/x86_64

Package network:osmocom:nightly/simtrace2 failed to build in 
xUbuntu_21.04/x86_64

Check out the package for editing:
  osc checkout network:osmocom:nightly simtrace2

Last lines of build log:
[  132s] 340  0   0 340 154 
obj/simtrace/dfu_board_lowlevel.o
[  132s]   8  0   0   8   8 
obj/simtrace/dfu_boardver_adc.o
[  132s] 660184   0 844 34c obj/simtrace/dfu_led.o
[  132s]  28 16   0  44  2c 
obj/simtrace/dfu_manifest.o
[  132s]1270  010332303 8ff 
obj/simtrace/dfu_uart_console.o
[  132s] 225  0   0 225  e1 
obj/simtrace/dfu_board_simtrace.o
[  132s] 108  0   0 108  6c 
obj/simtrace/dfu_sim_switch.o
[  132s] 925  0   1 926 39e obj/simtrace/dfu_main.o
[  132s] 244  0   0 244  f4 obj/simtrace/dfu_dfu.o
[  132s] 636104  72 812 32c 
obj/simtrace/dfu_dfu_desc.o
[  132s]1053 24 5321609 649 
obj/simtrace/dfu_dfu_driver.o
[  132s]3700  01368506813cc bin/simtrace-dfu-dfu.elf
[  132s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  132s] make -C firmware BOARD=simtrace APP=blupdate
[  132s] make[2]: Entering directory '/usr/src/packages/BUILD/firmware'
[  133s] make[2]: *** No rule to make target 'apps/blupdate/usb_strings.txt', 
needed by 'apps/blupdate/usb_strings.txt.patched'.  Stop.
[  133s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  133s] make[1]: *** [Makefile:11: fw-simtrace-blupdate] Error 2
[  133s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  133s] dh_auto_build: error: make -j1 returned exit code 2
[  133s] make: *** [debian/rules:16: build] Error 25
[  133s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  133s] ### VM INTERACTION START ###
[  136s] [  124.132871] sysrq: Power Off
[  136s] [  124.139824] reboot: Power down
[  136s] ### VM INTERACTION END ###
[  136s] 
[  136s] lamb15 failed "build simtrace2_0.7.0.163.23eb.202111020822.dsc" at Tue 
Nov  2 08:33:52 UTC 2021.
[  136s] 

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


Build failure of network:osmocom:nightly/simtrace2 in Debian_10/i586

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/simtrace2/Debian_10/i586

Package network:osmocom:nightly/simtrace2 failed to build in Debian_10/i586

Check out the package for editing:
  osc checkout network:osmocom:nightly simtrace2

Last lines of build log:
[  122s] 336  0   0 336 150 
obj/simtrace/dfu_board_lowlevel.o
[  122s]1230  010332263 8d7 
obj/simtrace/dfu_uart_console.o
[  122s] 624184   0 808 328 obj/simtrace/dfu_led.o
[  122s]   8  0   0   8   8 
obj/simtrace/dfu_boardver_adc.o
[  122s]  28 16   0  44  2c 
obj/simtrace/dfu_manifest.o
[  122s] 108  0   0 108  6c 
obj/simtrace/dfu_sim_switch.o
[  122s] 225  0   0 225  e1 
obj/simtrace/dfu_board_simtrace.o
[  122s] 929  0   1 930 3a2 obj/simtrace/dfu_main.o
[  122s] 244  0   0 244  f4 obj/simtrace/dfu_dfu.o
[  122s] 640104  72 816 330 
obj/simtrace/dfu_dfu_desc.o
[  122s]1045 24 5321601 641 
obj/simtrace/dfu_dfu_driver.o
[  122s]   13032  0   11440   244725f98 bin/simtrace-dfu-dfu.elf
[  122s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  122s] make -C firmware BOARD=simtrace APP=blupdate
[  122s] make[2]: Entering directory '/usr/src/packages/BUILD/firmware'
[  122s] make[2]: *** No rule to make target 'apps/blupdate/usb_strings.txt', 
needed by 'apps/blupdate/usb_strings.txt.patched'.  Stop.
[  122s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  122s] make[1]: *** [Makefile:11: fw-simtrace-blupdate] Error 2
[  122s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  122s] dh_auto_build: make -j1 returned exit code 2
[  122s] make: *** [debian/rules:16: build] Error 2
[  122s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  122s] ### VM INTERACTION START ###
[  125s] [  114.284077] sysrq: Power Off
[  125s] [  114.289472] reboot: Power down
[  126s] ### VM INTERACTION END ###
[  126s] 
[  126s] lamb61 failed "build simtrace2_0.7.0.163.23eb.202111020822.dsc" at Tue 
Nov  2 08:33:44 UTC 2021.
[  126s] 

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


Build failure of network:osmocom:nightly/osmo-hnodeb in CentOS_8/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-hnodeb/CentOS_8/x86_64

Package network:osmocom:nightly/osmo-hnodeb failed to build in CentOS_8/x86_64

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

Last lines of build log:
[  109s] checking for gcc option to produce PIC... -fPIC -DPIC
[  109s] checking if gcc PIC flag -fPIC -DPIC works... yes
[  109s] checking if gcc static flag -static works... no
[  109s] checking if gcc supports -c -o file.o... yes
[  109s] checking if gcc supports -c -o file.o... (cached) yes
[  109s] checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports 
shared libraries... yes
[  109s] checking whether -lc should be explicitly linked in... no
[  109s] checking dynamic linker characteristics... GNU/Linux ld.so
[  109s] checking how to hardcode library paths into programs... immediate
[  109s] checking whether stripping libraries is possible... yes
[  109s] checking if libtool supports shared libraries... yes
[  109s] checking whether to build shared libraries... yes
[  109s] checking whether to build static libraries... yes
[  109s] checking for pkg-config... /usr/bin/pkg-config
[  109s] checking for x86_64-redhat-linux-gnu-pkg-config... 
/usr/bin/x86_64-redhat-linux-gnu-pkg-config
[  109s] checking pkg-config is at least version 0.20... yes
[  109s] configure: error: Please install autoconf-archive; re-run 'autoreconf 
-fi' for it to take effect.
[  109s] error: Bad exit status from /var/tmp/rpm-tmp.ye8wmj (%build)
[  109s] 
[  109s] 
[  109s] RPM build errors:
[  109s] Bad exit status from /var/tmp/rpm-tmp.ye8wmj (%build)
[  109s] ### VM INTERACTION START ###
[  111s] Powering off.
[  111s] [   95.909143] reboot: Power down
[  111s] ### VM INTERACTION END ###
[  111s] 
[  111s] lamb53 failed "build osmo-hnodeb.spec" at Tue Nov  2 08:34:18 UTC 2021.
[  111s] 

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


Build failure of network:osmocom:nightly/simtrace2 in xUbuntu_18.04/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/simtrace2/xUbuntu_18.04/x86_64

Package network:osmocom:nightly/simtrace2 failed to build in 
xUbuntu_18.04/x86_64

Check out the package for editing:
  osc checkout network:osmocom:nightly simtrace2

Last lines of build log:
[  130s] 624184   0 808 328 obj/simtrace/dfu_led.o
[  130s]   8  0   0   8   8 
obj/simtrace/dfu_boardver_adc.o
[  130s]  28 16   0  44  2c 
obj/simtrace/dfu_manifest.o
[  130s] 104  0   0 104  68 
obj/simtrace/dfu_sim_switch.o
[  130s] 225  0   0 225  e1 
obj/simtrace/dfu_board_simtrace.o
[  130s] 929  0   1 930 3a2 obj/simtrace/dfu_main.o
[  130s] 244  0   0 244  f4 obj/simtrace/dfu_dfu.o
[  130s] 640104  72 816 330 
obj/simtrace/dfu_dfu_desc.o
[  130s]1053 24 5321609 649 
obj/simtrace/dfu_dfu_driver.o
[  130s]   13112  0   11440   245525fe8 bin/simtrace-dfu-dfu.elf
[  130s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  130s] make -C firmware BOARD=simtrace APP=blupdate
[  130s] make[2]: Entering directory '/usr/src/packages/BUILD/firmware'
[  130s] make[2]: *** No rule to make target 'apps/blupdate/usb_strings.txt', 
needed by 'apps/blupdate/usb_strings.txt.patched'.  Stop.
[  130s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  130s] Makefile:11: recipe for target 'fw-simtrace-blupdate' failed
[  130s] make[1]: *** [fw-simtrace-blupdate] Error 2
[  130s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  130s] dh_auto_build: make -j1 returned exit code 2
[  130s] debian/rules:16: recipe for target 'build' failed
[  130s] make: *** [build] Error 2
[  130s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  130s] ### VM INTERACTION START ###
[  133s] [  120.974495] sysrq: Power Off
[  133s] [  120.993083] reboot: Power down
[  133s] ### VM INTERACTION END ###
[  133s] 
[  133s] cloud115 failed "build simtrace2_0.7.0.163.23eb.202111020822.dsc" at 
Tue Nov  2 08:35:02 UTC 2021.
[  133s] 

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


Build failure of network:osmocom:nightly/simtrace2 in xUbuntu_20.04/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/simtrace2/xUbuntu_20.04/x86_64

Package network:osmocom:nightly/simtrace2 failed to build in 
xUbuntu_20.04/x86_64

Check out the package for editing:
  osc checkout network:osmocom:nightly simtrace2

Last lines of build log:
[  148s] 340  0   0 340 154 
obj/simtrace/dfu_board_lowlevel.o
[  148s]1270  010332303 8ff 
obj/simtrace/dfu_uart_console.o
[  148s] 660184   0 844 34c obj/simtrace/dfu_led.o
[  148s]   8  0   0   8   8 
obj/simtrace/dfu_boardver_adc.o
[  148s]  28 16   0  44  2c 
obj/simtrace/dfu_manifest.o
[  148s] 108  0   0 108  6c 
obj/simtrace/dfu_sim_switch.o
[  148s] 225  0   0 225  e1 
obj/simtrace/dfu_board_simtrace.o
[  148s] 925  0   1 926 39e obj/simtrace/dfu_main.o
[  148s] 244  0   0 244  f4 obj/simtrace/dfu_dfu.o
[  148s] 636104  72 812 32c 
obj/simtrace/dfu_dfu_desc.o
[  148s]1053 24 5321609 649 
obj/simtrace/dfu_dfu_driver.o
[  148s]   13188  0   11440   246286034 bin/simtrace-dfu-dfu.elf
[  148s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  148s] make -C firmware BOARD=simtrace APP=blupdate
[  148s] make[2]: Entering directory '/usr/src/packages/BUILD/firmware'
[  148s] make[2]: *** No rule to make target 'apps/blupdate/usb_strings.txt', 
needed by 'apps/blupdate/usb_strings.txt.patched'.  Stop.
[  148s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  148s] make[1]: *** [Makefile:11: fw-simtrace-blupdate] Error 2
[  148s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  148s] dh_auto_build: error: make -j1 returned exit code 2
[  148s] make: *** [debian/rules:16: build] Error 25
[  148s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  148s] ### VM INTERACTION START ###
[  151s] [  139.030835] sysrq: Power Off
[  151s] [  139.050576] reboot: Power down
[  151s] ### VM INTERACTION END ###
[  151s] 
[  152s] lamb02 failed "build simtrace2_0.7.0.163.23eb.202111020822.dsc" at Tue 
Nov  2 08:34:37 UTC 2021.
[  152s] 

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


Build failure of network:osmocom:nightly/simtrace2 in Debian_11/i586

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/simtrace2/Debian_11/i586

Package network:osmocom:nightly/simtrace2 failed to build in Debian_11/i586

Check out the package for editing:
  osc checkout network:osmocom:nightly simtrace2

Last lines of build log:
[  142s] 336  0   0 336 150 
obj/simtrace/dfu_board_lowlevel.o
[  142s]   8  0   0   8   8 
obj/simtrace/dfu_boardver_adc.o
[  142s] 652184   0 836 344 obj/simtrace/dfu_led.o
[  142s]  28 16   0  44  2c 
obj/simtrace/dfu_manifest.o
[  142s]1254  010332287 8ef 
obj/simtrace/dfu_uart_console.o
[  142s] 225  0   0 225  e1 
obj/simtrace/dfu_board_simtrace.o
[  142s] 108  0   0 108  6c 
obj/simtrace/dfu_sim_switch.o
[  142s] 929  0   1 930 3a2 obj/simtrace/dfu_main.o
[  142s] 244  0   0 244  f4 obj/simtrace/dfu_dfu.o
[  142s] 636104  72 812 32c 
obj/simtrace/dfu_dfu_desc.o
[  142s]1053 24 5321609 649 
obj/simtrace/dfu_dfu_driver.o
[  142s]   13008  0   11440   244485f80 bin/simtrace-dfu-dfu.elf
[  142s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  142s] make -C firmware BOARD=simtrace APP=blupdate
[  142s] make[2]: Entering directory '/usr/src/packages/BUILD/firmware'
[  142s] make[2]: *** No rule to make target 'apps/blupdate/usb_strings.txt', 
needed by 'apps/blupdate/usb_strings.txt.patched'.  Stop.
[  142s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  142s] make[1]: *** [Makefile:11: fw-simtrace-blupdate] Error 2
[  142s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  142s] dh_auto_build: error: make -j1 returned exit code 2
[  142s] make: *** [debian/rules:16: build] Error 25
[  142s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  142s] ### VM INTERACTION START ###
[  145s] [  131.624690] sysrq: Power Off
[  146s] [  131.639726] reboot: Power down
[  146s] ### VM INTERACTION END ###
[  146s] 
[  146s] lamb21 failed "build simtrace2_0.7.0.163.23eb.202111020822.dsc" at Tue 
Nov  2 08:35:40 UTC 2021.
[  146s] 

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


Build failure of network:osmocom:nightly/simtrace2 in xUbuntu_21.10/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/simtrace2/xUbuntu_21.10/x86_64

Package network:osmocom:nightly/simtrace2 failed to build in 
xUbuntu_21.10/x86_64

Check out the package for editing:
  osc checkout network:osmocom:nightly simtrace2

Last lines of build log:
[   85s] 340  0   0 340 154 
obj/simtrace/dfu_board_lowlevel.o
[   85s]   8  0   0   8   8 
obj/simtrace/dfu_boardver_adc.o
[   85s] 660184   0 844 34c obj/simtrace/dfu_led.o
[   85s]  28 16   0  44  2c 
obj/simtrace/dfu_manifest.o
[   85s]1270  010332303 8ff 
obj/simtrace/dfu_uart_console.o
[   85s] 225  0   0 225  e1 
obj/simtrace/dfu_board_simtrace.o
[   85s] 108  0   0 108  6c 
obj/simtrace/dfu_sim_switch.o
[   85s] 925  0   1 926 39e obj/simtrace/dfu_main.o
[   85s] 244  0   0 244  f4 obj/simtrace/dfu_dfu.o
[   85s] 636104  72 812 32c 
obj/simtrace/dfu_dfu_desc.o
[   85s]1053 24 5321609 649 
obj/simtrace/dfu_dfu_driver.o
[   85s]3700  01368506813cc bin/simtrace-dfu-dfu.elf
[   85s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[   85s] make -C firmware BOARD=simtrace APP=blupdate
[   85s] make[2]: Entering directory '/usr/src/packages/BUILD/firmware'
[   85s] make[2]: *** No rule to make target 'apps/blupdate/usb_strings.txt', 
needed by 'apps/blupdate/usb_strings.txt.patched'.  Stop.
[   85s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[   85s] make[1]: *** [Makefile:11: fw-simtrace-blupdate] Error 2
[   85s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[   85s] dh_auto_build: error: make -j1 returned exit code 2
[   85s] make: *** [debian/rules:16: build] Error 25
[   85s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[   85s] ### VM INTERACTION START ###
[   88s] [   80.168636] sysrq: Power Off
[   88s] [   80.172632] reboot: Power down
[   88s] ### VM INTERACTION END ###
[   88s] 
[   88s] sheep87 failed "build simtrace2_0.7.0.163.23eb.202111020822.dsc" at 
Tue Nov  2 08:36:45 UTC 2021.
[   88s] 

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


Build failure of network:osmocom:nightly/simtrace2 in Debian_Unstable/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/simtrace2/Debian_Unstable/x86_64

Package network:osmocom:nightly/simtrace2 failed to build in 
Debian_Unstable/x86_64

Check out the package for editing:
  osc checkout network:osmocom:nightly simtrace2

Last lines of build log:
[   77s] 336  0   4 340 154 
obj/simtrace/dfu_board_lowlevel.o
[   77s]   8  0   0   8   8 
obj/simtrace/dfu_boardver_adc.o
[   77s] 656184   0 840 348 obj/simtrace/dfu_led.o
[   77s]  28 16   0  44  2c 
obj/simtrace/dfu_manifest.o
[   77s]1254  010332287 8ef 
obj/simtrace/dfu_uart_console.o
[   77s] 225  0   0 225  e1 
obj/simtrace/dfu_board_simtrace.o
[   77s] 108  0   0 108  6c 
obj/simtrace/dfu_sim_switch.o
[   77s] 909  0  20 929 3a1 obj/simtrace/dfu_main.o
[   77s] 244  0   0 244  f4 obj/simtrace/dfu_dfu.o
[   77s] 636104  72 812 32c 
obj/simtrace/dfu_dfu_desc.o
[   77s]1053 24 5321609 649 
obj/simtrace/dfu_dfu_driver.o
[   77s]   13176  0   11444   24620602c bin/simtrace-dfu-dfu.elf
[   77s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[   77s] make -C firmware BOARD=simtrace APP=blupdate
[   77s] make[2]: Entering directory '/usr/src/packages/BUILD/firmware'
[   77s] make[2]: *** No rule to make target 'apps/blupdate/usb_strings.txt', 
needed by 'apps/blupdate/usb_strings.txt.patched'.  Stop.
[   77s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[   77s] make[1]: *** [Makefile:11: fw-simtrace-blupdate] Error 2
[   77s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[   77s] dh_auto_build: error: make -j1 returned exit code 2
[   77s] make: *** [debian/rules:16: build] Error 25
[   77s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[   77s] ### VM INTERACTION START ###
[   80s] [   70.945460] sysrq: Power Off
[   80s] [   70.949190] reboot: Power down
[   80s] ### VM INTERACTION END ###
[   80s] 
[   80s] goat09 failed "build simtrace2_0.7.0.163.23eb.202111020822.dsc" at Tue 
Nov  2 08:36:12 UTC 2021.
[   80s] 

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


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

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-hnodeb/Debian_9.0/x86_64

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

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

Last lines of build log:
[   99s] #define VERSION "UNKNOWN"
[   99s] #define STDC_HEADERS 1
[   99s] #define HAVE_SYS_TYPES_H 1
[   99s] #define HAVE_SYS_STAT_H 1
[   99s] #define HAVE_STDLIB_H 1
[   99s] #define HAVE_STRING_H 1
[   99s] #define HAVE_MEMORY_H 1
[   99s] #define HAVE_STRINGS_H 1
[   99s] #define HAVE_INTTYPES_H 1
[   99s] #define HAVE_STDINT_H 1
[   99s] #define HAVE_UNISTD_H 1
[   99s] #define HAVE_DLFCN_H 1
[   99s] #define LT_OBJDIR ".libs/"
[   99s] 
[   99s] configure: exit 1
[   99s] dh_auto_configure: ./configure --build=x86_64-linux-gnu --prefix=/usr 
--includedir=${prefix}/include --mandir=${prefix}/share/man 
--infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-silent-rules --libdir=${prefix}/lib/x86_64-linux-gnu 
--libexecdir=${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode 
--disable-dependency-tracking --with-systemdsystemunitdir=/lib/systemd/system 
--enable-manuals returned exit code 1
[   99s] debian/rules:50: recipe for target 'override_dh_auto_configure' failed
[   99s] make[1]: *** [override_dh_auto_configure] Error 2
[   99s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[   99s] debian/rules:45: recipe for target 'build' failed
[   99s] make: *** [build] Error 2
[   99s] dpkg-buildpackage: error: debian/rules build gave error exit status 2
[   99s] ### VM INTERACTION START ###
[  102s] [   95.415641] sysrq: Power Off
[  102s] [   95.419412] reboot: Power down
[  102s] ### VM INTERACTION END ###
[  102s] 
[  102s] goat13 failed "build osmo-hnodeb_0.0.0.202111020822.dsc" at Tue Nov  2 
08:37:27 UTC 2021.
[  102s] 

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


Build failure of network:osmocom:nightly/simtrace2 in Debian_11/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/simtrace2/Debian_11/x86_64

Package network:osmocom:nightly/simtrace2 failed to build in Debian_11/x86_64

Check out the package for editing:
  osc checkout network:osmocom:nightly simtrace2

Last lines of build log:
[  129s] 336  0   0 336 150 
obj/simtrace/dfu_board_lowlevel.o
[  129s]   8  0   0   8   8 
obj/simtrace/dfu_boardver_adc.o
[  129s] 652184   0 836 344 obj/simtrace/dfu_led.o
[  129s]  28 16   0  44  2c 
obj/simtrace/dfu_manifest.o
[  129s]1254  010332287 8ef 
obj/simtrace/dfu_uart_console.o
[  129s] 225  0   0 225  e1 
obj/simtrace/dfu_board_simtrace.o
[  129s] 108  0   0 108  6c 
obj/simtrace/dfu_sim_switch.o
[  129s] 929  0   1 930 3a2 obj/simtrace/dfu_main.o
[  129s] 244  0   0 244  f4 obj/simtrace/dfu_dfu.o
[  129s] 636104  72 812 32c 
obj/simtrace/dfu_dfu_desc.o
[  129s]1053 24 5321609 649 
obj/simtrace/dfu_dfu_driver.o
[  129s]   13008  0   11440   244485f80 bin/simtrace-dfu-dfu.elf
[  129s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  129s] make -C firmware BOARD=simtrace APP=blupdate
[  129s] make[2]: Entering directory '/usr/src/packages/BUILD/firmware'
[  129s] make[2]: *** No rule to make target 'apps/blupdate/usb_strings.txt', 
needed by 'apps/blupdate/usb_strings.txt.patched'.  Stop.
[  129s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  129s] make[1]: *** [Makefile:11: fw-simtrace-blupdate] Error 2
[  129s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  129s] dh_auto_build: error: make -j1 returned exit code 2
[  129s] make: *** [debian/rules:16: build] Error 25
[  129s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  129s] ### VM INTERACTION START ###
[  133s] [  118.629650] sysrq: Power Off
[  133s] [  118.635591] reboot: Power down
[  133s] ### VM INTERACTION END ###
[  133s] 
[  133s] lamb10 failed "build simtrace2_0.7.0.163.23eb.202111020822.dsc" at Tue 
Nov  2 08:37:58 UTC 2021.
[  133s] 

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


Build failure of network:osmocom:nightly/osmo-iuh in openSUSE_Leap_15.1/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-iuh/openSUSE_Leap_15.1/x86_64

Package network:osmocom:nightly/osmo-iuh failed to build in 
openSUSE_Leap_15.1/x86_64

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

Last lines of build log:
[  249s] intention of the Shared Library Policy is to allow parallel 
installation of
[  249s] multiple versions of the same shared library, hard dependencies likely 
make
[  249s] that impossible. Please remove this dependency and instead move it to 
the
[  249s] runtime uses of your library.
[  249s] 
[  249s] osmo-iuh.x86_64: W: suse-missing-rclink osmo-hnbgw
[  249s] The package contains an init script or systemd service file but lacks 
the
[  249s] symlink /usr/sbin/rcFOO -> /usr/sbin/service
[  249s] 
[  249s] libosmo-hnbap0.x86_64: E: library-without-ldconfig-postin (Badness: 
300) /usr/lib64/libosmo-hnbap.so.0.0.0
[  249s] libosmo-rua0.x86_64: E: library-without-ldconfig-postin (Badness: 300) 
/usr/lib64/libosmo-rua.so.0.0.0
[  249s] This package contains a library and provides no %post scriptlet 
containing a
[  249s] call to ldconfig.
[  249s] 
[  249s] libosmo-hnbap0.x86_64: E: library-without-ldconfig-postun (Badness: 
300) /usr/lib64/libosmo-hnbap.so.0.0.0
[  249s] libosmo-rua0.x86_64: E: library-without-ldconfig-postun (Badness: 300) 
/usr/lib64/libosmo-rua.so.0.0.0
[  250s] This package contains a library and provides no %postun scriptlet 
containing a
[  250s] call to ldconfig.
[  250s] 
[  250s] (none): E: badness 1200 exceeds threshold 1000, aborting.
[  250s] 10 packages and 0 specfiles checked; 4 errors, 21 warnings.
[  250s] 
[  250s] ### VM INTERACTION START ###
[  253s] [  242.291055] sysrq: SysRq : Power Off
[  253s] [  242.296445] reboot: Power down
[  253s] ### VM INTERACTION END ###
[  253s] 
[  253s] lamb04 failed "build osmo-iuh.spec" at Tue Nov  2 08:37:10 UTC 2021.
[  253s] 

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


Build failure of network:osmocom:nightly/simtrace2 in Debian_10/aarch64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/simtrace2/Debian_10/aarch64

Package network:osmocom:nightly/simtrace2 failed to build in Debian_10/aarch64

Check out the package for editing:
  osc checkout network:osmocom:nightly simtrace2

Last lines of build log:
[  111s] 336  0   0 336 150 
obj/simtrace/dfu_board_lowlevel.o
[  111s]1230  010332263 8d7 
obj/simtrace/dfu_uart_console.o
[  111s] 624184   0 808 328 obj/simtrace/dfu_led.o
[  111s]   8  0   0   8   8 
obj/simtrace/dfu_boardver_adc.o
[  111s]  28 16   0  44  2c 
obj/simtrace/dfu_manifest.o
[  111s] 108  0   0 108  6c 
obj/simtrace/dfu_sim_switch.o
[  111s] 225  0   0 225  e1 
obj/simtrace/dfu_board_simtrace.o
[  111s] 929  0   1 930 3a2 obj/simtrace/dfu_main.o
[  111s] 244  0   0 244  f4 obj/simtrace/dfu_dfu.o
[  111s] 640104  72 816 330 
obj/simtrace/dfu_dfu_desc.o
[  111s]1045 24 5321601 641 
obj/simtrace/dfu_dfu_driver.o
[  111s]   13032  0   11440   244725f98 bin/simtrace-dfu-dfu.elf
[  111s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  111s] make -C firmware BOARD=simtrace APP=blupdate
[  111s] make[2]: Entering directory '/usr/src/packages/BUILD/firmware'
[  111s] make[2]: *** No rule to make target 'apps/blupdate/usb_strings.txt', 
needed by 'apps/blupdate/usb_strings.txt.patched'.  Stop.
[  111s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  111s] make[1]: *** [Makefile:11: fw-simtrace-blupdate] Error 2
[  111s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  111s] dh_auto_build: make -j1 returned exit code 2
[  111s] make: *** [debian/rules:16: build] Error 2
[  111s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  111s] ### VM INTERACTION START ###
[  114s] [   99.662136] sysrq: Power Off
[  114s] [   99.662765] reboot: Power down
[  114s] ### VM INTERACTION END ###
[  114s] 
[  114s] obs-arm-10 failed "build simtrace2_0.7.0.163.23eb.202111020822.dsc" at 
Tue Nov  2 08:38:04 UTC 2021.
[  114s] 

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


Build failure of network:osmocom:nightly/osmo-hnodeb in openSUSE_Factory_ARM/aarch64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-hnodeb/openSUSE_Factory_ARM/aarch64

Package network:osmocom:nightly/osmo-hnodeb failed to build in 
openSUSE_Factory_ARM/aarch64

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

Last lines of build log:
[   39s] checking for gcc option to produce PIC... -fPIC -DPIC
[   39s] checking if gcc PIC flag -fPIC -DPIC works... yes
[   39s] checking if gcc static flag -static works... no
[   39s] checking if gcc supports -c -o file.o... yes
[   39s] checking if gcc supports -c -o file.o... (cached) yes
[   39s] checking whether the gcc linker (/usr/aarch64-suse-linux/bin/ld) 
supports shared libraries... yes
[   39s] checking whether -lc should be explicitly linked in... no
[   39s] checking dynamic linker characteristics... GNU/Linux ld.so
[   39s] checking how to hardcode library paths into programs... immediate
[   39s] checking whether stripping libraries is possible... yes
[   39s] checking if libtool supports shared libraries... yes
[   39s] checking whether to build shared libraries... yes
[   39s] checking whether to build static libraries... yes
[   39s] checking for pkg-config... /usr/bin/pkg-config
[   39s] checking for aarch64-suse-linux-gnu-pkg-config... 
/usr/bin/aarch64-suse-linux-gnu-pkg-config
[   39s] checking pkg-config is at least version 0.20... yes
[   39s] configure: error: Please install autoconf-archive; re-run 'autoreconf 
-fi' for it to take effect.
[   39s] error: Bad exit status from /var/tmp/rpm-tmp.K4Ru3N (%build)
[   39s] 
[   39s] 
[   39s] RPM build errors:
[   39s] Bad exit status from /var/tmp/rpm-tmp.K4Ru3N (%build)
[   39s] ### VM INTERACTION START ###
[   43s] [   32.933513][  T385] sysrq: Power Off
[   43s] [   32.934141][   T15] reboot: Power down
[   43s] ### VM INTERACTION END ###
[   43s] 
[   43s] obs-arm-11 failed "build osmo-hnodeb.spec" at Tue Nov  2 08:39:06 UTC 
2021.
[   43s] 

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


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

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-hnodeb/Debian_9.0/i586

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

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

Last lines of build log:
[  107s] #define VERSION "UNKNOWN"
[  107s] #define STDC_HEADERS 1
[  107s] #define HAVE_SYS_TYPES_H 1
[  107s] #define HAVE_SYS_STAT_H 1
[  107s] #define HAVE_STDLIB_H 1
[  107s] #define HAVE_STRING_H 1
[  107s] #define HAVE_MEMORY_H 1
[  107s] #define HAVE_STRINGS_H 1
[  107s] #define HAVE_INTTYPES_H 1
[  107s] #define HAVE_STDINT_H 1
[  107s] #define HAVE_UNISTD_H 1
[  107s] #define HAVE_DLFCN_H 1
[  107s] #define LT_OBJDIR ".libs/"
[  107s] 
[  107s] configure: exit 1
[  107s] dh_auto_configure: ./configure --build=i686-linux-gnu --prefix=/usr 
--includedir=${prefix}/include --mandir=${prefix}/share/man 
--infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-silent-rules --libdir=${prefix}/lib/i386-linux-gnu 
--libexecdir=${prefix}/lib/i386-linux-gnu --disable-maintainer-mode 
--disable-dependency-tracking --with-systemdsystemunitdir=/lib/systemd/system 
--enable-manuals returned exit code 1
[  107s] debian/rules:50: recipe for target 'override_dh_auto_configure' failed
[  107s] make[1]: *** [override_dh_auto_configure] Error 2
[  107s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  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] ### VM INTERACTION START ###
[  110s] [  103.793254] sysrq: Power Off
[  110s] [  103.797510] reboot: Power down
[  110s] ### VM INTERACTION END ###
[  110s] 
[  110s] goat11 failed "build osmo-hnodeb_0.0.0.202111020822.dsc" at Tue Nov  2 
08:40:43 UTC 2021.
[  110s] 

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


Build failure of network:osmocom:nightly/simtrace2 in Debian_11/aarch64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/simtrace2/Debian_11/aarch64

Package network:osmocom:nightly/simtrace2 failed to build in Debian_11/aarch64

Check out the package for editing:
  osc checkout network:osmocom:nightly simtrace2

Last lines of build log:
[  163s] 336  0   0 336 150 
obj/simtrace/dfu_board_lowlevel.o
[  163s]   8  0   0   8   8 
obj/simtrace/dfu_boardver_adc.o
[  163s] 652184   0 836 344 obj/simtrace/dfu_led.o
[  163s]  28 16   0  44  2c 
obj/simtrace/dfu_manifest.o
[  163s]1254  010332287 8ef 
obj/simtrace/dfu_uart_console.o
[  163s] 225  0   0 225  e1 
obj/simtrace/dfu_board_simtrace.o
[  163s] 108  0   0 108  6c 
obj/simtrace/dfu_sim_switch.o
[  163s] 929  0   1 930 3a2 obj/simtrace/dfu_main.o
[  163s] 244  0   0 244  f4 obj/simtrace/dfu_dfu.o
[  163s] 636104  72 812 32c 
obj/simtrace/dfu_dfu_desc.o
[  163s]1053 24 5321609 649 
obj/simtrace/dfu_dfu_driver.o
[  163s]   13008  0   11440   244485f80 bin/simtrace-dfu-dfu.elf
[  163s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  163s] make -C firmware BOARD=simtrace APP=blupdate
[  163s] make[2]: Entering directory '/usr/src/packages/BUILD/firmware'
[  163s] make[2]: *** No rule to make target 'apps/blupdate/usb_strings.txt', 
needed by 'apps/blupdate/usb_strings.txt.patched'.  Stop.
[  163s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  163s] make[1]: *** [Makefile:11: fw-simtrace-blupdate] Error 2
[  163s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  164s] dh_auto_build: error: make -j1 returned exit code 2
[  164s] make: *** [debian/rules:16: build] Error 25
[  164s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  164s] ### VM INTERACTION START ###
[  167s] [  146.412965] sysrq: Power Off
[  167s] [  146.441242] reboot: Power down
[  167s] ### VM INTERACTION END ###
[  167s] 
[  167s] obs-arm-9 failed "build simtrace2_0.7.0.163.23eb.202111020822.dsc" at 
Tue Nov  2 08:41:02 UTC 2021.
[  167s] 

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


Build failure of network:osmocom:nightly/osmo-hnodeb in xUbuntu_19.04/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-hnodeb/xUbuntu_19.04/x86_64

Package network:osmocom:nightly/osmo-hnodeb failed to build in 
xUbuntu_19.04/x86_64

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

Last lines of build log:
[  275s] #define PACKAGE_URL ""
[  275s] #define PACKAGE "osmo-hnodeb"
[  275s] #define VERSION "UNKNOWN"
[  275s] #define STDC_HEADERS 1
[  275s] #define HAVE_SYS_TYPES_H 1
[  275s] #define HAVE_SYS_STAT_H 1
[  275s] #define HAVE_STDLIB_H 1
[  275s] #define HAVE_STRING_H 1
[  275s] #define HAVE_MEMORY_H 1
[  275s] #define HAVE_STRINGS_H 1
[  275s] #define HAVE_INTTYPES_H 1
[  275s] #define HAVE_STDINT_H 1
[  275s] #define HAVE_UNISTD_H 1
[  275s] #define HAVE_DLFCN_H 1
[  275s] #define LT_OBJDIR ".libs/"
[  275s] 
[  275s] configure: exit 1
[  275s] dh_auto_configure: ./configure --build=x86_64-linux-gnu --prefix=/usr 
--includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu 
--libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode 
--disable-dependency-tracking --with-systemdsystemunitdir=/lib/systemd/system 
--enable-manuals returned exit code 1
[  275s] make[1]: *** [debian/rules:50: override_dh_auto_configure] Error 2
[  275s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  275s] make: *** [debian/rules:45: build] Error 2
[  275s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  276s] ### VM INTERACTION START ###
[  279s] [  265.335505] sysrq: Power Off
[  279s] [  265.344498] reboot: Power down
[  279s] ### VM INTERACTION END ###
[  279s] 
[  279s] lamb03 failed "build osmo-hnodeb_0.0.0.202111020822.dsc" at Tue Nov  2 
08:41:03 UTC 2021.
[  279s] 

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


Build failure of network:osmocom:nightly/simtrace2 in Debian_9.0/aarch64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/simtrace2/Debian_9.0/aarch64

Package network:osmocom:nightly/simtrace2 failed to build in Debian_9.0/aarch64

Check out the package for editing:
  osc checkout network:osmocom:nightly simtrace2

Last lines of build log:
[  285s] 628184   0 812 32c obj/simtrace/dfu_led.o
[  285s]   8  0   0   8   8 
obj/simtrace/dfu_boardver_adc.o
[  285s]  28 16   0  44  2c 
obj/simtrace/dfu_manifest.o
[  285s] 104  0   0 104  68 
obj/simtrace/dfu_sim_switch.o
[  285s] 229  0   0 229  e5 
obj/simtrace/dfu_board_simtrace.o
[  285s] 941  0   1 942 3ae obj/simtrace/dfu_main.o
[  285s] 244  0   0 244  f4 obj/simtrace/dfu_dfu.o
[  285s] 640104  72 816 330 
obj/simtrace/dfu_dfu_desc.o
[  285s]1029 24 5321585 631 
obj/simtrace/dfu_dfu_driver.o
[  285s]   13144  0   11440   245846008 bin/simtrace-dfu-dfu.elf
[  285s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  285s] make -C firmware BOARD=simtrace APP=blupdate
[  285s] make[2]: Entering directory '/usr/src/packages/BUILD/firmware'
[  285s] make[2]: *** No rule to make target 'apps/blupdate/usb_strings.txt', 
needed by 'apps/blupdate/usb_strings.txt.patched'.  Stop.
[  285s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  285s] Makefile:11: recipe for target 'fw-simtrace-blupdate' failed
[  285s] make[1]: *** [fw-simtrace-blupdate] Error 2
[  285s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  285s] dh_auto_build: make -j1 returned exit code 2
[  285s] debian/rules:16: recipe for target 'build' failed
[  285s] make: *** [build] Error 2
[  285s] dpkg-buildpackage: error: debian/rules build gave error exit status 2
[  285s] ### VM INTERACTION START ###
[  288s] [  250.191613] sysrq: Power Off
[  288s] [  250.221473] reboot: Power down
[  288s] ### VM INTERACTION END ###
[  288s] 
[  288s] obs-arm-1 failed "build simtrace2_0.7.0.163.23eb.202111020822.dsc" at 
Tue Nov  2 08:42:36 UTC 2021.
[  288s] 

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


Build failure of network:osmocom:nightly/osmo-hnodeb in openSUSE_Leap_15.1_ARM/aarch64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-hnodeb/openSUSE_Leap_15.1_ARM/aarch64

Package network:osmocom:nightly/osmo-hnodeb failed to build in 
openSUSE_Leap_15.1_ARM/aarch64

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

Last lines of build log:
[   70s] checking for gcc option to produce PIC... -fPIC -DPIC
[   71s] checking if gcc PIC flag -fPIC -DPIC works... yes
[   71s] checking if gcc static flag -static works... no
[   71s] checking if gcc supports -c -o file.o... yes
[   71s] checking if gcc supports -c -o file.o... (cached) yes
[   71s] checking whether the gcc linker (/usr/aarch64-suse-linux/bin/ld) 
supports shared libraries... yes
[   71s] checking whether -lc should be explicitly linked in... no
[   71s] checking dynamic linker characteristics... GNU/Linux ld.so
[   71s] checking how to hardcode library paths into programs... immediate
[   71s] checking whether stripping libraries is possible... yes
[   71s] checking if libtool supports shared libraries... yes
[   71s] checking whether to build shared libraries... yes
[   71s] checking whether to build static libraries... yes
[   71s] checking for pkg-config... /usr/bin/pkg-config
[   71s] checking for aarch64-suse-linux-gnu-pkg-config... 
/usr/bin/aarch64-suse-linux-gnu-pkg-config
[   71s] checking pkg-config is at least version 0.20... yes
[   71s] configure: error: Please install autoconf-archive; re-run 'autoreconf 
-fi' for it to take effect.
[   71s] error: Bad exit status from /var/tmp/rpm-tmp.Gg3PJq (%build)
[   71s] 
[   71s] 
[   71s] RPM build errors:
[   71s] Bad exit status from /var/tmp/rpm-tmp.Gg3PJq (%build)
[   71s] ### VM INTERACTION START ###
[   74s] [   59.916422] sysrq: SysRq : Power Off
[   74s] [   59.917860] reboot: Power down
[   74s] ### VM INTERACTION END ###
[   74s] 
[   74s] obs-arm-9 failed "build osmo-hnodeb.spec" at Tue Nov  2 08:43:31 UTC 
2021.
[   74s] 

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


Build failure of network:osmocom:nightly/osmo-hnodeb in Debian_10/i586

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-hnodeb/Debian_10/i586

Package network:osmocom:nightly/osmo-hnodeb failed to build in Debian_10/i586

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

Last lines of build log:
[  301s] #define PACKAGE_URL ""
[  301s] #define PACKAGE "osmo-hnodeb"
[  301s] #define VERSION "UNKNOWN"
[  301s] #define STDC_HEADERS 1
[  301s] #define HAVE_SYS_TYPES_H 1
[  301s] #define HAVE_SYS_STAT_H 1
[  301s] #define HAVE_STDLIB_H 1
[  301s] #define HAVE_STRING_H 1
[  301s] #define HAVE_MEMORY_H 1
[  301s] #define HAVE_STRINGS_H 1
[  301s] #define HAVE_INTTYPES_H 1
[  301s] #define HAVE_STDINT_H 1
[  301s] #define HAVE_UNISTD_H 1
[  301s] #define HAVE_DLFCN_H 1
[  301s] #define LT_OBJDIR ".libs/"
[  301s] 
[  301s] configure: exit 1
[  301s] dh_auto_configure: ./configure --build=i686-linux-gnu --prefix=/usr 
--includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-silent-rules --libdir=\${prefix}/lib/i386-linux-gnu 
--libexecdir=\${prefix}/lib/i386-linux-gnu --disable-maintainer-mode 
--disable-dependency-tracking --with-systemdsystemunitdir=/lib/systemd/system 
--enable-manuals returned exit code 1
[  301s] make[1]: *** [debian/rules:50: override_dh_auto_configure] Error 2
[  301s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  301s] make: *** [debian/rules:45: build] Error 2
[  301s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  301s] ### VM INTERACTION START ###
[  304s] [  278.401179] sysrq: Power Off
[  304s] [  278.404668] reboot: Power down
[  304s] ### VM INTERACTION END ###
[  304s] 
[  304s] cloud114 failed "build osmo-hnodeb_0.0.0.202111020822.dsc" at Tue Nov  
2 08:43:02 UTC 2021.
[  304s] 

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


Build failure of network:osmocom:nightly/osmo-hnodeb in xUbuntu_20.10/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-hnodeb/xUbuntu_20.10/x86_64

Package network:osmocom:nightly/osmo-hnodeb failed to build in 
xUbuntu_20.10/x86_64

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

Last lines of build log:
[  271s] #define PACKAGE_URL ""
[  271s] #define PACKAGE "osmo-hnodeb"
[  271s] #define VERSION "UNKNOWN"
[  271s] #define STDC_HEADERS 1
[  271s] #define HAVE_SYS_TYPES_H 1
[  271s] #define HAVE_SYS_STAT_H 1
[  271s] #define HAVE_STDLIB_H 1
[  271s] #define HAVE_STRING_H 1
[  271s] #define HAVE_MEMORY_H 1
[  271s] #define HAVE_STRINGS_H 1
[  271s] #define HAVE_INTTYPES_H 1
[  271s] #define HAVE_STDINT_H 1
[  271s] #define HAVE_UNISTD_H 1
[  271s] #define HAVE_DLFCN_H 1
[  271s] #define LT_OBJDIR ".libs/"
[  271s] 
[  271s] configure: exit 1
[  271s] dh_auto_configure: error: ./configure --build=x86_64-linux-gnu 
--prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-option-checking --disable-silent-rules 
--libdir=\${prefix}/lib/x86_64-linux-gnu 
--libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode 
--disable-dependency-tracking --with-systemdsystemunitdir=/lib/systemd/system 
--enable-manuals returned exit code 1
[  271s] make[1]: *** [debian/rules:50: override_dh_auto_configure] Error 25
[  271s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  271s] make: *** [debian/rules:45: build] Error 2
[  271s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  271s] ### VM INTERACTION START ###
[  272s] Powering off.
[  272s] [  260.719625] reboot: Power down
[  272s] ### VM INTERACTION END ###
[  272s] 
[  272s] sheep88 failed "build osmo-hnodeb_0.0.0.202111020822.dsc" at Tue Nov  
2 08:44:05 UTC 2021.
[  272s] 

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


Build failure of network:osmocom:nightly/osmo-hnodeb in CentOS_8/aarch64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-hnodeb/CentOS_8/aarch64

Package network:osmocom:nightly/osmo-hnodeb failed to build in CentOS_8/aarch64

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

Last lines of build log:
[  179s] checking for gcc option to produce PIC... -fPIC -DPIC
[  179s] checking if gcc PIC flag -fPIC -DPIC works... yes
[  179s] checking if gcc static flag -static works... no
[  180s] checking if gcc supports -c -o file.o... yes
[  180s] checking if gcc supports -c -o file.o... (cached) yes
[  180s] checking whether the gcc linker (/usr/bin/ld) supports shared 
libraries... yes
[  180s] checking whether -lc should be explicitly linked in... no
[  180s] checking dynamic linker characteristics... GNU/Linux ld.so
[  180s] checking how to hardcode library paths into programs... immediate
[  180s] checking whether stripping libraries is possible... yes
[  180s] checking if libtool supports shared libraries... yes
[  180s] checking whether to build shared libraries... yes
[  180s] checking whether to build static libraries... yes
[  180s] checking for pkg-config... /usr/bin/pkg-config
[  180s] checking for aarch64-redhat-linux-gnu-pkg-config... 
/usr/bin/aarch64-redhat-linux-gnu-pkg-config
[  180s] checking pkg-config is at least version 0.20... yes
[  180s] configure: error: Please install autoconf-archive; re-run 'autoreconf 
-fi' for it to take effect.
[  180s] error: Bad exit status from /var/tmp/rpm-tmp.wR6fRc (%build)
[  180s] 
[  180s] 
[  180s] RPM build errors:
[  180s] Bad exit status from /var/tmp/rpm-tmp.wR6fRc (%build)
[  180s] ### VM INTERACTION START ###
[  181s] Powering off.
[  181s] [  156.877533] reboot: Power down
[  182s] ### VM INTERACTION END ###
[  182s] 
[  182s] obs-arm-8 failed "build osmo-hnodeb.spec" at Tue Nov  2 08:44:24 UTC 
2021.
[  182s] 

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


Build failure of network:osmocom:nightly/osmo-hnodeb in xUbuntu_18.04/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-hnodeb/xUbuntu_18.04/x86_64

Package network:osmocom:nightly/osmo-hnodeb failed to build in 
xUbuntu_18.04/x86_64

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

Last lines of build log:
[  134s] #define VERSION "UNKNOWN"
[  134s] #define STDC_HEADERS 1
[  134s] #define HAVE_SYS_TYPES_H 1
[  134s] #define HAVE_SYS_STAT_H 1
[  134s] #define HAVE_STDLIB_H 1
[  134s] #define HAVE_STRING_H 1
[  134s] #define HAVE_MEMORY_H 1
[  134s] #define HAVE_STRINGS_H 1
[  134s] #define HAVE_INTTYPES_H 1
[  134s] #define HAVE_STDINT_H 1
[  134s] #define HAVE_UNISTD_H 1
[  134s] #define HAVE_DLFCN_H 1
[  134s] #define LT_OBJDIR ".libs/"
[  134s] 
[  134s] configure: exit 1
[  134s] dh_auto_configure: ./configure --build=x86_64-linux-gnu --prefix=/usr 
--includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu 
--libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode 
--disable-dependency-tracking --with-systemdsystemunitdir=/lib/systemd/system 
--enable-manuals returned exit code 1
[  134s] debian/rules:50: recipe for target 'override_dh_auto_configure' failed
[  134s] make[1]: *** [override_dh_auto_configure] Error 2
[  134s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  134s] debian/rules:45: recipe for target 'build' failed
[  134s] make: *** [build] Error 2
[  134s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  134s] ### VM INTERACTION START ###
[  137s] [  130.041348] sysrq: Power Off
[  137s] [  130.045151] reboot: Power down
[  137s] ### VM INTERACTION END ###
[  137s] 
[  137s] goat07 failed "build osmo-hnodeb_0.0.0.202111020822.dsc" at Tue Nov  2 
08:44:57 UTC 2021.
[  137s] 

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


Build failure of network:osmocom:nightly/osmo-hnodeb in Debian_10/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-hnodeb/Debian_10/x86_64

Package network:osmocom:nightly/osmo-hnodeb failed to build in Debian_10/x86_64

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

Last lines of build log:
[  268s] #define PACKAGE_URL ""
[  268s] #define PACKAGE "osmo-hnodeb"
[  268s] #define VERSION "UNKNOWN"
[  268s] #define STDC_HEADERS 1
[  268s] #define HAVE_SYS_TYPES_H 1
[  268s] #define HAVE_SYS_STAT_H 1
[  268s] #define HAVE_STDLIB_H 1
[  268s] #define HAVE_STRING_H 1
[  268s] #define HAVE_MEMORY_H 1
[  268s] #define HAVE_STRINGS_H 1
[  268s] #define HAVE_INTTYPES_H 1
[  268s] #define HAVE_STDINT_H 1
[  268s] #define HAVE_UNISTD_H 1
[  268s] #define HAVE_DLFCN_H 1
[  268s] #define LT_OBJDIR ".libs/"
[  268s] 
[  268s] configure: exit 1
[  268s] dh_auto_configure: ./configure --build=x86_64-linux-gnu --prefix=/usr 
--includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu 
--libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode 
--disable-dependency-tracking --with-systemdsystemunitdir=/lib/systemd/system 
--enable-manuals returned exit code 1
[  268s] make[1]: *** [debian/rules:50: override_dh_auto_configure] Error 2
[  268s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  268s] make: *** [debian/rules:45: build] Error 2
[  268s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  268s] ### VM INTERACTION START ###
[  272s] [  256.573041] sysrq: Power Off
[  272s] [  256.577788] reboot: Power down
[  272s] ### VM INTERACTION END ###
[  272s] 
[  272s] lamb22 failed "build osmo-hnodeb_0.0.0.202111020822.dsc" at Tue Nov  2 
08:45:25 UTC 2021.
[  272s] 

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


Build failure of network:osmocom:nightly/osmo-hnodeb in xUbuntu_21.04/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-hnodeb/xUbuntu_21.04/x86_64

Package network:osmocom:nightly/osmo-hnodeb failed to build in 
xUbuntu_21.04/x86_64

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

Last lines of build log:
[  278s] #define PACKAGE_URL ""
[  278s] #define PACKAGE "osmo-hnodeb"
[  278s] #define VERSION "UNKNOWN"
[  278s] #define STDC_HEADERS 1
[  278s] #define HAVE_SYS_TYPES_H 1
[  278s] #define HAVE_SYS_STAT_H 1
[  278s] #define HAVE_STDLIB_H 1
[  278s] #define HAVE_STRING_H 1
[  278s] #define HAVE_MEMORY_H 1
[  278s] #define HAVE_STRINGS_H 1
[  278s] #define HAVE_INTTYPES_H 1
[  278s] #define HAVE_STDINT_H 1
[  278s] #define HAVE_UNISTD_H 1
[  278s] #define HAVE_DLFCN_H 1
[  278s] #define LT_OBJDIR ".libs/"
[  278s] 
[  278s] configure: exit 1
[  278s] dh_auto_configure: error: ./configure --build=x86_64-linux-gnu 
--prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-option-checking --disable-silent-rules 
--libdir=\${prefix}/lib/x86_64-linux-gnu 
--libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode 
--disable-dependency-tracking --with-systemdsystemunitdir=/lib/systemd/system 
--enable-manuals returned exit code 1
[  278s] make[1]: *** [debian/rules:50: override_dh_auto_configure] Error 25
[  278s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  278s] make: *** [debian/rules:45: build] Error 2
[  278s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  278s] ### VM INTERACTION START ###
[  279s] Powering off.
[  279s] [  265.869798] reboot: Power down
[  279s] ### VM INTERACTION END ###
[  279s] 
[  279s] sheep86 failed "build osmo-hnodeb_0.0.0.202111020822.dsc" at Tue Nov  
2 08:47:15 UTC 2021.
[  279s] 

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


Build failure of network:osmocom:nightly/osmo-hnodeb in xUbuntu_20.04/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-hnodeb/xUbuntu_20.04/x86_64

Package network:osmocom:nightly/osmo-hnodeb failed to build in 
xUbuntu_20.04/x86_64

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

Last lines of build log:
[  249s] #define PACKAGE_URL ""
[  249s] #define PACKAGE "osmo-hnodeb"
[  249s] #define VERSION "UNKNOWN"
[  249s] #define STDC_HEADERS 1
[  249s] #define HAVE_SYS_TYPES_H 1
[  249s] #define HAVE_SYS_STAT_H 1
[  249s] #define HAVE_STDLIB_H 1
[  249s] #define HAVE_STRING_H 1
[  249s] #define HAVE_MEMORY_H 1
[  249s] #define HAVE_STRINGS_H 1
[  249s] #define HAVE_INTTYPES_H 1
[  249s] #define HAVE_STDINT_H 1
[  249s] #define HAVE_UNISTD_H 1
[  249s] #define HAVE_DLFCN_H 1
[  249s] #define LT_OBJDIR ".libs/"
[  249s] 
[  249s] configure: exit 1
[  249s] dh_auto_configure: error: ./configure --build=x86_64-linux-gnu 
--prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu 
--libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode 
--disable-dependency-tracking --with-systemdsystemunitdir=/lib/systemd/system 
--enable-manuals returned exit code 1
[  249s] make[1]: *** [debian/rules:50: override_dh_auto_configure] Error 25
[  249s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  249s] make: *** [debian/rules:45: build] Error 2
[  249s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  249s] ### VM INTERACTION START ###
[  252s] [  241.888747] sysrq: Power Off
[  252s] [  241.896290] reboot: Power down
[  252s] ### VM INTERACTION END ###
[  252s] 
[  252s] sheep83 failed "build osmo-hnodeb_0.0.0.202111020822.dsc" at Tue Nov  
2 08:48:09 UTC 2021.
[  252s] 

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


Build failure of network:osmocom:nightly/osmo-iuh in openSUSE_Leap_15.1_ARM/aarch64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-iuh/openSUSE_Leap_15.1_ARM/aarch64

Package network:osmocom:nightly/osmo-iuh failed to build in 
openSUSE_Leap_15.1_ARM/aarch64

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

Last lines of build log:
[  391s] intention of the Shared Library Policy is to allow parallel 
installation of
[  391s] multiple versions of the same shared library, hard dependencies likely 
make
[  391s] that impossible. Please remove this dependency and instead move it to 
the
[  391s] runtime uses of your library.
[  391s] 
[  391s] osmo-iuh.aarch64: W: suse-missing-rclink osmo-hnbgw
[  391s] The package contains an init script or systemd service file but lacks 
the
[  391s] symlink /usr/sbin/rcFOO -> /usr/sbin/service
[  391s] 
[  391s] libosmo-hnbap0.aarch64: E: library-without-ldconfig-postin (Badness: 
300) /usr/lib64/libosmo-hnbap.so.0.0.0
[  391s] libosmo-rua0.aarch64: E: library-without-ldconfig-postin (Badness: 
300) /usr/lib64/libosmo-rua.so.0.0.0
[  391s] This package contains a library and provides no %post scriptlet 
containing a
[  391s] call to ldconfig.
[  391s] 
[  391s] libosmo-hnbap0.aarch64: E: library-without-ldconfig-postun (Badness: 
300) /usr/lib64/libosmo-hnbap.so.0.0.0
[  391s] libosmo-rua0.aarch64: E: library-without-ldconfig-postun (Badness: 
300) /usr/lib64/libosmo-rua.so.0.0.0
[  391s] This package contains a library and provides no %postun scriptlet 
containing a
[  391s] call to ldconfig.
[  391s] 
[  391s] (none): E: badness 1200 exceeds threshold 1000, aborting.
[  391s] 10 packages and 0 specfiles checked; 4 errors, 21 warnings.
[  391s] 
[  391s] ### VM INTERACTION START ###
[  395s] [  380.851192] sysrq: SysRq : Power Off
[  395s] [  380.902868] reboot: Power down
[  395s] ### VM INTERACTION END ###
[  395s] 
[  395s] obs-arm-8 failed "build osmo-iuh.spec" at Tue Nov  2 08:48:42 UTC 2021.
[  395s] 

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


Build failure of network:osmocom:nightly/osmo-hnodeb in Debian_Testing/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-hnodeb/Debian_Testing/x86_64

Package network:osmocom:nightly/osmo-hnodeb failed to build in 
Debian_Testing/x86_64

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

Last lines of build log:
[  388s] #define PACKAGE_URL ""
[  388s] #define PACKAGE "osmo-hnodeb"
[  388s] #define VERSION "UNKNOWN"
[  388s] #define STDC_HEADERS 1
[  388s] #define HAVE_SYS_TYPES_H 1
[  388s] #define HAVE_SYS_STAT_H 1
[  388s] #define HAVE_STDLIB_H 1
[  388s] #define HAVE_STRING_H 1
[  388s] #define HAVE_MEMORY_H 1
[  388s] #define HAVE_STRINGS_H 1
[  388s] #define HAVE_INTTYPES_H 1
[  388s] #define HAVE_STDINT_H 1
[  388s] #define HAVE_UNISTD_H 1
[  388s] #define HAVE_DLFCN_H 1
[  388s] #define LT_OBJDIR ".libs/"
[  388s] 
[  388s] configure: exit 1
[  388s] dh_auto_configure: error: ./configure --build=x86_64-linux-gnu 
--prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-option-checking --disable-silent-rules 
--libdir=\${prefix}/lib/x86_64-linux-gnu 
--libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode 
--disable-dependency-tracking --with-systemdsystemunitdir=/lib/systemd/system 
--enable-manuals returned exit code 1
[  388s] make[1]: *** [debian/rules:50: override_dh_auto_configure] Error 25
[  388s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  388s] make: *** [debian/rules:45: build] Error 2
[  388s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  388s] ### VM INTERACTION START ###
[  389s] Powering off.
[  389s] [  372.609016] reboot: Power down
[  389s] ### VM INTERACTION END ###
[  389s] 
[  389s] lamb23 failed "build osmo-hnodeb_0.0.0.202111020822.dsc" at Tue Nov  2 
08:49:48 UTC 2021.
[  389s] 

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


Build failure of network:osmocom:nightly/osmo-hnodeb in Debian_10/aarch64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-hnodeb/Debian_10/aarch64

Package network:osmocom:nightly/osmo-hnodeb failed to build in Debian_10/aarch64

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

Last lines of build log:
[  378s] #define PACKAGE_URL ""
[  378s] #define PACKAGE "osmo-hnodeb"
[  378s] #define VERSION "UNKNOWN"
[  378s] #define STDC_HEADERS 1
[  378s] #define HAVE_SYS_TYPES_H 1
[  378s] #define HAVE_SYS_STAT_H 1
[  378s] #define HAVE_STDLIB_H 1
[  378s] #define HAVE_STRING_H 1
[  378s] #define HAVE_MEMORY_H 1
[  378s] #define HAVE_STRINGS_H 1
[  378s] #define HAVE_INTTYPES_H 1
[  378s] #define HAVE_STDINT_H 1
[  378s] #define HAVE_UNISTD_H 1
[  378s] #define HAVE_DLFCN_H 1
[  378s] #define LT_OBJDIR ".libs/"
[  378s] 
[  378s] configure: exit 1
[  378s] dh_auto_configure: ./configure --build=aarch64-linux-gnu --prefix=/usr 
--includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-silent-rules --libdir=\${prefix}/lib/aarch64-linux-gnu 
--libexecdir=\${prefix}/lib/aarch64-linux-gnu --disable-maintainer-mode 
--disable-dependency-tracking --with-systemdsystemunitdir=/lib/systemd/system 
--enable-manuals returned exit code 1
[  378s] make[1]: *** [debian/rules:50: override_dh_auto_configure] Error 2
[  378s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  378s] make: *** [debian/rules:45: build] Error 2
[  378s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  378s] ### VM INTERACTION START ###
[  381s] [  358.273278] sysrq: Power Off
[  381s] [  358.381045] reboot: Power down
[  381s] ### VM INTERACTION END ###
[  381s] 
[  381s] obs-arm-9 failed "build osmo-hnodeb_0.0.0.202111020822.dsc" at Tue Nov 
 2 08:50:51 UTC 2021.
[  381s] 

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


Build failure of network:osmocom:nightly/osmo-hnodeb in xUbuntu_21.10/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-hnodeb/xUbuntu_21.10/x86_64

Package network:osmocom:nightly/osmo-hnodeb failed to build in 
xUbuntu_21.10/x86_64

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

Last lines of build log:
[  406s] #define PACKAGE_URL ""
[  406s] #define PACKAGE "osmo-hnodeb"
[  406s] #define VERSION "UNKNOWN"
[  406s] #define STDC_HEADERS 1
[  406s] #define HAVE_SYS_TYPES_H 1
[  406s] #define HAVE_SYS_STAT_H 1
[  406s] #define HAVE_STDLIB_H 1
[  406s] #define HAVE_STRING_H 1
[  406s] #define HAVE_MEMORY_H 1
[  406s] #define HAVE_STRINGS_H 1
[  406s] #define HAVE_INTTYPES_H 1
[  406s] #define HAVE_STDINT_H 1
[  406s] #define HAVE_UNISTD_H 1
[  406s] #define HAVE_DLFCN_H 1
[  406s] #define LT_OBJDIR ".libs/"
[  406s] 
[  406s] configure: exit 1
[  406s] dh_auto_configure: error: ./configure --build=x86_64-linux-gnu 
--prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-option-checking --disable-silent-rules 
--libdir=\${prefix}/lib/x86_64-linux-gnu 
--libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode 
--disable-dependency-tracking --with-systemdsystemunitdir=/lib/systemd/system 
--enable-manuals returned exit code 1
[  406s] make[1]: *** [debian/rules:50: override_dh_auto_configure] Error 25
[  406s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  406s] make: *** [debian/rules:45: build] Error 2
[  406s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  406s] ### VM INTERACTION START ###
[  407s] Powering off.
[  407s] [  391.106670] reboot: Power down
[  407s] ### VM INTERACTION END ###
[  407s] 
[  407s] lamb02 failed "build osmo-hnodeb_0.0.0.202111020822.dsc" at Tue Nov  2 
08:52:38 UTC 2021.
[  407s] 

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


Build failure of network:osmocom:nightly/osmo-hnodeb in Debian_11/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-hnodeb/Debian_11/x86_64

Package network:osmocom:nightly/osmo-hnodeb failed to build in Debian_11/x86_64

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

Last lines of build log:
[  385s] #define PACKAGE_URL ""
[  385s] #define PACKAGE "osmo-hnodeb"
[  385s] #define VERSION "UNKNOWN"
[  385s] #define STDC_HEADERS 1
[  385s] #define HAVE_SYS_TYPES_H 1
[  385s] #define HAVE_SYS_STAT_H 1
[  385s] #define HAVE_STDLIB_H 1
[  385s] #define HAVE_STRING_H 1
[  385s] #define HAVE_MEMORY_H 1
[  385s] #define HAVE_STRINGS_H 1
[  385s] #define HAVE_INTTYPES_H 1
[  385s] #define HAVE_STDINT_H 1
[  385s] #define HAVE_UNISTD_H 1
[  385s] #define HAVE_DLFCN_H 1
[  385s] #define LT_OBJDIR ".libs/"
[  385s] 
[  385s] configure: exit 1
[  385s] dh_auto_configure: error: ./configure --build=x86_64-linux-gnu 
--prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-option-checking --disable-silent-rules 
--libdir=\${prefix}/lib/x86_64-linux-gnu 
--libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode 
--disable-dependency-tracking --with-systemdsystemunitdir=/lib/systemd/system 
--enable-manuals returned exit code 1
[  385s] make[1]: *** [debian/rules:50: override_dh_auto_configure] Error 25
[  385s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  385s] make: *** [debian/rules:45: build] Error 2
[  385s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  385s] ### VM INTERACTION START ###
[  386s] Powering off.
[  386s] [  368.907906] reboot: Power down
[  386s] ### VM INTERACTION END ###
[  386s] 
[  386s] lamb62 failed "build osmo-hnodeb_0.0.0.202111020822.dsc" at Tue Nov  2 
08:53:31 UTC 2021.
[  386s] 

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


Build failure of network:osmocom:nightly/osmo-hnodeb in Debian_11/aarch64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-hnodeb/Debian_11/aarch64

Package network:osmocom:nightly/osmo-hnodeb failed to build in Debian_11/aarch64

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

Last lines of build log:
[  238s] #define PACKAGE_URL ""
[  238s] #define PACKAGE "osmo-hnodeb"
[  238s] #define VERSION "UNKNOWN"
[  238s] #define STDC_HEADERS 1
[  238s] #define HAVE_SYS_TYPES_H 1
[  238s] #define HAVE_SYS_STAT_H 1
[  238s] #define HAVE_STDLIB_H 1
[  238s] #define HAVE_STRING_H 1
[  238s] #define HAVE_MEMORY_H 1
[  238s] #define HAVE_STRINGS_H 1
[  238s] #define HAVE_INTTYPES_H 1
[  238s] #define HAVE_STDINT_H 1
[  238s] #define HAVE_UNISTD_H 1
[  238s] #define HAVE_DLFCN_H 1
[  238s] #define LT_OBJDIR ".libs/"
[  238s] 
[  238s] configure: exit 1
[  238s] dh_auto_configure: error: ./configure --build=aarch64-linux-gnu 
--prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-option-checking --disable-silent-rules 
--libdir=\${prefix}/lib/aarch64-linux-gnu 
--libexecdir=\${prefix}/lib/aarch64-linux-gnu --disable-maintainer-mode 
--disable-dependency-tracking --with-systemdsystemunitdir=/lib/systemd/system 
--enable-manuals returned exit code 1
[  238s] make[1]: *** [debian/rules:50: override_dh_auto_configure] Error 25
[  238s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  238s] make: *** [debian/rules:45: build] Error 2
[  238s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  238s] ### VM INTERACTION START ###
[  239s] Powering off.
[  239s] [  222.436826] reboot: Power down
[  239s] ### VM INTERACTION END ###
[  239s] 
[  239s] obs-arm-10 failed "build osmo-hnodeb_0.0.0.202111020822.dsc" at Tue 
Nov  2 08:53:29 UTC 2021.
[  239s] 

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


Build failure of network:osmocom:nightly/osmo-hnodeb in Debian_11/i586

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-hnodeb/Debian_11/i586

Package network:osmocom:nightly/osmo-hnodeb failed to build in Debian_11/i586

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

Last lines of build log:
[  501s] #define PACKAGE_URL ""
[  501s] #define PACKAGE "osmo-hnodeb"
[  501s] #define VERSION "UNKNOWN"
[  501s] #define STDC_HEADERS 1
[  501s] #define HAVE_SYS_TYPES_H 1
[  501s] #define HAVE_SYS_STAT_H 1
[  501s] #define HAVE_STDLIB_H 1
[  501s] #define HAVE_STRING_H 1
[  501s] #define HAVE_MEMORY_H 1
[  501s] #define HAVE_STRINGS_H 1
[  501s] #define HAVE_INTTYPES_H 1
[  501s] #define HAVE_STDINT_H 1
[  501s] #define HAVE_UNISTD_H 1
[  501s] #define HAVE_DLFCN_H 1
[  501s] #define LT_OBJDIR ".libs/"
[  501s] 
[  501s] configure: exit 1
[  501s] dh_auto_configure: error: ./configure --build=i686-linux-gnu 
--prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-option-checking --disable-silent-rules 
--libdir=\${prefix}/lib/i386-linux-gnu 
--libexecdir=\${prefix}/lib/i386-linux-gnu --disable-maintainer-mode 
--disable-dependency-tracking --with-systemdsystemunitdir=/lib/systemd/system 
--enable-manuals returned exit code 1
[  501s] make[1]: *** [debian/rules:50: override_dh_auto_configure] Error 25
[  501s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  501s] make: *** [debian/rules:45: build] Error 2
[  501s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  501s] ### VM INTERACTION START ###
[  502s] Powering off.
[  502s] [  484.456636] reboot: Power down
[  502s] ### VM INTERACTION END ###
[  502s] 
[  502s] lamb02 failed "build osmo-hnodeb_0.0.0.202111020822.dsc" at Tue Nov  2 
08:55:02 UTC 2021.
[  502s] 

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


Build failure of network:osmocom:nightly/simtrace2 in Raspbian_10/armv7l

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/simtrace2/Raspbian_10/armv7l

Package network:osmocom:nightly/simtrace2 failed to build in Raspbian_10/armv7l

Check out the package for editing:
  osc checkout network:osmocom:nightly simtrace2

Last lines of build log:
[  192s] 336  0   0 336 150 
obj/simtrace/dfu_board_lowlevel.o
[  192s]1230  010332263 8d7 
obj/simtrace/dfu_uart_console.o
[  192s] 624184   0 808 328 obj/simtrace/dfu_led.o
[  192s]   8  0   0   8   8 
obj/simtrace/dfu_boardver_adc.o
[  192s]  28 16   0  44  2c 
obj/simtrace/dfu_manifest.o
[  192s] 108  0   0 108  6c 
obj/simtrace/dfu_sim_switch.o
[  192s] 225  0   0 225  e1 
obj/simtrace/dfu_board_simtrace.o
[  192s] 929  0   1 930 3a2 obj/simtrace/dfu_main.o
[  192s] 244  0   0 244  f4 obj/simtrace/dfu_dfu.o
[  192s] 640104  72 816 330 
obj/simtrace/dfu_dfu_desc.o
[  192s]1045 24 5321601 641 
obj/simtrace/dfu_dfu_driver.o
[  192s]   13032  0   11440   244725f98 bin/simtrace-dfu-dfu.elf
[  192s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  192s] make -C firmware BOARD=simtrace APP=blupdate
[  192s] make[2]: Entering directory '/usr/src/packages/BUILD/firmware'
[  192s] make[2]: *** No rule to make target 'apps/blupdate/usb_strings.txt', 
needed by 'apps/blupdate/usb_strings.txt.patched'.  Stop.
[  192s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  192s] make[1]: *** [Makefile:11: fw-simtrace-blupdate] Error 2
[  192s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  192s] dh_auto_build: make -j1 returned exit code 2
[  192s] make: *** [debian/rules:16: build] Error 2
[  192s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  192s] ### VM INTERACTION START ###
[  195s] [  170.778431] sysrq: SysRq : Power Off
[  195s] [  170.789656] reboot: Power down
[  196s] ### VM INTERACTION END ###
[  196s] 
[  196s] armbuild02 failed "build simtrace2_0.7.0.163.23eb.202111020822.dsc" at 
Tue Nov  2 08:55:30 UTC 2021.
[  196s] 

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


Build failure of network:osmocom:nightly/osmo-hnodeb in openSUSE_Leap_15.1_ARM/armv7l

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-hnodeb/openSUSE_Leap_15.1_ARM/armv7l

Package network:osmocom:nightly/osmo-hnodeb failed to build in 
openSUSE_Leap_15.1_ARM/armv7l

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

Last lines of build log:
[   83s] checking for gcc option to produce PIC... -fPIC -DPIC
[   83s] checking if gcc PIC flag -fPIC -DPIC works... yes
[   83s] checking if gcc static flag -static works... no
[   83s] checking if gcc supports -c -o file.o... yes
[   83s] checking if gcc supports -c -o file.o... (cached) yes
[   83s] checking whether the gcc linker 
(/usr/armv7hl-suse-linux-gnueabi/bin/ld) supports shared libraries... yes
[   84s] checking whether -lc should be explicitly linked in... no
[   84s] checking dynamic linker characteristics... GNU/Linux ld.so
[   84s] checking how to hardcode library paths into programs... immediate
[   84s] checking whether stripping libraries is possible... yes
[   84s] checking if libtool supports shared libraries... yes
[   84s] checking whether to build shared libraries... yes
[   84s] checking whether to build static libraries... yes
[   84s] checking for pkg-config... /usr/bin/pkg-config
[   84s] checking for armv7hl-suse-linux-gnueabi-pkg-config... 
/usr/bin/armv7hl-suse-linux-gnueabi-pkg-config
[   84s] checking pkg-config is at least version 0.20... yes
[   84s] configure: error: Please install autoconf-archive; re-run 'autoreconf 
-fi' for it to take effect.
[   84s] error: Bad exit status from /var/tmp/rpm-tmp.WgMYYv (%build)
[   84s] 
[   84s] 
[   84s] RPM build errors:
[   84s] Bad exit status from /var/tmp/rpm-tmp.WgMYYv (%build)
[   84s] ### VM INTERACTION START ###
[   87s] [   72.656196] sysrq: SysRq : Power Off
[   87s] [   72.657765] reboot: Power down
[   88s] ### VM INTERACTION END ###
[   88s] 
[   88s] armbuild24 failed "build osmo-hnodeb.spec" at Tue Nov  2 09:01:30 UTC 
2021.
[   88s] 

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


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

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-hnodeb/Debian_9.0/aarch64

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

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

Last lines of build log:
[  142s] #define VERSION "UNKNOWN"
[  142s] #define STDC_HEADERS 1
[  142s] #define HAVE_SYS_TYPES_H 1
[  142s] #define HAVE_SYS_STAT_H 1
[  142s] #define HAVE_STDLIB_H 1
[  142s] #define HAVE_STRING_H 1
[  142s] #define HAVE_MEMORY_H 1
[  142s] #define HAVE_STRINGS_H 1
[  142s] #define HAVE_INTTYPES_H 1
[  142s] #define HAVE_STDINT_H 1
[  142s] #define HAVE_UNISTD_H 1
[  142s] #define HAVE_DLFCN_H 1
[  142s] #define LT_OBJDIR ".libs/"
[  142s] 
[  142s] configure: exit 1
[  142s] dh_auto_configure: ./configure --build=aarch64-linux-gnu --prefix=/usr 
--includedir=${prefix}/include --mandir=${prefix}/share/man 
--infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-silent-rules --libdir=${prefix}/lib/aarch64-linux-gnu 
--libexecdir=${prefix}/lib/aarch64-linux-gnu --disable-maintainer-mode 
--disable-dependency-tracking --with-systemdsystemunitdir=/lib/systemd/system 
--enable-manuals returned exit code 1
[  142s] debian/rules:50: recipe for target 'override_dh_auto_configure' failed
[  142s] make[1]: *** [override_dh_auto_configure] Error 2
[  142s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  142s] debian/rules:45: recipe for target 'build' failed
[  142s] make: *** [build] Error 2
[  142s] dpkg-buildpackage: error: debian/rules build gave error exit status 2
[  142s] ### VM INTERACTION START ###
[  145s] [  130.082337] sysrq: Power Off
[  145s] [  130.083007] reboot: Power down
[  145s] ### VM INTERACTION END ###
[  145s] 
[  145s] obs-arm-10 failed "build osmo-hnodeb_0.0.0.202111020822.dsc" at Tue 
Nov  2 09:04:15 UTC 2021.
[  145s] 

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


Build failure of network:osmocom:nightly/osmo-iuh in openSUSE_Leap_15.1_ARM/armv7l

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-iuh/openSUSE_Leap_15.1_ARM/armv7l

Package network:osmocom:nightly/osmo-iuh failed to build in 
openSUSE_Leap_15.1_ARM/armv7l

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

Last lines of build log:
[ 1316s] intention of the Shared Library Policy is to allow parallel 
installation of
[ 1316s] multiple versions of the same shared library, hard dependencies likely 
make
[ 1316s] that impossible. Please remove this dependency and instead move it to 
the
[ 1316s] runtime uses of your library.
[ 1316s] 
[ 1316s] osmo-iuh.armv7hl: W: suse-missing-rclink osmo-hnbgw
[ 1316s] The package contains an init script or systemd service file but lacks 
the
[ 1316s] symlink /usr/sbin/rcFOO -> /usr/sbin/service
[ 1316s] 
[ 1316s] libosmo-hnbap0.armv7hl: E: library-without-ldconfig-postin (Badness: 
300) /usr/lib/libosmo-hnbap.so.0.0.0
[ 1316s] libosmo-rua0.armv7hl: E: library-without-ldconfig-postin (Badness: 
300) /usr/lib/libosmo-rua.so.0.0.0
[ 1316s] This package contains a library and provides no %post scriptlet 
containing a
[ 1316s] call to ldconfig.
[ 1316s] 
[ 1316s] libosmo-hnbap0.armv7hl: E: library-without-ldconfig-postun (Badness: 
300) /usr/lib/libosmo-hnbap.so.0.0.0
[ 1316s] libosmo-rua0.armv7hl: E: library-without-ldconfig-postun (Badness: 
300) /usr/lib/libosmo-rua.so.0.0.0
[ 1316s] This package contains a library and provides no %postun scriptlet 
containing a
[ 1316s] call to ldconfig.
[ 1316s] 
[ 1316s] (none): E: badness 1200 exceeds threshold 1000, aborting.
[ 1316s] 10 packages and 0 specfiles checked; 4 errors, 21 warnings.
[ 1316s] 
[ 1316s] ### VM INTERACTION START ###
[ 1319s] [ 1299.864149] sysrq: SysRq : Power Off
[ 1319s] [ 1299.80] reboot: Power down
[ 1320s] ### VM INTERACTION END ###
[ 1320s] 
[ 1320s] armbuild01 failed "build osmo-iuh.spec" at Tue Nov  2 09:23:18 UTC 
2021.
[ 1320s] 

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


Build failure of network:osmocom:latest/osmo-gsm-manuals in Debian_Unstable/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:latest/osmo-gsm-manuals/Debian_Unstable/x86_64

Package network:osmocom:latest/osmo-gsm-manuals failed to build in 
Debian_Unstable/x86_64

Check out the package for editing:
  osc checkout network:osmocom:latest osmo-gsm-manuals

Last lines of build log:
[  277s] # we create a symlink at ./srcfile.adoc pointing at
[  277s] # ./srcfile.adoc. test-usermanual.adoc is the ./srcfile.adoc,
[  277s] #  is like basename from coreutils, and . is WD.
[  277s] if ! [ -f test-usermanual.adoc ]; then \
[  277s]ln -s test-usermanual.adoc test-usermanual.adoc; \
[  277s] fi
[  277s] # TEXINPUTS: find LaTeX includes like 
\includegraphics{./common/images/sysmocom.pdf}
[  277s] # in ...
[  277s] TEXINPUTS=".." \
[  277s]a2x -vv -L --asciidoc-opts="-f ../build/mscgen-filter.conf -f 
../build/diag-filter.conf -f ../build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/tests' -a commondir='../common'" 
--dblatex-opts="-s ../build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0" -a docinfo -a revnumber="DRAFT " -a revdate="unknown" 
test-usermanual.adoc
[  277s] a2x: args: ['-vv', '-L', "--asciidoc-opts=-f 
../build/mscgen-filter.conf -f ../build/diag-filter.conf -f 
../build/docinfo-releaseinfo.conf -a srcdir='/usr/src/packages/BUILD/tests' -a 
commondir='../common'", '--dblatex-opts=-s ../build/custom-dblatex.sty -P 
draft.mode=yes -P draft.watermark=0', '-a', 'docinfo', '-a', 'revnumber=DRAFT 
', '-a', 'revdate=unknown', 'test-usermanual.adoc']
[  277s] a2x: resource files: []
[  277s] a2x: resource directories: ['/etc/asciidoc/stylesheets']
[  277s] make[3]: *** [../build/Makefile.asciidoc.inc:70: test-usermanual.pdf] 
Error 1
[  277s] make[3]: Leaving directory '/usr/src/packages/BUILD/tests'
[  277s] make[2]: *** [Makefile:439: all-recursive] Error 1
[  277s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  277s] make[1]: *** [Makefile:363: all] Error 2
[  277s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  277s] dh_auto_build: error: make -j1 returned exit code 2
[  277s] make: *** [debian/rules:5: binary] Error 25
[  277s] dpkg-buildpackage: error: fakeroot debian/rules binary subprocess 
returned exit status 2
[  277s] ### VM INTERACTION START ###
[  278s] Powering off.
[  278s] [  262.959258] reboot: Power down
[  278s] ### VM INTERACTION END ###
[  278s] 
[  278s] sheep85 failed "build osmo-gsm-manuals-dev_1.1.0.dsc" at Tue Nov  2 
09:38:02 UTC 2021.
[  278s] 

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


Change in simtrace2[master]: firmware: add missing usb strings to blupdate that prevented building it

2021-11-02 Thread Hoernchen
Hoernchen has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/simtrace2/+/26059 )


Change subject: firmware: add missing usb strings to blupdate that prevented 
building it
..

firmware: add missing usb strings to blupdate that prevented building it

Change-Id: I8d0d9bf98748d475427d9b0c78f2e0532ee4bca1
---
A firmware/apps/blupdate/usb_strings.txt
1 file changed, 6 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/simtrace2 refs/changes/59/26059/1

diff --git a/firmware/apps/blupdate/usb_strings.txt 
b/firmware/apps/blupdate/usb_strings.txt
new file mode 100644
index 000..f652071
--- /dev/null
+++ b/firmware/apps/blupdate/usb_strings.txt
@@ -0,0 +1,6 @@
+sysmocom - s.f.m.c. GmbH
+PRODUCT_STRING
+bootloader updater
+RAM
+Flash (Application Partition)
+Flash (Bootloader Partition)

--
To view, visit https://gerrit.osmocom.org/c/simtrace2/+/26059
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: simtrace2
Gerrit-Branch: master
Gerrit-Change-Id: I8d0d9bf98748d475427d9b0c78f2e0532ee4bca1
Gerrit-Change-Number: 26059
Gerrit-PatchSet: 1
Gerrit-Owner: Hoernchen 
Gerrit-MessageType: newchange


Build failure of network:osmocom:nightly/osmo-gsm-manuals in Debian_Unstable/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-gsm-manuals/Debian_Unstable/x86_64

Package network:osmocom:nightly/osmo-gsm-manuals failed to build in 
Debian_Unstable/x86_64

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

Last lines of build log:
[  487s] # we create a symlink at ./srcfile.adoc pointing at
[  487s] # ./srcfile.adoc. test-usermanual.adoc is the ./srcfile.adoc,
[  487s] #  is like basename from coreutils, and . is WD.
[  487s] if ! [ -f test-usermanual.adoc ]; then \
[  487s]ln -s test-usermanual.adoc test-usermanual.adoc; \
[  487s] fi
[  487s] # TEXINPUTS: find LaTeX includes like 
\includegraphics{./common/images/sysmocom.pdf}
[  487s] # in ...
[  487s] TEXINPUTS=".." \
[  487s]a2x -vv -L --asciidoc-opts="-f ../build/mscgen-filter.conf -f 
../build/diag-filter.conf -f ../build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/tests' -a commondir='../common'" 
--dblatex-opts="-s ../build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0" -a docinfo -a revnumber="DRAFT " -a revdate="unknown" 
test-usermanual.adoc
[  487s] a2x: args: ['-vv', '-L', "--asciidoc-opts=-f 
../build/mscgen-filter.conf -f ../build/diag-filter.conf -f 
../build/docinfo-releaseinfo.conf -a srcdir='/usr/src/packages/BUILD/tests' -a 
commondir='../common'", '--dblatex-opts=-s ../build/custom-dblatex.sty -P 
draft.mode=yes -P draft.watermark=0', '-a', 'docinfo', '-a', 'revnumber=DRAFT 
', '-a', 'revdate=unknown', 'test-usermanual.adoc']
[  487s] a2x: resource files: []
[  487s] a2x: resource directories: ['/etc/asciidoc/stylesheets']
[  487s] make[3]: *** [../build/Makefile.asciidoc.inc:70: test-usermanual.pdf] 
Error 1
[  487s] make[3]: Leaving directory '/usr/src/packages/BUILD/tests'
[  488s] make[2]: *** [Makefile:439: all-recursive] Error 1
[  488s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  488s] make[1]: *** [Makefile:363: all] Error 2
[  488s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  488s] dh_auto_build: error: make -j1 returned exit code 2
[  488s] make: *** [debian/rules:5: binary] Error 25
[  488s] dpkg-buildpackage: error: fakeroot debian/rules binary subprocess 
returned exit status 2
[  488s] ### VM INTERACTION START ###
[  489s] Powering off.
[  489s] [  467.610328] reboot: Power down
[  489s] ### VM INTERACTION END ###
[  489s] 
[  489s] lamb01 failed "build 
osmo-gsm-manuals-dev_1.1.0.17.b92c.202111020822.dsc" at Tue Nov  2 09:41:32 UTC 
2021.
[  489s] 

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


Build failure of network:osmocom:latest/osmo-gbproxy in Debian_Unstable/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:latest/osmo-gbproxy/Debian_Unstable/x86_64

Package network:osmocom:latest/osmo-gbproxy failed to build in 
Debian_Unstable/x86_64

Check out the package for editing:
  osc checkout network:osmocom:latest osmo-gbproxy

Last lines of build log:
[  203s] #  is like basename from coreutils, and . is WD.
[  203s] if ! [ -f osmogbproxy-usermanual.adoc ]; then \
[  203s]ln -s osmogbproxy-usermanual.adoc osmogbproxy-usermanual.adoc; \
[  203s] fi
[  203s] # TEXINPUTS: find LaTeX includes like 
\includegraphics{./common/images/sysmocom.pdf}
[  203s] # in /usr/share/osmo-gsm-manuals.
[  203s] TEXINPUTS="/usr/share/osmo-gsm-manuals" \
[  203s]a2x -vv -L --asciidoc-opts="-f 
/usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/diag-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/doc/manuals' -a 
commondir='/usr/share/osmo-gsm-manuals/common'" --dblatex-opts="-s 
/usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0" -a docinfo -a revnumber="DRAFT " -a revdate="unknown" 
osmogbproxy-usermanual.adoc
[  203s] a2x: args: ['-vv', '-L', "--asciidoc-opts=-f 
/usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/diag-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/doc/manuals' -a 
commondir='/usr/share/osmo-gsm-manuals/common'", '--dblatex-opts=-s 
/usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0', '-a', 'docinfo', '-a', 'revnumber=DRAFT ', '-a', 
'revdate=unknown', 'osmogbproxy-usermanual.adoc']
[  203s] a2x: resource files: []
[  203s] a2x: resource directories: ['/etc/asciidoc/stylesheets']
[  203s] make[4]: *** 
[/usr/share/osmo-gsm-manuals/build/Makefile.asciidoc.inc:70: 
osmogbproxy-usermanual.pdf] Error 1
[  203s] make[4]: Leaving directory '/usr/src/packages/BUILD/doc/manuals'
[  203s] make[3]: *** [Makefile:376: all-recursive] Error 1
[  203s] make[3]: Leaving directory '/usr/src/packages/BUILD/doc'
[  203s] make[2]: *** [Makefile:445: all-recursive] Error 1
[  203s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  203s] make[1]: *** [Makefile:377: all] Error 2
[  203s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  203s] dh_auto_build: error: make -j1 returned exit code 2
[  203s] make: *** [debian/rules:45: build] Error 25
[  203s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  203s] ### VM INTERACTION START ###
[  204s] Powering off.
[  204s] [  193.271012] reboot: Power down
[  204s] ### VM INTERACTION END ###
[  204s] 
[  204s] goat11 failed "build osmo-gbproxy_0.1.2.dsc" at Tue Nov  2 09:41:41 
UTC 2021.
[  204s] 

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


Build failure of network:osmocom:latest/osmo-cbc in Debian_Unstable/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:latest/osmo-cbc/Debian_Unstable/x86_64

Package network:osmocom:latest/osmo-cbc failed to build in 
Debian_Unstable/x86_64

Check out the package for editing:
  osc checkout network:osmocom:latest osmo-cbc

Last lines of build log:
[  208s] #  is like basename from coreutils, and . is WD.
[  208s] if ! [ -f osmocbc-usermanual.adoc ]; then \
[  208s]ln -s osmocbc-usermanual.adoc osmocbc-usermanual.adoc; \
[  208s] fi
[  208s] # TEXINPUTS: find LaTeX includes like 
\includegraphics{./common/images/sysmocom.pdf}
[  208s] # in /usr/share/osmo-gsm-manuals.
[  208s] TEXINPUTS="/usr/share/osmo-gsm-manuals" \
[  208s]a2x -vv -L --asciidoc-opts="-f 
/usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/diag-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/doc/manuals' -a 
commondir='/usr/share/osmo-gsm-manuals/common'" --dblatex-opts="-s 
/usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0" -a docinfo -a revnumber="DRAFT " -a revdate="unknown" 
osmocbc-usermanual.adoc
[  208s] a2x: args: ['-vv', '-L', "--asciidoc-opts=-f 
/usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/diag-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/doc/manuals' -a 
commondir='/usr/share/osmo-gsm-manuals/common'", '--dblatex-opts=-s 
/usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0', '-a', 'docinfo', '-a', 'revnumber=DRAFT ', '-a', 
'revdate=unknown', 'osmocbc-usermanual.adoc']
[  208s] a2x: resource files: []
[  208s] a2x: resource directories: ['/etc/asciidoc/stylesheets']
[  208s] make[4]: *** 
[/usr/share/osmo-gsm-manuals/build/Makefile.asciidoc.inc:70: 
osmocbc-usermanual.pdf] Error 1
[  208s] make[4]: Leaving directory '/usr/src/packages/BUILD/doc/manuals'
[  208s] make[3]: *** [Makefile:381: all-recursive] Error 1
[  208s] make[3]: Leaving directory '/usr/src/packages/BUILD/doc'
[  208s] make[2]: *** [Makefile:421: all-recursive] Error 1
[  208s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  208s] make[1]: *** [Makefile:368: all] Error 2
[  208s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  208s] dh_auto_build: error: make -j1 returned exit code 2
[  208s] make: *** [debian/rules:45: build] Error 25
[  208s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  208s] ### VM INTERACTION START ###
[  210s] Powering off.
[  210s] [  198.459313] reboot: Power down
[  210s] ### VM INTERACTION END ###
[  210s] 
[  210s] goat05 failed "build osmo-cbc_0.2.2.dsc" at Tue Nov  2 09:41:47 UTC 
2021.
[  210s] 

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


Build failure of network:osmocom:latest/osmo-pcu in Debian_Unstable/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:latest/osmo-pcu/Debian_Unstable/x86_64

Package network:osmocom:latest/osmo-pcu failed to build in 
Debian_Unstable/x86_64

Check out the package for editing:
  osc checkout network:osmocom:latest osmo-pcu

Last lines of build log:
[  239s] # we create a symlink at ./srcfile.adoc pointing at
[  239s] # ./srcfile.adoc. osmopcu-usermanual.adoc is the ./srcfile.adoc,
[  239s] #  is like basename from coreutils, and . is WD.
[  239s] if ! [ -f osmopcu-usermanual.adoc ]; then \
[  239s]ln -s osmopcu-usermanual.adoc osmopcu-usermanual.adoc; \
[  239s] fi
[  239s] # TEXINPUTS: find LaTeX includes like 
\includegraphics{./common/images/sysmocom.pdf}
[  239s] # in /usr/share/osmo-gsm-manuals.
[  239s] TEXINPUTS="/usr/share/osmo-gsm-manuals" \
[  239s]a2x -vv -L --asciidoc-opts="-f 
/usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/diag-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/doc/manuals' -a 
commondir='/usr/share/osmo-gsm-manuals/common'" --dblatex-opts="-s 
/usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0" -a docinfo -a revnumber="DRAFT " -a revdate="unknown" 
osmopcu-usermanual.adoc
[  239s] a2x: args: ['-vv', '-L', "--asciidoc-opts=-f 
/usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/diag-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/doc/manuals' -a 
commondir='/usr/share/osmo-gsm-manuals/common'", '--dblatex-opts=-s 
/usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0', '-a', 'docinfo', '-a', 'revnumber=DRAFT ', '-a', 
'revdate=unknown', 'osmopcu-usermanual.adoc']
[  239s] a2x: resource files: []
[  239s] a2x: resource directories: ['/etc/asciidoc/stylesheets']
[  239s] make[3]: *** 
[/usr/share/osmo-gsm-manuals/build/Makefile.asciidoc.inc:70: 
osmopcu-usermanual.pdf] Error 1
[  239s] make[3]: Leaving directory '/usr/src/packages/BUILD/doc/manuals'
[  239s] make[2]: *** [Makefile:384: all-recursive] Error 1
[  239s] make[2]: Leaving directory '/usr/src/packages/BUILD/doc'
[  239s] make[1]: *** [Makefile:420: all-recursive] Error 1
[  239s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  239s] dh_auto_build: error: make -j1 returned exit code 2
[  239s] make: *** [debian/rules:12: build] Error 25
[  239s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  239s] ### VM INTERACTION START ###
[  240s] Powering off.
[  240s] [  230.400429] reboot: Power down
[  241s] ### VM INTERACTION END ###
[  241s] 
[  241s] goat07 failed "build osmo-pcu_0.9.1.dsc" at Tue Nov  2 09:42:18 UTC 
2021.
[  241s] 

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


Build failure of network:osmocom:latest/osmo-sip-connector in Debian_Unstable/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:latest/osmo-sip-connector/Debian_Unstable/x86_64

Package network:osmocom:latest/osmo-sip-connector failed to build in 
Debian_Unstable/x86_64

Check out the package for editing:
  osc checkout network:osmocom:latest osmo-sip-connector

Last lines of build log:
[  207s] #  is like basename from coreutils, and . is WD.
[  207s] if ! [ -f osmosipconnector-usermanual.adoc ]; then \
[  207s]ln -s osmosipconnector-usermanual.adoc 
osmosipconnector-usermanual.adoc; \
[  207s] fi
[  207s] # TEXINPUTS: find LaTeX includes like 
\includegraphics{./common/images/sysmocom.pdf}
[  207s] # in /usr/share/osmo-gsm-manuals.
[  207s] TEXINPUTS="/usr/share/osmo-gsm-manuals" \
[  207s]a2x -vv -L --asciidoc-opts="-f 
/usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/diag-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/doc/manuals' -a 
commondir='/usr/share/osmo-gsm-manuals/common'" --dblatex-opts="-s 
/usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0" -a docinfo -a revnumber="DRAFT " -a revdate="unknown" 
osmosipconnector-usermanual.adoc
[  207s] a2x: args: ['-vv', '-L', "--asciidoc-opts=-f 
/usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/diag-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/doc/manuals' -a 
commondir='/usr/share/osmo-gsm-manuals/common'", '--dblatex-opts=-s 
/usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0', '-a', 'docinfo', '-a', 'revnumber=DRAFT ', '-a', 
'revdate=unknown', 'osmosipconnector-usermanual.adoc']
[  207s] a2x: resource files: []
[  207s] a2x: resource directories: ['/etc/asciidoc/stylesheets']
[  207s] make[4]: *** 
[/usr/share/osmo-gsm-manuals/build/Makefile.asciidoc.inc:70: 
osmosipconnector-usermanual.pdf] Error 1
[  207s] make[4]: Leaving directory '/usr/src/packages/BUILD/doc/manuals'
[  207s] make[3]: *** [Makefile:335: all-recursive] Error 1
[  207s] make[3]: Leaving directory '/usr/src/packages/BUILD/doc'
[  207s] make[2]: *** [Makefile:371: all-recursive] Error 1
[  207s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  207s] make[1]: *** [Makefile:327: all] Error 2
[  207s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  207s] dh_auto_build: error: make -j1 returned exit code 2
[  207s] make: *** [debian/rules:12: build] Error 25
[  207s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  207s] ### VM INTERACTION START ###
[  208s] Powering off.
[  208s] [  197.437563] reboot: Power down
[  208s] ### VM INTERACTION END ###
[  208s] 
[  208s] goat05 failed "build osmo-sip-connector_1.5.1.dsc" at Tue Nov  2 
09:41:51 UTC 2021.
[  208s] 

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


Build failure of network:osmocom:latest/osmo-trx in Debian_Unstable/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:latest/osmo-trx/Debian_Unstable/x86_64

Package network:osmocom:latest/osmo-trx failed to build in 
Debian_Unstable/x86_64

Check out the package for editing:
  osc checkout network:osmocom:latest osmo-trx

Last lines of build log:
[  305s] #  is like basename from coreutils, and . is WD.
[  305s] if ! [ -f osmotrx-usermanual.adoc ]; then \
[  305s]ln -s osmotrx-usermanual.adoc osmotrx-usermanual.adoc; \
[  305s] fi
[  305s] # TEXINPUTS: find LaTeX includes like 
\includegraphics{./common/images/sysmocom.pdf}
[  305s] # in /usr/share/osmo-gsm-manuals.
[  305s] TEXINPUTS="/usr/share/osmo-gsm-manuals" \
[  305s]a2x -vv -L --asciidoc-opts="-f 
/usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/diag-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/doc/manuals' -a 
commondir='/usr/share/osmo-gsm-manuals/common'" --dblatex-opts="-s 
/usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0" -a docinfo -a revnumber="DRAFT " -a revdate="unknown" 
osmotrx-usermanual.adoc
[  305s] a2x: args: ['-vv', '-L', "--asciidoc-opts=-f 
/usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/diag-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/doc/manuals' -a 
commondir='/usr/share/osmo-gsm-manuals/common'", '--dblatex-opts=-s 
/usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0', '-a', 'docinfo', '-a', 'revnumber=DRAFT ', '-a', 
'revdate=unknown', 'osmotrx-usermanual.adoc']
[  305s] a2x: resource files: []
[  305s] a2x: resource directories: ['/etc/asciidoc/stylesheets']
[  305s] make[4]: *** 
[/usr/share/osmo-gsm-manuals/build/Makefile.asciidoc.inc:70: 
osmotrx-usermanual.pdf] Error 1
[  305s] make[4]: Leaving directory '/usr/src/packages/BUILD/doc/manuals'
[  305s] make[3]: *** [Makefile:398: all-recursive] Error 1
[  305s] make[3]: Leaving directory '/usr/src/packages/BUILD/doc'
[  305s] make[2]: *** [Makefile:521: all-recursive] Error 1
[  305s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  305s] make[1]: *** [Makefile:452: all] Error 2
[  305s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  305s] dh_auto_build: error: make -j1 returned exit code 2
[  305s] make: *** [debian/rules:6: build] Error 25
[  305s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  305s] ### VM INTERACTION START ###
[  306s] Powering off.
[  306s] [  294.847175] reboot: Power down
[  306s] ### VM INTERACTION END ###
[  306s] 
[  306s] goat15 failed "build osmo-trx_1.3.1.dsc" at Tue Nov  2 09:43:31 UTC 
2021.
[  306s] 

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


Build failure of network:osmocom:latest/osmo-ggsn in Debian_Unstable/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:latest/osmo-ggsn/Debian_Unstable/x86_64

Package network:osmocom:latest/osmo-ggsn failed to build in 
Debian_Unstable/x86_64

Check out the package for editing:
  osc checkout network:osmocom:latest osmo-ggsn

Last lines of build log:
[  366s] #  is like basename from coreutils, and . is WD.
[  366s] if ! [ -f osmoggsn-usermanual.adoc ]; then \
[  366s]ln -s osmoggsn-usermanual.adoc osmoggsn-usermanual.adoc; \
[  366s] fi
[  366s] # TEXINPUTS: find LaTeX includes like 
\includegraphics{./common/images/sysmocom.pdf}
[  366s] # in /usr/share/osmo-gsm-manuals.
[  366s] TEXINPUTS="/usr/share/osmo-gsm-manuals" \
[  366s]a2x -vv -L --asciidoc-opts="-f 
/usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/diag-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/doc/manuals' -a 
commondir='/usr/share/osmo-gsm-manuals/common'" --dblatex-opts="-s 
/usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0" -a docinfo -a revnumber="DRAFT " -a revdate="unknown" 
osmoggsn-usermanual.adoc
[  366s] a2x: args: ['-vv', '-L', "--asciidoc-opts=-f 
/usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/diag-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/doc/manuals' -a 
commondir='/usr/share/osmo-gsm-manuals/common'", '--dblatex-opts=-s 
/usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0', '-a', 'docinfo', '-a', 'revnumber=DRAFT ', '-a', 
'revdate=unknown', 'osmoggsn-usermanual.adoc']
[  366s] a2x: resource files: []
[  366s] a2x: resource directories: ['/etc/asciidoc/stylesheets']
[  366s] make[4]: *** 
[/usr/share/osmo-gsm-manuals/build/Makefile.asciidoc.inc:70: 
osmoggsn-usermanual.pdf] Error 1
[  366s] make[4]: Leaving directory '/usr/src/packages/BUILD/doc/manuals'
[  367s] make[3]: *** [Makefile:447: all-recursive] Error 1
[  367s] make[3]: Leaving directory '/usr/src/packages/BUILD/doc'
[  367s] make[2]: *** [Makefile:487: all-recursive] Error 1
[  367s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  367s] make[1]: *** [Makefile:392: all] Error 2
[  367s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  367s] dh_auto_build: error: make -j1 returned exit code 2
[  367s] make: *** [debian/rules:15: build] Error 25
[  367s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  367s] ### VM INTERACTION START ###
[  368s] Powering off.
[  368s] [  350.071402] reboot: Power down
[  368s] ### VM INTERACTION END ###
[  368s] 
[  368s] old-atreju2 failed "build osmo-ggsn_1.7.1.dsc" at Tue Nov  2 09:44:26 
UTC 2021.
[  368s] 

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


Build failure of network:osmocom:latest/osmo-bts in Debian_Unstable/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:latest/osmo-bts/Debian_Unstable/x86_64

Package network:osmocom:latest/osmo-bts failed to build in 
Debian_Unstable/x86_64

Check out the package for editing:
  osc checkout network:osmocom:latest osmo-bts

Last lines of build log:
[  480s] #  is like basename from coreutils, and . is WD.
[  480s] if ! [ -f osmobts-usermanual.adoc ]; then \
[  480s]ln -s osmobts-usermanual.adoc osmobts-usermanual.adoc; \
[  480s] fi
[  480s] # TEXINPUTS: find LaTeX includes like 
\includegraphics{./common/images/sysmocom.pdf}
[  480s] # in /usr/share/osmo-gsm-manuals.
[  480s] TEXINPUTS="/usr/share/osmo-gsm-manuals" \
[  480s]a2x -vv -L --asciidoc-opts="-f 
/usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/diag-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/doc/manuals' -a 
commondir='/usr/share/osmo-gsm-manuals/common'" --dblatex-opts="-s 
/usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0" -a docinfo -a revnumber="DRAFT " -a revdate="unknown" 
osmobts-usermanual.adoc
[  480s] a2x: args: ['-vv', '-L', "--asciidoc-opts=-f 
/usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/diag-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/doc/manuals' -a 
commondir='/usr/share/osmo-gsm-manuals/common'", '--dblatex-opts=-s 
/usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0', '-a', 'docinfo', '-a', 'revnumber=DRAFT ', '-a', 
'revdate=unknown', 'osmobts-usermanual.adoc']
[  480s] a2x: resource files: []
[  480s] a2x: resource directories: ['/etc/asciidoc/stylesheets']
[  480s] make[4]: *** 
[/usr/share/osmo-gsm-manuals/build/Makefile.asciidoc.inc:70: 
osmobts-usermanual.pdf] Error 1
[  480s] make[4]: Leaving directory '/usr/src/packages/BUILD/doc/manuals'
[  480s] make[3]: *** [Makefile:380: all-recursive] Error 1
[  480s] make[3]: Leaving directory '/usr/src/packages/BUILD/doc'
[  480s] make[2]: *** [Makefile:439: all-recursive] Error 1
[  480s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  480s] make[1]: *** [Makefile:371: all] Error 2
[  480s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  480s] dh_auto_build: error: make -j1 returned exit code 2
[  480s] make: *** [debian/rules:12: build] Error 25
[  480s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  480s] ### VM INTERACTION START ###
[  481s] Powering off.
[  481s] [  455.709129] reboot: Power down
[  481s] ### VM INTERACTION END ###
[  481s] 
[  481s] lamb59 failed "build osmo-bts_1.3.3.dsc" at Tue Nov  2 09:46:30 UTC 
2021.
[  481s] 

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


Build failure of network:osmocom:latest/libosmo-sccp in Debian_Unstable/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:latest/libosmo-sccp/Debian_Unstable/x86_64

Package network:osmocom:latest/libosmo-sccp failed to build in 
Debian_Unstable/x86_64

Check out the package for editing:
  osc checkout network:osmocom:latest libosmo-sccp

Last lines of build log:
[  469s] #  is like basename from coreutils, and . is WD.
[  469s] if ! [ -f osmostp-usermanual.adoc ]; then \
[  469s]ln -s osmostp-usermanual.adoc osmostp-usermanual.adoc; \
[  469s] fi
[  469s] # TEXINPUTS: find LaTeX includes like 
\includegraphics{./common/images/sysmocom.pdf}
[  469s] # in /usr/share/osmo-gsm-manuals.
[  469s] TEXINPUTS="/usr/share/osmo-gsm-manuals" \
[  469s]a2x -vv -L --asciidoc-opts="-f 
/usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/diag-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/doc/manuals' -a 
commondir='/usr/share/osmo-gsm-manuals/common'" --dblatex-opts="-s 
/usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0" -a docinfo -a revnumber="DRAFT " -a revdate="unknown" 
osmostp-usermanual.adoc
[  469s] a2x: args: ['-vv', '-L', "--asciidoc-opts=-f 
/usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/diag-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/doc/manuals' -a 
commondir='/usr/share/osmo-gsm-manuals/common'", '--dblatex-opts=-s 
/usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0', '-a', 'docinfo', '-a', 'revnumber=DRAFT ', '-a', 
'revdate=unknown', 'osmostp-usermanual.adoc']
[  469s] a2x: resource files: []
[  469s] a2x: resource directories: ['/etc/asciidoc/stylesheets']
[  469s] make[4]: *** 
[/usr/share/osmo-gsm-manuals/build/Makefile.asciidoc.inc:70: 
osmostp-usermanual.pdf] Error 1
[  469s] make[4]: Leaving directory '/usr/src/packages/BUILD/doc/manuals'
[  469s] make[3]: *** [Makefile:377: all-recursive] Error 1
[  469s] make[3]: Leaving directory '/usr/src/packages/BUILD/doc'
[  469s] make[2]: *** [Makefile:508: all-recursive] Error 1
[  469s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  469s] make[1]: *** [Makefile:403: all] Error 2
[  469s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  469s] dh_auto_build: error: make -j1 returned exit code 2
[  469s] make: *** [debian/rules:12: build] Error 25
[  469s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  469s] ### VM INTERACTION START ###
[  471s] Powering off.
[  471s] [  449.991731] reboot: Power down
[  471s] ### VM INTERACTION END ###
[  471s] 
[  471s] lamb14 failed "build libosmo-sccp_1.4.0.dsc" at Tue Nov  2 09:46:13 
UTC 2021.
[  471s] 

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


Build failure of network:osmocom:latest/osmo-remsim in Debian_Unstable/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:latest/osmo-remsim/Debian_Unstable/x86_64

Package network:osmocom:latest/osmo-remsim failed to build in 
Debian_Unstable/x86_64

Check out the package for editing:
  osc checkout network:osmocom:latest osmo-remsim

Last lines of build log:
[  521s] #  is like basename from coreutils, and . is WD.
[  521s] if ! [ -f osmo-remsim-usermanual.adoc ]; then \
[  521s]ln -s osmo-remsim-usermanual.adoc osmo-remsim-usermanual.adoc; \
[  521s] fi
[  521s] # TEXINPUTS: find LaTeX includes like 
\includegraphics{./common/images/sysmocom.pdf}
[  521s] # in /usr/share/osmo-gsm-manuals.
[  521s] TEXINPUTS="/usr/share/osmo-gsm-manuals" \
[  521s]a2x -vv -L --asciidoc-opts="-f 
/usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/diag-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/doc/manuals' -a 
commondir='/usr/share/osmo-gsm-manuals/common'" --dblatex-opts="-s 
/usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0" -a docinfo -a revnumber="DRAFT " -a revdate="unknown" 
osmo-remsim-usermanual.adoc
[  521s] a2x: args: ['-vv', '-L', "--asciidoc-opts=-f 
/usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/diag-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/doc/manuals' -a 
commondir='/usr/share/osmo-gsm-manuals/common'", '--dblatex-opts=-s 
/usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0', '-a', 'docinfo', '-a', 'revnumber=DRAFT ', '-a', 
'revdate=unknown', 'osmo-remsim-usermanual.adoc']
[  521s] a2x: resource files: []
[  521s] a2x: resource directories: ['/etc/asciidoc/stylesheets']
[  521s] make[4]: *** 
[/usr/share/osmo-gsm-manuals/build/Makefile.asciidoc.inc:70: 
osmo-remsim-usermanual.pdf] Error 1
[  521s] make[4]: Leaving directory '/usr/src/packages/BUILD/doc/manuals'
[  521s] make[3]: *** [Makefile:377: all-recursive] Error 1
[  521s] make[3]: Leaving directory '/usr/src/packages/BUILD/doc'
[  521s] make[2]: *** [Makefile:463: all-recursive] Error 1
[  521s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  521s] make[1]: *** [Makefile:387: all] Error 2
[  521s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  521s] dh_auto_build: error: make -j1 returned exit code 2
[  521s] make: *** [debian/rules:12: build] Error 25
[  521s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  521s] ### VM INTERACTION START ###
[  522s] Powering off.
[  522s] [  502.580505] reboot: Power down
[  522s] ### VM INTERACTION END ###
[  522s] 
[  522s] lamb21 failed "build osmo-remsim_0.2.4.dsc" at Tue Nov  2 09:47:12 UTC 
2021.
[  522s] 

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


Build failure of network:osmocom:latest/osmo-hlr in Debian_Unstable/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:latest/osmo-hlr/Debian_Unstable/x86_64

Package network:osmocom:latest/osmo-hlr failed to build in 
Debian_Unstable/x86_64

Check out the package for editing:
  osc checkout network:osmocom:latest osmo-hlr

Last lines of build log:
[  419s] #  is like basename from coreutils, and . is WD.
[  419s] if ! [ -f osmohlr-usermanual.adoc ]; then \
[  419s]ln -s osmohlr-usermanual.adoc osmohlr-usermanual.adoc; \
[  419s] fi
[  419s] # TEXINPUTS: find LaTeX includes like 
\includegraphics{./common/images/sysmocom.pdf}
[  419s] # in /usr/share/osmo-gsm-manuals.
[  419s] TEXINPUTS="/usr/share/osmo-gsm-manuals" \
[  419s]a2x -vv -L --asciidoc-opts="-f 
/usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/diag-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/doc/manuals' -a 
commondir='/usr/share/osmo-gsm-manuals/common'" --dblatex-opts="-s 
/usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0" -a docinfo -a revnumber="DRAFT " -a revdate="unknown" 
osmohlr-usermanual.adoc
[  419s] a2x: args: ['-vv', '-L', "--asciidoc-opts=-f 
/usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/diag-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/doc/manuals' -a 
commondir='/usr/share/osmo-gsm-manuals/common'", '--dblatex-opts=-s 
/usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0', '-a', 'docinfo', '-a', 'revnumber=DRAFT ', '-a', 
'revdate=unknown', 'osmohlr-usermanual.adoc']
[  419s] a2x: resource files: []
[  419s] a2x: resource directories: ['/etc/asciidoc/stylesheets']
[  419s] make[4]: *** 
[/usr/share/osmo-gsm-manuals/build/Makefile.asciidoc.inc:70: 
osmohlr-usermanual.pdf] Error 1
[  419s] make[4]: Leaving directory '/usr/src/packages/BUILD/doc/manuals'
[  419s] make[3]: *** [Makefile:382: all-recursive] Error 1
[  419s] make[3]: Leaving directory '/usr/src/packages/BUILD/doc'
[  419s] make[2]: *** [Makefile:488: all-recursive] Error 1
[  419s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  419s] make[1]: *** [Makefile:410: all] Error 2
[  419s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  419s] dh_auto_build: error: make -j1 returned exit code 2
[  419s] make: *** [debian/rules:7: build] Error 25
[  419s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  419s] ### VM INTERACTION START ###
[  420s] Powering off.
[  420s] [  400.846459] reboot: Power down
[  420s] ### VM INTERACTION END ###
[  420s] 
[  420s] lamb19 failed "build osmo-hlr_1.3.1.dsc" at Tue Nov  2 09:45:25 UTC 
2021.
[  420s] 

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


Build failure of network:osmocom:latest/osmo-smlc in Debian_Unstable/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:latest/osmo-smlc/Debian_Unstable/x86_64

Package network:osmocom:latest/osmo-smlc failed to build in 
Debian_Unstable/x86_64

Check out the package for editing:
  osc checkout network:osmocom:latest osmo-smlc

Last lines of build log:
[  279s] #  is like basename from coreutils, and . is WD.
[  279s] if ! [ -f osmosmlc-usermanual.adoc ]; then \
[  279s]ln -s osmosmlc-usermanual.adoc osmosmlc-usermanual.adoc; \
[  279s] fi
[  279s] # TEXINPUTS: find LaTeX includes like 
\includegraphics{./common/images/sysmocom.pdf}
[  279s] # in /usr/share/osmo-gsm-manuals.
[  279s] TEXINPUTS="/usr/share/osmo-gsm-manuals" \
[  279s]a2x -vv -L --asciidoc-opts="-f 
/usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/diag-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/doc/manuals' -a 
commondir='/usr/share/osmo-gsm-manuals/common'" --dblatex-opts="-s 
/usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0" -a docinfo -a revnumber="DRAFT " -a revdate="unknown" 
osmosmlc-usermanual.adoc
[  279s] a2x: args: ['-vv', '-L', "--asciidoc-opts=-f 
/usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/diag-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/doc/manuals' -a 
commondir='/usr/share/osmo-gsm-manuals/common'", '--dblatex-opts=-s 
/usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0', '-a', 'docinfo', '-a', 'revnumber=DRAFT ', '-a', 
'revdate=unknown', 'osmosmlc-usermanual.adoc']
[  279s] a2x: resource files: []
[  279s] a2x: resource directories: ['/etc/asciidoc/stylesheets']
[  279s] make[4]: *** 
[/usr/share/osmo-gsm-manuals/build/Makefile.asciidoc.inc:70: 
osmosmlc-usermanual.pdf] Error 1
[  279s] make[4]: Leaving directory '/usr/src/packages/BUILD/doc/manuals'
[  279s] make[3]: *** [Makefile:376: all-recursive] Error 1
[  279s] make[3]: Leaving directory '/usr/src/packages/BUILD/doc'
[  279s] make[2]: *** [Makefile:445: all-recursive] Error 1
[  279s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  279s] make[1]: *** [Makefile:377: all] Error 2
[  279s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  279s] dh_auto_build: error: make -j1 returned exit code 2
[  279s] make: *** [debian/rules:45: build] Error 25
[  279s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  279s] ### VM INTERACTION START ###
[  280s] Powering off.
[  280s] [  265.209497] reboot: Power down
[  280s] ### VM INTERACTION END ###
[  280s] 
[  280s] sheep86 failed "build osmo-smlc_0.2.0.dsc" at Tue Nov  2 09:51:11 UTC 
2021.
[  280s] 

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


Build failure of network:osmocom:latest/osmo-mgw in Debian_Unstable/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:latest/osmo-mgw/Debian_Unstable/x86_64

Package network:osmocom:latest/osmo-mgw failed to build in 
Debian_Unstable/x86_64

Check out the package for editing:
  osc checkout network:osmocom:latest osmo-mgw

Last lines of build log:
[  937s] #  is like basename from coreutils, and . is WD.
[  937s] if ! [ -f osmomgw-usermanual.adoc ]; then \
[  937s]ln -s osmomgw-usermanual.adoc osmomgw-usermanual.adoc; \
[  937s] fi
[  937s] # TEXINPUTS: find LaTeX includes like 
\includegraphics{./common/images/sysmocom.pdf}
[  937s] # in /usr/share/osmo-gsm-manuals.
[  937s] TEXINPUTS="/usr/share/osmo-gsm-manuals" \
[  937s]a2x -vv -L --asciidoc-opts="-f 
/usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/diag-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/doc/manuals' -a 
commondir='/usr/share/osmo-gsm-manuals/common'" --dblatex-opts="-s 
/usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0" -a docinfo -a revnumber="DRAFT " -a revdate="unknown" 
osmomgw-usermanual.adoc
[  938s] a2x: args: ['-vv', '-L', "--asciidoc-opts=-f 
/usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/diag-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/doc/manuals' -a 
commondir='/usr/share/osmo-gsm-manuals/common'", '--dblatex-opts=-s 
/usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0', '-a', 'docinfo', '-a', 'revnumber=DRAFT ', '-a', 
'revdate=unknown', 'osmomgw-usermanual.adoc']
[  938s] a2x: resource files: []
[  938s] a2x: resource directories: ['/etc/asciidoc/stylesheets']
[  938s] make[4]: *** 
[/usr/share/osmo-gsm-manuals/build/Makefile.asciidoc.inc:70: 
osmomgw-usermanual.pdf] Error 1
[  938s] make[4]: Leaving directory '/usr/src/packages/BUILD/doc/manuals'
[  938s] make[3]: *** [Makefile:387: all-recursive] Error 1
[  938s] make[3]: Leaving directory '/usr/src/packages/BUILD/doc'
[  938s] make[2]: *** [Makefile:514: all-recursive] Error 1
[  938s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  938s] make[1]: *** [Makefile:423: all] Error 2
[  938s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  938s] dh_auto_build: error: make -j1 returned exit code 2
[  938s] make: *** [debian/rules:17: build] Error 25
[  938s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  938s] ### VM INTERACTION START ###
[  939s] Powering off.
[  939s] [  863.127076] reboot: Power down
[  939s] ### VM INTERACTION END ###
[  939s] 
[  939s] lamb04 failed "build osmo-mgw_1.8.1.dsc" at Tue Nov  2 09:54:07 UTC 
2021.
[  939s] 

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


Change in simtrace2[master]: firmware: add missing usb strings to blupdate that prevented building it

2021-11-02 Thread laforge
laforge has posted comments on this change. ( 
https://gerrit.osmocom.org/c/simtrace2/+/26059 )

Change subject: firmware: add missing usb strings to blupdate that prevented 
building it
..


Patch Set 2: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/c/simtrace2/+/26059
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: simtrace2
Gerrit-Branch: master
Gerrit-Change-Id: I8d0d9bf98748d475427d9b0c78f2e0532ee4bca1
Gerrit-Change-Number: 26059
Gerrit-PatchSet: 2
Gerrit-Owner: Hoernchen 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-Comment-Date: Tue, 02 Nov 2021 09:55:07 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Build failure of network:osmocom:latest/osmo-iuh in Debian_Unstable/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:latest/osmo-iuh/Debian_Unstable/x86_64

Package network:osmocom:latest/osmo-iuh failed to build in 
Debian_Unstable/x86_64

Check out the package for editing:
  osc checkout network:osmocom:latest osmo-iuh

Last lines of build log:
[  532s] #  is like basename from coreutils, and . is WD.
[  532s] if ! [ -f osmohnbgw-usermanual.adoc ]; then \
[  532s]ln -s osmohnbgw-usermanual.adoc osmohnbgw-usermanual.adoc; \
[  532s] fi
[  532s] # TEXINPUTS: find LaTeX includes like 
\includegraphics{./common/images/sysmocom.pdf}
[  532s] # in /usr/share/osmo-gsm-manuals.
[  532s] TEXINPUTS="/usr/share/osmo-gsm-manuals" \
[  532s]a2x -vv -L --asciidoc-opts="-f 
/usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/diag-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/doc/manuals' -a 
commondir='/usr/share/osmo-gsm-manuals/common'" --dblatex-opts="-s 
/usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0" -a docinfo -a revnumber="DRAFT " -a revdate="unknown" 
osmohnbgw-usermanual.adoc
[  532s] a2x: args: ['-vv', '-L', "--asciidoc-opts=-f 
/usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/diag-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/doc/manuals' -a 
commondir='/usr/share/osmo-gsm-manuals/common'", '--dblatex-opts=-s 
/usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0', '-a', 'docinfo', '-a', 'revnumber=DRAFT ', '-a', 
'revdate=unknown', 'osmohnbgw-usermanual.adoc']
[  532s] a2x: resource files: []
[  532s] a2x: resource directories: ['/etc/asciidoc/stylesheets']
[  532s] make[4]: *** 
[/usr/share/osmo-gsm-manuals/build/Makefile.asciidoc.inc:70: 
osmohnbgw-usermanual.pdf] Error 1
[  532s] make[4]: Leaving directory '/usr/src/packages/BUILD/doc/manuals'
[  532s] make[3]: *** [Makefile:383: all-recursive] Error 1
[  532s] make[3]: Leaving directory '/usr/src/packages/BUILD/doc'
[  532s] make[2]: *** [Makefile:469: all-recursive] Error 1
[  532s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  532s] make[1]: *** [Makefile:391: all] Error 2
[  532s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  532s] dh_auto_build: error: make -j1 returned exit code 2
[  532s] make: *** [debian/rules:9: build] Error 25
[  532s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  532s] ### VM INTERACTION START ###
[  533s] Powering off.
[  533s] [  518.640535] reboot: Power down
[  533s] ### VM INTERACTION END ###
[  533s] 
[  533s] sheep81 failed "build osmo-iuh_1.0.0.dsc" at Tue Nov  2 09:55:30 UTC 
2021.
[  533s] 

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


Build failure of network:osmocom:latest/osmo-bsc in Debian_Unstable/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:latest/osmo-bsc/Debian_Unstable/x86_64

Package network:osmocom:latest/osmo-bsc failed to build in 
Debian_Unstable/x86_64

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

Last lines of build log:
[  271s] #  is like basename from coreutils, and . is WD.
[  271s] if ! [ -f osmobsc-usermanual.adoc ]; then \
[  271s]ln -s osmobsc-usermanual.adoc osmobsc-usermanual.adoc; \
[  271s] fi
[  271s] # TEXINPUTS: find LaTeX includes like 
\includegraphics{./common/images/sysmocom.pdf}
[  271s] # in /usr/share/osmo-gsm-manuals.
[  271s] TEXINPUTS="/usr/share/osmo-gsm-manuals" \
[  271s]a2x -vv -L --asciidoc-opts="-f 
/usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/diag-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/doc/manuals' -a 
commondir='/usr/share/osmo-gsm-manuals/common'" --dblatex-opts="-s 
/usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0" -a docinfo -a revnumber="DRAFT " -a revdate="unknown" 
osmobsc-usermanual.adoc
[  271s] a2x: args: ['-vv', '-L', "--asciidoc-opts=-f 
/usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/diag-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/doc/manuals' -a 
commondir='/usr/share/osmo-gsm-manuals/common'", '--dblatex-opts=-s 
/usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0', '-a', 'docinfo', '-a', 'revnumber=DRAFT ', '-a', 
'revdate=unknown', 'osmobsc-usermanual.adoc']
[  271s] a2x: resource files: []
[  271s] a2x: resource directories: ['/etc/asciidoc/stylesheets']
[  271s] make[4]: *** 
[/usr/share/osmo-gsm-manuals/build/Makefile.asciidoc.inc:70: 
osmobsc-usermanual.pdf] Error 1
[  271s] make[4]: Leaving directory '/usr/src/packages/BUILD/doc/manuals'
[  271s] make[3]: *** [Makefile:387: all-recursive] Error 1
[  271s] make[3]: Leaving directory '/usr/src/packages/BUILD/doc'
[  271s] make[2]: *** [Makefile:456: all-recursive] Error 1
[  271s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  271s] make[1]: *** [Makefile:388: all] Error 2
[  271s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  271s] dh_auto_build: error: make -j1 returned exit code 2
[  271s] make: *** [debian/rules:45: build] Error 25
[  271s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  271s] ### VM INTERACTION START ###
[  272s] Powering off.
[  272s] [  258.616763] reboot: Power down
[  272s] ### VM INTERACTION END ###
[  272s] 
[  272s] hci-cnode1-e5 failed "build osmo-bsc_1.7.2.dsc" at Tue Nov  2 09:58:57 
UTC 2021.
[  272s] 

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


Build failure of network:osmocom:latest/osmo-msc in Debian_Unstable/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:latest/osmo-msc/Debian_Unstable/x86_64

Package network:osmocom:latest/osmo-msc failed to build in 
Debian_Unstable/x86_64

Check out the package for editing:
  osc checkout network:osmocom:latest osmo-msc

Last lines of build log:
[  217s] #  is like basename from coreutils, and . is WD.
[  217s] if ! [ -f osmomsc-usermanual.adoc ]; then \
[  217s]ln -s osmomsc-usermanual.adoc osmomsc-usermanual.adoc; \
[  217s] fi
[  217s] # TEXINPUTS: find LaTeX includes like 
\includegraphics{./common/images/sysmocom.pdf}
[  217s] # in /usr/share/osmo-gsm-manuals.
[  217s] TEXINPUTS="/usr/share/osmo-gsm-manuals" \
[  217s]a2x -vv -L --asciidoc-opts="-f 
/usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/diag-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/doc/manuals' -a 
commondir='/usr/share/osmo-gsm-manuals/common'" --dblatex-opts="-s 
/usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0" -a docinfo -a revnumber="DRAFT " -a revdate="unknown" 
osmomsc-usermanual.adoc
[  217s] a2x: args: ['-vv', '-L', "--asciidoc-opts=-f 
/usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/diag-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/doc/manuals' -a 
commondir='/usr/share/osmo-gsm-manuals/common'", '--dblatex-opts=-s 
/usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0', '-a', 'docinfo', '-a', 'revnumber=DRAFT ', '-a', 
'revdate=unknown', 'osmomsc-usermanual.adoc']
[  217s] a2x: resource files: []
[  217s] a2x: resource directories: ['/etc/asciidoc/stylesheets']
[  217s] make[4]: *** 
[/usr/share/osmo-gsm-manuals/build/Makefile.asciidoc.inc:70: 
osmomsc-usermanual.pdf] Error 1
[  217s] make[4]: Leaving directory '/usr/src/packages/BUILD/doc/manuals'
[  217s] make[3]: *** [Makefile:402: all-recursive] Error 1
[  217s] make[3]: Leaving directory '/usr/src/packages/BUILD/doc'
[  217s] make[2]: *** [Makefile:470: all-recursive] Error 1
[  217s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  217s] make[1]: *** [Makefile:402: all] Error 2
[  217s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  217s] dh_auto_build: error: make -j1 returned exit code 2
[  217s] make: *** [debian/rules:45: build] Error 25
[  217s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  217s] ### VM INTERACTION START ###
[  219s] Powering off.
[  219s] [  207.528771] reboot: Power down
[  219s] ### VM INTERACTION END ###
[  219s] 
[  219s] goat07 failed "build osmo-msc_1.7.1.dsc" at Tue Nov  2 09:59:21 UTC 
2021.
[  219s] 

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


Build failure of network:osmocom:latest/osmo-sgsn in Debian_Unstable/x86_64

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:latest/osmo-sgsn/Debian_Unstable/x86_64

Package network:osmocom:latest/osmo-sgsn failed to build in 
Debian_Unstable/x86_64

Check out the package for editing:
  osc checkout network:osmocom:latest osmo-sgsn

Last lines of build log:
[  396s] #  is like basename from coreutils, and . is WD.
[  396s] if ! [ -f osmosgsn-usermanual.adoc ]; then \
[  396s]ln -s osmosgsn-usermanual.adoc osmosgsn-usermanual.adoc; \
[  396s] fi
[  396s] # TEXINPUTS: find LaTeX includes like 
\includegraphics{./common/images/sysmocom.pdf}
[  396s] # in /usr/share/osmo-gsm-manuals.
[  396s] TEXINPUTS="/usr/share/osmo-gsm-manuals" \
[  396s]a2x -vv -L --asciidoc-opts="-f 
/usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/diag-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/doc/manuals' -a 
commondir='/usr/share/osmo-gsm-manuals/common'" --dblatex-opts="-s 
/usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0" -a docinfo -a revnumber="DRAFT " -a revdate="unknown" 
osmosgsn-usermanual.adoc
[  396s] a2x: args: ['-vv', '-L', "--asciidoc-opts=-f 
/usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/diag-filter.conf -f 
/usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -a 
srcdir='/usr/src/packages/BUILD/doc/manuals' -a 
commondir='/usr/share/osmo-gsm-manuals/common'", '--dblatex-opts=-s 
/usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P 
draft.watermark=0', '-a', 'docinfo', '-a', 'revnumber=DRAFT ', '-a', 
'revdate=unknown', 'osmosgsn-usermanual.adoc']
[  396s] a2x: resource files: []
[  396s] a2x: resource directories: ['/etc/asciidoc/stylesheets']
[  396s] make[4]: *** 
[/usr/share/osmo-gsm-manuals/build/Makefile.asciidoc.inc:70: 
osmosgsn-usermanual.pdf] Error 1
[  396s] make[4]: Leaving directory '/usr/src/packages/BUILD/doc/manuals'
[  396s] make[3]: *** [Makefile:393: all-recursive] Error 1
[  396s] make[3]: Leaving directory '/usr/src/packages/BUILD/doc'
[  396s] make[2]: *** [Makefile:462: all-recursive] Error 1
[  396s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  396s] make[1]: *** [Makefile:394: all] Error 2
[  396s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  396s] dh_auto_build: error: make -j1 returned exit code 2
[  396s] make: *** [debian/rules:45: build] Error 25
[  396s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  396s] ### VM INTERACTION START ###
[  397s] Powering off.
[  397s] [  378.976554] reboot: Power down
[  397s] ### VM INTERACTION END ###
[  397s] 
[  397s] lamb13 failed "build osmo-sgsn_1.7.1.dsc" at Tue Nov  2 10:02:30 UTC 
2021.
[  397s] 

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


Build failure of network:osmocom:nightly/osmo-hnodeb in Raspbian_10/armv7l

2021-11-02 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-hnodeb/Raspbian_10/armv7l

Package network:osmocom:nightly/osmo-hnodeb failed to build in 
Raspbian_10/armv7l

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

Last lines of build log:
[  504s] #define PACKAGE_URL ""
[  504s] #define PACKAGE "osmo-hnodeb"
[  504s] #define VERSION "UNKNOWN"
[  504s] #define STDC_HEADERS 1
[  504s] #define HAVE_SYS_TYPES_H 1
[  504s] #define HAVE_SYS_STAT_H 1
[  504s] #define HAVE_STDLIB_H 1
[  504s] #define HAVE_STRING_H 1
[  504s] #define HAVE_MEMORY_H 1
[  504s] #define HAVE_STRINGS_H 1
[  504s] #define HAVE_INTTYPES_H 1
[  504s] #define HAVE_STDINT_H 1
[  504s] #define HAVE_UNISTD_H 1
[  504s] #define HAVE_DLFCN_H 1
[  504s] #define LT_OBJDIR ".libs/"
[  504s] 
[  504s] configure: exit 1
[  504s] dh_auto_configure: ./configure --build=arm-linux-gnueabihf 
--prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-silent-rules --libdir=\${prefix}/lib/arm-linux-gnueabihf 
--libexecdir=\${prefix}/lib/arm-linux-gnueabihf --disable-maintainer-mode 
--disable-dependency-tracking --with-systemdsystemunitdir=/lib/systemd/system 
--enable-manuals returned exit code 1
[  504s] make[1]: *** [debian/rules:50: override_dh_auto_configure] Error 2
[  504s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  504s] make: *** [debian/rules:45: build] Error 2
[  504s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  504s] ### VM INTERACTION START ###
[  506s] [  484.094118] sysrq: SysRq : Power Off
[  506s] [  484.096583] reboot: Power down
[  507s] ### VM INTERACTION END ###
[  507s] 
[  507s] armbuild21 failed "build osmo-hnodeb_0.0.0.202111020822.dsc" at Tue 
Nov  2 10:30:21 UTC 2021.
[  507s] 

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


Change in osmo-bts[master]: lchan_meas_handle_sacch(): check if Measurement Result is valid

2021-11-02 Thread pespin
pespin has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/26047 )

Change subject: lchan_meas_handle_sacch(): check if Measurement Result is valid
..


Patch Set 4:

(1 comment)

https://gerrit.osmocom.org/c/osmo-bts/+/26047/4/src/common/measurement.c
File src/common/measurement.c:

https://gerrit.osmocom.org/c/osmo-bts/+/26047/4/src/common/measurement.c@958
PS4, Line 958:  if (dtxu_used) {
Am I wrong are are we using dtxu_used uninitialized under some circumstances?



--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/26047
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I4aaac742674ce3ac15e9a4a32fe7c72db81d32d2
Gerrit-Change-Number: 26047
Gerrit-PatchSet: 4
Gerrit-Owner: fixeria 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-CC: pespin 
Gerrit-Comment-Date: Tue, 02 Nov 2021 10:35:33 +
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment


Change in osmo-bts[master]: measurement: get rid of *le in lchan_meas_handle_sacch()

2021-11-02 Thread pespin
pespin has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/26051 )

Change subject: measurement: get rid of *le in lchan_meas_handle_sacch()
..


Patch Set 2: Code-Review+1


--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/26051
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I2b3693a0e49f03f2b4496c9dbd30cf47e9bc86b5
Gerrit-Change-Number: 26051
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter 
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: pespin 
Gerrit-Comment-Date: Tue, 02 Nov 2021 10:39:11 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in osmo-bts[master]: measurement: pass *mr to repeated_dl_facch_active_decision()

2021-11-02 Thread pespin
pespin has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/26048 )

Change subject: measurement: pass *mr to repeated_dl_facch_active_decision()
..


Patch Set 4: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/26048
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Idbf5f95d632aa2270c49b351ad5561ca2182bf9a
Gerrit-Change-Number: 26048
Gerrit-PatchSet: 4
Gerrit-Owner: fixeria 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: pespin 
Gerrit-Comment-Date: Tue, 02 Nov 2021 10:40:34 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in osmo-bts[master]: measurement: pass *mr to lchan_bs_pwr_ctrl()

2021-11-02 Thread pespin
pespin has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/26049 )

Change subject: measurement: pass *mr to lchan_bs_pwr_ctrl()
..


Patch Set 4: Code-Review+1

(2 comments)

https://gerrit.osmocom.org/c/osmo-bts/+/26049/4/src/common/measurement.c
File src/common/measurement.c:

https://gerrit.osmocom.org/c/osmo-bts/+/26049/4/src/common/measurement.c@957
PS4, Line 957:  if (mr && mr->meas_valid == 0) /* 0 = valid */
I've seen this clarification several times already: mr->meas_valid == 0) /* 0 = 
valid */
Please add a static inline boor meas_is_valid(mr);


https://gerrit.osmocom.org/c/osmo-bts/+/26049/4/src/common/power_control.c
File src/common/power_control.c:

https://gerrit.osmocom.org/c/osmo-bts/+/26049/4/src/common/power_control.c@338
PS4, Line 338:  if (ctrl_interval_skip_block(params, state))
not entirely relaed to this patch, but I just noticed that if we don'tn receive 
proper meas result, then we don't decrease the period counter, which is wrong 
imho. We should ideally keep decreasing it, and if it reaches 0 when meas is 
invalid, then keep it at 1 to make it trigger next time we recieve a MR.



--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/26049
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I937117cf26fb718d57920382f6972390ad498c51
Gerrit-Change-Number: 26049
Gerrit-PatchSet: 4
Gerrit-Owner: fixeria 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: pespin 
Gerrit-Comment-Date: Tue, 02 Nov 2021 10:45:40 +
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in simtrace2[master]: firmware: add missing usb strings to blupdate that prevented building it

2021-11-02 Thread laforge
laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/simtrace2/+/26059 )

Change subject: firmware: add missing usb strings to blupdate that prevented 
building it
..

firmware: add missing usb strings to blupdate that prevented building it

Change-Id: I8d0d9bf98748d475427d9b0c78f2e0532ee4bca1
---
A firmware/apps/blupdate/usb_strings.txt
1 file changed, 6 insertions(+), 0 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/firmware/apps/blupdate/usb_strings.txt 
b/firmware/apps/blupdate/usb_strings.txt
new file mode 100644
index 000..f652071
--- /dev/null
+++ b/firmware/apps/blupdate/usb_strings.txt
@@ -0,0 +1,6 @@
+sysmocom - s.f.m.c. GmbH
+PRODUCT_STRING
+bootloader updater
+RAM
+Flash (Application Partition)
+Flash (Bootloader Partition)

--
To view, visit https://gerrit.osmocom.org/c/simtrace2/+/26059
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: simtrace2
Gerrit-Branch: master
Gerrit-Change-Id: I8d0d9bf98748d475427d9b0c78f2e0532ee4bca1
Gerrit-Change-Number: 26059
Gerrit-PatchSet: 2
Gerrit-Owner: Hoernchen 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-MessageType: merged


Change in osmo-bsc[master]: refactor lchan counting

2021-11-02 Thread pespin
pespin has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bsc/+/25972 )

Change subject: refactor lchan counting
..


Patch Set 2:

(3 comments)

Letting other decide on whether they accept the current proposal as it is now.

https://gerrit.osmocom.org/c/osmo-bsc/+/25972/1/include/osmocom/bsc/gsm_data.h
File include/osmocom/bsc/gsm_data.h:

https://gerrit.osmocom.org/c/osmo-bsc/+/25972/1/include/osmocom/bsc/gsm_data.h@1439
PS1, Line 1439: CHAN_COUNTS2_N
> A more usual naming would be '_CHAN_COUNTS2_NUM'.
Ack


https://gerrit.osmocom.org/c/osmo-bsc/+/25972/1/include/osmocom/bsc/gsm_data.h@1448
PS1, Line 1448: typedef unsigned int chan_counts_t 
[CHAN_COUNTS1_N][CHAN_COUNTS2_N][_GSM_LCHAN_MAX];
> it'll be quite a bit of effort to change this. […]
I wouldn't call it a personal preference, it's having a way to pass a data 
structure in an easy way which is later easier to extend instead of having to 
pass a 3 dimensional array or a pointer to some 3dimensional array mapped 
memory. It also gets rid of typedefs for not simple types, which is what the 
linux kernel style guide states.


https://gerrit.osmocom.org/c/osmo-bsc/+/25972/1/src/osmo-bsc/abis_rsl.c
File src/osmo-bsc/abis_rsl.c:

https://gerrit.osmocom.org/c/osmo-bsc/+/25972/1/src/osmo-bsc/abis_rsl.c@1961
PS1, Line 1961: chan_counts_t bts_counts;
> well, we usually use 'struct foo' or 'enum foo', but this typedef (used to 
> pinpoint the array sizes) […]
If you had struct chan_counts, none of this would be an issue.



--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/25972
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I2fb48c549186db812b1e9d6b735a92e80f27b8d3
Gerrit-Change-Number: 25972
Gerrit-PatchSet: 2
Gerrit-Owner: neels 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria 
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: pespin 
Gerrit-Comment-Date: Tue, 02 Nov 2021 10:52:54 +
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: neels 
Comment-In-Reply-To: fixeria 
Comment-In-Reply-To: pespin 
Gerrit-MessageType: comment


Change in osmo-bsc[master]: control.adoc: improve description of command bts.N.send-new-system-in...

2021-11-02 Thread laforge
laforge has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bsc/+/26003 )

Change subject: control.adoc: improve description of command 
bts.N.send-new-system-informations
..


Patch Set 1: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/26003
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I48bdb7fd991dac2d5112440c879d0ded5b726715
Gerrit-Change-Number: 26003
Gerrit-PatchSet: 1
Gerrit-Owner: dexter 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: keith 
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: pespin 
Gerrit-Comment-Date: Tue, 02 Nov 2021 10:52:49 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in osmo-bsc[master]: control.adoc: improve description of command bts.N.send-new-system-in...

2021-11-02 Thread laforge
laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-bsc/+/26003 )

Change subject: control.adoc: improve description of command 
bts.N.send-new-system-informations
..

control.adoc: improve description of command bts.N.send-new-system-informations

Change-Id: I48bdb7fd991dac2d5112440c879d0ded5b726715
Related: SYS#5641
---
M doc/manuals/chapters/control.adoc
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/doc/manuals/chapters/control.adoc 
b/doc/manuals/chapters/control.adoc
index 2585126..c2d7a82 100644
--- a/doc/manuals/chapters/control.adoc
+++ b/doc/manuals/chapters/control.adoc
@@ -32,7 +32,7 @@
 |bts.N.location-area-code|RW|No|""|Set/Get LAC (value between (0, 65535)).
 |bts.N.cell-identity|RW|No|""|Set/Get Cell Identity (value between (0, 
65535)).
 |bts.N.apply-configuration|WO|No|Ignored|Restart BTS via OML.
-|bts.N.send-new-system-informations|WO|No|Ignored|Regenerate System 
Information messages for given BTS.
+|bts.N.send-new-system-informations|WO|No|Ignored|Regenerate and resend System 
Information messages for given BTS.
 |bts.N.channel-load|RO|No|",,"|See <> for details.
 |bts.N.oml-connection-state|RO|No|"connected", "disconnected", 
"degraded"|Indicate the status of OML connection of BTS.
 |bts.N.oml-uptime|RO|No||Return OML link uptime in seconds.

--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/26003
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I48bdb7fd991dac2d5112440c879d0ded5b726715
Gerrit-Change-Number: 26003
Gerrit-PatchSet: 2
Gerrit-Owner: dexter 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: keith 
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: pespin 
Gerrit-MessageType: merged


Change in osmo-bsc[master]: bsc_ctrl_commands: change neighbor-list mode/arfcn via control interface

2021-11-02 Thread laforge
laforge has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bsc/+/25996 )

Change subject: bsc_ctrl_commands: change neighbor-list mode/arfcn via control 
interface
..


Patch Set 3: Code-Review+1


--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/25996
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Id97bc0d31a358db6221c385761773fb48670c921
Gerrit-Change-Number: 25996
Gerrit-PatchSet: 3
Gerrit-Owner: dexter 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel 
Gerrit-Reviewer: laforge 
Gerrit-CC: pespin 
Gerrit-Comment-Date: Tue, 02 Nov 2021 10:53:19 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in osmo-ttcn3-hacks[master]: BTS_Tests: execute test cases for BS power control on TRX1

2021-11-02 Thread laforge
laforge has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25908 )

Change subject: BTS_Tests: execute test cases for BS power control on TRX1
..


Patch Set 2: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25908
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ied3e38986690850f0323d4db072cf59b6975587e
Gerrit-Change-Number: 25908
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria 
Gerrit-Reviewer: Hoernchen 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: pespin 
Gerrit-Comment-Date: Tue, 02 Nov 2021 10:53:58 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in osmo-ttcn3-hacks[master]: BTS_Tests: execute test cases for BS power control on TRX1

2021-11-02 Thread laforge
laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25908 )

Change subject: BTS_Tests: execute test cases for BS power control on TRX1
..

BTS_Tests: execute test cases for BS power control on TRX1

Otherwise they fail, because BS power control is normally not
permitted on the BCCH carrier (unless it's in power saving mode).

Change-Id: Ied3e38986690850f0323d4db072cf59b6975587e
Related: SYS#4918
---
M bts/BTS_Tests.ttcn
1 file changed, 14 insertions(+), 12 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  Hoernchen: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 2e35ce9..7476a0c 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -2673,26 +2673,28 @@
 testcase TC_rsl_bs_pwr_static_ass() runs on test_CT {
var ConnHdlr vc_conn;
var ConnHdlrPars pars;
+
f_init();
-   for (var integer tn := 1; tn <= 4; tn := tn+1) {
-   pars := valueof(t_Pars(t_RslChanNr_Bm(tn), 
ts_RSL_ChanMode_SIGN));
-   vc_conn := f_start_handler(refers(f_TC_rsl_bs_pwr_static_ass), 
pars,
-  pcu_comp := false, trxc_comp := 
true);
-   vc_conn.done;
-   }
+
+   pars := valueof(t_Pars(t_RslChanNr_Bm(0), ts_RSL_ChanMode_SIGN, trx_nr 
:= 1));
+   vc_conn := f_start_handler(refers(f_TC_rsl_bs_pwr_static_ass), pars,
+  pcu_comp := false, trxc_comp := true);
+   vc_conn.done;
+
Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
 }

 testcase TC_rsl_bs_pwr_static_power_control() runs on test_CT {
var ConnHdlr vc_conn;
var ConnHdlrPars pars;
+
f_init();
-   for (var integer tn := 1; tn <= 4; tn := tn+1) {
-   pars := valueof(t_Pars(t_RslChanNr_Bm(tn), 
ts_RSL_ChanMode_SIGN));
-   vc_conn := 
f_start_handler(refers(f_TC_rsl_bs_pwr_static_power_control), pars,
-  pcu_comp := false, trxc_comp := 
true);
-   vc_conn.done;
-   }
+
+   pars := valueof(t_Pars(t_RslChanNr_Bm(0), ts_RSL_ChanMode_SIGN, trx_nr 
:= 1));
+   vc_conn := 
f_start_handler(refers(f_TC_rsl_bs_pwr_static_power_control), pars,
+  pcu_comp := false, trxc_comp := true);
+   vc_conn.done;
+
Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
 }


--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25908
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ied3e38986690850f0323d4db072cf59b6975587e
Gerrit-Change-Number: 25908
Gerrit-PatchSet: 3
Gerrit-Owner: fixeria 
Gerrit-Reviewer: Hoernchen 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: pespin 
Gerrit-MessageType: merged


Change in osmo-bts[master]: [overpower] Turn it on and off depending on DL RxQual

2021-11-02 Thread laforge
laforge has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/25899 )

Change subject: [overpower] Turn it on and off depending on DL RxQual
..


Patch Set 7: Code-Review+1


--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/25899
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Iaa812d4661ee17c4cd4a8c4ae4bd3e94c1a2e6cc
Gerrit-Change-Number: 25899
Gerrit-PatchSet: 7
Gerrit-Owner: fixeria 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: pespin 
Gerrit-Comment-Date: Tue, 02 Nov 2021 10:54:59 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in simtrace2[master]: jenkins: build bootloader updater

2021-11-02 Thread laforge
laforge has posted comments on this change. ( 
https://gerrit.osmocom.org/c/simtrace2/+/26053 )

Change subject: jenkins: build bootloader updater
..


Patch Set 2: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/c/simtrace2/+/26053
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: simtrace2
Gerrit-Branch: master
Gerrit-Change-Id: I8b2023921a67b0e8945d8f24e4c8076de3e12acf
Gerrit-Change-Number: 26053
Gerrit-PatchSet: 2
Gerrit-Owner: Hoernchen 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-Comment-Date: Tue, 02 Nov 2021 10:55:47 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in simtrace2[master]: jenkins: build bootloader updater

2021-11-02 Thread laforge
laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/simtrace2/+/26053 )

Change subject: jenkins: build bootloader updater
..

jenkins: build bootloader updater

Change-Id: I8b2023921a67b0e8945d8f24e4c8076de3e12acf
---
M contrib/jenkins.sh
1 file changed, 4 insertions(+), 4 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 40015f7..8e81820 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -28,11 +28,11 @@
 export LD_LIBRARY_PATH="$inst/lib"

 BUILDS=""
-BUILDS+="simtrace/dfu simtrace/trace simtrace/cardem "
-BUILDS+="qmod/dfu qmod/cardem "
-BUILDS+="owhw/dfu owhw/cardem "
+BUILDS+="simtrace/dfu simtrace/blupdate simtrace/trace simtrace/cardem "
+BUILDS+="qmod/dfu qmod/blupdate qmod/cardem "
+BUILDS+="owhw/dfu owhw/blupdate owhw/cardem "
 BUILDS+="octsimtest/cardem "
-BUILDS+="ngff_cardem/dfu ngff_cardem/cardem ngff_cardem/trace "
+BUILDS+="ngff_cardem/dfu ngff_cardem/blupdate ngff_cardem/cardem 
ngff_cardem/trace "

 cd $TOPDIR/firmware
 for build in $BUILDS; do

--
To view, visit https://gerrit.osmocom.org/c/simtrace2/+/26053
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: simtrace2
Gerrit-Branch: master
Gerrit-Change-Id: I8b2023921a67b0e8945d8f24e4c8076de3e12acf
Gerrit-Change-Number: 26053
Gerrit-PatchSet: 2
Gerrit-Owner: Hoernchen 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-MessageType: merged


Change in osmo-bsc[master]: add time_cc API: cumlative counter for time, reported as rate_ctr

2021-11-02 Thread pespin
pespin has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bsc/+/25973 )

Change subject: add time_cc API: cumlative counter for time, reported as 
rate_ctr
..


Patch Set 1:

> Patch Set 1:
> For all_allocated, it is the number of seconds that all channels were 
> allocated per a given amount of time. For example, if the VTY shows 
> all_allocated:sdcch of 10/min, it means all channels were allocated for 10 
> seconds of the last minute. For a stat item, getting this "per time" part is 
> a complex problem.

Thanks, this is the kind of example I was asking for on my first comments in 
order to understand better what you want to achieve.

> > So I'm not really following on why you need all this infrastructure sorry,
>
> I would appreciate if your criticism could be qualified as well as 
> constructive.
> What do you mean by "all this"? What do you suggest instead?

Maybe the problem is that I don't see this may be the correct way to go here. I 
have the feeling we are adding too much counting complexity inside our code 
base, where this can be simply be submitted over time as a osmo_stat item 
counter, and let whatever system the customer uses to plot the data over time 
(eg using grafana or some custom statsd/python scripts) and see when the 
all_allocated:sdcch incremented over time. So that's what I'm suggesting.
Let's let other specialized systems do this kind of stuff instead of bloating 
our code base. I'm not blocking this if still others think it is a good idea to 
have this merged.


--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/25973
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Icdd36f27cb54b2e1b940c9e6404ba9dd3692a310
Gerrit-Change-Number: 25973
Gerrit-PatchSet: 1
Gerrit-Owner: neels 
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: laforge 
Gerrit-CC: pespin 
Gerrit-Comment-Date: Tue, 02 Nov 2021 11:05:38 +
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment


Change in osmo-bts[master]: l1sap: rework handling of DATA.ind on SACCH

2021-11-02 Thread pespin
pespin has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/26046 )

Change subject: l1sap: rework handling of DATA.ind on SACCH
..


Patch Set 3: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/26046
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Ifed91f87fd653debc87a09da3fd31ad64a13f330
Gerrit-Change-Number: 26046
Gerrit-PatchSet: 3
Gerrit-Owner: fixeria 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: pespin 
Gerrit-Comment-Date: Tue, 02 Nov 2021 11:11:56 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in osmo-bsc[master]: heighbor_ident: add/del neighbor cells via ctrl interface

2021-11-02 Thread pespin
pespin has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bsc/+/25976 )

Change subject: heighbor_ident: add/del neighbor cells via ctrl interface
..


Patch Set 6: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/25976
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I343a40e18fa9b91e6c381912c0426a002841e079
Gerrit-Change-Number: 25976
Gerrit-PatchSet: 6
Gerrit-Owner: dexter 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel 
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: pespin 
Gerrit-CC: fixeria 
Gerrit-Comment-Date: Tue, 02 Nov 2021 11:14:38 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in osmo-bsc[master]: bsc_ctrl_commands: change neighbor-list mode/arfcn via control interface

2021-11-02 Thread pespin
pespin has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bsc/+/25996 )

Change subject: bsc_ctrl_commands: change neighbor-list mode/arfcn via control 
interface
..


Patch Set 3: Code-Review+1


--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/25996
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Id97bc0d31a358db6221c385761773fb48670c921
Gerrit-Change-Number: 25996
Gerrit-PatchSet: 3
Gerrit-Owner: dexter 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel 
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: pespin 
Gerrit-Comment-Date: Tue, 02 Nov 2021 11:16:07 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in osmo-bts[master]: [overpower] Turn it on and off depending on DL RxQual

2021-11-02 Thread pespin
pespin has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/25899 )

Change subject: [overpower] Turn it on and off depending on DL RxQual
..


Patch Set 7: Code-Review+2

(1 comment)

https://gerrit.osmocom.org/c/osmo-bts/+/25899/7/src/common/measurement.c
File src/common/measurement.c:

https://gerrit.osmocom.org/c/osmo-bts/+/25899/7/src/common/measurement.c@994
PS7, Line 994:  if (mr && mr->meas_valid == 0) { /* 0 = valid */
same again, some meas_is_valid() helper here would be a lot clearer.



--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/25899
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Iaa812d4661ee17c4cd4a8c4ae4bd3e94c1a2e6cc
Gerrit-Change-Number: 25899
Gerrit-PatchSet: 7
Gerrit-Owner: fixeria 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: pespin 
Gerrit-Comment-Date: Tue, 02 Nov 2021 11:20:27 +
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in osmo-hnodeb[master]: Import hnb-test from osmo-iuh.git

2021-11-02 Thread pespin
Hello Jenkins Builder, laforge, fixeria,

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

https://gerrit.osmocom.org/c/osmo-hnodeb/+/25995

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

Change subject: Import hnb-test from osmo-iuh.git
..

Import hnb-test from osmo-iuh.git

Import from osmo-iuh.git Change-Id Iba106dcc18e3d429b4b9808610a44ac29b798172,
with minimal renaming of s/hnb_test/hnb/ and required mangling to have
it compile and run.

Change-Id: I36fd4aa5d39222371bd36e9f540b91e36a26de43
---
M configure.ac
M contrib/jenkins.sh
M include/osmocom/hnodeb/Makefile.am
M include/osmocom/hnodeb/hnodeb.h
A include/osmocom/hnodeb/ranap.h
A include/osmocom/hnodeb/rua.h
M src/osmo-hnodeb/Makefile.am
A src/osmo-hnodeb/debug.c
M src/osmo-hnodeb/main.c
A src/osmo-hnodeb/ranap.c
A src/osmo-hnodeb/rua.c
11 files changed, 1,381 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-hnodeb refs/changes/95/25995/4
--
To view, visit https://gerrit.osmocom.org/c/osmo-hnodeb/+/25995
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-hnodeb
Gerrit-Branch: master
Gerrit-Change-Id: I36fd4aa5d39222371bd36e9f540b91e36a26de43
Gerrit-Change-Number: 25995
Gerrit-PatchSet: 4
Gerrit-Owner: pespin 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria 
Gerrit-Reviewer: laforge 
Gerrit-MessageType: newpatchset


Change in osmo-hnodeb[master]: Import hnb-test from osmo-iuh.git

2021-11-02 Thread pespin
Hello Jenkins Builder, laforge, fixeria,

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

https://gerrit.osmocom.org/c/osmo-hnodeb/+/25995

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

Change subject: Import hnb-test from osmo-iuh.git
..

Import hnb-test from osmo-iuh.git

Import from osmo-iuh.git Change-Id Iba106dcc18e3d429b4b9808610a44ac29b798172,
with minimal renaming of s/hnb_test/hnb/ and required mangling to have
it compile and run.

Change-Id: I36fd4aa5d39222371bd36e9f540b91e36a26de43
---
M configure.ac
M contrib/jenkins.sh
M include/osmocom/hnodeb/Makefile.am
M include/osmocom/hnodeb/hnodeb.h
A include/osmocom/hnodeb/ranap.h
A include/osmocom/hnodeb/rua.h
M src/osmo-hnodeb/Makefile.am
A src/osmo-hnodeb/debug.c
M src/osmo-hnodeb/main.c
A src/osmo-hnodeb/ranap.c
A src/osmo-hnodeb/rua.c
11 files changed, 1,383 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-hnodeb refs/changes/95/25995/5
--
To view, visit https://gerrit.osmocom.org/c/osmo-hnodeb/+/25995
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-hnodeb
Gerrit-Branch: master
Gerrit-Change-Id: I36fd4aa5d39222371bd36e9f540b91e36a26de43
Gerrit-Change-Number: 25995
Gerrit-PatchSet: 5
Gerrit-Owner: pespin 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria 
Gerrit-Reviewer: laforge 
Gerrit-MessageType: newpatchset


Change in osmo-hnodeb[master]: configure: link against libsctp

2021-11-02 Thread pespin
Hello Jenkins Builder, laforge, fixeria,

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

https://gerrit.osmocom.org/c/osmo-hnodeb/+/26035

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

Change subject: configure: link against libsctp
..

configure: link against libsctp

osmo-hnodeb calls sctp_recvmsg directly, which is provided by libsctp.
Hence, we need to depend and link on it.

Change-Id: I793d6fe8601cf9a8dd72bf6884b469204b513c11
---
M configure.ac
M src/osmo-hnodeb/Makefile.am
2 files changed, 11 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-hnodeb refs/changes/35/26035/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-hnodeb/+/26035
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-hnodeb
Gerrit-Branch: master
Gerrit-Change-Id: I793d6fe8601cf9a8dd72bf6884b469204b513c11
Gerrit-Change-Number: 26035
Gerrit-PatchSet: 2
Gerrit-Owner: pespin 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria 
Gerrit-Reviewer: laforge 
Gerrit-MessageType: newpatchset


Change in osmo-hnodeb[master]: Import hnb-test from osmo-iuh.git

2021-11-02 Thread pespin
Hello Jenkins Builder, laforge, fixeria,

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

https://gerrit.osmocom.org/c/osmo-hnodeb/+/25995

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

Change subject: Import hnb-test from osmo-iuh.git
..

Import hnb-test from osmo-iuh.git

Import from osmo-iuh.git Change-Id Iba106dcc18e3d429b4b9808610a44ac29b798172,
with minimal renaming of s/hnb_test/hnb/ and required mangling to have
it compile and run.

Change-Id: I36fd4aa5d39222371bd36e9f540b91e36a26de43
---
M configure.ac
M contrib/jenkins.sh
M include/osmocom/hnodeb/Makefile.am
M include/osmocom/hnodeb/hnodeb.h
A include/osmocom/hnodeb/ranap.h
A include/osmocom/hnodeb/rua.h
M src/osmo-hnodeb/Makefile.am
A src/osmo-hnodeb/debug.c
M src/osmo-hnodeb/main.c
A src/osmo-hnodeb/ranap.c
A src/osmo-hnodeb/rua.c
11 files changed, 1,383 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-hnodeb refs/changes/95/25995/6
--
To view, visit https://gerrit.osmocom.org/c/osmo-hnodeb/+/25995
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-hnodeb
Gerrit-Branch: master
Gerrit-Change-Id: I36fd4aa5d39222371bd36e9f540b91e36a26de43
Gerrit-Change-Number: 25995
Gerrit-PatchSet: 6
Gerrit-Owner: pespin 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria 
Gerrit-Reviewer: laforge 
Gerrit-MessageType: newpatchset


  1   2   3   4   >