Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-ci/+/39937?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed:
Verified+1 by Jenkins Builder
Change subject: repo-install-test: ignore bladerf packages
......................................................................
repo-install-test: ignore bladerf packages
Fix for this error with debian 10:
Setting up bladerf-fpga-hostedxa9 (0.2019.07) ...
Either your FPGA bitstream is missing, or it is out-of-date.
Downloading FPGA bitstream from https://www.nuand.com/fpga/v0.11.0/hostedxA9.rbf...
--2025-04-07 02:41:35-- https://www.nuand.com/fpga/v0.11.0/hostedxA9.rbf
Resolving www.nuand.com (www.nuand.com)... 172.67.69.95, 104.26.13.238, 104.26.12.238, ...
Connecting to www.nuand.com (www.nuand.com)|172.67.69.95|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2025-04-07 02:41:36 ERROR 403: Forbidden.
Change-Id: I9e40c83f44cbbcc500967a89bb9fbafe17849eae
---
M scripts/repo-install-test/run-inside.sh
1 file changed, 5 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/37/39937/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/39937?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I9e40c83f44cbbcc500967a89bb9fbafe17849eae
Gerrit-Change-Number: 39937
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Attention is currently required from: pespin.
osmith has posted comments on this change by osmith. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39934?usp=email )
Change subject: sccp: testenv: fix run with asan + latest binaries
......................................................................
Patch Set 1:
(1 comment)
File _testenv/testenv/podman_install.py:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39934/comment/ba0046d0_7e99… :
PS1, Line 141: configure_cmd = ["./configure", "--enable-static", "--disable-shared"]
Without this I had:
> /home/user/.cache/osmo-ttcn3-testenv/git/build_against_osmocom:latest/libosmo-sigtran/examples/.libs/sccp_demo_user: error while loading shared libraries: libosmo-sigtran.so.11: cannot open shared object file: No such file or directory
I investigated, and it was caused by the libtool script not setting LD_LIBRARY_PATH correctly when there is a : in the directory (as in osmocom:latest). I've replaced the : instead and added a comment about it.
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39934?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I5307125560694feae9f0978ebd27607a77ed8675
Gerrit-Change-Number: 39934
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 07 Apr 2025 07:05:20 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Attention is currently required from: osmith.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39934?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed:
Verified+1 by Jenkins Builder
Change subject: sccp: testenv: fix run with asan + latest binaries
......................................................................
sccp: testenv: fix run with asan + latest binaries
When running against osmocom:nightly:asan, build sccp_demo_user with
--enable-sanitize. Otherwise this code is not running with asan and
doesn't even start (as the libraries we link against are built with
--enable-sanitize).
When running against osmocom:latest, check out the latest tag instead of
current master.
Fixes: OS#5899
Change-Id: I5307125560694feae9f0978ebd27607a77ed8675
---
M _testenv/testenv/podman_install.py
1 file changed, 22 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/34/39934/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39934?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I5307125560694feae9f0978ebd27607a77ed8675
Gerrit-Change-Number: 39934
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39923?usp=email )
Change subject: sccp: testenv: fix hardcoded sccp_demo_user path
......................................................................
sccp: testenv: fix hardcoded sccp_demo_user path
The current path only worked for with podman and with osmo-dev. Make it
work for the following use cases too:
* without podman, with osmo-dev
* with podman, with binary packages (instead of osmo-dev)
Removing package=no is required, so testenv builds sccp_demo_user from
source when running with --binary-packages. This is needed as
sccp_demo_user is not packaged (OS#5899).
Change-Id: Id6e0b669dcb71cab9e789fe011e60827a8e07f77
---
A sccp/run_sccp_demo_user.sh
M sccp/testenv.cfg
2 files changed, 12 insertions(+), 2 deletions(-)
Approvals:
fixeria: Looks good to me, approved
pespin: Looks good to me, but someone else must approve
Jenkins Builder: Verified
diff --git a/sccp/run_sccp_demo_user.sh b/sccp/run_sccp_demo_user.sh
new file mode 100755
index 0000000..88cd507
--- /dev/null
+++ b/sccp/run_sccp_demo_user.sh
@@ -0,0 +1,11 @@
+#!/bin/sh -ex
+
+if [ -n "$OSMO_DEV_MAKE_DIR" ]; then
+ # Using osmo-dev: either with or without --podman
+ exec "$OSMO_DEV_MAKE_DIR"/libosmo-sigtran/examples/sccp_demo_user "$@"
+fi
+
+# Using binary packages: as sccp_demo_user is not packaged it gets
+# built by testenv/podman_install.py:from_source_sccp_demo_user()
+# and symlinked to /usr/local/bin.
+exec sccp_demo_user "$@"
diff --git a/sccp/testenv.cfg b/sccp/testenv.cfg
index 44ba8ce..de7b630 100644
--- a/sccp/testenv.cfg
+++ b/sccp/testenv.cfg
@@ -3,7 +3,6 @@
config=SCCP_Tests.cfg
[sccp_demo_user]
-program=~/.cache/osmo-ttcn3-testenv/podman/make/libosmo-sigtran/examples/.libs/sccp_demo_user -l 127.0.0.2 -r 127.0.0.1 -C sccp_demo_user.cfg
+program=run_sccp_demo_user.sh -l 127.0.0.2 -r 127.0.0.1 -C sccp_demo_user.cfg
make=libosmo-sigtran
-package=no
copy=sccp_demo_user.cfg
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39923?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Id6e0b669dcb71cab9e789fe011e60827a8e07f77
Gerrit-Change-Number: 39923
Gerrit-PatchSet: 4
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39922?usp=email )
Change subject: testenv: fix OSMO_DEV_MAKE_DIR env var
......................................................................
testenv: fix OSMO_DEV_MAKE_DIR env var
When --autoreconf-in-src-copy was made the default, the make dir name
has been changed to make2 but this variable was not adjusted. Fix it.
Fixes: dacbca96 ("testenv: use --autoreconf-in-src-copy by default")
Change-Id: Ia46ebe1240806995960545afbb34e6533580f209
---
M _testenv/testenv/cmd.py
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
fixeria: Looks good to me, approved
pespin: Looks good to me, but someone else must approve
Jenkins Builder: Verified
diff --git a/_testenv/testenv/cmd.py b/_testenv/testenv/cmd.py
index 5e651bd..864b8b9 100644
--- a/_testenv/testenv/cmd.py
+++ b/_testenv/testenv/cmd.py
@@ -45,9 +45,9 @@
env_extra["TESTENV_GIT_DIR"] = testenv.podman_install.git_dir
else:
if testenv.args.podman:
- env_extra["OSMO_DEV_MAKE_DIR"] = os.path.join(testenv.args.cache, "podman", "make")
+ env_extra["OSMO_DEV_MAKE_DIR"] = os.path.join(testenv.args.cache, "podman", "make2")
else:
- env_extra["OSMO_DEV_MAKE_DIR"] = os.path.join(testenv.args.cache, "host", "make")
+ env_extra["OSMO_DEV_MAKE_DIR"] = os.path.join(testenv.args.cache, "host", "make2")
if testenv.args.kernel == "debian":
env_extra["TESTENV_QEMU_KERNEL"] = "debian"
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39922?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ia46ebe1240806995960545afbb34e6533580f209
Gerrit-Change-Number: 39922
Gerrit-PatchSet: 3
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>