Change in osmo-ttcn3-hacks[master]: library/PCUIF_Types: version 10: do not add redundant padding

2020-08-11 Thread fixeria
fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19570 )


Change subject: library/PCUIF_Types: version 10: do not add redundant padding
..

library/PCUIF_Types: version 10: do not add redundant padding

Change-Id: I7a532d7abff8af354e40c5d706bb882efc6f905f
---
M library/PCUIF_Types.ttcn
1 file changed, 0 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/70/19570/1

diff --git a/library/PCUIF_Types.ttcn b/library/PCUIF_Types.ttcn
index 7be4940..682b2f7 100644
--- a/library/PCUIF_Types.ttcn
+++ b/library/PCUIF_Types.ttcn
@@ -307,7 +307,6 @@
time_ind,   msg_type = PCU_IF_MSG_TIME_IND;
pag_req,msg_type = PCU_IF_MSG_PAG_REQ;
app_info_req,   msg_type = 
PCU_IF_MSG_APP_INFO_REQ)"
-variant "PADDING(1696)" /* 212 * 8 */
 };

 external function enc_PCUIF_Message(in PCUIF_Message pdu) return octetstring

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19570
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: I7a532d7abff8af354e40c5d706bb882efc6f905f
Gerrit-Change-Number: 19570
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria 
Gerrit-MessageType: newchange


Change in osmo-ttcn3-hacks[master]: fixup library/PCUIF_Types: version 10: support IPv6 NSVC addr

2020-08-11 Thread fixeria
fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19569 )


Change subject: fixup library/PCUIF_Types: version 10: support IPv6 NSVC addr
..

fixup library/PCUIF_Types: version 10: support IPv6 NSVC addr

According to ETSI ES 201 873-1, section 21.2.1, the test case stop
operation sets the verdict to 'error'.  Thus passing 'fail' as the
first argument does not make sense - remove it.

Change-Id: I27a063cb8a9653110ceba720c572bc050d54
---
M library/PCUIF_Types.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/69/19569/1

