Visit https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/o…
Package network:osmocom:nightly/osmo-iuh failed to build in Raspbian_11/armv7l
Check out the package for editing:
osc checkout network:osmocom:nightly osmo-iuh
Last lines of build log:
[ 196s] update-alternatives: using /usr/share/docutils/scripts/python3/rst2xml to provide /usr/bin/rst2xml (rst2xml) in auto mode
[ 196s] update-alternatives: using /usr/share/docutils/scripts/python3/rstpep2html to provide /usr/bin/rstpep2html (rstpep2html) in auto mode
[ 197s] [452/485] installing python3-reportlab-3.5.59-2
[ 199s] [453/485] installing g++-4:10.2.1-1+rpi1
[ 199s] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
[ 199s] [454/485] installing libosmo-netif-dev-1.2.0.7.c824.202208170052
[ 200s] [455/485] installing mount-2.36.1-8+deb11u1
[ 200s] [456/485] installing texlive-latex-extra-2020.20210202-3
[ 203s] [457/485] installing debhelper-13.3.4
[ 204s] [458/485] installing bash-5.1-2+deb11u1
[ 205s] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode
[ 205s] [459/485] installing libosmo-sigtran-dev-1.6.0.1.e6ce.202208170052
[ 205s] [460/485] installing build-essential-12.9
[ 205s] [461/485] installing python3-blockdiag-2.0.1+dfsg-1
[ 206s] [462/485] installing texlive-xetex-2020.20210202-3
[ 208s] dpkg-deb (subprocess): decompressing archive '.init_b_cache/texlive-xetex.deb' (size=12542520) member 'data.tar': lzma error: compressed data is corrupt
[ 208s] dpkg-deb: error: <decompress> subprocess returned error exit status 2
[ 208s] dpkg: error processing archive .init_b_cache/texlive-xetex.deb (--install):
[ 208s] cannot copy extracted data for './usr/share/doc/texlive-doc/xetex/xesearch/xesearch.pdf' to '/usr/share/doc/texlive-doc/xetex/xesearch/xesearch.pdf.dpkg-new': unexpected end of file or stream
[ 208s] Errors were encountered while processing:
[ 208s] .init_b_cache/texlive-xetex.deb
[ 208s] exit ...
[ 208s] ### VM INTERACTION START ###
[ 208s] [ 183.908582] sysrq: SysRq : Power Off
[ 208s] [ 183.910438] reboot: Power down
[ 208s] ### VM INTERACTION END ###
[ 208s]
[ 208s] armbuild02 failed "build osmo-iuh_1.3.0.2.a9c38.202208170052.dsc" at Wed Aug 17 01:36:59 UTC 2022.
[ 208s]
--
Configure notifications at https://build.opensuse.org/my/subscriptions
openSUSE Build Service (https://build.opensuse.org/)
Attention is currently required from: msuraev.
neels has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-sccp/+/29085 )
Change subject: Log more data on CR and N-CONNECT
......................................................................
Patch Set 7: Code-Review+1
(1 comment)
Patchset:
PS7:
i'd solve this question by looking at wireshark instead of logging?
--
To view, visit https://gerrit.osmocom.org/c/libosmo-sccp/+/29085
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: I4d7fc44fde5b900907ec5ebec0450040a764802a
Gerrit-Change-Number: 29085
Gerrit-PatchSet: 7
Gerrit-Owner: msuraev <msuraev(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Attention: msuraev <msuraev(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 17 Aug 2022 01:15:14 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: fixeria, msuraev.
neels has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-sccp/+/29087 )
Change subject: SIGTRAN: add function to check connection existence
......................................................................
Patch Set 8: Code-Review-1
(2 comments)
Patchset:
PS8:
the added function and the changed VTY behavior have to be two separate patches
File examples/sccp_test_vty.c:
https://gerrit.osmocom.org/c/libosmo-sccp/+/29087/comment/59fb8c4d_6b3379bb
PS8, Line 44: int conn_id = atoi(argv[0]), ret;
please declare 'int ret;' on a separate line.
we usually call it rc. (ret only when it gets returned, rc for functions we are calling)
--
To view, visit https://gerrit.osmocom.org/c/libosmo-sccp/+/29087
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: Iffedf55b4c292ee6b2f97bcdeef6dc13c050ce01
Gerrit-Change-Number: 29087
Gerrit-PatchSet: 8
Gerrit-Owner: msuraev <msuraev(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: neels <nhofmeyr(a)sysmocom.de>
Gerrit-CC: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: msuraev <msuraev(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 17 Aug 2022 01:09:47 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment