See <https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=lc15,FIRM…>
Changes:
------------------------------------------
[...truncated 3.14 KB...]
hudson.plugins.git.GitException: Failed to fetch from git://git.osmocom.org/osmo-bts
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:1001)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1242)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1302)
at hudson.scm.SCM.checkout(SCM.java:540)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1215)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:645)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:517)
at hudson.model.Run.execute(Run.java:1896)
at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
at hudson.model.ResourceController.execute(ResourceController.java:101)
at hudson.model.Executor.run(Executor.java:442)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress -- git://git.osmocom.org/osmo-bts +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout:
stderr: fatal: Unable to look up git.osmocom.org (port 9418) (Temporary failure in name resolution)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2681)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2102)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:86)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:624)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:160)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:211)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:376)
at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to gtp0-deb9build
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:1000)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at jdk.internal.reflect.GeneratedMethodAccessor276.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131)
at com.sun.proxy.$Proxy69.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:999)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1242)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1302)
at hudson.scm.SCM.checkout(SCM.java:540)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1215)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:645)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:517)
at hudson.model.Run.execute(Run.java:1896)
at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
at hudson.model.ResourceController.execute(ResourceController.java:101)
at hudson.model.Executor.run(Executor.java:442)
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
The recommended git tool is: NONE
No credentials specified
> git rev-parse --resolve-git-dir <https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=lc15,FIRM…> # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git://git.osmocom.org/osmo-bts # timeout=10
Fetching upstream changes from git://git.osmocom.org/osmo-bts
> git --version # timeout=10
> git --version # 'git version 2.11.0'
> git fetch --tags --progress -- git://git.osmocom.org/osmo-bts +refs/heads/*:refs/remotes/origin/* # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git://git.osmocom.org/osmo-bts
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:1001)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1242)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1302)
at hudson.scm.SCM.checkout(SCM.java:540)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1215)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:645)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:517)
at hudson.model.Run.execute(Run.java:1896)
at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
at hudson.model.ResourceController.execute(ResourceController.java:101)
at hudson.model.Executor.run(Executor.java:442)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress -- git://git.osmocom.org/osmo-bts +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout:
stderr: fatal: Unable to look up git.osmocom.org (port 9418) (Temporary failure in name resolution)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2681)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2102)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:86)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:624)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:160)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:211)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:376)
at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to gtp0-deb9build
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:1000)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at jdk.internal.reflect.GeneratedMethodAccessor276.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131)
at com.sun.proxy.$Proxy69.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:999)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1242)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1302)
at hudson.scm.SCM.checkout(SCM.java:540)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1215)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:645)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:517)
at hudson.model.Run.execute(Run.java:1896)
at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
at hudson.model.ResourceController.execute(ResourceController.java:101)
at hudson.model.Executor.run(Executor.java:442)
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
The recommended git tool is: NONE
No credentials specified
> git rev-parse --resolve-git-dir <https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=lc15,FIRM…> # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git://git.osmocom.org/osmo-bts # timeout=10
Fetching upstream changes from git://git.osmocom.org/osmo-bts
> git --version # timeout=10
> git --version # 'git version 2.11.0'
> git fetch --tags --progress -- git://git.osmocom.org/osmo-bts +refs/heads/*:refs/remotes/origin/* # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git://git.osmocom.org/osmo-bts
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:1001)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1242)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1302)
at hudson.scm.SCM.checkout(SCM.java:540)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1215)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:645)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:517)
at hudson.model.Run.execute(Run.java:1896)
at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
at hudson.model.ResourceController.execute(ResourceController.java:101)
at hudson.model.Executor.run(Executor.java:442)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress -- git://git.osmocom.org/osmo-bts +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout:
stderr: fatal: Unable to look up git.osmocom.org (port 9418) (Temporary failure in name resolution)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2681)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2102)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:86)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:624)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:160)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:211)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:376)
at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to gtp0-deb9build
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:1000)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at jdk.internal.reflect.GeneratedMethodAccessor276.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131)
at com.sun.proxy.$Proxy69.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:999)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1242)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1302)
at hudson.scm.SCM.checkout(SCM.java:540)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1215)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:645)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:517)
at hudson.model.Run.execute(Run.java:1896)
at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
at hudson.model.ResourceController.execute(ResourceController.java:101)
at hudson.model.Executor.run(Executor.java:442)
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
The recommended git tool is: NONE
No credentials specified
> git rev-parse --resolve-git-dir <https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=lc15,FIRM…> # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git://git.osmocom.org/osmo-bts # timeout=10
Fetching upstream changes from git://git.osmocom.org/osmo-bts
> git --version # timeout=10
> git --version # 'git version 2.11.0'
> git fetch --tags --progress -- git://git.osmocom.org/osmo-bts +refs/heads/*:refs/remotes/origin/* # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git://git.osmocom.org/osmo-bts
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:1001)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1242)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1302)
at hudson.scm.SCM.checkout(SCM.java:540)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1215)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:645)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:517)
at hudson.model.Run.execute(Run.java:1896)
at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
at hudson.model.ResourceController.execute(ResourceController.java:101)
at hudson.model.Executor.run(Executor.java:442)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress -- git://git.osmocom.org/osmo-bts +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout:
stderr: fatal: Unable to look up git.osmocom.org (port 9418) (Temporary failure in name resolution)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2681)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2102)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:86)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:624)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:160)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:211)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:376)
at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to gtp0-deb9build
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:1000)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at jdk.internal.reflect.GeneratedMethodAccessor276.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131)
at com.sun.proxy.$Proxy69.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:999)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1242)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1302)
at hudson.scm.SCM.checkout(SCM.java:540)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1215)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:645)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:517)
at hudson.model.Run.execute(Run.java:1896)
at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
at hudson.model.ResourceController.execute(ResourceController.java:101)
at hudson.model.Executor.run(Executor.java:442)
ERROR: Error fetching remote repo 'origin'
See <https://jenkins.osmocom.org/jenkins/job/master-libosmo-netif/a1=default,a2=…>
Changes:
------------------------------------------
[...truncated 83.75 KB...]
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory '/build/deps/libosmocore/src/gb'
make[2]: Leaving directory '/build/deps/libosmocore/src/gb'
Making install in src/ctrl
make[2]: Entering directory '/build/deps/libosmocore/src/ctrl'
CC control_cmd.lo
CC control_if.lo
CC fsm_ctrl_commands.lo
CC control_vty.lo
CCLD libosmoctrl.la
make[3]: Entering directory '/build/deps/libosmocore/src/ctrl'
make[3]: Nothing to be done for 'install-data-am'.
/bin/mkdir -p '/build/deps/install/stow/libosmocore/lib'
/bin/bash ../../libtool --mode=install /usr/bin/install -c libosmoctrl.la '/build/deps/install/stow/libosmocore/lib'
libtool: warning: relinking 'libosmoctrl.la'
libtool: install: (cd /build/deps/libosmocore/src/ctrl; /bin/bash "/build/deps/libosmocore/libtool" --silent --tag CC --mode=relink gcc -Wall -I../../include -I../../include -std=gnu11 -DBUILDING_LIBOSMOCORE -Wall -Wl,--version-script=./libosmoctrl.map -version-info 6:0:6 -no-undefined -o libosmoctrl.la -rpath /build/deps/install/stow/libosmocore/lib control_cmd.lo control_if.lo fsm_ctrl_commands.lo control_vty.lo -ltalloc ../../src/libosmocore.la ../../src/gsm/libosmogsm.la ../../src/vty/libosmovty.la )
libtool: install: /usr/bin/install -c .libs/libosmoctrl.so.0.6.0T /build/deps/install/stow/libosmocore/lib/libosmoctrl.so.0.6.0
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmoctrl.so.0.6.0 libosmoctrl.so.0 || { rm -f libosmoctrl.so.0 && ln -s libosmoctrl.so.0.6.0 libosmoctrl.so.0; }; })
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmoctrl.so.0.6.0 libosmoctrl.so || { rm -f libosmoctrl.so && ln -s libosmoctrl.so.0.6.0 libosmoctrl.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmoctrl.lai /build/deps/install/stow/libosmocore/lib/libosmoctrl.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmocore/lib
----------------------------------------------------------------------
Libraries have been installed in:
/build/deps/install/stow/libosmocore/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory '/build/deps/libosmocore/src/ctrl'
make[2]: Leaving directory '/build/deps/libosmocore/src/ctrl'
Making install in src/sim
make[2]: Entering directory '/build/deps/libosmocore/src/sim'
CC core.lo
CC reader.lo
CC class_tables.lo
CC card_fs_sim.lo
CC card_fs_usim.lo
CC card_fs_uicc.lo
CC card_fs_isim.lo
CC card_fs_hpsim.lo
CC card_fs_tetra.lo
CC reader_pcsc.lo
CCLD libosmosim.la
make[3]: Entering directory '/build/deps/libosmocore/src/sim'
make[3]: Nothing to be done for 'install-data-am'.
/bin/mkdir -p '/build/deps/install/stow/libosmocore/lib'
/bin/bash ../../libtool --mode=install /usr/bin/install -c libosmosim.la '/build/deps/install/stow/libosmocore/lib'
libtool: warning: relinking 'libosmosim.la'
libtool: install: (cd /build/deps/libosmocore/src/sim; /bin/bash "/build/deps/libosmocore/libtool" --silent --tag CC --mode=relink gcc -fPIC -Wall -pthread -I/usr/include/PCSC -std=gnu11 -DBUILDING_LIBOSMOCORE -Wall -version-info 3:0:1 -o libosmosim.la -rpath /build/deps/install/stow/libosmocore/lib core.lo reader.lo class_tables.lo card_fs_sim.lo card_fs_usim.lo card_fs_uicc.lo card_fs_isim.lo card_fs_hpsim.lo card_fs_tetra.lo reader_pcsc.lo ../../src/libosmocore.la ../../src/gsm/libosmogsm.la -ltalloc -lpcsclite )
libtool: install: /usr/bin/install -c .libs/libosmosim.so.2.1.0T /build/deps/install/stow/libosmocore/lib/libosmosim.so.2.1.0
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmosim.so.2.1.0 libosmosim.so.2 || { rm -f libosmosim.so.2 && ln -s libosmosim.so.2.1.0 libosmosim.so.2; }; })
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmosim.so.2.1.0 libosmosim.so || { rm -f libosmosim.so && ln -s libosmosim.so.2.1.0 libosmosim.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmosim.lai /build/deps/install/stow/libosmocore/lib/libosmosim.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmocore/lib
----------------------------------------------------------------------
Libraries have been installed in:
/build/deps/install/stow/libosmocore/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory '/build/deps/libosmocore/src/sim'
make[2]: Leaving directory '/build/deps/libosmocore/src/sim'
Making install in src/pseudotalloc
make[2]: Entering directory '/build/deps/libosmocore/src/pseudotalloc'
make[3]: Entering directory '/build/deps/libosmocore/src/pseudotalloc'
make[3]: Leaving directory '/build/deps/libosmocore/src/pseudotalloc'
make[2]: Leaving directory '/build/deps/libosmocore/src/pseudotalloc'
Making install in src/usb
make[2]: Entering directory '/build/deps/libosmocore/src/usb'
CC osmo_libusb.lo
CCLD libosmousb.la
make[3]: Entering directory '/build/deps/libosmocore/src/usb'
make[3]: Nothing to be done for 'install-data-am'.
/bin/mkdir -p '/build/deps/install/stow/libosmocore/lib'
/bin/bash ../../libtool --mode=install /usr/bin/install -c libosmousb.la '/build/deps/install/stow/libosmocore/lib'
libtool: warning: relinking 'libosmousb.la'
libtool: install: (cd /build/deps/libosmocore/src/usb; /bin/bash "/build/deps/libosmocore/libtool" --silent --tag CC --mode=relink gcc -fPIC -Wall -I/usr/include/libusb-1.0 -std=gnu11 -DBUILDING_LIBOSMOCORE -Wall -version-info 0:0:0 -o libosmousb.la -rpath /build/deps/install/stow/libosmocore/lib osmo_libusb.lo ../../src/libosmocore.la -ltalloc -lusb-1.0 )
libtool: install: /usr/bin/install -c .libs/libosmousb.so.0.0.0T /build/deps/install/stow/libosmocore/lib/libosmousb.so.0.0.0
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmousb.so.0.0.0 libosmousb.so.0 || { rm -f libosmousb.so.0 && ln -s libosmousb.so.0.0.0 libosmousb.so.0; }; })
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmousb.so.0.0.0 libosmousb.so || { rm -f libosmousb.so && ln -s libosmousb.so.0.0.0 libosmousb.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmousb.lai /build/deps/install/stow/libosmocore/lib/libosmousb.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmocore/lib
----------------------------------------------------------------------
Libraries have been installed in:
/build/deps/install/stow/libosmocore/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory '/build/deps/libosmocore/src/usb'
make[2]: Leaving directory '/build/deps/libosmocore/src/usb'
Making install in utils
make[2]: Entering directory '/build/deps/libosmocore/utils'
CC osmo-arfcn.o
CC osmo-auc-gen.o
CC osmo_config_merge-osmo-config-merge.o
CC osmo-aka-verify.o
CC osmo_sim_test-osmo-sim-test.o
CCLD osmo-arfcn
CCLD osmo-aka-verify
CCLD osmo-auc-gen
CCLD osmo-config-merge
CCLD osmo-sim-test
make[3]: Entering directory '/build/deps/libosmocore/utils'
make[3]: Nothing to be done for 'install-data-am'.
/bin/mkdir -p '/build/deps/install/stow/libosmocore/bin'
/bin/bash ../libtool --mode=install /usr/bin/install -c osmo-arfcn osmo-auc-gen osmo-config-merge osmo-aka-verify '/build/deps/install/stow/libosmocore/bin'
libtool: install: /usr/bin/install -c .libs/osmo-arfcn /build/deps/install/stow/libosmocore/bin/osmo-arfcn
libtool: install: /usr/bin/install -c .libs/osmo-auc-gen /build/deps/install/stow/libosmocore/bin/osmo-auc-gen
libtool: install: /usr/bin/install -c .libs/osmo-config-merge /build/deps/install/stow/libosmocore/bin/osmo-config-merge
libtool: install: /usr/bin/install -c .libs/osmo-aka-verify /build/deps/install/stow/libosmocore/bin/osmo-aka-verify
make[3]: Leaving directory '/build/deps/libosmocore/utils'
make[2]: Leaving directory '/build/deps/libosmocore/utils'
Making install in tapset
make[2]: Entering directory '/build/deps/libosmocore/tapset'
make[3]: Entering directory '/build/deps/libosmocore/tapset'
make[3]: Nothing to be done for 'install-exec-am'.
make install-data-hook
make[4]: Entering directory '/build/deps/libosmocore/tapset'
make[4]: Nothing to be done for 'install-data-hook'.
make[4]: Leaving directory '/build/deps/libosmocore/tapset'
make[3]: Leaving directory '/build/deps/libosmocore/tapset'
make[2]: Leaving directory '/build/deps/libosmocore/tapset'
Making install in tests
make[2]: Entering directory '/build/deps/libosmocore/tests'
GEN conv/gsm0503_test_vectors.c
Generating test vectors...
Generate 'xcch' test vector
Generate 'rach' test vector
Generate 'rach_ext' test vector
Generate 'sch' test vector
Generate 'cs2' test vector
Generate 'cs3' test vector
Generate 'cs2_np' test vector
Generate 'cs3_np' test vector
Generate 'tch_afs_12_2' test vector
Generate 'tch_afs_10_2' test vector
Generate 'tch_afs_7_95' test vector
Generate 'tch_afs_7_4' test vector
Generate 'tch_afs_6_7' test vector
Generate 'tch_afs_5_9' test vector
Generate 'tch_afs_5_15' test vector
Generate 'tch_afs_4_75' test vector
Generate 'tch_fr' test vector
Generate 'tch_hr' test vector
Generate 'tch_ahs_7_95' test vector
Generate 'tch_ahs_7_4' test vector
Generate 'tch_ahs_6_7' test vector
Generate 'tch_ahs_5_9' test vector
Generate 'tch_ahs_5_15' test vector
Generate 'tch_ahs_4_75' test vector
Generate 'tch_axs_sid_update' test vector
Generate 'mcs1_dl_hdr' test vector
Generate 'mcs1_ul_hdr' test vector
Generate 'mcs1' test vector
Generate 'mcs2' test vector
Generate 'mcs3' test vector
Generate 'mcs4' test vector
Generate 'mcs5_dl_hdr' test vector
Generate 'mcs5_ul_hdr' test vector
Generate 'mcs5' test vector
Generate 'mcs6' test vector
Generate 'mcs7_dl_hdr' test vector
Generate 'mcs7_ul_hdr' test vector
Generate 'mcs7' test vector
Generate 'mcs8' test vector
Generate 'mcs9' test vector
Generation complete.
make install-am
make[3]: Entering directory '/build/deps/libosmocore/tests'
make[4]: Entering directory '/build/deps/libosmocore/tests'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/deps/libosmocore/tests'
make[3]: Leaving directory '/build/deps/libosmocore/tests'
make[2]: Leaving directory '/build/deps/libosmocore/tests'
make[2]: Entering directory '/build/deps/libosmocore'
make[3]: Entering directory '/build/deps/libosmocore'
/bin/mkdir -p '/build/deps/install/stow/libosmocore/bin'
/bin/mkdir -p '/build/deps/install/stow/libosmocore/share/aclocal'
/bin/mkdir -p '/build/deps/install/stow/libosmocore/lib/pkgconfig'
/usr/bin/install -c -m 644 m4/osmo_ac_code_coverage.m4 m4/osmo_ax_code_coverage.m4 '/build/deps/install/stow/libosmocore/share/aclocal'
/usr/bin/install -c -m 644 libosmocore.pc libosmocodec.pc libosmovty.pc libosmogsm.pc libosmogb.pc libosmoctrl.pc libosmocoding.pc libosmosim.pc libosmousb.pc '/build/deps/install/stow/libosmocore/lib/pkgconfig'
/usr/bin/install -c osmo-release.sh '/build/deps/install/stow/libosmocore/bin'
/bin/mkdir -p '/build/deps/install/stow/libosmocore/include'
/usr/bin/install -c -m 644 osmo-release.mk '/build/deps/install/stow/libosmocore/include'
make install-data-hook
make[4]: Entering directory '/build/deps/libosmocore'
make[4]: Nothing to be done for 'install-data-hook'.
make[4]: Leaving directory '/build/deps/libosmocore'
make[3]: Leaving directory '/build/deps/libosmocore'
make[2]: Leaving directory '/build/deps/libosmocore'
make[1]: Leaving directory '/build/deps/libosmocore'
+ STOW_DIR=/build/deps/install/stow stow --restow libosmocore
+ osmo-build-dep.sh libosmo-abis
+ mkdir -p /build/deps
=============================== libosmo-abis ===============================
+ cd /build/deps
+ osmo-deps.sh libosmo-abis
+ project=libosmo-abis
+ branch=master
+ git branch -a
+ grep -c remotes/origin/master$
+ [ x1 != x0 ]
+ branch=origin/master
+ test -d libosmo-abis
+ cd libosmo-abis
+ git fetch --tags origin
fatal: Unable to look up git.osmocom.org (port 9418) (Temporary failure in name resolution)
Build step 'Execute shell' marked build as failure
See <https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMW…>
Changes:
------------------------------------------
[...truncated 198.98 KB...]
make[3]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/contrib'
make[3]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub'
make[3]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub'
make[2]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub'
make[1]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub'
make[1]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub'
Making dvi in include
make[2]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/include'
Making dvi in osmo-bts
make[3]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/include/osmo-bts'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/include/osmo-bts'
make[3]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/include'
make[3]: Nothing to be done for 'dvi-am'.
make[3]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/include'
make[2]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/include'
Making dvi in src
make[2]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/src'
Making dvi in common
make[3]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/src/common'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/src/common'
Making dvi in osmo-bts-virtual
make[3]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/src/osmo-bts-virtual'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/src/osmo-bts-virtual'
Making dvi in osmo-bts-omldummy
make[3]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/src/osmo-bts-omldummy'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/src/osmo-bts-omldummy'
Making dvi in osmo-bts-trx
make[3]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/src/osmo-bts-trx'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/src/osmo-bts-trx'
make[3]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/src'
make[3]: Nothing to be done for 'dvi-am'.
make[3]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/src'
make[2]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/src'
Making dvi in tests
make[2]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests'
Making dvi in paging
make[3]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests/paging'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests/paging'
Making dvi in cipher
make[3]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests/cipher'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests/cipher'
Making dvi in agch
make[3]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests/agch'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests/agch'
Making dvi in misc
make[3]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests/misc'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests/misc'
Making dvi in handover
make[3]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests/handover'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests/handover'
Making dvi in tx_power
make[3]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests/tx_power'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests/tx_power'
Making dvi in power
make[3]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests/power'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests/power'
Making dvi in meas
make[3]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests/meas'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests/meas'
Making dvi in ta_control
make[3]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests/ta_control'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests/ta_control'
Making dvi in amr
make[3]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests/amr'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests/amr'
make[3]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests'
make[3]: Nothing to be done for 'dvi-am'.
make[3]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests'
make[2]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests'
Making dvi in doc
make[2]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/doc'
Making dvi in examples
make[3]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/doc/examples'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/doc/examples'
Making dvi in manuals
make[3]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/doc/manuals'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/doc/manuals'
make[3]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/doc'
make[3]: Nothing to be done for 'dvi-am'.
make[3]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/doc'
make[2]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/doc'
Making dvi in contrib
make[2]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/contrib'
Making dvi in systemd
make[3]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/contrib/systemd'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/contrib/systemd'
make[3]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/contrib'
make[3]: Nothing to be done for 'dvi-am'.
make[3]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/contrib'
make[2]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/contrib'
make[2]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub'
make[2]: Nothing to be done for 'dvi-am'.
make[2]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub'
make[1]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub'
make[1]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub'
make check-recursive
make[2]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub'
Making check in include
make[3]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/include'
Making check in osmo-bts
make[4]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/include/osmo-bts'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/include/osmo-bts'
make[4]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/include'
make[4]: Nothing to be done for 'check-am'.
make[4]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/include'
make[3]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/include'
Making check in src
make[3]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/src'
Making check in common
make[4]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/src/common'
make check-am
make[5]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/src/common'
make[5]: Nothing to be done for 'check-am'.
make[5]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/src/common'
make[4]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/src/common'
Making check in osmo-bts-virtual
make[4]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/src/osmo-bts-virtual'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/src/osmo-bts-virtual'
Making check in osmo-bts-omldummy
make[4]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/src/osmo-bts-omldummy'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/src/osmo-bts-omldummy'
Making check in osmo-bts-trx
make[4]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/src/osmo-bts-trx'
make check-am
make[5]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/src/osmo-bts-trx'
make[5]: Nothing to be done for 'check-am'.
make[5]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/src/osmo-bts-trx'
make[4]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/src/osmo-bts-trx'
make[4]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/src'
make[4]: Nothing to be done for 'check-am'.
make[4]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/src'
make[3]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/src'
Making check in tests
make[3]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests'
Making check in paging
make[4]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests/paging'
make paging_test
make[5]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests/paging'
CC paging_test.o
CC stubs.o
CCLD paging_test
make[5]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests/paging'
make[4]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests/paging'
Making check in cipher
make[4]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests/cipher'
make cipher_test
make[5]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests/cipher'
CC cipher_test.o
CC stubs.o
CCLD cipher_test
make[5]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests/cipher'
make[4]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests/cipher'
Making check in agch
make[4]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests/agch'
make agch_test
make[5]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests/agch'
CC agch_test.o
CC stubs.o
CCLD agch_test
make[5]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests/agch'
make[4]: Leaving directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests/agch'
Making check in misc
make[4]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests/misc'
make misc_test
make[5]: Entering directory '/build/osmo-bts-1.4.0.103-b8ae/_build/sub/tests/misc'
CC misc_test.o
CC stubs.o
FATAL: command execution failed
java.io.EOFException
at java.base/java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2905)
at java.base/java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3400)
at java.base/java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:936)
at java.base/java.io.ObjectInputStream.<init>(ObjectInputStream.java:379)
at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:49)
at hudson.remoting.Command.readFrom(Command.java:142)
at hudson.remoting.Command.readFrom(Command.java:128)
at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35)
at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:61)
Caused: java.io.IOException: Unexpected termination of the channel
at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:75)
Caused: java.io.IOException: Backing channel 'rpi4-raspbian11build-ansible-3' is disconnected.
at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:215)
at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
at com.sun.proxy.$Proxy60.isAlive(Unknown Source)
at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1215)
at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1207)
at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:195)
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:145)
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:92)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:814)
at hudson.model.Build$BuildExecution.build(Build.java:199)
at hudson.model.Build$BuildExecution.doRun(Build.java:164)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:522)
at hudson.model.Run.execute(Run.java:1896)
at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
at hudson.model.ResourceController.execute(ResourceController.java:101)
at hudson.model.Executor.run(Executor.java:442)
FATAL: Unable to delete script file /tmp/jenkins4440526869783000774.sh
java.io.EOFException
at java.base/java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2905)
at java.base/java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3400)
at java.base/java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:936)
at java.base/java.io.ObjectInputStream.<init>(ObjectInputStream.java:379)
at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:49)
at hudson.remoting.Command.readFrom(Command.java:142)
at hudson.remoting.Command.readFrom(Command.java:128)
at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35)
at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:61)
Caused: java.io.IOException: Unexpected termination of the channel
at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:75)
Caused: hudson.remoting.ChannelClosedException: Channel "hudson.remoting.Channel@5768c61a:rpi4-raspbian11build-ansible-3": Remote call on rpi4-raspbian11build-ansible-3 failed. The channel is closing down or has closed down
at hudson.remoting.Channel.call(Channel.java:993)
at hudson.FilePath.act(FilePath.java:1194)
at hudson.FilePath.act(FilePath.java:1183)
at hudson.FilePath.delete(FilePath.java:1730)
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:163)
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:92)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:814)
at hudson.model.Build$BuildExecution.build(Build.java:199)
at hudson.model.Build$BuildExecution.doRun(Build.java:164)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:522)
at hudson.model.Run.execute(Run.java:1896)
at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
at hudson.model.ResourceController.execute(ResourceController.java:101)
at hudson.model.Executor.run(Executor.java:442)
Build step 'Execute shell' marked build as failure
See <https://jenkins.osmocom.org/jenkins/job/master-osmo-trx/INSTR=--with-neon,W…>
Changes:
------------------------------------------
[...truncated 26.75 KB...]
./configure: line 1826: printf: write error: No space left on device
./configure: line 1836: printf: write error: No space left on device
./configure: line 13553: printf: write error: No space left on device
no
./configure: line 13450: printf: write error: No space left on device
checking whether pthreads work with -mthreads... cat: write error: No space left on device
./configure: line 1818: printf: write error: No space left on device
./configure: line 1826: printf: write error: No space left on device
./configure: line 1836: printf: write error: No space left on device
no
./configure: line 13553: printf: write error: No space left on device
./configure: line 13502: printf: write error: No space left on device
checking for the pthreads library -lpthread... cat: write error: No space left on device
./configure: line 1818: printf: write error: No space left on device
./configure: line 1826: printf: write error: No space left on device
./configure: line 1836: printf: write error: No space left on device
./configure: line 13553: printf: write error: No space left on device
./configure: line 13450: printf: write error: No space left on device
no
checking whether pthreads work with --thread-safe... cat: write error: No space left on device
./configure: line 1818: printf: write error: No space left on device
./configure: line 1826: printf: write error: No space left on device
./configure: line 1836: printf: write error: No space left on device
no
./configure: line 13553: printf: write error: No space left on device
checking whether pthreads work with -mt... ./configure: line 13450: printf: write error: No space left on device
cat: write error: No space left on device
./configure: line 1818: printf: write error: No space left on device
./configure: line 1826: printf: write error: No space left on device
./configure: line 1836: printf: write error: No space left on device
./configure: line 13553: printf: write error: No space left on device
no
checking for pthread-config... ./configure: line 13458: printf: write error: No space left on device
./configure: line 13486: printf: write error: No space left on device
no
checking for pthread_getname_np(pthread_t, char*, size_t)... ./configure: line 13762: printf: write error: No space left on device
cat: write error: No space left on device
./configure: line 1818: printf: write error: No space left on device
./configure: line 1826: printf: write error: No space left on device
./configure: line 1836: printf: write error: No space left on device
./configure: line 13787: printf: write error: No space left on device
no
./configure: line 13797: printf: write error: No space left on device
checking for library containing clock_gettime... cat: write error: No space left on device
./configure: line 1818: printf: write error: No space left on device
./configure: line 1826: printf: write error: No space left on device
./configure: line 1836: printf: write error: No space left on device
./configure: line 1818: printf: write error: No space left on device
./configure: line 1826: printf: write error: No space left on device
./configure: line 1836: printf: write error: No space left on device
./configure: line 1818: printf: write error: No space left on device
./configure: line 1826: printf: write error: No space left on device
./configure: line 1836: printf: write error: No space left on device
./configure: line 13845: printf: write error: No space left on device
no
./configure: line 13867: printf: write error: No space left on device
checking for doxygen... ./configure: line 13885: printf: write error: No space left on device
./configure: line 13898: printf: write error: No space left on device
/usr/bin/doxygen
checking whether SYS_getrandom is declared... ./configure: line 2182: printf: write error: No space left on device
cat: write error: No space left on device
./configure: line 1780: printf: write error: No space left on device
./configure: line 1788: printf: write error: No space left on device
./configure: line 1795: printf: write error: No space left on device
no
./configure: line 2213: printf: write error: No space left on device
cat: write error: No space left on device
./configure: line 13932: printf: write error: No space left on device
checking if gcc supports -fvisibility=hidden... cat: write error: No space left on device
./configure: line 1780: printf: write error: No space left on device
./configure: line 1788: printf: write error: No space left on device
./configure: line 1795: printf: write error: No space left on device
./configure: line 13943: printf: write error: No space left on device
no
./configure: line 1967: printf: write error: No space left on device
checking for localtime_r... cat: write error: No space left on device
./configure: line 1818: printf: write error: No space left on device
./configure: line 1826: printf: write error: No space left on device
./configure: line 1836: printf: write error: No space left on device
no
./configure: line 2022: printf: write error: No space left on device
checking whether struct tm has tm_gmtoff member... ./configure: line 13965: printf: write error: No space left on device
cat: write error: No space left on device
./configure: line 1818: printf: write error: No space left on device
./configure: line 1826: printf: write error: No space left on device
./configure: line 1836: printf: write error: No space left on device
./configure: line 13999: printf: write error: No space left on device
no
./configure: line 1967: printf: write error: No space left on device
checking for gettid... cat: write error: No space left on device
./configure: line 1818: printf: write error: No space left on device
./configure: line 1826: printf: write error: No space left on device
./configure: line 1836: printf: write error: No space left on device
no
./configure: line 2022: printf: write error: No space left on device
checking whether to workaround TLS bug in old gcc on ARM platforms... ./configure: line 14049: printf: write error: No space left on device
cat: write error: No space left on device
./configure: line 1780: printf: write error: No space left on device
./configure: line 1788: printf: write error: No space left on device
./configure: line 1795: printf: write error: No space left on device
./configure: line 14083: printf: write error: No space left on device
-mtls-dialect=gnu2
checking for TALLOC... ./configure: line 14091: printf: write error: No space left on device
configure: WARNING: Applying workaround for TLS bug on ARM platform for GCC < 7.3.0
(-mtls-dialect=gnu2). On some toolchain versions, ld may
crash. In that case you must build with CFLAGS='-O0' and run
./configure with --disable-detect-tls-gcc-arm-bug
./configure: line 14105: printf: write error: No space left on device
./configure: line 14112: printf: write error: No space left on device
./configure: line 14115: printf: write error: No space left on device
./configure: line 14129: printf: write error: No space left on device
./configure: line 14132: printf: write error: No space left on device
./configure: line 14190: printf: write error: No space left on device
yes
./configure: line 14329: printf: write error: No space left on device
checking for LIBUSB... ./configure: line 14336: printf: write error: No space left on device
./configure: line 14339: printf: write error: No space left on device
./configure: line 14353: printf: write error: No space left on device
./configure: line 14356: printf: write error: No space left on device
./configure: line 14414: printf: write error: No space left on device
yes
checking for LIBGNUTLS... ./configure: line 14449: printf: write error: No space left on device
./configure: line 14456: printf: write error: No space left on device
./configure: line 14459: printf: write error: No space left on device
./configure: line 14473: printf: write error: No space left on device
./configure: line 14476: printf: write error: No space left on device
./configure: line 14534: printf: write error: No space left on device
yes
./configure: line 14546: printf: write error: No space left on device
./configure: line 14676: printf: write error: No space left on device
checking for LIBMNL... ./configure: line 14683: printf: write error: No space left on device
./configure: line 14686: printf: write error: No space left on device
./configure: line 14700: printf: write error: No space left on device
./configure: line 14703: printf: write error: No space left on device
./configure: line 14761: printf: write error: No space left on device
./configure: line 14766: printf: write error: No space left on device
yes
./configure: line 14798: printf: write error: No space left on device
checking for LIBSCTP... ./configure: line 14803: printf: write error: No space left on device
./configure: line 14810: printf: write error: No space left on device
./configure: line 14813: printf: write error: No space left on device
./configure: line 14827: printf: write error: No space left on device
./configure: line 14830: printf: write error: No space left on device
./configure: line 15010: printf: write error: No space left on device
yes
./configure: line 15090: printf: write error: No space left on device
checking whether to enable VTY/CTRL tests... ./configure: line 15669: printf: write error: No space left on device
./configure: line 15671: printf: write error: No space left on device
no
checking whether to enable ARM NEON instructions support... ./configure: line 15929: printf: write error: No space left on device
./configure: line 15931: printf: write error: No space left on device
no
checking whether to include systemtap tracing support... ./configure: line 15945: printf: write error: No space left on device
./configure: line 15962: printf: write error: No space left on device
no
checking whether to build with code coverage support... ./configure: line 16053: printf: write error: No space left on device
./configure: line 16073: printf: write error: No space left on device
no
checking whether gcc has __builtin_cpu_supports built-in... ./configure: line 16540: printf: write error: No space left on device
cat: write error: No space left on device
./configure: line 1818: printf: write error: No space left on device
./configure: line 1826: printf: write error: No space left on device
./configure: line 1836: printf: write error: No space left on device
no
./configure: line 16571: printf: write error: No space left on device
./configure: line 16584: printf: write error: No space left on device
configure: WARNING: Runtime SIMD detection will be disabled
checking for struct tcp_info.tcpi_notsent_bytes... ./configure: line 2226: printf: write error: No space left on device
cat: write error: No space left on device
./configure: line 1780: printf: write error: No space left on device
./configure: line 1788: printf: write error: No space left on device
./configure: line 1795: printf: write error: No space left on device
cat: write error: No space left on device
./configure: line 1780: printf: write error: No space left on device
./configure: line 1788: printf: write error: No space left on device
./configure: line 1795: printf: write error: No space left on device
./configure: line 2270: printf: write error: No space left on device
./configure: line 2226: printf: write error: No space left on device
no
checking for struct tcp_info.tcpi_rwnd_limited... cat: write error: No space left on device
./configure: line 1780: printf: write error: No space left on device
./configure: line 1788: printf: write error: No space left on device
./configure: line 1795: printf: write error: No space left on device
cat: write error: No space left on device
./configure: line 1780: printf: write error: No space left on device
./configure: line 1788: printf: write error: No space left on device
./configure: line 1795: printf: write error: No space left on device
no
./configure: line 2270: printf: write error: No space left on device
checking for struct tcp_info.tcpi_sndbuf_limited... ./configure: line 2226: printf: write error: No space left on device
cat: write error: No space left on device
./configure: line 1780: printf: write error: No space left on device
./configure: line 1788: printf: write error: No space left on device
./configure: line 1795: printf: write error: No space left on device
cat: write error: No space left on device
./configure: line 1780: printf: write error: No space left on device
./configure: line 1788: printf: write error: No space left on device
./configure: line 1795: printf: write error: No space left on device
./configure: line 2270: printf: write error: No space left on device
no
./configure: line 2226: printf: write error: No space left on device
checking for struct tcp_info.tcpi_reord_seen... cat: write error: No space left on device
./configure: line 1780: printf: write error: No space left on device
./configure: line 1788: printf: write error: No space left on device
./configure: line 1795: printf: write error: No space left on device
cat: write error: No space left on device
./configure: line 1780: printf: write error: No space left on device
./configure: line 1788: printf: write error: No space left on device
./configure: line 1795: printf: write error: No space left on device
no
CFLAGS=" -std=gnu11 -mtls-dialect=gnu2 -fsanitize=address -fsanitize=undefined -DBUILDING_LIBOSMOCORE -Wall"
CPPFLAGS=" -fsanitize=address -fsanitize=undefined -DBUILDING_LIBOSMOCORE -Wall"
./configure: line 2270: printf: write error: No space left on device
./configure: line 16626: printf: write error: No space left on device
./configure: line 16628: printf: write error: No space left on device
cat: write error: No space left on device
sed: couldn't write 78 items to stdout: No space left on device
./configure: line 16742: printf: write error: No space left on device
./configure: line 16748: printf: write error: No space left on device
checking that generated files are newer than configure... done
configure: creating ./config.status
./configure: line 16959: printf: write error: No space left on device
cat: write error: No space left on device
cat: write error: No space left on device
cat: write error: No space left on device
cat: write error: No space left on device
cat: write error: No space left on device
cat: write error: No space left on device
cat: write error: No space left on device
cat: write error: No space left on device
cat: write error: No space left on device
cat: write error: No space left on device
cat: write error: No space left on device
./configure: line 17935: echo: write error: No space left on device
./configure: line 424: printf: write error: No space left on device
configure: error: could not make ./config.status
./configure: line 4: echo: write error: No space left on device
./configure: line 8: printf: write error: No space left on device
./configure: line 9: echo: write error: No space left on device
sort: write failed: 'standard output': No space left on device
sort: write error
./configure: line 40: echo: write error: No space left on device
./configure: line 44: printf: write error: No space left on device
./configure: line 45: echo: write error: No space left on device
sort: write failed: 'standard output': No space left on device
sort: write error
./configure: line 54: echo: write error: No space left on device
./configure: line 82: printf: write error: No space left on device
Build step 'Execute shell' marked build as failure
See <https://jenkins.osmocom.org/jenkins/job/master-osmo-hnodeb/a1=default,a2=de…>
Changes:
------------------------------------------
[...truncated 592.59 KB...]
^~~~~~~~~~~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_PLMNs-in-shared-network.h:28:23: warning: ‘struct RANAP_PLMNs_in_shared_network__Member’ declared inside parameter list will not be visible outside of this definition or declaration
A_SEQUENCE_OF(struct RANAP_PLMNs_in_shared_network__Member {
^
/build/deps/install/stow/libasn1c/include/asn1c/asn_SET_OF.h:17:16: note: in definition of macro ‘A_SET_OF’
void (*free)(type *); \
^~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_PLMNs-in-shared-network.h:28:2: note: in expansion of macro ‘A_SEQUENCE_OF’
A_SEQUENCE_OF(struct RANAP_PLMNs_in_shared_network__Member {
^~~~~~~~~~~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_AuthorisedPLMNs.h:28:23: warning: ‘struct RANAP_AuthorisedPLMNs__Member’ declared inside parameter list will not be visible outside of this definition or declaration
A_SEQUENCE_OF(struct RANAP_AuthorisedPLMNs__Member {
^
/build/deps/install/stow/libasn1c/include/asn1c/asn_SET_OF.h:17:16: note: in definition of macro ‘A_SET_OF’
void (*free)(type *); \
^~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_AuthorisedPLMNs.h:28:2: note: in expansion of macro ‘A_SEQUENCE_OF’
A_SEQUENCE_OF(struct RANAP_AuthorisedPLMNs__Member {
^~~~~~~~~~~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_JoinedMBMSBearerService-IEs.h:28:23: warning: ‘struct RANAP_JoinedMBMSBearerService_IEs__Member’ declared inside parameter list will not be visible outside of this definition or declaration
A_SEQUENCE_OF(struct RANAP_JoinedMBMSBearerService_IEs__Member {
^
/build/deps/install/stow/libasn1c/include/asn1c/asn_SET_OF.h:17:16: note: in definition of macro ‘A_SET_OF’
void (*free)(type *); \
^~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_JoinedMBMSBearerService-IEs.h:28:2: note: in expansion of macro ‘A_SEQUENCE_OF’
A_SEQUENCE_OF(struct RANAP_JoinedMBMSBearerService_IEs__Member {
^~~~~~~~~~~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_CriticalityDiagnostics-IE-List.h:29:23: warning: ‘struct RANAP_CriticalityDiagnostics_IE_List__Member’ declared inside parameter list will not be visible outside of this definition or declaration
A_SEQUENCE_OF(struct RANAP_CriticalityDiagnostics_IE_List__Member {
^
/build/deps/install/stow/libasn1c/include/asn1c/asn_SET_OF.h:17:16: note: in definition of macro ‘A_SET_OF’
void (*free)(type *); \
^~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_CriticalityDiagnostics-IE-List.h:29:2: note: in expansion of macro ‘A_SEQUENCE_OF’
A_SEQUENCE_OF(struct RANAP_CriticalityDiagnostics_IE_List__Member {
^~~~~~~~~~~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_DataVolumeList.h:28:23: warning: ‘struct RANAP_DataVolumeList__Member’ declared inside parameter list will not be visible outside of this definition or declaration
A_SEQUENCE_OF(struct RANAP_DataVolumeList__Member {
^
/build/deps/install/stow/libasn1c/include/asn1c/asn_SET_OF.h:17:16: note: in definition of macro ‘A_SET_OF’
void (*free)(type *); \
^~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_DataVolumeList.h:28:2: note: in expansion of macro ‘A_SEQUENCE_OF’
A_SEQUENCE_OF(struct RANAP_DataVolumeList__Member {
^~~~~~~~~~~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_EUTRANFrequencies.h:28:23: warning: ‘struct RANAP_EUTRANFrequencies__Member’ declared inside parameter list will not be visible outside of this definition or declaration
A_SEQUENCE_OF(struct RANAP_EUTRANFrequencies__Member {
^
/build/deps/install/stow/libasn1c/include/asn1c/asn_SET_OF.h:17:16: note: in definition of macro ‘A_SET_OF’
void (*free)(type *); \
^~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_EUTRANFrequencies.h:28:2: note: in expansion of macro ‘A_SEQUENCE_OF’
A_SEQUENCE_OF(struct RANAP_EUTRANFrequencies__Member {
^~~~~~~~~~~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_RABDataVolumeReport.h:28:23: warning: ‘struct RANAP_RABDataVolumeReport__Member’ declared inside parameter list will not be visible outside of this definition or declaration
A_SEQUENCE_OF(struct RANAP_RABDataVolumeReport__Member {
^
/build/deps/install/stow/libasn1c/include/asn1c/asn_SET_OF.h:17:16: note: in definition of macro ‘A_SET_OF’
void (*free)(type *); \
^~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_RABDataVolumeReport.h:28:2: note: in expansion of macro ‘A_SEQUENCE_OF’
A_SEQUENCE_OF(struct RANAP_RABDataVolumeReport__Member {
^~~~~~~~~~~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_RABParametersList.h:30:23: warning: ‘struct RANAP_RABParametersList__Member’ declared inside parameter list will not be visible outside of this definition or declaration
A_SEQUENCE_OF(struct RANAP_RABParametersList__Member {
^
/build/deps/install/stow/libasn1c/include/asn1c/asn_SET_OF.h:17:16: note: in definition of macro ‘A_SET_OF’
void (*free)(type *); \
^~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_RABParametersList.h:30:2: note: in expansion of macro ‘A_SEQUENCE_OF’
A_SEQUENCE_OF(struct RANAP_RABParametersList__Member {
^~~~~~~~~~~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_RABDataVolumeReport.h:28:23: warning: ‘struct RANAP_RABDataVolumeReport__Member’ declared inside parameter list will not be visible outside of this definition or declaration
A_SEQUENCE_OF(struct RANAP_RABDataVolumeReport__Member {
^
/build/deps/install/stow/libasn1c/include/asn1c/asn_SET_OF.h:17:16: note: in definition of macro ‘A_SET_OF’
void (*free)(type *); \
^~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_RABDataVolumeReport.h:28:2: note: in expansion of macro ‘A_SEQUENCE_OF’
A_SEQUENCE_OF(struct RANAP_RABDataVolumeReport__Member {
^~~~~~~~~~~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_RABParametersList.h:30:23: warning: ‘struct RANAP_RABParametersList__Member’ declared inside parameter list will not be visible outside of this definition or declaration
A_SEQUENCE_OF(struct RANAP_RABParametersList__Member {
^
/build/deps/install/stow/libasn1c/include/asn1c/asn_SET_OF.h:17:16: note: in definition of macro ‘A_SET_OF’
void (*free)(type *); \
^~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_RABParametersList.h:30:2: note: in expansion of macro ‘A_SEQUENCE_OF’
A_SEQUENCE_OF(struct RANAP_RABParametersList__Member {
^~~~~~~~~~~~~
In file included from /build/deps/install/stow/libasn1c/include/asn1c/asn_SEQUENCE_OF.h:8:0,
from /build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_IE-Extensions.h:16,
from /build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_AllocationOrRetentionPriority.h:19,
from /build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_common.h:8,
from vty.c:34:
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_LA-LIST.h:28:23: warning: ‘struct RANAP_LA_LIST__Member’ declared inside parameter list will not be visible outside of this definition or declaration
A_SEQUENCE_OF(struct RANAP_LA_LIST__Member {
^
/build/deps/install/stow/libasn1c/include/asn1c/asn_SET_OF.h:17:16: note: in definition of macro ‘A_SET_OF’
void (*free)(type *); \
^~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_LA-LIST.h:28:2: note: in expansion of macro ‘A_SEQUENCE_OF’
A_SEQUENCE_OF(struct RANAP_LA_LIST__Member {
^~~~~~~~~~~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_LeftMBMSBearerService-IEs.h:27:23: warning: ‘struct RANAP_LeftMBMSBearerService_IEs__Member’ declared inside parameter list will not be visible outside of this definition or declaration
A_SEQUENCE_OF(struct RANAP_LeftMBMSBearerService_IEs__Member {
^
/build/deps/install/stow/libasn1c/include/asn1c/asn_SET_OF.h:17:16: note: in definition of macro ‘A_SET_OF’
void (*free)(type *); \
^~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_LeftMBMSBearerService-IEs.h:27:2: note: in expansion of macro ‘A_SEQUENCE_OF’
A_SEQUENCE_OF(struct RANAP_LeftMBMSBearerService_IEs__Member {
^~~~~~~~~~~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_MessageStructure.h:28:23: warning: ‘struct RANAP_MessageStructure__Member’ declared inside parameter list will not be visible outside of this definition or declaration
A_SEQUENCE_OF(struct RANAP_MessageStructure__Member {
^
/build/deps/install/stow/libasn1c/include/asn1c/asn_SET_OF.h:17:16: note: in definition of macro ‘A_SET_OF’
void (*free)(type *); \
^~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_MessageStructure.h:28:2: note: in expansion of macro ‘A_SEQUENCE_OF’
A_SEQUENCE_OF(struct RANAP_MessageStructure__Member {
^~~~~~~~~~~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_UnsuccessfulLinking-IEs.h:28:23: warning: ‘struct RANAP_UnsuccessfulLinking_IEs__Member’ declared inside parameter list will not be visible outside of this definition or declaration
A_SEQUENCE_OF(struct RANAP_UnsuccessfulLinking_IEs__Member {
^
/build/deps/install/stow/libasn1c/include/asn1c/asn_SET_OF.h:17:16: note: in definition of macro ‘A_SET_OF’
void (*free)(type *); \
^~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_UnsuccessfulLinking-IEs.h:28:2: note: in expansion of macro ‘A_SEQUENCE_OF’
A_SEQUENCE_OF(struct RANAP_UnsuccessfulLinking_IEs__Member {
^~~~~~~~~~~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_PLMNs-in-shared-network.h:28:23: warning: ‘struct RANAP_PLMNs_in_shared_network__Member’ declared inside parameter list will not be visible outside of this definition or declaration
A_SEQUENCE_OF(struct RANAP_PLMNs_in_shared_network__Member {
^
/build/deps/install/stow/libasn1c/include/asn1c/asn_SET_OF.h:17:16: note: in definition of macro ‘A_SET_OF’
void (*free)(type *); \
^~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_PLMNs-in-shared-network.h:28:2: note: in expansion of macro ‘A_SEQUENCE_OF’
A_SEQUENCE_OF(struct RANAP_PLMNs_in_shared_network__Member {
^~~~~~~~~~~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_UnsuccessfulLinking-IEs.h:28:23: warning: ‘struct RANAP_UnsuccessfulLinking_IEs__Member’ declared inside parameter list will not be visible outside of this definition or declaration
A_SEQUENCE_OF(struct RANAP_UnsuccessfulLinking_IEs__Member {
^
/build/deps/install/stow/libasn1c/include/asn1c/asn_SET_OF.h:17:16: note: in definition of macro ‘A_SET_OF’
void (*free)(type *); \
^~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_UnsuccessfulLinking-IEs.h:28:2: note: in expansion of macro ‘A_SEQUENCE_OF’
A_SEQUENCE_OF(struct RANAP_UnsuccessfulLinking_IEs__Member {
^~~~~~~~~~~~~
In file included from /build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_common.h:592:0,
from /build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_common_cn.h:5,
from rua.c:27:
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_ies_defs.h:620:0: warning: "RANAP_ENHANCEDRELOCATIONINFORMATIONREQUESTIES_RANAP_IUSIGNALLINGCONNECTIONIDENTIFIER_PRESENT" redefined
#define RANAP_ENHANCEDRELOCATIONINFORMATIONREQUESTIES_RANAP_IUSIGNALLINGCONNECTIONIDENTIFIER_PRESENT (1 << 2)
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_ies_defs.h:618:0: note: this is the location of the previous definition
#define RANAP_ENHANCEDRELOCATIONINFORMATIONREQUESTIES_RANAP_IUSIGNALLINGCONNECTIONIDENTIFIER_PRESENT (1 << 0)
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_ies_defs.h:621:0: warning: "RANAP_ENHANCEDRELOCATIONINFORMATIONREQUESTIES_RANAP_GLOBALCN_ID_PRESENT" redefined
#define RANAP_ENHANCEDRELOCATIONINFORMATIONREQUESTIES_RANAP_GLOBALCN_ID_PRESENT (1 << 3)
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_ies_defs.h:619:0: note: this is the location of the previous definition
#define RANAP_ENHANCEDRELOCATIONINFORMATIONREQUESTIES_RANAP_GLOBALCN_ID_PRESENT (1 << 1)
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_ies_defs.h:782:0: warning: "ENHANCEDRELOCATIONCOMPLETEREQUESTIES_RANAP_EXTENDEDRNC_ID_PRESENT" redefined
#define ENHANCEDRELOCATIONCOMPLETEREQUESTIES_RANAP_EXTENDEDRNC_ID_PRESENT (1 << 1)
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_ies_defs.h:781:0: note: this is the location of the previous definition
#define ENHANCEDRELOCATIONCOMPLETEREQUESTIES_RANAP_EXTENDEDRNC_ID_PRESENT (1 << 0)
In file included from /build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_common.h:592:0,
from /build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_common_cn.h:5,
from ranap.c:23:
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_ies_defs.h:620:0: warning: "RANAP_ENHANCEDRELOCATIONINFORMATIONREQUESTIES_RANAP_IUSIGNALLINGCONNECTIONIDENTIFIER_PRESENT" redefined
#define RANAP_ENHANCEDRELOCATIONINFORMATIONREQUESTIES_RANAP_IUSIGNALLINGCONNECTIONIDENTIFIER_PRESENT (1 << 2)
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_ies_defs.h:618:0: note: this is the location of the previous definition
#define RANAP_ENHANCEDRELOCATIONINFORMATIONREQUESTIES_RANAP_IUSIGNALLINGCONNECTIONIDENTIFIER_PRESENT (1 << 0)
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_ies_defs.h:621:0: warning: "RANAP_ENHANCEDRELOCATIONINFORMATIONREQUESTIES_RANAP_GLOBALCN_ID_PRESENT" redefined
#define RANAP_ENHANCEDRELOCATIONINFORMATIONREQUESTIES_RANAP_GLOBALCN_ID_PRESENT (1 << 3)
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_ies_defs.h:619:0: note: this is the location of the previous definition
#define RANAP_ENHANCEDRELOCATIONINFORMATIONREQUESTIES_RANAP_GLOBALCN_ID_PRESENT (1 << 1)
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_ies_defs.h:782:0: warning: "ENHANCEDRELOCATIONCOMPLETEREQUESTIES_RANAP_EXTENDEDRNC_ID_PRESENT" redefined
#define ENHANCEDRELOCATIONCOMPLETEREQUESTIES_RANAP_EXTENDEDRNC_ID_PRESENT (1 << 1)
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_ies_defs.h:781:0: note: this is the location of the previous definition
#define ENHANCEDRELOCATIONCOMPLETEREQUESTIES_RANAP_EXTENDEDRNC_ID_PRESENT (1 << 0)
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_RABDataVolumeReport.h:28:23: warning: ‘struct RANAP_RABDataVolumeReport__Member’ declared inside parameter list will not be visible outside of this definition or declaration
A_SEQUENCE_OF(struct RANAP_RABDataVolumeReport__Member {
^
/build/deps/install/stow/libasn1c/include/asn1c/asn_SET_OF.h:17:16: note: in definition of macro ‘A_SET_OF’
void (*free)(type *); \
^~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_RABDataVolumeReport.h:28:2: note: in expansion of macro ‘A_SEQUENCE_OF’
A_SEQUENCE_OF(struct RANAP_RABDataVolumeReport__Member {
^~~~~~~~~~~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_RABParametersList.h:30:23: warning: ‘struct RANAP_RABParametersList__Member’ declared inside parameter list will not be visible outside of this definition or declaration
A_SEQUENCE_OF(struct RANAP_RABParametersList__Member {
^
/build/deps/install/stow/libasn1c/include/asn1c/asn_SET_OF.h:17:16: note: in definition of macro ‘A_SET_OF’
void (*free)(type *); \
^~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_RABParametersList.h:30:2: note: in expansion of macro ‘A_SEQUENCE_OF’
A_SEQUENCE_OF(struct RANAP_RABParametersList__Member {
^~~~~~~~~~~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_UnsuccessfulLinking-IEs.h:28:23: warning: ‘struct RANAP_UnsuccessfulLinking_IEs__Member’ declared inside parameter list will not be visible outside of this definition or declaration
A_SEQUENCE_OF(struct RANAP_UnsuccessfulLinking_IEs__Member {
^
/build/deps/install/stow/libasn1c/include/asn1c/asn_SET_OF.h:17:16: note: in definition of macro ‘A_SET_OF’
void (*free)(type *); \
^~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_UnsuccessfulLinking-IEs.h:28:2: note: in expansion of macro ‘A_SEQUENCE_OF’
A_SEQUENCE_OF(struct RANAP_UnsuccessfulLinking_IEs__Member {
^~~~~~~~~~~~~
In file included from /build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_common.h:592:0,
from vty.c:34:
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_ies_defs.h:620:0: warning: "RANAP_ENHANCEDRELOCATIONINFORMATIONREQUESTIES_RANAP_IUSIGNALLINGCONNECTIONIDENTIFIER_PRESENT" redefined
#define RANAP_ENHANCEDRELOCATIONINFORMATIONREQUESTIES_RANAP_IUSIGNALLINGCONNECTIONIDENTIFIER_PRESENT (1 << 2)
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_ies_defs.h:618:0: note: this is the location of the previous definition
#define RANAP_ENHANCEDRELOCATIONINFORMATIONREQUESTIES_RANAP_IUSIGNALLINGCONNECTIONIDENTIFIER_PRESENT (1 << 0)
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_ies_defs.h:621:0: warning: "RANAP_ENHANCEDRELOCATIONINFORMATIONREQUESTIES_RANAP_GLOBALCN_ID_PRESENT" redefined
#define RANAP_ENHANCEDRELOCATIONINFORMATIONREQUESTIES_RANAP_GLOBALCN_ID_PRESENT (1 << 3)
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_ies_defs.h:619:0: note: this is the location of the previous definition
#define RANAP_ENHANCEDRELOCATIONINFORMATIONREQUESTIES_RANAP_GLOBALCN_ID_PRESENT (1 << 1)
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_ies_defs.h:782:0: warning: "ENHANCEDRELOCATIONCOMPLETEREQUESTIES_RANAP_EXTENDEDRNC_ID_PRESENT" redefined
#define ENHANCEDRELOCATIONCOMPLETEREQUESTIES_RANAP_EXTENDEDRNC_ID_PRESENT (1 << 1)
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_ies_defs.h:781:0: note: this is the location of the previous definition
#define ENHANCEDRELOCATIONCOMPLETEREQUESTIES_RANAP_EXTENDEDRNC_ID_PRESENT (1 << 0)
make[3]: Leaving directory '/build/src/osmo-hnodeb'
Makefile:390: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/build/src'
make[2]: *** [all-recursive] Error 1
Makefile:459: recipe for target 'all-recursive' failed
make[1]: Leaving directory '/build'
make[1]: *** [all-recursive] Error 1
Makefile:391: recipe for target 'all' failed
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure