Skip to content
Failed

Console Output

Started by upstream project "gerrit-osmo-ttcn3-hacks-build" build number 3547
originally caused by:
 Started by upstream project "gerrit-osmo-ttcn3-hacks" build number 3547
 originally caused by:
  Retriggered by user osmith for Gerrit: https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41142 in silent mode.
Running as SYSTEM
Building remotely on build5-deb12build-ansible (obs ttcn3_with_linux_6.1_or_higher qemu registry-build-amd64 ttcn3 osmo-gsm-tester-build ttcn3-ggsn-test-kernel-git io_uring osmocom-gerrit coverity osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/gerrit-osmo-ttcn3-hacks-build/a1/default/a2/default/a3/default/a4/default/label/ttcn3
The recommended git tool is: NONE
using credential d5eda5e9-b59d-44ba-88d2-43473cb6e42d
 > git rev-parse --resolve-git-dir /home/osmocom-build/jenkins/workspace/gerrit-osmo-ttcn3-hacks-build/a1/default/a2/default/a3/default/a4/default/label/ttcn3/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url ssh://jenkins@gerrit.osmocom.org:29418/osmo-ttcn3-hacks # timeout=10
Fetching upstream changes from ssh://jenkins@gerrit.osmocom.org:29418/osmo-ttcn3-hacks
 > git --version # timeout=10
 > git --version # 'git version 2.39.5'
using GIT_SSH to set credentials gerrit.osmocom.org
Verifying host key using known hosts file, will automatically accept unseen keys
 > git fetch --tags --force --progress -- ssh://jenkins@gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/42/41142/1 # timeout=10
Checking out Revision f0e6d7975f9e1e72712f7c1dc12de6e01c0c5ce1 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f0e6d7975f9e1e72712f7c1dc12de6e01c0c5ce1 # timeout=10
Commit message: "buildsystem/gen_links: catch file not found errors"
 > git rev-parse FETCH_HEAD^{commit} # timeout=10
 > git rev-list --no-walk 520ac3abaa0367001d2eb4d69cbca881635ecb29 # timeout=10
[ttcn3] $ /bin/sh -xe /tmp/jenkins6242443821214170934.sh
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/gerrit-osmo-ttcn3-hacks-build/a1/default/a2/default/a3/default/a4/default/label/ttcn3:/build registry.osmocom.org/osmocom-build/debian-bookworm-titan /usr/bin/timeout 30m sh -e -x -c 
    useradd --uid=1000 build
    rm -f /build/.make.deps
    su build -c "make -C /build deps clean compile"
    
+ useradd --uid=1000 build
+ rm -f /build/.make.deps
+ su build -c make -C /build deps clean compile
make: Entering directory '/build'
(make -j20 -C deps || make -j1 -C deps)
make[1]: Entering directory '/build/deps'
make[1]: Leaving directory '/build/deps'
touch .make.deps
rm -rf _build
(cd 5gc && ./gen_links.sh && ./regen_makefile.sh)
Generating Makefile skeleton...
Makefile skeleton was generated.
make -C _build/5gc compile
make[1]: Entering directory '/build/_build/5gc'
  PP       GTPv1U_Emulation.ttcn
  TTCN     *.ttcn *.asn
warning: Charstring pattern: Environment variable TTCN3_DIR not present. Case-insensitive universal charstring patterns are disabled.

NGAP_Templates.ttcn: In TTCN-3 module `NGAP_Templates':
 NGAP_Templates.ttcn:2313.25-2370.25: In function definition `f_tr_n2_UEContextReleaseComplete':
  NGAP_Templates.ttcn:2322.70-135: In template variable definition `pdu':
   NGAP_Templates.ttcn:2322.106-135: In actual parameter list of template `@NGAP_Templates.m_n2_UEContextReleaseComplete':
    NGAP_Templates.ttcn:2322.107-119: In parameter #1 for `p_amfUeNgapID':
     NGAP_Templates.ttcn:2313.67-134: note: Referenced template parameter is here
    NGAP_Templates.ttcn:2322.122-134: In parameter #2 for `p_ranUeNgapID':
     NGAP_Templates.ttcn:2314.67-134: note: Referenced template parameter is here
NGAP_Emulation.ttcn: In TTCN-3 module `NGAP_Emulation':
 NGAP_Emulation.ttcn:377.1-399.1: In function definition `handle_NGAP_UeContextReleaseCmd':
  NGAP_Emulation.ttcn:378.2-392.2: In if statement:
   NGAP_Emulation.ttcn:388.3-58: In variable assignment:
    NGAP_Emulation.ttcn:388.37-58: In actual parameter list of function `@NGAP_Emulation.f_assoc_id_by_ngap_ids':
     NGAP_Emulation.ttcn:388.38-46: In parameter #1 for `amf_id':
      NGAP_Emulation.ttcn:380.31-39: note: Referenced template variable is here
     NGAP_Emulation.ttcn:388.49-57: In parameter #2 for `ran_id':
      NGAP_Emulation.ttcn:381.31-39: note: Referenced template variable is here
C5G_Tests.ttcn: In TTCN-3 module `C5G_Tests':
 C5G_Tests.ttcn:244.9-282.1: In function definition `f_ngap_setup':
  C5G_Tests.ttcn:256.2-259.2: In if statement:
   C5G_Tests.ttcn:258.3-20: In variable assignment:
    C5G_Tests.ttcn:244.49-92: note: Referenced template parameter is here
touch compile
make[1]: Leaving directory '/build/_build/5gc'
(cd asterisk && ./gen_links.sh && ./regen_makefile.sh)

ERROR in asterisk/gen_links.sh: file not found
  File (from FILES):
    TCCOpenSecurity_Functions.hh
  DIR:
    ../deps/titan.Libraries.TCCUsefulFunctions/src

make: *** [Makefile:131: _build/asterisk/Makefile] Error 1
make: Leaving directory '/build'
Build step 'Execute shell' marked build as failure
Finished: FAILURE