Change in osmo-trx[master]: transceiver: get rid of the ctrl threads

2020-04-13 Thread Hoernchen
Hello pespin, Jenkins Builder,

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

https://gerrit.osmocom.org/c/osmo-trx/+/17805

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

Change subject: transceiver: get rid of the ctrl threads
..

transceiver: get rid of the ctrl threads

There is no need to have n threads handle n ctrl sockets, since they all
will immediately respond to commands, so handle them from the existing
main osmo select loop.

Care must be taken to ensure that calls from within the command handler
do not block, or at least don't block too long, which currently is the
case.

Change-Id: I642a34451e1825eafecf71a902df916ccee7944c
---
M Transceiver52M/Transceiver.cpp
M Transceiver52M/Transceiver.h
M Transceiver52M/osmo-trx.cpp
3 files changed, 122 insertions(+), 72 deletions(-)


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

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I642a34451e1825eafecf71a902df916ccee7944c
Gerrit-Change-Number: 17805
Gerrit-PatchSet: 4
Gerrit-Owner: Hoernchen 
Gerrit-Reviewer: Hoernchen 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin 
Gerrit-CC: fixeria 
Gerrit-MessageType: newpatchset


Change in osmo-trx[master]: transceiver: check the right vector

2020-04-13 Thread Hoernchen
Hello pespin, fixeria, Jenkins Builder,

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

https://gerrit.osmocom.org/c/osmo-trx/+/17806

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

Change subject: transceiver: check the right vector
..

transceiver: check the right vector

Change-Id: I03800ae094c35c306fa4ca29f84e71d958ffdbdc
---
M Transceiver52M/Transceiver.cpp
1 file changed, 2 insertions(+), 2 deletions(-)


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

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I03800ae094c35c306fa4ca29f84e71d958ffdbdc
Gerrit-Change-Number: 17806
Gerrit-PatchSet: 2
Gerrit-Owner: Hoernchen 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria 
Gerrit-Reviewer: pespin 
Gerrit-MessageType: newpatchset


Change in osmo-trx[master]: transceiver: get rid of the ctrl threads

2020-04-13 Thread pespin
pespin has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-trx/+/17805 )

Change subject: transceiver: get rid of the ctrl threads
..


Patch Set 4: Code-Review+1

(1 comment)

https://gerrit.osmocom.org/c/osmo-trx/+/17805/4/Transceiver52M/Transceiver.cpp
File Transceiver52M/Transceiver.cpp:

https://gerrit.osmocom.org/c/osmo-trx/+/17805/4/Transceiver52M/Transceiver.cpp@762
PS4, Line 762: s.txmsgqueue.push_back(m);
is m copied/cloned where? otherwise it will be destroyed when function 
ctrl_sock_handle_rx() exits (since they are stack allocated. and 
ctrl_sock_write() will fire afterwards in another mainloop iteration.



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

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I642a34451e1825eafecf71a902df916ccee7944c
Gerrit-Change-Number: 17805
Gerrit-PatchSet: 4
Gerrit-Owner: Hoernchen 
Gerrit-Reviewer: Hoernchen 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin 
Gerrit-CC: fixeria 
Gerrit-Comment-Date: Mon, 13 Apr 2020 16:37:14 +
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in osmo-bts[master]: osmo-bts-litecell15: Increase max_cell_size as manufacturer recommend...

2020-04-13 Thread rafael2k
rafael2k has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/17807 )

Change subject: osmo-bts-litecell15: Increase max_cell_size as manufacturer 
recommendation.
..


Patch Set 1:

> Patch Set 1: Code-Review+1
>
> Would be great if you can specify more information in the commit message from 
> where did you take that "recommendation". Like repo, commit hash, rationale, 
> etc.

I can do this, no problem. I see the nuran's LC15 osmo-bts branch/fork 
(https://gitlab.com/nrw_noa/osmo-bts) also exposes support for this parameter 
(and others which will come in next push requests) to config/vty. Should I do 
the same?


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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I05b9021580f619dfddb9418f6f78164e99e5f6af
Gerrit-Change-Number: 17807
Gerrit-PatchSet: 1
Gerrit-Owner: rafael2k 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin 
Gerrit-Reviewer: rafael2k 
Gerrit-Comment-Date: Mon, 13 Apr 2020 14:35:45 +
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment


Change in osmo-bts[master]: osmo-bts-litecell15: Increase max_cell_size.

2020-04-13 Thread pespin
pespin has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/17807 )

Change subject: osmo-bts-litecell15: Increase max_cell_size.
..


Patch Set 3: Code-Review+1


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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I05b9021580f619dfddb9418f6f78164e99e5f6af
Gerrit-Change-Number: 17807
Gerrit-PatchSet: 3
Gerrit-Owner: rafael2k 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin 
Gerrit-Reviewer: rafael2k 
Gerrit-Comment-Date: Mon, 13 Apr 2020 15:26:35 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in osmo-bts[master]: osmo-bts-litecell15: Increase max_cell_size as manufacturer recommend...

2020-04-13 Thread pespin
pespin has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/17807 )

Change subject: osmo-bts-litecell15: Increase max_cell_size as manufacturer 
recommendation.
..


Patch Set 1: Code-Review+1

Would be great if you can specify more information in the commit message from 
where did you take that "recommendation". Like repo, commit hash, rationale, 
etc.


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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I05b9021580f619dfddb9418f6f78164e99e5f6af
Gerrit-Change-Number: 17807
Gerrit-PatchSet: 1
Gerrit-Owner: Rafael Diniz 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin 
Gerrit-Comment-Date: Mon, 13 Apr 2020 14:22:45 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in osmo-trx[master]: transceiver: check the right vector

2020-04-13 Thread fixeria
fixeria has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-trx/+/17806 )

Change subject: transceiver: check the right vector
..


Patch Set 2: Code-Review+1


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

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I03800ae094c35c306fa4ca29f84e71d958ffdbdc
Gerrit-Change-Number: 17806
Gerrit-PatchSet: 2
Gerrit-Owner: Hoernchen 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria 
Gerrit-Reviewer: pespin 
Gerrit-Comment-Date: Mon, 13 Apr 2020 16:39:21 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in osmo-trx[master]: transceiver: get rid of the ctrl thread

2020-04-13 Thread pespin
pespin has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-trx/+/17805 )

Change subject: transceiver: get rid of the ctrl thread
..


Patch Set 3:

(5 comments)

https://gerrit.osmocom.org/c/osmo-trx/+/17805/3/Transceiver52M/Transceiver.h
File Transceiver52M/Transceiver.h:

https://gerrit.osmocom.org/c/osmo-trx/+/17805/3/Transceiver52M/Transceiver.h@153
PS3, Line 153:   strncpy(data,src,99);
Simply use OSMO_STRLCPY_ARRAY()


https://gerrit.osmocom.org/c/osmo-trx/+/17805/3/Transceiver52M/Transceiver.h@275
PS3, Line 275:
This new empty line can be dropped.


https://gerrit.osmocom.org/c/osmo-trx/+/17805/3/Transceiver52M/Transceiver.cpp
File Transceiver52M/Transceiver.cpp:

https://gerrit.osmocom.org/c/osmo-trx/+/17805/3/Transceiver52M/Transceiver.cpp@239
PS3, Line 239:   OSMO_SOCK_F_BIND | OSMO_SOCK_F_CONNECT);
wrong indentation


https://gerrit.osmocom.org/c/osmo-trx/+/17805/3/Transceiver52M/Transceiver.cpp@783
PS3, Line 783: rc = write(s.conn_bfd.fd, m.data, strlen(m.data) + 1);
not urgent, but looks like we can cache strlen(m.data) in m during m 
constructor (return of OSMO_STRLCPY_ARRAY)


https://gerrit.osmocom.org/c/osmo-trx/+/17805/3/Transceiver52M/osmo-trx.cpp
File Transceiver52M/osmo-trx.cpp:

https://gerrit.osmocom.org/c/osmo-trx/+/17805/3/Transceiver52M/osmo-trx.cpp@82
PS3, Line 82:
This new empty line can be dropped.



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

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I642a34451e1825eafecf71a902df916ccee7944c
Gerrit-Change-Number: 17805
Gerrit-PatchSet: 3
Gerrit-Owner: Hoernchen 
Gerrit-Reviewer: Hoernchen 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin 
Gerrit-CC: fixeria 
Gerrit-Comment-Date: Mon, 13 Apr 2020 14:20:49 +
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment


Change in osmo-bts[master]: osmo-bts-litecell15: Increase max_cell_size as manufacturer recommend...

2020-04-13 Thread pespin
pespin has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/17807 )

Change subject: osmo-bts-litecell15: Increase max_cell_size as manufacturer 
recommendation in Nuran's osmo-bts branch - 
https://gitlab.com/nrw_noa/osmo-bts. Previous hardcoded u8MaxCellSize was 90, 
which provided a ~12km maximum cell size, which is clearly not the max cell 
size of a real Litecell 1.5.
..


Patch Set 2:

(1 comment)

Regarding your previous comment: It really depends on your needs and time to 
spend. You can try simply to git cherry-pick the commit if it's small. This was 
it's easier to cross-check both repos.

https://gerrit.osmocom.org/c/osmo-bts/+/17807/2//COMMIT_MSG
Commit Message:

https://gerrit.osmocom.org/c/osmo-bts/+/17807/2//COMMIT_MSG@7
PS2, Line 7: osmo-bts-litecell15: Increase max_cell_size as manufacturer 
recommendation in Nuran's osmo-bts branch - 
https://gitlab.com/nrw_noa/osmo-bts. Previous hardcoded u8MaxCellSize was 90, 
which provided a ~12km maximum cell size, which is clearly not the max cell 
size of a real Litecell 1.5.
break first line to differentiate commit summary from description



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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I05b9021580f619dfddb9418f6f78164e99e5f6af
Gerrit-Change-Number: 17807
Gerrit-PatchSet: 2
Gerrit-Owner: rafael2k 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin 
Gerrit-Reviewer: rafael2k 
Gerrit-Comment-Date: Mon, 13 Apr 2020 14:46:24 +
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment


Change in osmo-trx[master]: trasnceiver: fix debug prints

2020-04-13 Thread pespin
pespin has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-trx/+/17806 )

Change subject: trasnceiver: fix debug prints
..


Patch Set 1: Code-Review+1

Agree with fixeria, the commit message is misleading


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

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I03800ae094c35c306fa4ca29f84e71d958ffdbdc
Gerrit-Change-Number: 17806
Gerrit-PatchSet: 1
Gerrit-Owner: Hoernchen 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria 
Gerrit-Reviewer: pespin 
Gerrit-Comment-Date: Mon, 13 Apr 2020 14:05:17 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in osmo-bts[master]: osmo-bts-litecell15: Increase max_cell_size as manufacturer recommend...

2020-04-13 Thread rafael2k
Hello pespin, Jenkins Builder,

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

https://gerrit.osmocom.org/c/osmo-bts/+/17807

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

Change subject: osmo-bts-litecell15: Increase max_cell_size as manufacturer 
recommendation in Nuran's osmo-bts branch - 
https://gitlab.com/nrw_noa/osmo-bts. Previous hardcoded u8MaxCellSize was 90, 
which provided a ~12km maximum cell size, which is clearly not the max cell 
size of a real Litecell 1.5.
..

osmo-bts-litecell15: Increase max_cell_size as manufacturer recommendation in 
Nuran's osmo-bts branch - https://gitlab.com/nrw_noa/osmo-bts. Previous 
hardcoded u8MaxCellSize was 90, which provided a ~12km maximum cell size, which 
is clearly not the max cell size of a real Litecell 1.5.

Change-Id: I05b9021580f619dfddb9418f6f78164e99e5f6af
---
M src/osmo-bts-litecell15/l1_if.c
1 file changed, 3 insertions(+), 2 deletions(-)


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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I05b9021580f619dfddb9418f6f78164e99e5f6af
Gerrit-Change-Number: 17807
Gerrit-PatchSet: 2
Gerrit-Owner: rafael2k 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin 
Gerrit-Reviewer: rafael2k 
Gerrit-MessageType: newpatchset


Change in osmo-bts[master]: osmo-bts-litecell15: Increase max_cell_size.

2020-04-13 Thread rafael2k
Hello pespin, Jenkins Builder,

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

https://gerrit.osmocom.org/c/osmo-bts/+/17807

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

Change subject: osmo-bts-litecell15: Increase max_cell_size.
..

osmo-bts-litecell15: Increase max_cell_size.

Nuran's osmo-bts branch - https://gitlab.com/nrw_noa/osmo-bts use 166 as 
default. Previous hardcoded u8MaxCellSize was 90, which provided a ~12km 
maximum cell size, which is clearly not the max cell size of a real Litecell 
1.5.

Change-Id: I05b9021580f619dfddb9418f6f78164e99e5f6af
---
M src/osmo-bts-litecell15/l1_if.c
1 file changed, 3 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/07/17807/3
--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/17807
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I05b9021580f619dfddb9418f6f78164e99e5f6af
Gerrit-Change-Number: 17807
Gerrit-PatchSet: 3
Gerrit-Owner: rafael2k 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin 
Gerrit-Reviewer: rafael2k 
Gerrit-MessageType: newpatchset


Change in osmo-trx[master]: transceiver: get rid of the ctrl threads

2020-04-13 Thread fixeria
fixeria has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-trx/+/17805 )

Change subject: transceiver: get rid of the ctrl threads
..


Patch Set 4:

(3 comments)

https://gerrit.osmocom.org/c/osmo-trx/+/17805/4/Transceiver52M/Transceiver.cpp
File Transceiver52M/Transceiver.cpp:

https://gerrit.osmocom.org/c/osmo-trx/+/17805/4/Transceiver52M/Transceiver.cpp@759
PS4, Line 759:
Just noticed: other functions use 2 spaces as tab, while the new code uses 4. I 
know this is rather cosmetic and is not critical at all, but still would be 
good to keep the coding style consistent.


https://gerrit.osmocom.org/c/osmo-trx/+/17805/4/Transceiver52M/Transceiver.cpp@762
PS4, Line 762: s.txmsgqueue.push_back(m);
> is m copied/cloned where? otherwise it will be destroyed when function 
> ctrl_sock_handle_rx() exits ( […]
Good question. We may need std::move() here.


https://gerrit.osmocom.org/c/osmo-trx/+/17805/4/Transceiver52M/Transceiver.cpp@765
PS4, Line 765: return
I would remove this meaningless 'return'.



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

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I642a34451e1825eafecf71a902df916ccee7944c
Gerrit-Change-Number: 17805
Gerrit-PatchSet: 4
Gerrit-Owner: Hoernchen 
Gerrit-Reviewer: Hoernchen 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin 
Gerrit-CC: fixeria 
Gerrit-Comment-Date: Mon, 13 Apr 2020 16:59:57 +
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin 
Gerrit-MessageType: comment


Change in osmo-bts[master]: osmo-bts-litecell15: Increase max_cell_size as manufacturer recommend...

2020-04-13 Thread Rafael Diniz
Rafael Diniz has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/17807 )


Change subject: osmo-bts-litecell15: Increase max_cell_size as manufacturer 
recommendation.
..

osmo-bts-litecell15: Increase max_cell_size as manufacturer recommendation.

Change-Id: I05b9021580f619dfddb9418f6f78164e99e5f6af
---
M src/osmo-bts-litecell15/l1_if.c
1 file changed, 3 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/07/17807/1

diff --git a/src/osmo-bts-litecell15/l1_if.c b/src/osmo-bts-litecell15/l1_if.c
index abf48bc..7582682 100644
--- a/src/osmo-bts-litecell15/l1_if.c
+++ b/src/osmo-bts-litecell15/l1_if.c
@@ -1299,8 +1299,9 @@
sysp->u.activateRfReq.u8UnusedTsMode = 0;
sysp->u.activateRfReq.u8McCorrMode = 0;

-   /* maximum cell size in quarter-bits, 90 == 12.456 km */
-   sysp->u.activateRfReq.u8MaxCellSize = 90;
+   /* maximum cell size in quarter-bits, eg. 90 == 12.456 km */
+   /* This is the default value in osmo-bts's manufacturer branch 
*/
+   sysp->u.activateRfReq.u8MaxCellSize = 166;
} else {
sysp->id = Litecell15_PrimId_DeactivateRfReq;
}

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I05b9021580f619dfddb9418f6f78164e99e5f6af
Gerrit-Change-Number: 17807
Gerrit-PatchSet: 1
Gerrit-Owner: Rafael Diniz 
Gerrit-MessageType: newchange


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

2020-04-13 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-pcu/Debian_Unstable/x86_64

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

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

Last lines of build log:
[  231s] [414/445] installing texlive-latex-base-2020.20200329-2
[  232s] Processing triggers for man-db (2.9.1-1) ...
[  232s] Processing triggers for tex-common (6.13) ...
[  232s] Running mktexlsr. This may take some time... done.
[  233s] Running updmap-sys. This may take some time... done.
[  233s] Running mktexlsr /var/lib/texmf ... done.
[  233s] Building format(s) --all.
[  244s]This may take some time... done.
[  244s] [415/445] installing texlive-luatex-2020.20200329-2
[  245s] Processing triggers for tex-common (6.13) ...
[  245s] Running mktexlsr. This may take some time... done.
[  245s] Building format(s) --all.
[  256s]This may take some time... 
[  256s] fmtutil failed. Output has been stored in
[  256s] /tmp/fmtutil.vuZ3Cj64
[  256s] Please include this file if you report a bug.
[  256s] dpkg: error processing package tex-common (--install):
[  256s]  installed tex-common package post-installation script subprocess 
returned error exit status 1
[  256s] Processing triggers for man-db (2.9.1-1) ...
[  257s] Errors were encountered while processing:
[  257s]  tex-common
[  257s] exit ...
[  257s] ### VM INTERACTION START ###
[  260s] [  241.316542] sysrq: SysRq : Power Off
[  260s] [  241.322365] reboot: Power down
[  260s] ### VM INTERACTION END ###
[  260s] 
[  260s] lamb08 failed "build osmo-pcu_0.8.0.111.b30f.dsc" at Tue Apr 14 
01:48:19 UTC 2020.
[  260s] 

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


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

2020-04-13 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-trx/Debian_Unstable/x86_64

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

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

Last lines of build log:
[  207s] [568/619] installing texlive-latex-base-2020.20200329-2
[  207s] Processing triggers for man-db (2.9.1-1) ...
[  208s] Processing triggers for tex-common (6.13) ...
[  208s] Running mktexlsr. This may take some time... done.
[  208s] Running updmap-sys. This may take some time... done.
[  208s] Running mktexlsr /var/lib/texmf ... done.
[  209s] Building format(s) --all.
[  218s]This may take some time... done.
[  218s] [569/619] installing texlive-luatex-2020.20200329-2
[  219s] Processing triggers for tex-common (6.13) ...
[  219s] Running mktexlsr. This may take some time... done.
[  219s] Building format(s) --all.
[  228s]This may take some time... 
[  228s] fmtutil failed. Output has been stored in
[  228s] /tmp/fmtutil.uDLrHi2e
[  228s] Please include this file if you report a bug.
[  228s] dpkg: error processing package tex-common (--install):
[  228s]  installed tex-common package post-installation script subprocess 
returned error exit status 1
[  228s] Processing triggers for man-db (2.9.1-1) ...
[  229s] Errors were encountered while processing:
[  229s]  tex-common
[  229s] exit ...
[  229s] ### VM INTERACTION START ###
[  232s] [  215.512887] sysrq: SysRq : Power Off
[  232s] [  215.519203] reboot: Power down
[  232s] ### VM INTERACTION END ###
[  232s] 
[  232s] lamb75 failed "build osmo-trx_1.2.0.24.cc97.dsc" at Tue Apr 14 
01:47:57 UTC 2020.
[  232s] 

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


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

2020-04-13 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-msc/Debian_Unstable/x86_64

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

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

Last lines of build log:
[  498s] [439/471] installing texlive-latex-base-2020.20200329-2
[  499s] Processing triggers for man-db (2.9.1-1) ...
[  499s] Processing triggers for tex-common (6.13) ...
[  500s] Running mktexlsr. This may take some time... done.
[  500s] Running updmap-sys. This may take some time... done.
[  500s] Running mktexlsr /var/lib/texmf ... done.
[  500s] Building format(s) --all.
[  511s]This may take some time... done.
[  511s] [440/471] installing texlive-luatex-2020.20200329-2
[  513s] Processing triggers for tex-common (6.13) ...
[  513s] Running mktexlsr. This may take some time... done.
[  513s] Building format(s) --all.
[  524s]This may take some time... 
[  524s] fmtutil failed. Output has been stored in
[  524s] /tmp/fmtutil.TczUeKxX
[  524s] Please include this file if you report a bug.
[  524s] dpkg: error processing package tex-common (--install):
[  524s]  installed tex-common package post-installation script subprocess 
returned error exit status 1
[  524s] Processing triggers for man-db (2.9.1-1) ...
[  525s] Errors were encountered while processing:
[  525s]  tex-common
[  525s] exit ...
[  525s] ### VM INTERACTION START ###
[  528s] [  483.945913] sysrq: SysRq : Power Off
[  528s] [  483.950161] reboot: Power down
[  528s] ### VM INTERACTION END ###
[  528s] 
[  528s] cloud117 failed "build osmo-msc_1.6.1.22.d233.dsc" at Tue Apr 14 
02:31:42 UTC 2020.
[  528s] 

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


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

2020-04-13 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/libosmo-sccp/Debian_Unstable/x86_64

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

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

Last lines of build log:
[  339s] [425/456] installing texlive-latex-base-2020.20200329-2
[  340s] Processing triggers for man-db (2.9.1-1) ...
[  341s] Processing triggers for tex-common (6.13) ...
[  341s] Running mktexlsr. This may take some time... done.
[  342s] Running updmap-sys. This may take some time... done.
[  342s] Running mktexlsr /var/lib/texmf ... done.
[  342s] Building format(s) --all.
[  353s]This may take some time... done.
[  353s] [426/456] installing texlive-luatex-2020.20200329-2
[  354s] Processing triggers for tex-common (6.13) ...
[  355s] Running mktexlsr. This may take some time... done.
[  355s] Building format(s) --all.
[  368s]This may take some time... 
[  368s] fmtutil failed. Output has been stored in
[  368s] /tmp/fmtutil.WQeTWkK0
[  368s] Please include this file if you report a bug.
[  368s] dpkg: error processing package tex-common (--install):
[  368s]  installed tex-common package post-installation script subprocess 
returned error exit status 1
[  368s] Processing triggers for man-db (2.9.1-1) ...
[  369s] Errors were encountered while processing:
[  369s]  tex-common
[  369s] exit ...
[  369s] ### VM INTERACTION START ###
[  372s] [  311.737906] sysrq: SysRq : Power Off
[  372s] [  311.757839] reboot: Power down
[  372s] ### VM INTERACTION END ###
[  372s] 
[  372s] cloud129 failed "build libosmo-sccp_1.2.0.33.ed2d.dsc" at Tue Apr 14 
02:03:56 UTC 2020.
[  372s] 

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


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

2020-04-13 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-hlr/Debian_Unstable/x86_64

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

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

Last lines of build log:
[  212s] [426/457] installing texlive-latex-base-2020.20200329-2
[  213s] Processing triggers for man-db (2.9.1-1) ...
[  213s] Processing triggers for tex-common (6.13) ...
[  214s] Running mktexlsr. This may take some time... done.
[  214s] Running updmap-sys. This may take some time... done.
[  214s] Running mktexlsr /var/lib/texmf ... done.
[  215s] Building format(s) --all.
[  225s]This may take some time... done.
[  225s] [427/457] installing texlive-luatex-2020.20200329-2
[  226s] Processing triggers for tex-common (6.13) ...
[  226s] Running mktexlsr. This may take some time... done.
[  226s] Building format(s) --all.
[  238s]This may take some time... 
[  238s] fmtutil failed. Output has been stored in
[  238s] /tmp/fmtutil.4xk9ubpZ
[  238s] Please include this file if you report a bug.
[  238s] dpkg: error processing package tex-common (--install):
[  238s]  installed tex-common package post-installation script subprocess 
returned error exit status 1
[  238s] Processing triggers for man-db (2.9.1-1) ...
[  239s] Errors were encountered while processing:
[  239s]  tex-common
[  239s] exit ...
[  239s] ### VM INTERACTION START ###
[  242s] [  224.102898] sysrq: SysRq : Power Off
[  242s] [  224.121191] reboot: Power down
[  242s] ### VM INTERACTION END ###
[  242s] 
[  242s] lamb62 failed "build osmo-hlr_1.2.0.23.5424.dsc" at Tue Apr 14 
02:03:21 UTC 2020.
[  242s] 

-- 
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

2020-04-13 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:
[  247s] [396/426] installing texlive-latex-base-2020.20200329-2
[  247s] Processing triggers for man-db (2.9.1-1) ...
[  248s] Processing triggers for tex-common (6.13) ...
[  248s] Running mktexlsr. This may take some time... done.
[  249s] Running updmap-sys. This may take some time... done.
[  249s] Running mktexlsr /var/lib/texmf ... done.
[  249s] Building format(s) --all.
[  258s]This may take some time... done.
[  258s] [397/426] installing texlive-luatex-2020.20200329-2
[  259s] Processing triggers for tex-common (6.13) ...
[  260s] Running mktexlsr. This may take some time... done.
[  260s] Building format(s) --all.
[  270s]This may take some time... 
[  270s] fmtutil failed. Output has been stored in
[  270s] /tmp/fmtutil.h7w13kAM
[  270s] Please include this file if you report a bug.
[  270s] dpkg: error processing package tex-common (--install):
[  270s]  installed tex-common package post-installation script subprocess 
returned error exit status 1
[  270s] Processing triggers for man-db (2.9.1-1) ...
[  270s] Errors were encountered while processing:
[  270s]  tex-common
[  270s] exit ...
[  270s] ### VM INTERACTION START ###
[  274s] [  258.027416] sysrq: SysRq : Power Off
[  274s] [  258.032130] reboot: Power down
[  274s] ### VM INTERACTION END ###
[  274s] 
[  274s] lamb05 failed "build osmo-gsm-manuals-dev_0.3.0.7.fef7.dsc" at Tue Apr 
14 01:34:41 UTC 2020.
[  274s] 

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


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

2020-04-13 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-mgw/Debian_Unstable/x86_64

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

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

Last lines of build log:
[  136s] [415/446] installing texlive-latex-base-2020.20200329-2
[  136s] Processing triggers for man-db (2.9.1-1) ...
[  136s] Processing triggers for tex-common (6.13) ...
[  136s] Running mktexlsr. This may take some time... done.
[  137s] Running updmap-sys. This may take some time... done.
[  137s] Running mktexlsr /var/lib/texmf ... done.
[  137s] Building format(s) --all.
[  145s]This may take some time... done.
[  145s] [416/446] installing texlive-luatex-2020.20200329-2
[  146s] Processing triggers for tex-common (6.13) ...
[  147s] Running mktexlsr. This may take some time... done.
[  147s] Building format(s) --all.
[  155s]This may take some time... 
[  155s] fmtutil failed. Output has been stored in
[  155s] /tmp/fmtutil.ictoTzuQ
[  155s] Please include this file if you report a bug.
[  155s] dpkg: error processing package tex-common (--install):
[  155s]  installed tex-common package post-installation script subprocess 
returned error exit status 1
[  155s] Processing triggers for man-db (2.9.1-1) ...
[  155s] Errors were encountered while processing:
[  155s]  tex-common
[  155s] exit ...
[  155s] ### VM INTERACTION START ###
[  158s] [  137.783144] sysrq: SysRq : Power Off
[  158s] [  137.785922] reboot: Power down
[  158s] ### VM INTERACTION END ###
[  158s] 
[  158s] wildcard2 failed "build osmo-mgw_1.7.0.6.173d.dsc" at Tue Apr 14 
02:00:12 UTC 2020.
[  158s] 

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


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

2020-04-13 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-ggsn/Debian_Unstable/x86_64

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

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

Last lines of build log:
[  174s] [416/447] installing texlive-latex-base-2020.20200329-2
[  174s] Processing triggers for man-db (2.9.1-1) ...
[  175s] Processing triggers for tex-common (6.13) ...
[  175s] Running mktexlsr. This may take some time... done.
[  175s] Running updmap-sys. This may take some time... done.
[  175s] Running mktexlsr /var/lib/texmf ... done.
[  175s] Building format(s) --all.
[  185s]This may take some time... done.
[  185s] [417/447] installing texlive-luatex-2020.20200329-2
[  186s] Processing triggers for tex-common (6.13) ...
[  186s] Running mktexlsr. This may take some time... done.
[  186s] Building format(s) --all.
[  196s]This may take some time... 
[  196s] fmtutil failed. Output has been stored in
[  196s] /tmp/fmtutil.aHVIFEqR
[  196s] Please include this file if you report a bug.
[  196s] dpkg: error processing package tex-common (--install):
[  196s]  installed tex-common package post-installation script subprocess 
returned error exit status 1
[  196s] Processing triggers for man-db (2.9.1-1) ...
[  196s] Errors were encountered while processing:
[  196s]  tex-common
[  196s] exit ...
[  196s] ### VM INTERACTION START ###
[  199s] [  184.926636] sysrq: SysRq : Power Off
[  199s] [  184.934698] reboot: Power down
[  199s] ### VM INTERACTION END ###
[  199s] 
[  199s] lamb69 failed "build osmo-ggsn_1.5.0.6.90d1.dsc" at Tue Apr 14 
01:47:15 UTC 2020.
[  199s] 

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


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

2020-04-13 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-sip-connector/Debian_Unstable/x86_64

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

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

Last lines of build log:
[  707s] [436/470] installing texlive-latex-base-2020.20200329-2
[  708s] Processing triggers for man-db (2.9.1-1) ...
[  711s] Processing triggers for tex-common (6.13) ...
[  712s] Running mktexlsr. This may take some time... done.
[  713s] Running updmap-sys. This may take some time... done.
[  713s] Running mktexlsr /var/lib/texmf ... done.
[  713s] Building format(s) --all.
[  728s]This may take some time... done.
[  728s] [437/470] installing texlive-luatex-2020.20200329-2
[  731s] Processing triggers for tex-common (6.13) ...
[  731s] Running mktexlsr. This may take some time... done.
[  732s] Building format(s) --all.
[  746s]This may take some time... 
[  746s] fmtutil failed. Output has been stored in
[  746s] /tmp/fmtutil.6QSabzPC
[  746s] Please include this file if you report a bug.
[  746s] dpkg: error processing package tex-common (--install):
[  746s]  installed tex-common package post-installation script subprocess 
returned error exit status 1
[  746s] Processing triggers for man-db (2.9.1-1) ...
[  748s] Errors were encountered while processing:
[  748s]  tex-common
[  748s] exit ...
[  748s] ### VM INTERACTION START ###
[  751s] [  647.896729] sysrq: SysRq : Power Off
[  751s] [  647.915283] reboot: Power down
[  751s] ### VM INTERACTION END ###
[  751s] 
[  751s] cloud128 failed "build osmo-sip-connector_1.4.0.dsc" at Tue Apr 14 
01:56:37 UTC 2020.
[  751s] 

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


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

2020-04-13 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-remsim/Debian_Unstable/x86_64

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

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

Last lines of build log:
[  222s] [460/495] installing texlive-latex-base-2020.20200329-2
[  223s] Processing triggers for man-db (2.9.1-1) ...
[  223s] Processing triggers for tex-common (6.13) ...
[  223s] Running mktexlsr. This may take some time... done.
[  224s] Running updmap-sys. This may take some time... done.
[  224s] Running mktexlsr /var/lib/texmf ... done.
[  224s] Building format(s) --all.
[  235s]This may take some time... done.
[  235s] [461/495] installing texlive-luatex-2020.20200329-2
[  236s] Processing triggers for tex-common (6.13) ...
[  236s] Running mktexlsr. This may take some time... done.
[  236s] Building format(s) --all.
[  247s]This may take some time... 
[  247s] fmtutil failed. Output has been stored in
[  247s] /tmp/fmtutil.hpk7Mw8C
[  247s] Please include this file if you report a bug.
[  247s] dpkg: error processing package tex-common (--install):
[  247s]  installed tex-common package post-installation script subprocess 
returned error exit status 1
[  247s] Processing triggers for man-db (2.9.1-1) ...
[  248s] Errors were encountered while processing:
[  248s]  tex-common
[  248s] exit ...
[  248s] ### VM INTERACTION START ###
[  251s] [  210.901464] sysrq: SysRq : Power Off
[  251s] [  210.904736] reboot: Power down
[  251s] ### VM INTERACTION END ###
[  251s] 
[  251s] cloud115 failed "build osmo-remsim_0.2.2.85.a3ab.dsc" at Tue Apr 14 
01:56:06 UTC 2020.
[  251s] 

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


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