diff --git a/library/PCUIF_Types.ttcn b/library/PCUIF_Types.ttcn
index 51e27e2..7be4940 100644
--- a/library/PCUIF_Types.ttcn
+++ b/library/PCUIF_Types.ttcn
@@ -973,7 +973,7 @@
remote_addr.v10.addr[1] := f_pad_oct(''O, 16, '00'O);
} else {
if (addr_type != PCUIF_ADDR_TYPE_IPV4) {
-   testcase.stop(fail, "NSVC address type := ", addr_type,
+   testcase.stop("NSVC address type := ", addr_type,
  "is not supported in version := ",
  PCUIF_Types.mp_pcuif_version);
}

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19569
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: I27a063cb8a9653110ceba720c572bc050d54
Gerrit-Change-Number: 19569
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria 
Gerrit-MessageType: newchange


Change in osmo-ttcn3-hacks[master]: log: for VTY Unknown Command, fix weird log message

2020-08-11 Thread fixeria
fixeria has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19568 )

Change subject: log: for VTY Unknown Command, fix weird log message
..


Patch Set 1: Code-Review+1

(1 comment)

https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19568/1/library/Osmocom_VTY_Functions.ttcn
File library/Osmocom_VTY_Functions.ttcn:

https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19568/1/library/Osmocom_VTY_Functions.ttcn@a71
PS1, Line 71: testcase.stop(fail, "VTY: Unknown Command");
testcase.stop() automatically sets verdict to 'error', so you could simply 
remove the first argument.



--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19568
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: Id09986444de02c10b4fba582d454d54568b6e8a2
Gerrit-Change-Number: 19568
Gerrit-PatchSet: 1
Gerrit-Owner: neels 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria 
Gerrit-Comment-Date: Wed, 12 Aug 2020 06:03:33 +
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


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

2020-08-11 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/ulfius/Debian_Testing/x86_64

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

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

Last lines of build log:
[   77s] /usr/src/packages/BUILD/src/ulfius.c: In function 
'ulfius_run_mhd_daemon':
[   77s] /usr/src/packages/BUILD/src/ulfius.c:839:48: error: passing argument 5 
of 'MHD_start_daemon' from incompatible pointer type 
[-Werror=incompatible-pointer-types]
[   77s]   839 |   mhd_flags, u_instance->port, NULL, NULL, 
&ulfius_webservice_dispatcher, (void *)u_instance,
[   77s]   |
^
[   77s]   ||
[   77s]   |int (*)(void *, 
struct MHD_Connection *, const char *, const char *, const char *, const char 
*, size_t *, void **) {aka int (*)(void *, struct MHD_Connection *, const char 
*, const char *, const char *, const char *, long unsigned int *, void **)}
[   77s] In file included from /usr/src/packages/BUILD/include/ulfius.h:46,
[   77s]  from /usr/src/packages/BUILD/include/u_private.h:29,
[   77s]  from /usr/src/packages/BUILD/src/ulfius.c:29:
[   77s] /usr/include/microhttpd.h:2425:1: note: expected 
'MHD_AccessHandlerCallback' {aka 'enum MHD_Result (*)(void *, struct 
MHD_Connection *, const char *, const char *, const char *, const char *, long 
unsigned int *, void **)'} but argument is of type 'int (*)(void *, struct 
MHD_Connection *, const char *, const char *, const char *, const char *, 
size_t *, void **)' {aka 'int (*)(void *, struct MHD_Connection *, const char 
*, const char *, const char *, const char *, long unsigned int *, void **)'}
[   77s]  2425 | MHD_start_daemon (unsigned int flags,
[   77s]   | ^~~~
[   78s] cc1: all warnings being treated as errors
[   78s] make[3]: *** [CMakeFiles/ulfius.dir/build.make:144: 
CMakeFiles/ulfius.dir/src/ulfius.c.o] Error 1
[   78s] make[3]: Leaving directory '/usr/src/packages/BUILD/build'
[   78s] make[2]: *** [CMakeFiles/Makefile2:87: CMakeFiles/ulfius.dir/all] 
Error 2
[   78s] make[2]: Leaving directory '/usr/src/packages/BUILD/build'
[   78s] make[1]: *** [Makefile:166: all] Error 2
[   78s] make[1]: Leaving directory '/usr/src/packages/BUILD/build'
[   78s] dh_auto_build: error: cd build && make -j3 "INSTALL=install 
--strip-program=true" returned exit code 2
[   78s] make: *** [debian/rules:9: build] Error 25
[   78s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[   78s] ### VM INTERACTION START ###
[   81s] [   75.172964] sysrq: Power Off
[   81s] [   75.174293] reboot: Power down
[   81s] ### VM INTERACTION END ###
[   81s] 
[   81s] build85 failed "build ulfius_2.5.2-4.1.dsc" at Wed Aug 12 03:52:48 UTC 
2020.
[   81s] 

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


Build failure of network:osmocom:latest/ulfius in Debian_Testing/x86_64

2020-08-11 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:latest/ulfius/Debian_Testing/x86_64

Package network:osmocom:latest/ulfius failed to build in Debian_Testing/x86_64

Check out the package for editing:
  osc checkout network:osmocom:latest ulfius

Last lines of build log:
[  134s] /usr/src/packages/BUILD/src/ulfius.c:839:48: error: passing argument 5 
of 'MHD_start_daemon' from incompatible pointer type 
[-Werror=incompatible-pointer-types]
[  134s]   839 |   mhd_flags, u_instance->port, NULL, NULL, 
&ulfius_webservice_dispatcher, (void *)u_instance,
[  134s]   |
^
[  134s]   ||
[  134s]   |int (*)(void *, 
struct MHD_Connection *, const char *, const char *, const char *, const char 
*, size_t *, void **) {aka int (*)(void *, struct MHD_Connection *, const char 
*, const char *, const char *, const char *, long unsigned int *, void **)}
[  134s] In file included from /usr/src/packages/BUILD/include/ulfius.h:46,
[  134s]  from /usr/src/packages/BUILD/include/u_private.h:29,
[  134s]  from /usr/src/packages/BUILD/src/ulfius.c:29:
[  134s] /usr/include/microhttpd.h:2425:1: note: expected 
'MHD_AccessHandlerCallback' {aka 'enum MHD_Result (*)(void *, struct 
MHD_Connection *, const char *, const char *, const char *, const char *, long 
unsigned int *, void **)'} but argument is of type 'int (*)(void *, struct 
MHD_Connection *, const char *, const char *, const char *, const char *, 
size_t *, void **)' {aka 'int (*)(void *, struct MHD_Connection *, const char 
*, const char *, const char *, const char *, long unsigned int *, void **)'}
[  134s]  2425 | MHD_start_daemon (unsigned int flags,
[  134s]   | ^~~~
[  135s] cc1: all warnings being treated as errors
[  135s] make[3]: *** [CMakeFiles/ulfius.dir/build.make:144: 
CMakeFiles/ulfius.dir/src/ulfius.c.o] Error 1
[  135s] make[3]: *** Waiting for unfinished jobs
[  135s] make[3]: Leaving directory '/usr/src/packages/BUILD/build'
[  135s] make[2]: *** [CMakeFiles/Makefile2:87: CMakeFiles/ulfius.dir/all] 
Error 2
[  135s] make[2]: Leaving directory '/usr/src/packages/BUILD/build'
[  135s] make[1]: *** [Makefile:166: all] Error 2
[  135s] make[1]: Leaving directory '/usr/src/packages/BUILD/build'
[  135s] dh_auto_build: error: cd build && make -j8 "INSTALL=install 
--strip-program=true" returned exit code 2
[  135s] make: *** [debian/rules:9: build] Error 25
[  135s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  135s] ### VM INTERACTION START ###
[  138s] [  127.146881] sysrq: Power Off
[  138s] [  127.169717] reboot: Power down
[  138s] ### VM INTERACTION END ###
[  138s] 
[  138s] lamb28 failed "build ulfius_2.5.2-4.1.dsc" at Wed Aug 12 03:53:58 UTC 
2020.
[  138s] 

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

2020-08-11 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:
[   87s] [COMPILING apps/dfu/main.c]
[   87s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu.c]
[   87s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_desc.c]
[   88s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_driver.c]
[   88s] Memory region Used Size  Region Size  %age Used
[   88s]  rom:   16464 B16 KB100.49%
[   88s]  ram:   11672 B48 KB 
23.75/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/ld: warning: 
changing start of section .stack by 4 bytes
[   88s] /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/ld: 
warning: changing start of section .stack by 4 bytes
[   88s] /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/ld: 
bin/qmod-dfu-flash.elf section `.text' will not fit in region `rom'
[   88s] /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/ld: 
warning: changing start of section .stack by 4 bytes
[   88s] /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/ld: 
warning: changing start of section .stack by 4 bytes
[   88s] /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/ld: 
warning: changing start of section .stack by 4 bytes
[   88s] /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/ld: region 
`rom' overflowed by 80 bytes
[   88s] collect2: error: ld returned 1 exit status
[   88s] %
[   88s] make[2]: *** [Makefile:234: flash] Error 1
[   88s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[   88s] make[1]: *** [Makefile:13: fw-qmod-dfu] Error 2
[   88s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[   88s] dh_auto_build: error: make -j1 returned exit code 2
[   88s] make: *** [debian/rules:16: build] Error 25
[   88s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[   88s] ### VM INTERACTION START ###
[   91s] [   84.322891] sysrq: Power Off
[   91s] [   84.324299] reboot: Power down
[   91s] ### VM INTERACTION END ###
[   91s] 
[   91s] build85 failed "build simtrace2_0.7.0.61.1afb7.dsc" at Wed Aug 12 
03:50:33 UTC 2020.
[   91s] 

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


Build failure of network:osmocom:latest/ulfius in Debian_Unstable/x86_64

2020-08-11 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:latest/ulfius/Debian_Unstable/x86_64

Package network:osmocom:latest/ulfius failed to build in Debian_Unstable/x86_64

Check out the package for editing:
  osc checkout network:osmocom:latest ulfius

Last lines of build log:
[  123s] /usr/src/packages/BUILD/src/ulfius.c:839:48: error: passing argument 5 
of 'MHD_start_daemon' from incompatible pointer type 
[-Werror=incompatible-pointer-types]
[  123s]   839 |   mhd_flags, u_instance->port, NULL, NULL, 
&ulfius_webservice_dispatcher, (void *)u_instance,
[  123s]   |
^
[  123s]   ||
[  123s]   |int (*)(void *, 
struct MHD_Connection *, const char *, const char *, const char *, const char 
*, size_t *, void **) {aka int (*)(void *, struct MHD_Connection *, const char 
*, const char *, const char *, const char *, long unsigned int *, void **)}
[  123s] In file included from /usr/src/packages/BUILD/include/ulfius.h:46,
[  123s]  from /usr/src/packages/BUILD/include/u_private.h:29,
[  123s]  from /usr/src/packages/BUILD/src/ulfius.c:29:
[  123s] /usr/include/microhttpd.h:2428:45: note: expected 
'MHD_AccessHandlerCallback' {aka 'enum MHD_Result (*)(void *, struct 
MHD_Connection *, const char *, const char *, const char *, const char *, long 
unsigned int *, void **)'} but argument is of type 'int (*)(void *, struct 
MHD_Connection *, const char *, const char *, const char *, const char *, 
size_t *, void **)' {aka 'int (*)(void *, struct MHD_Connection *, const char 
*, const char *, const char *, const char *, long unsigned int *, void **)'}
[  123s]  2428 |   MHD_AccessHandlerCallback dh, void *dh_cls,
[  123s]   |   ~~^~
[  124s] cc1: all warnings being treated as errors
[  124s] make[3]: *** [CMakeFiles/ulfius.dir/build.make:144: 
CMakeFiles/ulfius.dir/src/ulfius.c.o] Error 1
[  124s] make[3]: *** Waiting for unfinished jobs
[  124s] make[3]: Leaving directory '/usr/src/packages/BUILD/build'
[  124s] make[2]: *** [CMakeFiles/Makefile2:87: CMakeFiles/ulfius.dir/all] 
Error 2
[  124s] make[2]: Leaving directory '/usr/src/packages/BUILD/build'
[  124s] make[1]: *** [Makefile:166: all] Error 2
[  124s] make[1]: Leaving directory '/usr/src/packages/BUILD/build'
[  124s] dh_auto_build: error: cd build && make -j8 "INSTALL=install 
--strip-program=true" returned exit code 2
[  124s] make: *** [debian/rules:9: build] Error 25
[  124s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  124s] ### VM INTERACTION START ###
[  127s] [  115.488375] sysrq: Power Off
[  127s] [  115.495487] reboot: Power down
[  127s] ### VM INTERACTION END ###
[  127s] 
[  127s] lamb51 failed "build ulfius_2.5.2-4.1.dsc" at Wed Aug 12 03:48:28 UTC 
2020.
[  127s] 

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


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

2020-08-11 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/ulfius/Debian_Unstable/x86_64

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

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

Last lines of build log:
[  120s] /usr/src/packages/BUILD/src/ulfius.c:839:48: error: passing argument 5 
of 'MHD_start_daemon' from incompatible pointer type 
[-Werror=incompatible-pointer-types]
[  120s]   839 |   mhd_flags, u_instance->port, NULL, NULL, 
&ulfius_webservice_dispatcher, (void *)u_instance,
[  120s]   |
^
[  120s]   ||
[  120s]   |int (*)(void *, 
struct MHD_Connection *, const char *, const char *, const char *, const char 
*, size_t *, void **) {aka int (*)(void *, struct MHD_Connection *, const char 
*, const char *, const char *, const char *, long unsigned int *, void **)}
[  120s] In file included from /usr/src/packages/BUILD/include/ulfius.h:46,
[  120s]  from /usr/src/packages/BUILD/include/u_private.h:29,
[  120s]  from /usr/src/packages/BUILD/src/ulfius.c:29:
[  120s] /usr/include/microhttpd.h:2428:45: note: expected 
'MHD_AccessHandlerCallback' {aka 'enum MHD_Result (*)(void *, struct 
MHD_Connection *, const char *, const char *, const char *, const char *, long 
unsigned int *, void **)'} but argument is of type 'int (*)(void *, struct 
MHD_Connection *, const char *, const char *, const char *, const char *, 
size_t *, void **)' {aka 'int (*)(void *, struct MHD_Connection *, const char 
*, const char *, const char *, const char *, long unsigned int *, void **)'}
[  120s]  2428 |   MHD_AccessHandlerCallback dh, void *dh_cls,
[  120s]   |   ~~^~
[  120s] cc1: all warnings being treated as errors
[  120s] make[3]: *** [CMakeFiles/ulfius.dir/build.make:144: 
CMakeFiles/ulfius.dir/src/ulfius.c.o] Error 1
[  120s] make[3]: *** Waiting for unfinished jobs
[  120s] make[3]: Leaving directory '/usr/src/packages/BUILD/build'
[  120s] make[2]: *** [CMakeFiles/Makefile2:87: CMakeFiles/ulfius.dir/all] 
Error 2
[  120s] make[2]: Leaving directory '/usr/src/packages/BUILD/build'
[  120s] make[1]: *** [Makefile:166: all] Error 2
[  120s] make[1]: Leaving directory '/usr/src/packages/BUILD/build'
[  120s] dh_auto_build: error: cd build && make -j8 "INSTALL=install 
--strip-program=true" returned exit code 2
[  120s] make: *** [debian/rules:9: build] Error 25
[  120s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  120s] ### VM INTERACTION START ###
[  123s] [  113.121468] sysrq: Power Off
[  123s] [  113.126819] reboot: Power down
[  123s] ### VM INTERACTION END ###
[  123s] 
[  123s] lamb08 failed "build ulfius_2.5.2-4.1.dsc" at Wed Aug 12 03:48:15 UTC 
2020.
[  123s] 

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

2020-08-11 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:
[  258s] [COMPILING libboard/qmod/source/wwan_perst.c]
[  259s] [COMPILING libboard/qmod/source/card_pres.c]
[  259s] [COMPILING libboard/qmod/source/wwan_led.c]
[  259s] [COMPILING libboard/qmod/source/i2c.c]
[  259s] [COMPILING libboard/qmod/source/board_qmod.c]
[  260s] [COMPILING apps/dfu/main.c]
[  260s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu.c]
[  260s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_desc.c]
[  261s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_driver.c]
[  261s] Memory region Used Size  Region Size  %age Used
[  261s]  rom:   16504 B16 KB100.73%
[  261s]  ram:   11672 B48 KB 
23.75/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/bin/ld: 
bin/qmod-dfu-flash.elf section `.text' will not fit in region `rom'
[  261s] /usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/bin/ld: region 
`rom' overflowed by 120 bytes
[  261s] collect2: error: ld returned 1 exit status
[  261s] %
[  261s] make[2]: *** [Makefile:234: flash] Error 1
[  261s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  261s] make[1]: *** [Makefile:13: fw-qmod-dfu] Error 2
[  261s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  261s] dh_auto_build: make -j1 returned exit code 2
[  261s] make: *** [debian/rules:16: build] Error 2
[  261s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  261s] ### VM INTERACTION START ###
[  264s] [  249.433554] sysrq: SysRq : Power Off
[  264s] [  249.482115] reboot: Power down
[  265s] ### VM INTERACTION END ###
[  265s] 
[  265s] armbuild24 failed "build simtrace2_0.7.0.61.1afb7.dsc" at Wed Aug 12 
02:12:42 UTC 2020.
[  265s] 

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

2020-08-11 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/simtrace2/Debian_10/armv7l

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

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

Last lines of build log:
[  409s] [COMPILING libboard/qmod/source/wwan_perst.c]
[  410s] [COMPILING libboard/qmod/source/card_pres.c]
[  410s] [COMPILING libboard/qmod/source/wwan_led.c]
[  410s] [COMPILING libboard/qmod/source/i2c.c]
[  411s] [COMPILING libboard/qmod/source/board_qmod.c]
[  411s] [COMPILING apps/dfu/main.c]
[  412s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu.c]
[  412s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_desc.c]
[  413s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_driver.c]
[  413s] Memory region Used Size  Region Size  %age Used
[  413s]  rom:   16504 B16 KB100.73%
[  413s]  ram:   11672 B48 KB 
23.75/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/bin/ld: 
bin/qmod-dfu-flash.elf section `.text' will not fit in region `rom'
[  413s] /usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/bin/ld: region 
`rom' overflowed by 120 bytes
[  413s] collect2: error: ld returned 1 exit status
[  413s] %
[  413s] make[2]: *** [Makefile:234: flash] Error 1
[  414s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  414s] make[1]: *** [Makefile:13: fw-qmod-dfu] Error 2
[  414s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  414s] dh_auto_build: make -j1 returned exit code 2
[  414s] make: *** [debian/rules:16: build] Error 2
[  414s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  414s] ### VM INTERACTION START ###
[  417s] [  386.040154] sysrq: SysRq : Power Off
[  417s] [  386.050906] reboot: Power down
[  418s] ### VM INTERACTION END ###
[  418s] 
[  418s] obs-arm-6 failed "build simtrace2_0.7.0.61.1afb7.dsc" at Wed Aug 12 
02:07:11 UTC 2020.
[  418s] 

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

2020-08-11 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/simtrace2/Debian_9.0/armv7l

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

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

Last lines of build log:
[  393s] [COMPILING libboard/qmod/source/i2c.c]
[  393s] [COMPILING libboard/qmod/source/board_qmod.c]
[  394s] [COMPILING apps/dfu/main.c]
[  395s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu.c]
[  395s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_desc.c]
[  395s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_driver.c]
[  396s] Memory region Used Size  Region Size  %age Used
[  396s]  rom:   16584 B16 KB101.22%
[  396s]  ram:   11672 B48 KB 
23.75/usr/lib/gcc/arm-none-eabi/5.4.1/../../../arm-none-eabi/bin/ld: 
bin/qmod-dfu-flash.elf section `.text' will not fit in region `rom'
[  396s] /usr/lib/gcc/arm-none-eabi/5.4.1/../../../arm-none-eabi/bin/ld: region 
`rom' overflowed by 200 bytes
[  396s] collect2: error: ld returned 1 exit status
[  396s] %
[  396s] Makefile:234: recipe for target 'flash' failed
[  396s] make[2]: *** [flash] Error 1
[  396s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  396s] Makefile:13: recipe for target 'fw-qmod-dfu' failed
[  396s] make[1]: *** [fw-qmod-dfu] Error 2
[  396s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  396s] dh_auto_build: make -j1 returned exit code 2
[  396s] debian/rules:16: recipe for target 'build' failed
[  396s] make: *** [build] Error 2
[  396s] dpkg-buildpackage: error: debian/rules build gave error exit status 2
[  396s] ### VM INTERACTION START ###
[  399s] [  380.464342] sysrq: SysRq : Power Off
[  399s] [  380.506029] reboot: Power down
[  400s] ### VM INTERACTION END ###
[  400s] 
[  400s] obs-arm-6 failed "build simtrace2_0.7.0.61.1afb7.dsc" at Wed Aug 12 
01:59:33 UTC 2020.
[  400s] 

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


Change in osmo-ttcn3-hacks[master]: fixup for "fix mscpool cleanup (fixes LCLS tests)"

2020-08-11 Thread neels
neels has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19567 )

Change subject: fixup for "fix mscpool cleanup (fixes LCLS tests)"
..

fixup for "fix mscpool cleanup (fixes LCLS tests)"

For the VTY "Unknown Command" code path, we must actually call 'repeat', to
avoid racey VTY behavior from cruft stuck in the VTY pipe.

The missing 'repeat' caused massive random fallout in the 'latest' builds,
which often hits the 'Unknown Command' code path; fixed by this patch.

Change-Id: Ibd5adb359b3fb302e2c70700d911878aef605ff3
---
M library/Osmocom_VTY_Functions.ttcn
1 file changed, 2 insertions(+), 0 deletions(-)

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



diff --git a/library/Osmocom_VTY_Functions.ttcn 
b/library/Osmocom_VTY_Functions.ttcn
index 4cf37c4..cb3434e 100644
--- a/library/Osmocom_VTY_Functions.ttcn
+++ b/library/Osmocom_VTY_Functions.ttcn
@@ -71,6 +71,8 @@
testcase.stop(fail, "VTY: Unknown 
Command");
} else {
log("VTY: Unknown Command (ignored)");
+   buf := buf & rx;
+   repeat;
}
};
[] pt.receive(charstring:?) -> value rx { buf := buf & 
rx; repeat };

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19567
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: Ibd5adb359b3fb302e2c70700d911878aef605ff3
Gerrit-Change-Number: 19567
Gerrit-PatchSet: 1
Gerrit-Owner: neels 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: neels 
Gerrit-MessageType: merged


Change in osmo-ttcn3-hacks[master]: fixup for "fix mscpool cleanup (fixes LCLS tests)"

2020-08-11 Thread neels
neels has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19567 )

Change subject: fixup for "fix mscpool cleanup (fixes LCLS tests)"
..


Patch Set 1: Code-Review+2

fast track to fix massive random 'latest' ttcn3 test regressions


--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19567
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: Ibd5adb359b3fb302e2c70700d911878aef605ff3
Gerrit-Change-Number: 19567
Gerrit-PatchSet: 1
Gerrit-Owner: neels 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: neels 
Gerrit-Comment-Date: Wed, 12 Aug 2020 01:47:44 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


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

2020-08-11 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:
[  178s] [COMPILING apps/dfu/main.c]
[  178s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu.c]
[  179s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_desc.c]
[  179s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_driver.c]
[  179s] Memory region Used Size  Region Size  %age Used
[  179s]  rom:   16464 B16 KB100.49%
[  179s]  ram:   11672 B48 KB 
23.75/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/ld: warning: 
changing start of section .stack by 4 bytes
[  179s] /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/ld: 
warning: changing start of section .stack by 4 bytes
[  179s] /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/ld: 
bin/qmod-dfu-flash.elf section `.text' will not fit in region `rom'
[  179s] /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/ld: 
warning: changing start of section .stack by 4 bytes
[  179s] /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/ld: 
warning: changing start of section .stack by 4 bytes
[  179s] /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/ld: 
warning: changing start of section .stack by 4 bytes
[  179s] /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/ld: region 
`rom' overflowed by 80 bytes
[  179s] collect2: error: ld returned 1 exit status
[  179s] %
[  179s] make[2]: *** [Makefile:234: flash] Error 1
[  179s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  179s] make[1]: *** [Makefile:13: fw-qmod-dfu] Error 2
[  179s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  179s] dh_auto_build: error: make -j1 returned exit code 2
[  179s] make: *** [debian/rules:16: build] Error 25
[  179s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  179s] ### VM INTERACTION START ###
[  182s] [  170.854866] sysrq: Power Off
[  182s] [  170.860065] reboot: Power down
[  182s] ### VM INTERACTION END ###
[  182s] 
[  182s] lamb07 failed "build simtrace2_0.7.0.61.1afb7.dsc" at Wed Aug 12 
01:46:25 UTC 2020.
[  182s] 

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

2020-08-11 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:
[  167s] [COMPILING libboard/qmod/source/i2c.c]
[  167s] [COMPILING libboard/qmod/source/board_qmod.c]
[  168s] [COMPILING apps/dfu/main.c]
[  168s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu.c]
[  168s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_desc.c]
[  168s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_driver.c]
[  168s] Memory region Used Size  Region Size  %age Used
[  168s]  rom:   16576 B16 KB101.17%
[  168s]  ram:   11672 B48 KB 
23.75/usr/lib/gcc/arm-none-eabi/6.3.1/../../../arm-none-eabi/bin/ld: 
bin/qmod-dfu-flash.elf section `.text' will not fit in region `rom'
[  168s] /usr/lib/gcc/arm-none-eabi/6.3.1/../../../arm-none-eabi/bin/ld: region 
`rom' overflowed by 192 bytes
[  168s] collect2: error: ld returned 1 exit status
[  168s] %
[  168s] Makefile:234: recipe for target 'flash' failed
[  168s] make[2]: *** [flash] Error 1
[  168s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  168s] Makefile:13: recipe for target 'fw-qmod-dfu' failed
[  168s] make[1]: *** [fw-qmod-dfu] Error 2
[  168s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  168s] dh_auto_build: make -j1 returned exit code 2
[  168s] debian/rules:16: recipe for target 'build' failed
[  168s] make: *** [build] Error 2
[  168s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  168s] ### VM INTERACTION START ###
[  171s] [  161.968663] sysrq: Power Off
[  171s] [  161.972881] reboot: Power down
[  172s] ### VM INTERACTION END ###
[  172s] 
[  172s] old-atreju1 failed "build simtrace2_0.7.0.61.1afb7.dsc" at Wed Aug 12 
01:44:46 UTC 2020.
[  172s] 

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

2020-08-11 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:
[   82s] [COMPILING apps/dfu/main.c]
[   82s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu.c]
[   82s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_desc.c]
[   82s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_driver.c]
[   82s] Memory region Used Size  Region Size  %age Used
[   82s]  rom:   16464 B16 KB100.49%
[   82s]  ram:   11672 B48 KB 
23.75/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/ld: warning: 
changing start of section .stack by 4 bytes
[   82s] /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/ld: 
warning: changing start of section .stack by 4 bytes
[   82s] /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/ld: 
bin/qmod-dfu-flash.elf section `.text' will not fit in region `rom'
[   82s] /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/ld: 
warning: changing start of section .stack by 4 bytes
[   82s] /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/ld: 
warning: changing start of section .stack by 4 bytes
[   82s] /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/ld: 
warning: changing start of section .stack by 4 bytes
[   82s] /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/ld: region 
`rom' overflowed by 80 bytes
[   82s] collect2: error: ld returned 1 exit status
[   82s] %
[   82s] make[2]: *** [Makefile:234: flash] Error 1
[   82s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[   82s] make[1]: *** [Makefile:13: fw-qmod-dfu] Error 2
[   82s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[   82s] dh_auto_build: error: make -j1 returned exit code 2
[   82s] make: *** [debian/rules:16: build] Error 25
[   82s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[   82s] ### VM INTERACTION START ###
[   85s] [   79.371744] sysrq: Power Off
[   85s] [   79.378770] reboot: Power down
[   85s] ### VM INTERACTION END ###
[   85s] 
[   85s] goat01 failed "build simtrace2_0.7.0.61.1afb7.dsc" at Wed Aug 12 
01:44:16 UTC 2020.
[   85s] 

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

2020-08-11 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:
[  142s] [COMPILING libboard/qmod/source/wwan_perst.c]
[  142s] [COMPILING libboard/qmod/source/card_pres.c]
[  142s] [COMPILING libboard/qmod/source/wwan_led.c]
[  143s] [COMPILING libboard/qmod/source/i2c.c]
[  143s] [COMPILING libboard/qmod/source/board_qmod.c]
[  143s] [COMPILING apps/dfu/main.c]
[  143s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu.c]
[  143s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_desc.c]
[  143s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_driver.c]
[  144s] Memory region Used Size  Region Size  %age Used
[  144s]  rom:   16504 B16 KB100.73%
[  144s]  ram:   11672 B48 KB 
23.75/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/bin/ld: 
bin/qmod-dfu-flash.elf section `.text' will not fit in region `rom'
[  144s] /usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/bin/ld: region 
`rom' overflowed by 120 bytes
[  144s] collect2: error: ld returned 1 exit status
[  144s] %
[  144s] make[2]: *** [Makefile:234: flash] Error 1
[  144s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  144s] make[1]: *** [Makefile:13: fw-qmod-dfu] Error 2
[  144s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  144s] dh_auto_build: make -j1 returned exit code 2
[  144s] make: *** [debian/rules:16: build] Error 2
[  144s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  144s] ### VM INTERACTION START ###
[  147s] [  136.636983] sysrq: Power Off
[  147s] [  136.638273] reboot: Power down
[  147s] ### VM INTERACTION END ###
[  147s] 
[  147s] obs-arm-9 failed "build simtrace2_0.7.0.61.1afb7.dsc" at Wed Aug 12 
01:42:53 UTC 2020.
[  147s] 

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

2020-08-11 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:
[  235s] [COMPILING libboard/qmod/source/wwan_perst.c]
[  235s] [COMPILING libboard/qmod/source/card_pres.c]
[  235s] [COMPILING libboard/qmod/source/wwan_led.c]
[  235s] [COMPILING libboard/qmod/source/i2c.c]
[  235s] [COMPILING libboard/qmod/source/board_qmod.c]
[  235s] [COMPILING apps/dfu/main.c]
[  235s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu.c]
[  236s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_desc.c]
[  236s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_driver.c]
[  236s] Memory region Used Size  Region Size  %age Used
[  236s]  rom:   16504 B16 KB100.73%
[  236s]  ram:   11672 B48 KB 
23.75/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/bin/ld: 
bin/qmod-dfu-flash.elf section `.text' will not fit in region `rom'
[  236s] /usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/bin/ld: region 
`rom' overflowed by 120 bytes
[  236s] collect2: error: ld returned 1 exit status
[  236s] %
[  236s] make[2]: *** [Makefile:234: flash] Error 1
[  236s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  236s] make[1]: *** [Makefile:13: fw-qmod-dfu] Error 2
[  236s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  236s] dh_auto_build: make -j1 returned exit code 2
[  236s] make: *** [debian/rules:16: build] Error 2
[  236s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  236s] ### VM INTERACTION START ###
[  239s] [  230.744465] sysrq: Power Off
[  239s] [  230.751726] reboot: Power down
[  239s] ### VM INTERACTION END ###
[  239s] 
[  239s] lamb02 failed "build simtrace2_0.7.0.61.1afb7.dsc" at Wed Aug 12 
01:41:12 UTC 2020.
[  239s] 

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

2020-08-11 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:
[  206s] [COMPILING libboard/qmod/source/wwan_perst.c]
[  206s] [COMPILING libboard/qmod/source/card_pres.c]
[  207s] [COMPILING libboard/qmod/source/wwan_led.c]
[  207s] [COMPILING libboard/qmod/source/i2c.c]
[  207s] [COMPILING libboard/qmod/source/board_qmod.c]
[  207s] [COMPILING apps/dfu/main.c]
[  207s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu.c]
[  207s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_desc.c]
[  207s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_driver.c]
[  208s] Memory region Used Size  Region Size  %age Used
[  208s]  rom:   16504 B16 KB100.73%
[  208s]  ram:   11672 B48 KB 
23.75/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/bin/ld: 
bin/qmod-dfu-flash.elf section `.text' will not fit in region `rom'
[  208s] /usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/bin/ld: region 
`rom' overflowed by 120 bytes
[  208s] collect2: error: ld returned 1 exit status
[  208s] %
[  208s] make[2]: *** [Makefile:234: flash] Error 1
[  208s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  208s] make[1]: *** [Makefile:13: fw-qmod-dfu] Error 2
[  208s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  208s] dh_auto_build: make -j1 returned exit code 2
[  208s] make: *** [debian/rules:16: build] Error 2
[  208s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  208s] ### VM INTERACTION START ###
[  211s] [  200.628171] sysrq: Power Off
[  211s] [  200.635861] reboot: Power down
[  211s] ### VM INTERACTION END ###
[  211s] 
[  211s] lamb59 failed "build simtrace2_0.7.0.61.1afb7.dsc" at Wed Aug 12 
01:39:48 UTC 2020.
[  211s] 

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

2020-08-11 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:
[  145s] [COMPILING libboard/common/source/uart_console.c]
[  145s] [COMPILING libboard/common/source/led.c]
[  146s] [COMPILING libboard/common/source/boardver_adc.c]
[  146s] [COMPILING libboard/common/source/manifest.c]
[  146s] [COMPILING libboard/simtrace/source/board_simtrace.c]
[  146s] [COMPILING apps/dfu/main.c]
[  146s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu.c]
[  146s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_desc.c]
[  147s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_driver.c]
[  147s] Memory region Used Size  Region Size  %age Used
[  147s]  rom:   16460 B16 KB100.46%
[  147s]  ram:   11664 B48 KB 
23.73/usr/lib/gcc/arm-none-eabi/9.2.1/../../../arm-none-eabi/bin/ld: 
bin/simtrace-dfu-flash.elf section `.text' will not fit in region `rom'
[  147s] /usr/lib/gcc/arm-none-eabi/9.2.1/../../../arm-none-eabi/bin/ld: region 
`rom' overflowed by 76 bytes
[  147s] collect2: error: ld returned 1 exit status
[  147s] %
[  147s] make[2]: *** [Makefile:234: flash] Error 1
[  147s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  147s] make[1]: *** [Makefile:10: fw-simtrace-dfu] Error 2
[  147s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  147s] dh_auto_build: error: make -j1 returned exit code 2
[  147s] make: *** [debian/rules:16: build] Error 25
[  147s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  147s] ### VM INTERACTION START ###
[  150s] [  135.332718] sysrq: Power Off
[  150s] [  135.348122] reboot: Power down
[  150s] ### VM INTERACTION END ###
[  150s] 
[  150s] old-atreju1 failed "build simtrace2_0.7.0.61.1afb7.dsc" at Wed Aug 12 
01:39:55 UTC 2020.
[  150s] 

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

2020-08-11 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:
[  124s] [COMPILING libboard/qmod/source/i2c.c]
[  124s] [COMPILING libboard/qmod/source/board_qmod.c]
[  125s] [COMPILING apps/dfu/main.c]
[  125s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu.c]
[  125s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_desc.c]
[  125s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_driver.c]
[  125s] Memory region Used Size  Region Size  %age Used
[  125s]  rom:   16584 B16 KB101.22%
[  125s]  ram:   11672 B48 KB 
23.75/usr/lib/gcc/arm-none-eabi/5.4.1/../../../arm-none-eabi/bin/ld: 
bin/qmod-dfu-flash.elf section `.text' will not fit in region `rom'
[  125s] /usr/lib/gcc/arm-none-eabi/5.4.1/../../../arm-none-eabi/bin/ld: region 
`rom' overflowed by 200 bytes
[  125s] collect2: error: ld returned 1 exit status
[  125s] %
[  125s] Makefile:234: recipe for target 'flash' failed
[  125s] make[2]: *** [flash] Error 1
[  125s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  125s] Makefile:13: recipe for target 'fw-qmod-dfu' failed
[  125s] make[1]: *** [fw-qmod-dfu] Error 2
[  125s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  125s] dh_auto_build: make -j1 returned exit code 2
[  125s] debian/rules:16: recipe for target 'build' failed
[  125s] make: *** [build] Error 2
[  125s] dpkg-buildpackage: error: debian/rules build gave error exit status 2
[  125s] ### VM INTERACTION START ###
[  128s] [  120.576507] sysrq: Power Off
[  128s] [  120.589180] reboot: Power down
[  128s] ### VM INTERACTION END ###
[  129s] 
[  129s] lamb06 failed "build simtrace2_0.7.0.61.1afb7.dsc" at Wed Aug 12 
01:39:30 UTC 2020.
[  129s] 

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

2020-08-11 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:
[  181s] [COMPILING libboard/qmod/source/i2c.c]
[  182s] [COMPILING libboard/qmod/source/board_qmod.c]
[  182s] [COMPILING apps/dfu/main.c]
[  182s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu.c]
[  182s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_desc.c]
[  182s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_driver.c]
[  183s] Memory region Used Size  Region Size  %age Used
[  183s]  rom:   16584 B16 KB101.22%
[  183s]  ram:   11672 B48 KB 
23.75/usr/lib/gcc/arm-none-eabi/5.4.1/../../../arm-none-eabi/bin/ld: 
bin/qmod-dfu-flash.elf section `.text' will not fit in region `rom'
[  183s] /usr/lib/gcc/arm-none-eabi/5.4.1/../../../arm-none-eabi/bin/ld: region 
`rom' overflowed by 200 bytes
[  183s] collect2: error: ld returned 1 exit status
[  183s] %
[  183s] Makefile:234: recipe for target 'flash' failed
[  183s] make[2]: *** [flash] Error 1
[  183s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  183s] Makefile:13: recipe for target 'fw-qmod-dfu' failed
[  183s] make[1]: *** [fw-qmod-dfu] Error 2
[  183s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  183s] dh_auto_build: make -j1 returned exit code 2
[  183s] debian/rules:16: recipe for target 'build' failed
[  183s] make: *** [build] Error 2
[  183s] dpkg-buildpackage: error: debian/rules build gave error exit status 2
[  183s] ### VM INTERACTION START ###
[  186s] [  171.125665] sysrq: Power Off
[  186s] [  171.151219] reboot: Power down
[  186s] ### VM INTERACTION END ###
[  186s] 
[  186s] lamb60 failed "build simtrace2_0.7.0.61.1afb7.dsc" at Wed Aug 12 
01:39:16 UTC 2020.
[  186s] 

-- 
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.10/x86_64

2020-08-11 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/simtrace2/xUbuntu_18.10/x86_64

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

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

Last lines of build log:
[  135s] [COMPILING libboard/qmod/source/wwan_perst.c]
[  135s] [COMPILING libboard/qmod/source/card_pres.c]
[  135s] [COMPILING libboard/qmod/source/wwan_led.c]
[  135s] [COMPILING libboard/qmod/source/i2c.c]
[  135s] [COMPILING libboard/qmod/source/board_qmod.c]
[  135s] [COMPILING apps/dfu/main.c]
[  135s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu.c]
[  136s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_desc.c]
[  136s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_driver.c]
[  136s] Memory region Used Size  Region Size  %age Used
[  136s]  rom:   16576 B16 KB101.17%
[  136s]  ram:   11672 B48 KB 
23.75/usr/lib/gcc/arm-none-eabi/6.3.1/../../../arm-none-eabi/bin/ld: 
bin/qmod-dfu-flash.elf section `.text' will not fit in region `rom'
[  136s] /usr/lib/gcc/arm-none-eabi/6.3.1/../../../arm-none-eabi/bin/ld: region 
`rom' overflowed by 192 bytes
[  136s] collect2: error: ld returned 1 exit status
[  136s] %
[  136s] make[2]: *** [Makefile:234: flash] Error 1
[  136s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  136s] make[1]: *** [Makefile:13: fw-qmod-dfu] Error 2
[  136s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  136s] dh_auto_build: make -j1 returned exit code 2
[  136s] make: *** [debian/rules:16: build] Error 2
[  136s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  136s] ### VM INTERACTION START ###
[  139s] [  131.551639] sysrq: Power Off
[  139s] [  131.559060] reboot: Power down
[  139s] ### VM INTERACTION END ###
[  139s] 
[  139s] lamb18 failed "build simtrace2_0.7.0.61.1afb7.dsc" at Wed Aug 12 
01:38:34 UTC 2020.
[  139s] 

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

2020-08-11 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/simtrace2/xUbuntu_18.04/i586

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

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

Last lines of build log:
[  152s] [COMPILING libboard/qmod/source/i2c.c]
[  152s] [COMPILING libboard/qmod/source/board_qmod.c]
[  153s] [COMPILING apps/dfu/main.c]
[  153s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu.c]
[  153s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_desc.c]
[  153s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_driver.c]
[  153s] Memory region Used Size  Region Size  %age Used
[  153s]  rom:   16576 B16 KB101.17%
[  153s]  ram:   11672 B48 KB 
23.75/usr/lib/gcc/arm-none-eabi/6.3.1/../../../arm-none-eabi/bin/ld: 
bin/qmod-dfu-flash.elf section `.text' will not fit in region `rom'
[  153s] /usr/lib/gcc/arm-none-eabi/6.3.1/../../../arm-none-eabi/bin/ld: region 
`rom' overflowed by 192 bytes
[  153s] collect2: error: ld returned 1 exit status
[  153s] %
[  153s] Makefile:234: recipe for target 'flash' failed
[  153s] make[2]: *** [flash] Error 1
[  153s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  153s] Makefile:13: recipe for target 'fw-qmod-dfu' failed
[  153s] make[1]: *** [fw-qmod-dfu] Error 2
[  153s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  153s] dh_auto_build: make -j1 returned exit code 2
[  153s] debian/rules:16: recipe for target 'build' failed
[  153s] make: *** [build] Error 2
[  153s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  153s] ### VM INTERACTION START ###
[  156s] [  147.073524] sysrq: Power Off
[  156s] [  147.088346] reboot: Power down
[  157s] ### VM INTERACTION END ###
[  157s] 
[  157s] lamb51 failed "build simtrace2_0.7.0.61.1afb7.dsc" at Wed Aug 12 
01:38:18 UTC 2020.
[  157s] 

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

2020-08-11 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:
[  128s] [COMPILING libboard/qmod/source/i2c.c]
[  129s] [COMPILING libboard/qmod/source/board_qmod.c]
[  129s] [COMPILING apps/dfu/main.c]
[  129s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu.c]
[  129s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_desc.c]
[  129s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_driver.c]
[  130s] Memory region Used Size  Region Size  %age Used
[  130s]  rom:   16584 B16 KB101.22%
[  130s]  ram:   11672 B48 KB 
23.75/usr/lib/gcc/arm-none-eabi/5.4.1/../../../arm-none-eabi/bin/ld: 
bin/qmod-dfu-flash.elf section `.text' will not fit in region `rom'
[  130s] /usr/lib/gcc/arm-none-eabi/5.4.1/../../../arm-none-eabi/bin/ld: region 
`rom' overflowed by 200 bytes
[  130s] collect2: error: ld returned 1 exit status
[  130s] %
[  130s] Makefile:234: recipe for target 'flash' failed
[  130s] make[2]: *** [flash] Error 1
[  130s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  130s] Makefile:13: recipe for target 'fw-qmod-dfu' failed
[  130s] make[1]: *** [fw-qmod-dfu] 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 gave error exit status 2
[  130s] ### VM INTERACTION START ###
[  133s] [  123.258630] sysrq: Power Off
[  133s] [  123.259665] reboot: Power down
[  133s] ### VM INTERACTION END ###
[  133s] 
[  133s] obs-arm-8 failed "build simtrace2_0.7.0.61.1afb7.dsc" at Wed Aug 12 
01:37:23 UTC 2020.
[  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 Debian_10/x86_64

2020-08-11 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] [COMPILING libboard/qmod/source/wwan_perst.c]
[  120s] [COMPILING libboard/qmod/source/card_pres.c]
[  120s] [COMPILING libboard/qmod/source/wwan_led.c]
[  120s] [COMPILING libboard/qmod/source/i2c.c]
[  120s] [COMPILING libboard/qmod/source/board_qmod.c]
[  120s] [COMPILING apps/dfu/main.c]
[  120s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu.c]
[  120s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_desc.c]
[  120s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_driver.c]
[  120s] Memory region Used Size  Region Size  %age Used
[  120s]  rom:   16504 B16 KB100.73%
[  120s]  ram:   11672 B48 KB 
23.75/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/bin/ld: 
bin/qmod-dfu-flash.elf section `.text' will not fit in region `rom'
[  120s] /usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/bin/ld: region 
`rom' overflowed by 120 bytes
[  120s] collect2: error: ld returned 1 exit status
[  120s] %
[  120s] make[2]: *** [Makefile:234: flash] Error 1
[  120s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  120s] make[1]: *** [Makefile:13: fw-qmod-dfu] 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 ###
[  124s] [  116.714001] sysrq: Power Off
[  124s] [  116.717731] reboot: Power down
[  124s] ### VM INTERACTION END ###
[  124s] 
[  124s] sheep86 failed "build simtrace2_0.7.0.61.1afb7.dsc" at Wed Aug 12 
01:37:00 UTC 2020.
[  124s] 

-- 
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.10/x86_64

2020-08-11 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/simtrace2/xUbuntu_19.10/x86_64

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

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

Last lines of build log:
[   84s] [COMPILING libboard/qmod/source/wwan_perst.c]
[   84s] [COMPILING libboard/qmod/source/card_pres.c]
[   84s] [COMPILING libboard/qmod/source/wwan_led.c]
[   84s] [COMPILING libboard/qmod/source/i2c.c]
[   84s] [COMPILING libboard/qmod/source/board_qmod.c]
[   84s] [COMPILING apps/dfu/main.c]
[   84s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu.c]
[   84s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_desc.c]
[   84s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_driver.c]
[   85s] Memory region Used Size  Region Size  %age Used
[   85s]  rom:   16504 B16 KB100.73%
[   85s]  ram:   11672 B48 KB 
23.75/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/bin/ld: 
bin/qmod-dfu-flash.elf section `.text' will not fit in region `rom'
[   85s] /usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/bin/ld: region 
`rom' overflowed by 120 bytes
[   85s] collect2: error: ld returned 1 exit status
[   85s] %
[   85s] make[2]: *** [Makefile:234: flash] Error 1
[   85s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[   85s] make[1]: *** [Makefile:13: fw-qmod-dfu] Error 2
[   85s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[   85s] dh_auto_build: make -j1 returned exit code 2
[   85s] make: *** [debian/rules:16: build] Error 255
[   85s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[   85s] ### VM INTERACTION START ###
[   88s] [   82.499192] sysrq: Power Off
[   88s] [   82.500677] reboot: Power down
[   88s] ### VM INTERACTION END ###
[   88s] 
[   88s] build82 failed "build simtrace2_0.7.0.61.1afb7.dsc" at Wed Aug 12 
01:37:05 UTC 2020.
[   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 xUbuntu_18.10/i586

2020-08-11 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/simtrace2/xUbuntu_18.10/i586

Package network:osmocom:nightly/simtrace2 failed to build in xUbuntu_18.10/i586

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

Last lines of build log:
[  160s] [COMPILING libboard/qmod/source/wwan_perst.c]
[  160s] [COMPILING libboard/qmod/source/card_pres.c]
[  160s] [COMPILING libboard/qmod/source/wwan_led.c]
[  160s] [COMPILING libboard/qmod/source/i2c.c]
[  160s] [COMPILING libboard/qmod/source/board_qmod.c]
[  160s] [COMPILING apps/dfu/main.c]
[  161s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu.c]
[  161s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_desc.c]
[  161s] [COMPILING ./atmel_softpack_libraries/usb/device/dfu/dfu_driver.c]
[  161s] Memory region Used Size  Region Size  %age Used
[  161s]  rom:   16576 B16 KB101.17%
[  161s]  ram:   11672 B48 KB 
23.75/usr/lib/gcc/arm-none-eabi/6.3.1/../../../arm-none-eabi/bin/ld: 
bin/qmod-dfu-flash.elf section `.text' will not fit in region `rom'
[  161s] /usr/lib/gcc/arm-none-eabi/6.3.1/../../../arm-none-eabi/bin/ld: region 
`rom' overflowed by 192 bytes
[  161s] collect2: error: ld returned 1 exit status
[  161s] %
[  161s] make[2]: *** [Makefile:234: flash] Error 1
[  161s] make[2]: Leaving directory '/usr/src/packages/BUILD/firmware'
[  161s] make[1]: *** [Makefile:13: fw-qmod-dfu] Error 2
[  161s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  161s] dh_auto_build: make -j1 returned exit code 2
[  161s] make: *** [debian/rules:16: build] Error 2
[  161s] dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
[  161s] ### VM INTERACTION START ###
[  164s] [  156.403576] sysrq: Power Off
[  164s] [  156.408589] reboot: Power down
[  164s] ### VM INTERACTION END ###
[  164s] 
[  164s] lamb13 failed "build simtrace2_0.7.0.61.1afb7.dsc" at Wed Aug 12 
01:36:48 UTC 2020.
[  164s] 

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


Change in osmo-ttcn3-hacks[master]: log: for VTY Unknown Command, fix weird log message

2020-08-11 Thread neels
neels has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19568 )


Change subject: log: for VTY Unknown Command, fix weird log message
..

log: for VTY Unknown Command, fix weird log message

In f_vty_wait_for_prompt(), this:

   testcase.stop(fail, "VTY: Unknown Command")

outputs:

   failVTY: Unknown Command

The first stop() argument 'fail' is not actually a test verdict, but gets
rolled into a log output string, becoming "failVTY".

Fix that by simply using the normal pattern of setverdict() followed by
mtc.stop().

Change-Id: Id09986444de02c10b4fba582d454d54568b6e8a2
---
M library/Osmocom_VTY_Functions.ttcn
1 file changed, 2 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/68/19568/1

diff --git a/library/Osmocom_VTY_Functions.ttcn 
b/library/Osmocom_VTY_Functions.ttcn
index cb3434e..e5f615c 100644
--- a/library/Osmocom_VTY_Functions.ttcn
+++ b/library/Osmocom_VTY_Functions.ttcn
@@ -68,7 +68,8 @@
[] pt.receive(pattern "[\w-]+\(*\)\# ") { };
[] pt.receive(t_vty_unknown) {
if (strict) {
-   testcase.stop(fail, "VTY: Unknown 
Command");
+   setverdict(fail, "VTY: Unknown 
Command");
+   mtc.stop;
} else {
log("VTY: Unknown Command (ignored)");
buf := buf & rx;

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19568
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: Id09986444de02c10b4fba582d454d54568b6e8a2
Gerrit-Change-Number: 19568
Gerrit-PatchSet: 1
Gerrit-Owner: neels 
Gerrit-MessageType: newchange


Change in osmo-ttcn3-hacks[master]: fixup for "fix mscpool cleanup (fixes LCLS tests)"

2020-08-11 Thread neels
neels has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19567 )


Change subject: fixup for "fix mscpool cleanup (fixes LCLS tests)"
..

fixup for "fix mscpool cleanup (fixes LCLS tests)"

For the VTY "Unknown Command" code path, we must actually call 'repeat', to
avoid racey VTY behavior from cruft stuck in the VTY pipe.

The missing 'repeat' caused massive random fallout in the 'latest' builds,
which often hits the 'Unknown Command' code path; fixed by this patch.

Change-Id: Ibd5adb359b3fb302e2c70700d911878aef605ff3
---
M library/Osmocom_VTY_Functions.ttcn
1 file changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/67/19567/1

diff --git a/library/Osmocom_VTY_Functions.ttcn 
b/library/Osmocom_VTY_Functions.ttcn
index 4cf37c4..cb3434e 100644
--- a/library/Osmocom_VTY_Functions.ttcn
+++ b/library/Osmocom_VTY_Functions.ttcn
@@ -71,6 +71,8 @@
testcase.stop(fail, "VTY: Unknown 
Command");
} else {
log("VTY: Unknown Command (ignored)");
+   buf := buf & rx;
+   repeat;
}
};
[] pt.receive(charstring:?) -> value rx { buf := buf & 
rx; repeat };

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19567
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: Ibd5adb359b3fb302e2c70700d911878aef605ff3
Gerrit-Change-Number: 19567
Gerrit-PatchSet: 1
Gerrit-Owner: neels 
Gerrit-MessageType: newchange


Change in osmo-ttcn3-hacks[master]: MSC_ConnectionHandler: replace istemplatekind with valueof

2020-08-11 Thread dexter
dexter has abandoned this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19301 )

Change subject: MSC_ConnectionHandler: replace istemplatekind with valueof
..


Abandoned
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19301
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: I77272214301bc4982d8bcac64e09a0c679f038bb
Gerrit-Change-Number: 19301
Gerrit-PatchSet: 1
Gerrit-Owner: dexter 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria 
Gerrit-Reviewer: laforge 
Gerrit-MessageType: abandon


Change in osmo-ttcn3-hacks[master]: MSC_ConnectionHandler: check template before using isvalue()

2020-08-11 Thread dexter
dexter has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19566 )


Change subject: MSC_ConnectionHandler: check template before using isvalue()
..

MSC_ConnectionHandler: check template before using isvalue()

The function f_establish_fully may be called with template ass_tpl set
to "omit". In this case we must make sure that we do not pass ass_tpl on
to isvalue().

Change-Id: Ie094e5b56a851351671327b475d5e597a5a94bf6
---
M bsc/MSC_ConnectionHandler.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/66/19566/1

diff --git a/bsc/MSC_ConnectionHandler.ttcn b/bsc/MSC_ConnectionHandler.ttcn
index 7d8fce1..7b8f087 100644
--- a/bsc/MSC_ConnectionHandler.ttcn
+++ b/bsc/MSC_ConnectionHandler.ttcn
@@ -1005,7 +1005,7 @@
var BSSMAP_FIELD_CodecType codecType;
timer T := 10.0;

-   if (isvalue(ass_tpl.pdu.bssmap.assignmentRequest.codecList)) {
+   if (not istemplatekind(ass_tpl, "omit") and 
isvalue(ass_tpl.pdu.bssmap.assignmentRequest.codecList)) {
codecType := 
valueof(ass_tpl.pdu.bssmap.assignmentRequest.codecList.codecElements[0].codecType);
} else {
/* Make sure a meaningful default is assigned in case the

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19566
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: Ie094e5b56a851351671327b475d5e597a5a94bf6
Gerrit-Change-Number: 19566
Gerrit-PatchSet: 1
Gerrit-Owner: dexter 
Gerrit-MessageType: newchange


Change in osmo-ttcn3-hacks[master]: BSC_Tests: extend TC_chan_act_ack_noest with emergency call

2020-08-11 Thread dexter
dexter has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19203 )

Change subject: BSC_Tests: extend TC_chan_act_ack_noest with emergency call
..

BSC_Tests: extend TC_chan_act_ack_noest with emergency call

TC_chan_act_ack_noest requests a channel and then releases it again.
However, this does not test yet what happens if the requestor (BTS) uses
a request reference that indicates an emergancy call. Depending on the
configuration the BSC should reject or allow the channel to be
established.

Change-Id: If828c0f5786d89efa7608f38d648e2a2b8f6f675
Related: OS#4549
---
M bsc/BSC_Tests.ttcn
1 file changed, 14 insertions(+), 2 deletions(-)

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



diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 1040a31..4442008 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -996,13 +996,13 @@
 }

 /* CHAN RQD -> CHAN ACT -> CHAN ACT ACK -> RF CHAN REL */
-testcase TC_chan_act_ack_noest() runs on test_CT {
+private function f_TC_chan_act_ack_noest(OCT1 ra := '23'O) runs on test_CT {
var RSL_Message rx_rsl;

f_init(1);

/* Send CHAN RQD and wait for allocation; acknowledge it */
-   var RslChannelNr chan_nr := f_chreq_act_ack();
+   var RslChannelNr chan_nr := f_chreq_act_ack(ra);

/* expect BSC to disable the channel again if there's no RLL EST IND */
rx_rsl := f_exp_ipa_rx(0, tr_RSL_MsgTypeD(RSL_MT_RF_CHAN_REL), 
T3101_MAX);
@@ -1010,6 +1010,17 @@
setverdict(pass);
 }

+/* Normal variant */
+testcase TC_chan_act_ack_noest() runs on test_CT {
+f_TC_chan_act_ack_noest();
+}
+
+/* Emergency call variant */
+testcase TC_chan_act_ack_noest_emerg() runs on test_CT {
+/* See also: 3GPP TS 04.08, Table 9.9, ra=101x */
+f_TC_chan_act_ack_noest(ra := 'A5'O);
+}
+
 /* Test behavior if MSC never answers to CR */
 testcase TC_chan_act_ack_est_ind_noreply() runs on test_CT {
var RslLinkId main_dcch := valueof(ts_RslLinkID_DCCH(0));
@@ -5987,6 +5998,7 @@
execute( TC_chan_act_noreply() );
execute( TC_chan_act_counter() );
execute( TC_chan_act_ack_noest() );
+   execute( TC_chan_act_ack_noest_emerg() );
execute( TC_chan_act_ack_est_ind_noreply() );
execute( TC_chan_act_ack_est_ind_refused() );
execute( TC_chan_act_nack() );

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19203
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: If828c0f5786d89efa7608f38d648e2a2b8f6f675
Gerrit-Change-Number: 19203
Gerrit-PatchSet: 3
Gerrit-Owner: dexter 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter 
Gerrit-Reviewer: fixeria 
Gerrit-Reviewer: laforge 
Gerrit-MessageType: merged


Change in osmo-ttcn3-hacks[master]: BSC_Tests: extend TC_chan_act_ack_noest with emergency call

2020-08-11 Thread dexter
dexter has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19203 )

Change subject: BSC_Tests: extend TC_chan_act_ack_noest with emergency call
..


Patch Set 2:

This change is ready for review.


--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19203
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: If828c0f5786d89efa7608f38d648e2a2b8f6f675
Gerrit-Change-Number: 19203
Gerrit-PatchSet: 2
Gerrit-Owner: dexter 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter 
Gerrit-Reviewer: fixeria 
Gerrit-Reviewer: laforge 
Gerrit-Comment-Date: Tue, 11 Aug 2020 17:04:28 +
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment


Change in osmo-bsc[master]: gsm_04_08_rr: block EMERGENCY SETUP when EMERGENCY CALLS are denied

2020-08-11 Thread dexter
dexter has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-bsc/+/19565 )


Change subject: gsm_04_08_rr: block EMERGENCY SETUP when EMERGENCY CALLS are 
denied
..

gsm_04_08_rr: block EMERGENCY SETUP when EMERGENCY CALLS are denied

If the BSC configuration is set up to deny emergency calls, make sure
that an EMERGENCY SETUP will not be passed to the MSC, instead ensure
that the call is released.

Change-Id: Ia6eb38370ce4165d221d2ffbe1cd105c0628313c
Related: OS#4548
---
M src/osmo-bsc/gsm_04_08_rr.c
1 file changed, 17 insertions(+), 0 deletions(-)



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

diff --git a/src/osmo-bsc/gsm_04_08_rr.c b/src/osmo-bsc/gsm_04_08_rr.c
index e54a937..869b491 100644
--- a/src/osmo-bsc/gsm_04_08_rr.c
+++ b/src/osmo-bsc/gsm_04_08_rr.c
@@ -43,6 +43,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 

@@ -988,6 +989,22 @@
break;
}
break;
+   case GSM48_PDISC_CC:
+   /* Make sure that EMERGENCY CALLS can not be made if the
+* VTY configuration does not permit. */
+   if(msg_type == GSM48_MT_CC_EMERG_SETUP) {
+   if (msg->lchan->ts->trx->bts->si_common.rach_control.t2 
& 0x4) {
+   LOG_LCHAN(msg->lchan, LOGL_NOTICE, "MS attempts 
EMERGENCY SETUP although EMERGENCY CALLS are not allowed in sysinfo (spec 
violation by MS!)\n");
+   lchan_release(msg->lchan, true, true, 
GSM48_RR_CAUSE_PREMPTIVE_REL);
+   break;
+   }
+   if (!conn->sccp.msc->allow_emerg) {
+   LOG_LCHAN(msg->lchan, LOGL_NOTICE, "MS attempts 
EMERGENCY SETUP, but EMERGENCY CALLS are denied on this BSC (check BTS 
config!)\n");
+   lchan_release(msg->lchan, true, true, 
GSM48_RR_CAUSE_PREMPTIVE_REL);
+   break;
+   }
+   }
+   /* fall through */
default:
bsc_dtap(conn, link_id, msg);
break;

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ia6eb38370ce4165d221d2ffbe1cd105c0628313c
Gerrit-Change-Number: 19565
Gerrit-PatchSet: 1
Gerrit-Owner: dexter 
Gerrit-MessageType: newchange


Change in libosmocore[master]: WIP: Gb: add a second NS implementation

2020-08-11 Thread lynxis lazus
lynxis lazus has posted comments on this change. ( 
https://gerrit.osmocom.org/c/libosmocore/+/19417 )

Change subject: WIP: Gb: add a second NS implementation
..


Patch Set 13:

This change is ready for review.


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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I3525beef205588dfab9d3880a34115f1a2676e48
Gerrit-Change-Number: 19417
Gerrit-PatchSet: 13
Gerrit-Owner: lynxis lazus 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel 
Gerrit-Reviewer: lynxis lazus 
Gerrit-Comment-Date: Tue, 11 Aug 2020 15:19:27 +
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment


Change in libosmocore[master]: socket.h: introduce osmo_sockaddr to hold v4 and v6 endpoints

2020-08-11 Thread lynxis lazus
lynxis lazus has submitted this change. ( 
https://gerrit.osmocom.org/c/libosmocore/+/19141 )

Change subject: socket.h: introduce osmo_sockaddr to hold v4 and v6 endpoints
..

socket.h: introduce osmo_sockaddr to hold v4 and v6 endpoints

When dealing with IPv4 and IPv6 address, the struct sockaddr
allows to hold IPv4 and IPv6.
However even when struct sockaddr is being used, a cast to the
IPv4 or IPv6 family must happen. To work around this additional code,
use a union for the most common types.

Change-Id: If80172373735193401af872b18e1ff00c93880e7
---
M include/osmocom/core/socket.h
1 file changed, 11 insertions(+), 2 deletions(-)

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



diff --git a/include/osmocom/core/socket.h b/include/osmocom/core/socket.h
index 129612c..9cb8d6b 100644
--- a/include/osmocom/core/socket.h
+++ b/include/osmocom/core/socket.h
@@ -2,6 +2,7 @@
  *  Osmocom socket convenience functions. */

 #pragma once
+#if (!EMBEDDED)

 /*! \defgroup socket Socket convenience functions
  *  @{
@@ -11,17 +12,24 @@
 #include 
 #include 

-#if (!EMBEDDED)
 #include 

 /*! maximum length of a socket name ("r=1.2.3.4:123<->l=5.6.7.8:987") */
 #define OSMO_SOCK_NAME_MAXLEN (2 + INET6_ADDRSTRLEN + 1 + 5 + 3 + 2 + 
INET6_ADDRSTRLEN + 1 + 5 + 1)
-#endif

 struct sockaddr_in;
 struct sockaddr;
 struct osmo_fd;

+struct osmo_sockaddr {
+   union {
+   struct sockaddr sa;
+   struct sockaddr_storage sas;
+   struct sockaddr_in sin;
+   struct sockaddr_in6 sin6;
+   } u;
+};
+
 /* flags for osmo_sock_init. */
 /*! connect the socket to a remote peer */
 #define OSMO_SOCK_F_CONNECT(1 << 0)
@@ -92,4 +100,5 @@

 int osmo_sock_local_ip(char *local_ip, const char *remote_ip);

+#endif /* (!EMBEDDED) */
 /*! @} */

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: If80172373735193401af872b18e1ff00c93880e7
Gerrit-Change-Number: 19141
Gerrit-PatchSet: 10
Gerrit-Owner: lynxis lazus 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: lynxis lazus 
Gerrit-CC: pespin 
Gerrit-MessageType: merged


Change in osmo-pcu[master]: direct-phy: fix handle_ph_ra_ind(): handle PH-RA.ind on PRACH SAPI

2020-08-11 Thread fixeria
fixeria has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-pcu/+/17669 )

Change subject: direct-phy: fix handle_ph_ra_ind(): handle PH-RA.ind on PRACH 
SAPI
..


Patch Set 2:

This change is ready for review.


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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Ib0a6da37de7a1db4cad2b96293b31b9f32e7d9eb
Gerrit-Change-Number: 17669
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria 
Gerrit-Reviewer: laforge 
Gerrit-Comment-Date: Tue, 11 Aug 2020 07:02:35 +
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment


Change in osmo-ttcn3-hacks[master]: WIP: bts/BTS_Tests: add sample test case using frequency hopping

2020-08-11 Thread fixeria
fixeria has abandoned this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/18531 )

Change subject: WIP: bts/BTS_Tests: add sample test case using frequency hopping
..


Abandoned

This was just for the demo purposes.
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/18531
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: I6f0e8c78710f8b31689217ef31d7b4c1646bdf28
Gerrit-Change-Number: 18531
Gerrit-PatchSet: 5
Gerrit-Owner: fixeria 
Gerrit-Reviewer: Jenkins Builder
Gerrit-MessageType: abandon


Change in docker-playground[master]: ttcn3-bts-test/jenkins.sh: enable frequency hopping test cases

2020-08-11 Thread fixeria
fixeria has submitted this change. ( 
https://gerrit.osmocom.org/c/docker-playground/+/19255 )

Change subject: ttcn3-bts-test/jenkins.sh: enable frequency hopping test cases
..

ttcn3-bts-test/jenkins.sh: enable frequency hopping test cases

Change-Id: I2b8ee5037146203801ab92a1b4fe6703522d8093
Related: SYS#4868, OS#4546
---
M ttcn3-bts-test/jenkins.sh
1 file changed, 14 insertions(+), 0 deletions(-)

Approvals:
  fixeria: Looks good to me, approved; Verified
  pespin: Looks good to me, but someone else must approve



diff --git a/ttcn3-bts-test/jenkins.sh b/ttcn3-bts-test/jenkins.sh
index c32682c..6f37e54 100755
--- a/ttcn3-bts-test/jenkins.sh
+++ b/ttcn3-bts-test/jenkins.sh
@@ -160,9 +160,23 @@
 cp oml/BTS_Tests.cfg $VOL_BASE_DIR/bts-tester/
 start_testsuite

+# 4) Frequency hopping tests require different configuration files
+cp fh/BTS_Tests.cfg $VOL_BASE_DIR/bts-tester/
+cp fh/osmo-bsc.cfg $VOL_BASE_DIR/bsc/
+cp osmo-bts.cfg $VOL_BASE_DIR/bts/
+# restart the BSC/BTS and run the testsuite again
+docker container kill ${BUILD_TAG}-bts
+start_bsc
+start_bts trx 0
+start_testsuite
+# rename the test results, so they appear as 'BTS_Tests:hopping' in Jenkins
+sed -i "s#classname='BTS_Tests'#classname='BTS_Tests:hopping'#g" \
+   $VOL_BASE_DIR/bts-tester/junit-xml-hopping-*.log
+
 echo Stopping containers
 docker container kill ${BUILD_TAG}-trxcon
 docker container kill ${BUILD_TAG}-fake_trx
+docker container kill ${BUILD_TAG}-bsc
 docker container kill ${BUILD_TAG}-bts



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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I2b8ee5037146203801ab92a1b4fe6703522d8093
Gerrit-Change-Number: 19255
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria 
Gerrit-Reviewer: fixeria 
Gerrit-Reviewer: pespin 
Gerrit-MessageType: merged


Change in docker-playground[master]: ttcn3-bts-test/jenkins.sh: enable frequency hopping test cases

2020-08-11 Thread fixeria
fixeria has posted comments on this change. ( 
https://gerrit.osmocom.org/c/docker-playground/+/19255 )

Change subject: ttcn3-bts-test/jenkins.sh: enable frequency hopping test cases
..


Patch Set 2: Verified+1 Code-Review+2


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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I2b8ee5037146203801ab92a1b4fe6703522d8093
Gerrit-Change-Number: 19255
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria 
Gerrit-Reviewer: fixeria 
Gerrit-Reviewer: pespin 
Gerrit-Comment-Date: Tue, 11 Aug 2020 07:00:22 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment