This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via cc87156a3001d243dd110f667bb0643af2e1509b (commit)
from 82cfa3945c35be251dff168260d30756bc3d60db (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=cc87156a3001d243dd110f667bb0643a…
commit cc87156a3001d243dd110f667bb0643af2e1509b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Jan 15 18:32:04 2018 +0100
mgcp_transcoding_test: Add LIBOSMOABIS_CFLAGS
Currently, we see the following failure:
make[3]: Entering directory '/build/openbsc/tests/mgcp'
CC mgcp_transcoding_test.o
CC mgcp_test.o
In file included from ../../include/openbsc/gsm_data.h:176:0,
from mgcp_transcoding_test.c:14:
../../include/openbsc/gsm_data_shared.h:21:35: fatal error: osmocom/abis/e1_input.h: No such file or directory
#include <osmocom/abis/e1_input.h>
^
compilation terminated.
as gsm_data.h includes gsm_data_shared.h, which includes the e1_input.h
from libosmo-abis, we need to list libosmo-abis in the CFLAGS.
Change-Id: I27c25adfc6ee2c6f07315f3bc76fa7a70202ac4d
-----------------------------------------------------------------------
Summary of changes:
openbsc/tests/mgcp/Makefile.am | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch, master has been updated
via 2141962baf95bfaf11f19dacd59f7b8ac8d49ca3 (commit)
via 71affcedba7f87183ee2bee99ada7840f2c98a01 (commit)
from 3e659ea9b7308f5032c9b0d4d47841a414303d1d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-pcu/commit/?id=2141962baf95bfaf11f19dacd59f7b8…
commit 2141962baf95bfaf11f19dacd59f7b8ac8d49ca3
Author: Max <msuraev(a)sysmocom.de>
Date: Sun Jan 14 22:17:10 2018 +0100
Fix sanitizer build
Add sanitizer flags to linker as well to resolve linker error.
Change-Id: I695baaf8ce78ed938f6f71c40d17120fa690338b
http://cgit.osmocom.org/osmo-pcu/commit/?id=71affcedba7f87183ee2bee99ada784…
commit 71affcedba7f87183ee2bee99ada7840f2c98a01
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jan 15 11:03:00 2018 +0100
Allocate global context for TypesTest
Missing allocation leads to LSAN error:
==24997==ERROR: LeakSanitizer: detected memory leaks
Indirect leak of 230 byte(s) in 2 object(s) allocated from:
#0 0x7feaa1b2fb50 in __interceptor_malloc (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xdeb50)
#1 0x7feaa13dbc80 in _talloc_zero (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x5c80)
Change-Id: I62c03dad353f459abcdb7a18a69b7782da38dfb7
SUMMARY: AddressSanitizer: 230 byte(s) leaked in 2 allocation(s).
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 1 +
tests/types/TypesTest.cpp | 5 +++++
2 files changed, 6 insertions(+)
hooks/post-receive
--
UNNAMED PROJECT
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch, master has been updated
via 901f5eb259fa3b9f555f6545f3ed5e5615035612 (commit)
via c41b751dec11d632f078ff9dcab2bc454905a127 (commit)
from cd5a6e419e945a1cd9b56f5df705d383a3b69b4c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/python/osmo-python-tests/commit/?id=901f5eb259fa3b9…
commit 901f5eb259fa3b9f555f6545f3ed5e5615035612
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jan 15 14:24:15 2018 +0100
Fix install in the presence of old modules
If older incompatible version of osmopython is already available, it
might be chosen fori mport instead of current version. Fix this by
explicitly prepending the proper version to path.
Change-Id: Icbe2af1e3815406213be29e0c0360432dc9fd6fb
Related: OS#2821
http://cgit.osmocom.org/python/osmo-python-tests/commit/?id=c41b751dec11d63…
commit c41b751dec11d632f078ff9dcab2bc454905a127
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jan 15 14:08:54 2018 +0100
Print version before tests
This helps with debugging of import-related issues - we know the version
under test before the test has a chance to hang.
Change-Id: If13cba60a19e9c15885355f85def4d134fa37993
Related: OS#2821
-----------------------------------------------------------------------
Summary of changes:
osmopy/__init__.py | 2 +-
tests/test_py3.py | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CI scripts".
The branch, master has been updated
via 3eca350f60ab5a395fd5190f0dee3a5801904a9c (commit)
from 1ad873d4d50b5e8c3428711319cbe05938720f4a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-ci/commit/?id=3eca350f60ab5a395fd5190f0dee3a58…
commit 3eca350f60ab5a395fd5190f0dee3a5801904a9c
Author: Your Name <you(a)example.com>
Date: Mon Jan 15 14:09:17 2018 +0100
docker: rebuild: if building fails, try a --no-cache build
Building a docker image depending on a debian upstream has the problem that an
intermediate build result will depend on an APT package archive that is
probable to become outdated. It's necessary to do an 'apt-get update' regularly
to get the newest package archives and be able to install new packages. We
never know which 'apt-get install' steps we might be editing, so we'd have to
add an 'apt-get update' before each, or use an ADD line to find out whether the
package archive has changed, before each and every apt-get install step. We're
likely to miss those in the future, and it would be a large, complex change.
Instead, try to build the docker image with --no-cache in case a cached build
has failed. This should fetch the most recent debian upstream with a proper
archive.
Fixes the current problem that the rebuild_osmocom_jenkins_image.sh is stuck on
various build slaves, should trigger a --no-cache build on each slave.
Change-Id: I37110287dabd53d3537d94ecd74cf513396971b3
-----------------------------------------------------------------------
Summary of changes:
docker/rebuild_osmocom_jenkins_image.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
hooks/post-receive
--
CI scripts
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CI scripts".
The branch, master has been updated
via 1ad873d4d50b5e8c3428711319cbe05938720f4a (commit)
from a17a83d656fea34207a7611de05ba389c1e33b86 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-ci/commit/?id=1ad873d4d50b5e8c3428711319cbe059…
commit 1ad873d4d50b5e8c3428711319cbe05938720f4a
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Jan 15 13:47:23 2018 +0100
docker: debian: install stow IN THE RIGHT dockerfile
Recent change I8f5012419495a656912b7b71e4f76ce102c6b63a adds use of stow in
osmo-build-dep.sh, hence our jenkins build processes now require the 'stow'
dependency. Add 'stow' to our debian docker images, used for various builds
(those that invoke 'docker' in the jobs/master-builds.yml and
jobs/gerrit-verifications.yml to produce concurrent builds).
A recent commit made this change in the Dockerfile.deb8_* dockerfiles, in the
assumption that the jenkins one would depend on that, which is actually not the
case. Instead, add stow in the dockerfile that is actually used in the jenkins
jobs. (It is not harmful to still keep the added dependency in the other two
dockerfiles.)
Change-Id: If97176f4aea66c42a6820f14ceb4b91369841ca0
-----------------------------------------------------------------------
Summary of changes:
docker/Dockerfile_osmocom_jenkins.amd64 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CI scripts
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CI scripts".
The branch, master has been updated
via a17a83d656fea34207a7611de05ba389c1e33b86 (commit)
from 3eb4a4e4ac92a9b66c0668d8a1634efb0f4c30ac (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-ci/commit/?id=a17a83d656fea34207a7611de05ba389…
commit a17a83d656fea34207a7611de05ba389c1e33b86
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Jan 15 13:47:23 2018 +0100
docker: debian: install stow, now used in various builds
Recent change I8f5012419495a656912b7b71e4f76ce102c6b63a adds use of stow in
osmo-build-dep.sh, hence our jenkins build processes now require the 'stow'
dependency. Add 'stow' to our debian docker images, used for various builds
(those that invoke 'docker' in the jobs/master-builds.yml and
jobs/gerrit-verifications.yml to produce concurrent builds).
Note: the Dockerfile.deb8_i386 doesn't seem to be used, currently. Add stow
there anyway.
Change-Id: I7a44ba5ed130a3311460185507f76151c6daa7f1
-----------------------------------------------------------------------
Summary of changes:
docker/Dockerfile.deb8_amd64 | 2 +-
docker/Dockerfile.deb8_i386 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
CI scripts
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CI scripts".
The branch, master has been updated
via 3eb4a4e4ac92a9b66c0668d8a1634efb0f4c30ac (commit)
from 7d5bfdd722febea5412cf057ef86799e7fdee257 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-ci/commit/?id=3eb4a4e4ac92a9b66c0668d8a1634efb…
commit 3eb4a4e4ac92a9b66c0668d8a1634efb0f4c30ac
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Jan 12 17:59:24 2018 +0100
README: also hint at /n/home/dub8/.config/jenkins_job_builder/jenkins_jobs.ini
Change-Id: I8bb6792ab061edd3d688e387fa69cd8637617dee
-----------------------------------------------------------------------
Summary of changes:
jobs/README.adoc | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
hooks/post-receive
--
CI scripts
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch, master has been updated
via cd5a6e419e945a1cd9b56f5df705d383a3b69b4c (commit)
from 34d2ca5bc8ccb61bb263c05d16fe7bf53a27dae2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/python/osmo-python-tests/commit/?id=cd5a6e419e945a1…
commit cd5a6e419e945a1cd9b56f5df705d383a3b69b4c
Author: Max <msuraev(a)sysmocom.de>
Date: Sun Jan 14 18:27:31 2018 +0100
Fix absolute import issue in py3
As of 577f2a95e4f01c58a0a4f4ccb3b70d9c048b626e in osmo-ci, the
contrib/jenkins.sh isused forinstallation. This causes the issue with
python3 because test coded use absolute import by default.
Fix this by adding relative path and import from ../osmopy to make
sure test code uses the current module and not the one which might be
already installed in the system.
Change-Id: I8ac3c0d45fb2e1d18646048703ac405be1c7e539
-----------------------------------------------------------------------
Summary of changes:
osmopy/__init__.py | 2 +-
tests/test_py3.py | 7 ++++++-
2 files changed, 7 insertions(+), 2 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CI scripts".
The branch, master has been updated
via 7d5bfdd722febea5412cf057ef86799e7fdee257 (commit)
via 02ec80b3cd2e6f502fd95bc7b471b1b8109d4743 (commit)
via 7546e94852648084bc4c2c9a41780b0ecb96576a (commit)
from 69350b67e6e92831efa237f73221b57146a4aa38 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-ci/commit/?id=7d5bfdd722febea5412cf057ef86799e…
commit 7d5bfdd722febea5412cf057ef86799e7fdee257
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Jan 15 09:36:12 2018 +0100
gerrit-verifications.yml: Build osmo-trx with different optimization instruction sets enabled
Change-Id: I1d73165a397d98d8fb630f7adec45f00887c139a
http://cgit.osmocom.org/osmo-ci/commit/?id=02ec80b3cd2e6f502fd95bc7b471b1b8…
commit 02ec80b3cd2e6f502fd95bc7b471b1b8109d4743
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Jan 8 19:04:57 2018 +0100
master-builds.yml: Build osmo-trx with different optimization instruction sets enabled
Change-Id: I651e182dfd62ef4b88d013d8b5960ce7e3562ecf
http://cgit.osmocom.org/osmo-ci/commit/?id=7546e94852648084bc4c2c9a41780b0e…
commit 7546e94852648084bc4c2c9a41780b0ecb96576a
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Jan 15 09:50:37 2018 +0100
master-builds.yml: osmo-sgsn: Remove duplicated concurrent attribute
Change-Id: I32938d4c1854ce65faa718eccaecb5e3143dbcd0
-----------------------------------------------------------------------
Summary of changes:
jobs/gerrit-verifications.yml | 3 +++
jobs/master-builds.yml | 4 +++-
2 files changed, 6 insertions(+), 1 deletion(-)
hooks/post-receive
--
CI scripts
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via 28ce315a3225188211c2ed52844716f88093035e (commit)
via 10d76b6863cb2168cc5607fd70b191216acc851c (commit)
via 708b8b44aeb8c0e57b8defb3007aef432f2e2b45 (commit)
via cb0fc9b21ad0aea667f14c17d339e2e1a3177a3d (commit)
from 8639fee50452ac51c9963e7cb51e82989efbb5f1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-trx/commit/?id=28ce315a3225188211c2ed52844716f…
commit 28ce315a3225188211c2ed52844716f88093035e
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Jan 15 11:46:26 2018 +0100
tests: TimevalTest: refactor and avoid double comparison
Before this patch, the experession assert(then_secondws==then.seconds())
was failing in x86 architecture (and passing when adding a fprintf to
debug it). Avoid comparing the double values with == as that's usually a
bad idea, since the processor can output slightly different results for
the same operation depending on how it is optimized. Use timespec()
instead to check the invariant. Take the chance to refactor some
variables around to make the test easier to read.
Change-Id: Id4324be8ece86d371b1acb46bbd97856dfed241d
http://cgit.osmocom.org/osmo-trx/commit/?id=10d76b6863cb2168cc5607fd70b1912…
commit 10d76b6863cb2168cc5607fd70b191216acc851c
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Jan 15 10:43:31 2018 +0100
tests: SocketsTest: Fail test on write fail
Change-Id: Ib6b778a2225339ebd2eaa80b3fca6ee8d8646b23
http://cgit.osmocom.org/osmo-trx/commit/?id=708b8b44aeb8c0e57b8defb3007aef4…
commit 708b8b44aeb8c0e57b8defb3007aef432f2e2b45
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Jan 15 10:06:32 2018 +0100
tests: SocketsTest: Avoid hang forever if test fails
Change-Id: Ia95e216a2ab6d397ab02c828b70f2b95d1671257
http://cgit.osmocom.org/osmo-trx/commit/?id=cb0fc9b21ad0aea667f14c17d339e2e…
commit cb0fc9b21ad0aea667f14c17d339e2e1a3177a3d
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Jan 15 10:29:20 2018 +0100
tests: SocketTests: Pick OS-assigned instead of setting one manually
This fixes failures if the port is already being taken by other apps or
if this test is run several times concurrently in the same system.
Change-Id: Iea213375e489a56cf8ed3e47fe814e17c288803e
-----------------------------------------------------------------------
Summary of changes:
tests/CommonLibs/SocketsTest.cpp | 41 ++++++++++++++++++++++++++++++----------
tests/CommonLibs/TimevalTest.cpp | 24 ++++++++++++++---------
2 files changed, 46 insertions(+), 19 deletions(-)
hooks/post-receive
--
OpenBTS' transceiver retro-fit