2020-04-13 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-bts/Debian_Unstable/x86_64

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

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

Last lines of build log:
[  175s] [425/456] installing texlive-latex-base-2020.20200329-2
[  175s] Processing triggers for man-db (2.9.1-1) ...
[  176s] Processing triggers for tex-common (6.13) ...
[  176s] Running mktexlsr. This may take some time... done.
[  176s] Running updmap-sys. This may take some time... done.
[  176s] Running mktexlsr /var/lib/texmf ... done.
[  176s] Building format(s) --all.
[  186s]This may take some time... done.
[  186s] [426/456] installing texlive-luatex-2020.20200329-2
[  187s] Processing triggers for tex-common (6.13) ...
[  187s] Running mktexlsr. This may take some time... done.
[  187s] Building format(s) --all.
[  197s]This may take some time... 
[  197s] fmtutil failed. Output has been stored in
[  197s] /tmp/fmtutil.ZCjmdX7a
[  197s] Please include this file if you report a bug.
[  197s] dpkg: error processing package tex-common (--install):
[  197s]  installed tex-common package post-installation script subprocess 
returned error exit status 1
[  197s] Processing triggers for man-db (2.9.1-1) ...
[  198s] Errors were encountered while processing:
[  198s]  tex-common
[  198s] exit ...
[  198s] ### VM INTERACTION START ###
[  201s] [  185.444702] sysrq: SysRq : Power Off
[  201s] [  185.450245] reboot: Power down
[  201s] ### VM INTERACTION END ###
[  201s] 
[  201s] lamb06 failed "build osmo-bts_1.2.0.34.7f18.dsc" at Tue Apr 14 
01:55:04 UTC 2020.
[  201s] 

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


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

2020-04-13 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-bsc/Debian_Unstable/x86_64

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

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

Last lines of build log:
[  137s] [430/462] installing texlive-latex-base-2020.20200329-2
[  137s] Processing triggers for man-db (2.9.1-1) ...
[  137s] Processing triggers for tex-common (6.13) ...
[  138s] Running mktexlsr. This may take some time... done.
[  138s] Running updmap-sys. This may take some time... done.
[  138s] Running mktexlsr /var/lib/texmf ... done.
[  138s] Building format(s) --all.
[  146s]This may take some time... done.
[  146s] [431/462] installing texlive-luatex-2020.20200329-2
[  147s] Processing triggers for tex-common (6.13) ...
[  147s] Running mktexlsr. This may take some time... done.
[  147s] Building format(s) --all.
[  155s]This may take some time... 
[  155s] fmtutil failed. Output has been stored in
[  155s] /tmp/fmtutil.LGv30JLL
[  155s] Please include this file if you report a bug.
[  155s] dpkg: error processing package tex-common (--install):
[  155s]  installed tex-common package post-installation script subprocess 
returned error exit status 1
[  155s] Processing triggers for man-db (2.9.1-1) ...
[  156s] Errors were encountered while processing:
[  156s]  tex-common
[  156s] exit ...
[  156s] ### VM INTERACTION START ###
[  159s] [  147.462804] sysrq: SysRq : Power Off
[  159s] [  147.470636] reboot: Power down
[  159s] ### VM INTERACTION END ###
[  159s] 
[  159s] build83 failed "build osmo-bsc_1.6.0.27.b623.dsc" at Tue Apr 14 
02:10:38 UTC 2020.
[  159s] 

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


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

2020-04-13 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-sgsn/Debian_Unstable/x86_64

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

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

Last lines of build log:
[  204s] [436/468] installing texlive-latex-base-2020.20200329-2
[  205s] Processing triggers for man-db (2.9.1-1) ...
[  205s] Processing triggers for tex-common (6.13) ...
[  206s] Running mktexlsr. This may take some time... done.
[  206s] Running updmap-sys. This may take some time... done.
[  206s] Running mktexlsr /var/lib/texmf ... done.
[  206s] Building format(s) --all.
[  216s]This may take some time... done.
[  217s] [437/468] installing texlive-luatex-2020.20200329-2
[  218s] Processing triggers for tex-common (6.13) ...
[  218s] Running mktexlsr. This may take some time... done.
[  218s] Building format(s) --all.
[  228s]This may take some time... 
[  228s] fmtutil failed. Output has been stored in
[  228s] /tmp/fmtutil.ZcZdHt19
[  228s] Please include this file if you report a bug.
[  228s] dpkg: error processing package tex-common (--install):
[  228s]  installed tex-common package post-installation script subprocess 
returned error exit status 1
[  228s] Processing triggers for man-db (2.9.1-1) ...
[  229s] Errors were encountered while processing:
[  229s]  tex-common
[  229s] exit ...
[  229s] ### VM INTERACTION START ###
[  232s] [  214.779498] sysrq: SysRq : Power Off
[  233s] [  214.792891] reboot: Power down
[  233s] ### VM INTERACTION END ###
[  233s] 
[  233s] lamb57 failed "build osmo-sgsn_1.6.0.3.6e4cd.dsc" at Tue Apr 14 
02:27:19 UTC 2020.
[  233s] 

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


Change in osmo-trx[master]: transceiver: get rid of the ctrl threads

2020-04-13 Thread pespin
pespin has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-trx/+/17805 )

Change subject: transceiver: get rid of the ctrl threads
..


Patch Set 5:

(1 comment)

https://gerrit.osmocom.org/c/osmo-trx/+/17805/5/Transceiver52M/Transceiver.cpp
File Transceiver52M/Transceiver.cpp:

https://gerrit.osmocom.org/c/osmo-trx/+/17805/5/Transceiver52M/Transceiver.cpp@762
PS5, Line 762:   s.txmsgqueue.push_back(m);
@Hoernchen can you confirm this is copied?



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

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I642a34451e1825eafecf71a902df916ccee7944c
Gerrit-Change-Number: 17805
Gerrit-PatchSet: 5
Gerrit-Owner: Hoernchen 
Gerrit-Reviewer: Hoernchen 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin 
Gerrit-CC: fixeria 
Gerrit-Comment-Date: Mon, 13 Apr 2020 19:57:27 +
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment


Change in osmo-trx[master]: transceiver: get rid of the ctrl threads

2020-04-13 Thread Hoernchen
Hoernchen has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-trx/+/17805 )

Change subject: transceiver: get rid of the ctrl threads
..


Patch Set 5:

(1 comment)

https://gerrit.osmocom.org/c/osmo-trx/+/17805/5/Transceiver52M/Transceiver.cpp
File Transceiver52M/Transceiver.cpp:

https://gerrit.osmocom.org/c/osmo-trx/+/17805/5/Transceiver52M/Transceiver.cpp@762
PS5, Line 762:   s.txmsgqueue.push_back(m);
> @Hoernchen can you confirm this is copied?
yes, the default compiler generated copy constructor for objects in c++ creates 
shallow (= bit exact) copies of objects, so the actual object is owned by the 
queue, and can therefore be automatically destructed upon destruction of the 
queue, too.
it's just like assigning a struct that contains a char array (not a pointer, 
the array itself!) to another struct with = in C, you get a 1:1 copy of the 
whole struct, including the array.
the fact that the original (temporary) object that gets copied resides on the 
stack of the caller is therefore not important.



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

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I642a34451e1825eafecf71a902df916ccee7944c
Gerrit-Change-Number: 17805
Gerrit-PatchSet: 5
Gerrit-Owner: Hoernchen 
Gerrit-Reviewer: Hoernchen 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin 
Gerrit-CC: fixeria 
Gerrit-Comment-Date: Mon, 13 Apr 2020 21:15:16 +
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin 
Gerrit-MessageType: comment


Change in osmo-bts[master]: osmo-bts-litecell15: Increase max_cell_size.

2020-04-13 Thread keith
keith has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/17807 )

Change subject: osmo-bts-litecell15: Increase max_cell_size.
..


Patch Set 2:

(3 comments)

https://gerrit.osmocom.org/c/osmo-bts/+/17807/3//COMMIT_MSG
Commit Message:

https://gerrit.osmocom.org/c/osmo-bts/+/17807/3//COMMIT_MSG@9
PS3, Line 9: Nuran's osmo-bts branch - https://gitlab.com/nrw_noa/osmo-bts use 
166 as default. Previous hardcoded u8MaxCellSize was 90, which provided a ~12km 
maximum cell size, which is clearly not the max cell size of a real Litecell 
1.5.
I don't usually see long lines like this in commit messages.
Can you configure your editor to line break?


https://gerrit.osmocom.org/c/osmo-bts/+/17807/2/src/osmo-bts-litecell15/l1_if.c
File src/osmo-bts-litecell15/l1_if.c:

https://gerrit.osmocom.org/c/osmo-bts/+/17807/2/src/osmo-bts-litecell15/l1_if.c@1303
PS2, Line 1303: /* This is the default value in osmo-bts's 
manufacturer branch */
Isn't osmo-bts's manufacturer confusing? Let's be more specific.


https://gerrit.osmocom.org/c/osmo-bts/+/17807/2/src/osmo-bts-litecell15/l1_if.c@1304
PS2, Line 1304: sysp->u.activateRfReq.u8MaxCellSize = 166;
This is fine, but why not actually implement the vty command as in the Nuran 
branch once and for all?



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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I05b9021580f619dfddb9418f6f78164e99e5f6af
Gerrit-Change-Number: 17807
Gerrit-PatchSet: 2
Gerrit-Owner: rafael2k 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin 
Gerrit-Reviewer: rafael2k 
Gerrit-CC: keith 
Gerrit-Comment-Date: Mon, 13 Apr 2020 21:13:48 +
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment


Change in osmo-trx[master]: transceiver: get rid of the ctrl threads

2020-04-13 Thread Hoernchen
Hello pespin, Jenkins Builder,

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

https://gerrit.osmocom.org/c/osmo-trx/+/17805

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

Change subject: transceiver: get rid of the ctrl threads
..

transceiver: get rid of the ctrl threads

There is no need to have n threads handle n ctrl sockets, since they all
will immediately respond to commands, so handle them from the existing
main osmo select loop.

Care must be taken to ensure that calls from within the command handler
do not block, or at least don't block too long, which currently is the
case.

Change-Id: I642a34451e1825eafecf71a902df916ccee7944c
---
M Transceiver52M/Transceiver.cpp
M Transceiver52M/Transceiver.h
M Transceiver52M/osmo-trx.cpp
3 files changed, 120 insertions(+), 72 deletions(-)


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

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I642a34451e1825eafecf71a902df916ccee7944c
Gerrit-Change-Number: 17805
Gerrit-PatchSet: 5
Gerrit-Owner: Hoernchen 
Gerrit-Reviewer: Hoernchen 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin 
Gerrit-CC: fixeria 
Gerrit-MessageType: newpatchset


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

2020-04-13 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:
[  248s] [415/446] installing texlive-latex-base-2020.20200329-2
[  249s] Processing triggers for man-db (2.9.1-1) ...
[  250s] Processing triggers for tex-common (6.13) ...
[  250s] Running mktexlsr. This may take some time... done.
[  251s] Running updmap-sys. This may take some time... done.
[  251s] Running mktexlsr /var/lib/texmf ... done.
[  251s] Building format(s) --all.
[  262s]This may take some time... done.
[  262s] [416/446] installing texlive-luatex-2020.20200329-2
[  264s] Processing triggers for tex-common (6.13) ...
[  264s] Running mktexlsr. This may take some time... done.
[  264s] Building format(s) --all.
[  276s]This may take some time... 
[  276s] fmtutil failed. Output has been stored in
[  276s] /tmp/fmtutil.XGgmpcmc
[  276s] Please include this file if you report a bug.
[  276s] dpkg: error processing package tex-common (--install):
[  276s]  installed tex-common package post-installation script subprocess 
returned error exit status 1
[  276s] Processing triggers for man-db (2.9.1-1) ...
[  277s] Errors were encountered while processing:
[  277s]  tex-common
[  277s] exit ...
[  277s] ### VM INTERACTION START ###
[  280s] [  263.256547] sysrq: SysRq : Power Off
[  280s] [  263.261982] reboot: Power down
[  280s] ### VM INTERACTION END ###
[  280s] 
[  280s] lamb26 failed "build osmo-ggsn_1.5.0.dsc" at Tue Apr 14 05:07:48 UTC 
2020.
[  280s] 

-- 
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

2020-04-13 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:
[  388s] [425/456] installing texlive-latex-base-2020.20200329-2
[  389s] Processing triggers for man-db (2.9.1-1) ...
[  390s] Processing triggers for tex-common (6.13) ...
[  390s] Running mktexlsr. This may take some time... done.
[  391s] Running updmap-sys. This may take some time... done.
[  391s] Running mktexlsr /var/lib/texmf ... done.
[  391s] Building format(s) --all.
[  401s]This may take some time... done.
[  401s] [426/456] installing texlive-luatex-2020.20200329-2
[  402s] Processing triggers for tex-common (6.13) ...
[  403s] Running mktexlsr. This may take some time... done.
[  403s] Building format(s) --all.
[  413s]This may take some time... 
[  413s] fmtutil failed. Output has been stored in
[  413s] /tmp/fmtutil.hD54YqRX
[  413s] Please include this file if you report a bug.
[  413s] dpkg: error processing package tex-common (--install):
[  413s]  installed tex-common package post-installation script subprocess 
returned error exit status 1
[  413s] Processing triggers for man-db (2.9.1-1) ...
[  413s] Errors were encountered while processing:
[  413s]  tex-common
[  413s] exit ...
[  413s] ### VM INTERACTION START ###
[  416s] [  399.287027] sysrq: SysRq : Power Off
[  416s] [  399.291335] reboot: Power down
[  416s] ### VM INTERACTION END ###
[  416s] 
[  416s] lamb60 failed "build osmo-hlr_1.2.0.dsc" at Tue Apr 14 05:21:40 UTC 
2020.
[  416s] 

-- 
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

2020-04-13 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:
[  155s] [568/619] installing texlive-latex-base-2020.20200329-2
[  156s] Processing triggers for man-db (2.9.1-1) ...
[  156s] Processing triggers for tex-common (6.13) ...
[  156s] Running mktexlsr. This may take some time... done.
[  157s] Running updmap-sys. This may take some time... done.
[  157s] Running mktexlsr /var/lib/texmf ... done.
[  157s] Building format(s) --all.
[  164s]This may take some time... done.
[  164s] [569/619] installing texlive-luatex-2020.20200329-2
[  165s] Processing triggers for tex-common (6.13) ...
[  165s] Running mktexlsr. This may take some time... done.
[  165s] Building format(s) --all.
[  172s]This may take some time... 
[  172s] fmtutil failed. Output has been stored in
[  172s] /tmp/fmtutil.bq98kz5V
[  172s] Please include this file if you report a bug.
[  172s] dpkg: error processing package tex-common (--install):
[  172s]  installed tex-common package post-installation script subprocess 
returned error exit status 1
[  172s] Processing triggers for man-db (2.9.1-1) ...
[  173s] Errors were encountered while processing:
[  173s]  tex-common
[  173s] exit ...
[  173s] ### VM INTERACTION START ###
[  176s] [  163.421526] sysrq: SysRq : Power Off
[  176s] [  163.424803] reboot: Power down
[  176s] ### VM INTERACTION END ###
[  176s] 
[  176s] sheep87 failed "build osmo-trx_1.2.0.dsc" at Tue Apr 14 05:06:02 UTC 
2020.
[  176s] 

-- 
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

2020-04-13 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:
[  108s] [435/469] installing texlive-latex-base-2020.20200329-2
[  108s] Processing triggers for man-db (2.9.1-1) ...
[  108s] Processing triggers for tex-common (6.13) ...
[  108s] Running mktexlsr. This may take some time... done.
[  109s] Running updmap-sys. This may take some time... done.
[  109s] Running mktexlsr /var/lib/texmf ... done.
[  109s] Building format(s) --all.
[  114s]This may take some time... done.
[  114s] [436/469] installing texlive-luatex-2020.20200329-2
[  115s] Processing triggers for tex-common (6.13) ...
[  115s] Running mktexlsr. This may take some time... done.
[  115s] Building format(s) --all.
[  120s]This may take some time... 
[  120s] fmtutil failed. Output has been stored in
[  120s] /tmp/fmtutil.ZYP22bQ1
[  120s] Please include this file if you report a bug.
[  120s] dpkg: error processing package tex-common (--install):
[  120s]  installed tex-common package post-installation script subprocess 
returned error exit status 1
[  120s] Processing triggers for man-db (2.9.1-1) ...
[  121s] Errors were encountered while processing:
[  121s]  tex-common
[  121s] exit ...
[  121s] ### VM INTERACTION START ###
[  124s] [  114.894169] sysrq: SysRq : Power Off
[  124s] [  114.901343] reboot: Power down
[  124s] ### VM INTERACTION END ###
[  124s] 
[  124s] goat01 failed "build osmo-sip-connector_1.4.0.dsc" at Tue Apr 14 
05:05:03 UTC 2020.
[  124s] 

-- 
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

2020-04-13 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:
[  103s] [413/444] installing texlive-latex-base-2020.20200329-2
[  103s] Processing triggers for man-db (2.9.1-1) ...
[  103s] Processing triggers for tex-common (6.13) ...
[  103s] Running mktexlsr. This may take some time... done.
[  104s] Running updmap-sys. This may take some time... done.
[  104s] Running mktexlsr /var/lib/texmf ... done.
[  104s] Building format(s) --all.
[  109s]This may take some time... done.
[  109s] [414/444] installing texlive-luatex-2020.20200329-2
[  110s] Processing triggers for tex-common (6.13) ...
[  110s] Running mktexlsr. This may take some time... done.
[  110s] Building format(s) --all.
[  116s]This may take some time... 
[  116s] fmtutil failed. Output has been stored in
[  116s] /tmp/fmtutil.4lbyf1z7
[  116s] Please include this file if you report a bug.
[  116s] dpkg: error processing package tex-common (--install):
[  116s]  installed tex-common package post-installation script subprocess 
returned error exit status 1
[  116s] Processing triggers for man-db (2.9.1-1) ...
[  116s] Errors were encountered while processing:
[  116s]  tex-common
[  116s] exit ...
[  116s] ### VM INTERACTION START ###
[  120s] [  109.353491] sysrq: SysRq : Power Off
[  120s] [  109.359634] reboot: Power down
[  120s] ### VM INTERACTION END ###
[  120s] 
[  120s] goat07 failed "build osmo-pcu_0.8.0.dsc" at Tue Apr 14 05:05:00 UTC 
2020.
[  120s] 

-- 
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

2020-04-13 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:
[  182s] [435/467] installing texlive-latex-base-2020.20200329-2
[  183s] Processing triggers for man-db (2.9.1-1) ...
[  184s] Processing triggers for tex-common (6.13) ...
[  184s] Running mktexlsr. This may take some time... done.
[  185s] Running updmap-sys. This may take some time... done.
[  185s] Running mktexlsr /var/lib/texmf ... done.
[  185s] Building format(s) --all.
[  196s]This may take some time... done.
[  196s] [436/467] installing texlive-luatex-2020.20200329-2
[  197s] Processing triggers for tex-common (6.13) ...
[  197s] Running mktexlsr. This may take some time... done.
[  197s] Building format(s) --all.
[  206s]This may take some time... 
[  206s] fmtutil failed. Output has been stored in
[  206s] /tmp/fmtutil.zgUjzg9B
[  206s] Please include this file if you report a bug.
[  206s] dpkg: error processing package tex-common (--install):
[  206s]  installed tex-common package post-installation script subprocess 
returned error exit status 1
[  206s] Processing triggers for man-db (2.9.1-1) ...
[  207s] Errors were encountered while processing:
[  207s]  tex-common
[  207s] exit ...
[  207s] ### VM INTERACTION START ###
[  210s] [  193.230028] sysrq: SysRq : Power Off
[  210s] [  193.235893] reboot: Power down
[  210s] ### VM INTERACTION END ###
[  210s] 
[  210s] lamb06 failed "build osmo-sgsn_1.6.0.dsc" at Tue Apr 14 05:25:30 UTC 
2020.
[  210s] 

-- 
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

2020-04-13 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:
[  105s] [438/470] installing texlive-latex-base-2020.20200329-2
[  105s] Processing triggers for man-db (2.9.1-1) ...
[  105s] Processing triggers for tex-common (6.13) ...
[  105s] Running mktexlsr. This may take some time... done.
[  106s] Running updmap-sys. This may take some time... done.
[  106s] Running mktexlsr /var/lib/texmf ... done.
[  106s] Building format(s) --all.
[  111s]This may take some time... done.
[  111s] [439/470] installing texlive-luatex-2020.20200329-2
[  112s] Processing triggers for tex-common (6.13) ...
[  112s] Running mktexlsr. This may take some time... done.
[  112s] Building format(s) --all.
[  118s]This may take some time... 
[  118s] fmtutil failed. Output has been stored in
[  118s] /tmp/fmtutil.5iqahIng
[  118s] Please include this file if you report a bug.
[  118s] dpkg: error processing package tex-common (--install):
[  118s]  installed tex-common package post-installation script subprocess 
returned error exit status 1
[  118s] Processing triggers for man-db (2.9.1-1) ...
[  119s] Errors were encountered while processing:
[  119s]  tex-common
[  119s] exit ...
[  119s] ### VM INTERACTION START ###
[  122s] [  113.119985] sysrq: SysRq : Power Off
[  122s] [  113.126388] reboot: Power down
[  122s] ### VM INTERACTION END ###
[  122s] 
[  122s] goat19 failed "build osmo-msc_1.6.1.dsc" at Tue Apr 14 05:23:56 UTC 
2020.
[  122s] 

-- 
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

2020-04-13 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:
[  240s] [458/493] installing texlive-latex-base-2020.20200329-2
[  241s] Processing triggers for man-db (2.9.1-1) ...
[  241s] Processing triggers for tex-common (6.13) ...
[  241s] Running mktexlsr. This may take some time... done.
[  242s] Running updmap-sys. This may take some time... done.
[  242s] Running mktexlsr /var/lib/texmf ... done.
[  242s] Building format(s) --all.
[  253s]This may take some time... done.
[  253s] [459/493] installing texlive-luatex-2020.20200329-2
[  254s] Processing triggers for tex-common (6.13) ...
[  254s] Running mktexlsr. This may take some time... done.
[  254s] Building format(s) --all.
[  265s]This may take some time... 
[  265s] fmtutil failed. Output has been stored in
[  265s] /tmp/fmtutil.tC8a58bg
[  265s] Please include this file if you report a bug.
[  265s] dpkg: error processing package tex-common (--install):
[  265s]  installed tex-common package post-installation script subprocess 
returned error exit status 1
[  265s] Processing triggers for man-db (2.9.1-1) ...
[  266s] Errors were encountered while processing:
[  266s]  tex-common
[  266s] exit ...
[  266s] ### VM INTERACTION START ###
[  269s] [  197.334642] sysrq: SysRq : Power Off
[  269s] [  197.356251] reboot: Power down
[  269s] ### VM INTERACTION END ###
[  269s] 
[  269s] cloud121 failed "build osmo-remsim_0.2.3.dsc" at Tue Apr 14 05:11:33 
UTC 2020.
[  269s] 

-- 
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

2020-04-13 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:
[  103s] [414/445] installing texlive-latex-base-2020.20200329-2
[  103s] Processing triggers for man-db (2.9.1-1) ...
[  103s] Processing triggers for tex-common (6.13) ...
[  104s] Running mktexlsr. This may take some time... done.
[  104s] Running updmap-sys. This may take some time... done.
[  104s] Running mktexlsr /var/lib/texmf ... done.
[  104s] Building format(s) --all.
[  110s]This may take some time... done.
[  110s] [415/445] installing texlive-luatex-2020.20200329-2
[  110s] Processing triggers for tex-common (6.13) ...
[  110s] Running mktexlsr. This may take some time... done.
[  110s] Building format(s) --all.
[  116s]This may take some time... 
[  116s] fmtutil failed. Output has been stored in
[  116s] /tmp/fmtutil.0yMswk1Y
[  116s] Please include this file if you report a bug.
[  116s] dpkg: error processing package tex-common (--install):
[  116s]  installed tex-common package post-installation script subprocess 
returned error exit status 1
[  116s] Processing triggers for man-db (2.9.1-1) ...
[  116s] Errors were encountered while processing:
[  116s]  tex-common
[  116s] exit ...
[  116s] ### VM INTERACTION START ###
[  119s] [  108.881567] sysrq: SysRq : Power Off
[  119s] [  108.888415] reboot: Power down
[  119s] ### VM INTERACTION END ###
[  119s] 
[  119s] goat19 failed "build osmo-mgw_1.7.0.dsc" at Tue Apr 14 05:16:32 UTC 
2020.
[  119s] 

-- 
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

2020-04-13 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:
[  555s] [424/455] installing texlive-latex-base-2020.20200329-2
[  556s] Processing triggers for man-db (2.9.1-1) ...
[  557s] Processing triggers for tex-common (6.13) ...
[  557s] Running mktexlsr. This may take some time... done.
[  558s] Running updmap-sys. This may take some time... done.
[  558s] Running mktexlsr /var/lib/texmf ... done.
[  558s] Building format(s) --all.
[  570s]This may take some time... done.
[  570s] [425/455] installing texlive-luatex-2020.20200329-2
[  571s] Processing triggers for tex-common (6.13) ...
[  571s] Running mktexlsr. This may take some time... done.
[  571s] Building format(s) --all.
[  584s]This may take some time... 
[  584s] fmtutil failed. Output has been stored in
[  584s] /tmp/fmtutil.kPyKgOVw
[  584s] Please include this file if you report a bug.
[  584s] dpkg: error processing package tex-common (--install):
[  584s]  installed tex-common package post-installation script subprocess 
returned error exit status 1
[  584s] Processing triggers for man-db (2.9.1-1) ...
[  585s] Errors were encountered while processing:
[  585s]  tex-common
[  585s] exit ...
[  585s] ### VM INTERACTION START ###
[  589s] [  565.273018] sysrq: SysRq : Power Off
[  589s] [  565.290875] reboot: Power down
[  589s] ### VM INTERACTION END ###
[  589s] 
[  589s] lamb03 failed "build osmo-bts_1.2.0.dsc" at Tue Apr 14 05:16:45 UTC 
2020.
[  589s] 

-- 
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

2020-04-13 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:
[  112s] [424/455] installing texlive-latex-base-2020.20200329-2
[  112s] Processing triggers for man-db (2.9.1-1) ...
[  113s] Processing triggers for tex-common (6.13) ...
[  113s] Running mktexlsr. This may take some time... done.
[  113s] Running updmap-sys. This may take some time... done.
[  113s] Running mktexlsr /var/lib/texmf ... done.
[  113s] Building format(s) --all.
[  119s]This may take some time... done.
[  119s] [425/455] installing texlive-luatex-2020.20200329-2
[  120s] Processing triggers for tex-common (6.13) ...
[  120s] Running mktexlsr. This may take some time... done.
[  120s] Building format(s) --all.
[  126s]This may take some time... 
[  126s] fmtutil failed. Output has been stored in
[  126s] /tmp/fmtutil.0EY4PwcJ
[  126s] Please include this file if you report a bug.
[  126s] dpkg: error processing package tex-common (--install):
[  126s]  installed tex-common package post-installation script subprocess 
returned error exit status 1
[  126s] Processing triggers for man-db (2.9.1-1) ...
[  126s] Errors were encountered while processing:
[  126s]  tex-common
[  126s] exit ...
[  126s] ### VM INTERACTION START ###
[  129s] [  118.711873] sysrq: SysRq : Power Off
[  129s] [  118.713401] reboot: Power down
[  129s] ### VM INTERACTION END ###
[  129s] 
[  129s] build74 failed "build libosmo-sccp_1.2.0.dsc" at Tue Apr 14 05:16:46 
UTC 2020.
[  129s] 

-- 
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

2020-04-13 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:
[  176s] [396/426] installing texlive-latex-base-2020.20200329-2
[  177s] Processing triggers for man-db (2.9.1-1) ...
[  177s] Processing triggers for tex-common (6.13) ...
[  178s] Running mktexlsr. This may take some time... done.
[  178s] Running updmap-sys. This may take some time... done.
[  178s] Running mktexlsr /var/lib/texmf ... done.
[  178s] Building format(s) --all.
[  188s]This may take some time... done.
[  188s] [397/426] installing texlive-luatex-2020.20200329-2
[  189s] Processing triggers for tex-common (6.13) ...
[  189s] Running mktexlsr. This may take some time... done.
[  189s] Building format(s) --all.
[  198s]This may take some time... 
[  198s] fmtutil failed. Output has been stored in
[  198s] /tmp/fmtutil.eme1ukjx
[  198s] Please include this file if you report a bug.
[  198s] dpkg: error processing package tex-common (--install):
[  198s]  installed tex-common package post-installation script subprocess 
returned error exit status 1
[  198s] Processing triggers for man-db (2.9.1-1) ...
[  199s] Errors were encountered while processing:
[  199s]  tex-common
[  199s] exit ...
[  199s] ### VM INTERACTION START ###
[  202s] [  186.085028] sysrq: SysRq : Power Off
[  202s] [  186.090887] reboot: Power down
[  202s] ### VM INTERACTION END ###
[  202s] 
[  202s] lamb61 failed "build osmo-gsm-manuals-dev_0.3.0.dsc" at Tue Apr 14 
05:01:12 UTC 2020.
[  202s] 

-- 
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

2020-04-13 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:
[  179s] [429/461] installing texlive-latex-base-2020.20200329-2
[  180s] Processing triggers for man-db (2.9.1-1) ...
[  181s] Processing triggers for tex-common (6.13) ...
[  181s] Running mktexlsr. This may take some time... done.
[  181s] Running updmap-sys. This may take some time... done.
[  181s] Running mktexlsr /var/lib/texmf ... done.
[  182s] Building format(s) --all.
[  191s]This may take some time... done.
[  191s] [430/461] installing texlive-luatex-2020.20200329-2
[  192s] Processing triggers for tex-common (6.13) ...
[  192s] Running mktexlsr. This may take some time... done.
[  192s] Building format(s) --all.
[  201s]This may take some time... 
[  201s] fmtutil failed. Output has been stored in
[  201s] /tmp/fmtutil.gAJHACAJ
[  201s] Please include this file if you report a bug.
[  201s] dpkg: error processing package tex-common (--install):
[  201s]  installed tex-common package post-installation script subprocess 
returned error exit status 1
[  201s] Processing triggers for man-db (2.9.1-1) ...
[  202s] Errors were encountered while processing:
[  202s]  tex-common
[  202s] exit ...
[  202s] ### VM INTERACTION START ###
[  205s] [  189.404599] sysrq: SysRq : Power Off
[  205s] [  189.409889] reboot: Power down
[  205s] ### VM INTERACTION END ###
[  205s] 
[  205s] lamb14 failed "build osmo-bsc_1.6.0.dsc" at Tue Apr 14 05:20:34 UTC 
2020.
[  205s] 

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


Change in osmo-trx[master]: trasnceiver: fix debug prints

2020-04-13 Thread fixeria
fixeria has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-trx/+/17806 )

Change subject: trasnceiver: fix debug prints
..


Patch Set 1: Code-Review+1

(1 comment)

https://gerrit.osmocom.org/c/osmo-trx/+/17806/1/Transceiver52M/Transceiver.cpp
File Transceiver52M/Transceiver.cpp:

https://gerrit.osmocom.org/c/osmo-trx/+/17806/1/Transceiver52M/Transceiver.cpp@235
PS1, Line 235: mDataSockets
This one is not a debug print, but ok.



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

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I03800ae094c35c306fa4ca29f84e71d958ffdbdc
Gerrit-Change-Number: 17806
Gerrit-PatchSet: 1
Gerrit-Owner: Hoernchen 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria 
Gerrit-Comment-Date: Mon, 13 Apr 2020 09:47:32 +
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment