Changes:
------------------------------------------ [...truncated 1.80 KB...] at hudson.scm.SCM.checkout(SCM.java:505) at hudson.model.AbstractProject.checkout(AbstractProject.java:1206) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499) at hudson.model.Run.execute(Run.java:1880) at hudson.matrix.MatrixRun.run(MatrixRun.java:153) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:428) 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 connect to git.osmocom.org: git.osmocom.org[0: 2a01:4f8:120:8470::2]: errno=Network is unreachable
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2430) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2044) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:81) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:569) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154) at hudson.remoting.UserRequest.perform(UserRequest.java:211) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:369) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) 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:748) Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to rpi4-deb9build-ansible at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) at hudson.remoting.Channel.call(Channel.java:998) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146) at sun.reflect.GeneratedMethodAccessor280.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132) at com.sun.proxy.$Proxy58.execute(Unknown Source) at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:907) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1131) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1167) at hudson.scm.SCM.checkout(SCM.java:505) at hudson.model.AbstractProject.checkout(AbstractProject.java:1206) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499) at hudson.model.Run.execute(Run.java:1880) at hudson.matrix.MatrixRun.run(MatrixRun.java:153) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:428) ERROR: Error fetching remote repo 'origin' Retrying after 10 seconds No credentials specified
git rev-parse --is-inside-work-tree # 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 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:909) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1131) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1167) at hudson.scm.SCM.checkout(SCM.java:505) at hudson.model.AbstractProject.checkout(AbstractProject.java:1206) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499) at hudson.model.Run.execute(Run.java:1880) at hudson.matrix.MatrixRun.run(MatrixRun.java:153) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:428) 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:2430) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2044) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:81) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:569) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154) at hudson.remoting.UserRequest.perform(UserRequest.java:211) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:369) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) 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:748) Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to rpi4-deb9build-ansible at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) at hudson.remoting.Channel.call(Channel.java:998) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146) at sun.reflect.GeneratedMethodAccessor280.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132) at com.sun.proxy.$Proxy58.execute(Unknown Source) at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:907) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1131) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1167) at hudson.scm.SCM.checkout(SCM.java:505) at hudson.model.AbstractProject.checkout(AbstractProject.java:1206) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499) at hudson.model.Run.execute(Run.java:1880) at hudson.matrix.MatrixRun.run(MatrixRun.java:153) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:428) ERROR: Error fetching remote repo 'origin' Retrying after 10 seconds No credentials specified
git rev-parse --is-inside-work-tree # 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 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:909) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1131) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1167) at hudson.scm.SCM.checkout(SCM.java:505) at hudson.model.AbstractProject.checkout(AbstractProject.java:1206) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499) at hudson.model.Run.execute(Run.java:1880) at hudson.matrix.MatrixRun.run(MatrixRun.java:153) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:428) 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 connect to git.osmocom.org: git.osmocom.org[0: 2a01:4f8:120:8470::2]: errno=Network is unreachable
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2430) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2044) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:81) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:569) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154) at hudson.remoting.UserRequest.perform(UserRequest.java:211) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:369) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) 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:748) Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to rpi4-deb9build-ansible at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) at hudson.remoting.Channel.call(Channel.java:998) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146) at sun.reflect.GeneratedMethodAccessor280.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132) at com.sun.proxy.$Proxy58.execute(Unknown Source) at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:907) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1131) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1167) at hudson.scm.SCM.checkout(SCM.java:505) at hudson.model.AbstractProject.checkout(AbstractProject.java:1206) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499) at hudson.model.Run.execute(Run.java:1880) at hudson.matrix.MatrixRun.run(MatrixRun.java:153) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:428) ERROR: Error fetching remote repo 'origin' Retrying after 10 seconds No credentials specified
git rev-parse --is-inside-work-tree # 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 fetch --tags --progress -- git://git.osmocom.org/osmo-bts +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 30458c83e561bbb319a4e1fba5a4ce00e611b691 (refs/remotes/origin/master)
git config core.sparsecheckout # timeout=10 git checkout -f 30458c83e561bbb319a4e1fba5a4ce00e611b691 # timeout=10
Commit message: "rsl: constify the 'lchan' argument of rsl_tx_conn_fail()"
git rev-list --no-walk 30458c83e561bbb319a4e1fba5a4ce00e611b691 # timeout=10
[rpi4-deb9build-ansible] $ /bin/sh -xe /tmp/jenkins3094568230912959160.sh + PUBLISH=1 ASCIIDOC_WARNINGS_CHECK=1 ./contrib/jenkins_bts_model.sh trx + ./contrib/jenkins_bts_trx.sh + base=https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/ + deps=https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps + inst=https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install + export deps inst + osmo-clean-workspace.sh + chmod -R +w . + git checkout -f HEAD + git clean -dxf Skipping repository deps/libosmo-abis Skipping repository deps/libosmocore + [ -d https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps ] + git_clean https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmo-abis + repos=https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmo-abis + [ ! -d https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmo-abis ] + [ ! -d https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmo-abis/.git ] + git -C https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmo-abis checkout -f HEAD + git -C https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmo-abis clean -dxf + git_clean https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore + repos=https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore + [ ! -d https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore ] + [ ! -d https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore/.git ] + git -C https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore checkout -f HEAD + git -C https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore clean -dxf + [ -d layer1-headers ] + mkdir -p https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps + find . -name *.[hc] + verify_value_string_arrays_are_terminated.py ./contrib/eeprom_reader.c ./tests/stubs.c ./tests/handover/handover_test.c ./tests/sysmobts/sysmobts_test.c ./tests/meas/meas_test.c ./tests/meas/sysmobts_fr_samples.h ./tests/meas/meas_testcases.h ./tests/paging/paging_test.c ./tests/cipher/cipher_test.c ./tests/tx_power/tx_power_test.c ./tests/ta_control/ta_control_test.c ./tests/misc/misc_test.c ./tests/agch/agch_test.c ./tests/power/power_test.c ./include/osmo-bts/bts_shutdown_fsm.h ./include/osmo-bts/abis.h ./include/osmo-bts/amr.h ./include/osmo-bts/logging.h ./include/osmo-bts/rsl.h ./include/osmo-bts/scheduler.h ./include/osmo-bts/bts_model.h ./include/osmo-bts/gsm_data.h ./include/osmo-bts/signal.h ./include/osmo-bts/ta_control.h ./include/osmo-bts/power_control.h ./include/osmo-bts/scheduler_backend.h ./include/osmo-bts/paging.h ./include/osmo-bts/vty.h ./include/osmo-bts/handover.h ./include/osmo-bts/dtx_dl_amr_fsm.h ./include/osmo-bts/pcuif_proto.h ./include/osmo-bts/phy_link.h ./include/osmo-bts/control_if.h ./include/osmo-bts/measurement.h ./include/osmo-bts/oml.h ./include/osmo-bts/bts_trx.h ./include/osmo-bts/pcu_if.h ./include/osmo-bts/cbch.h ./include/osmo-bts/l1sap.h ./include/osmo-bts/bts.h ./include/osmo-bts/tx_power.h ./include/osmo-bts/msg_utils.h ./deps/libosmo-abis/contrib/trau2rtp/trau2rtp.c ./deps/libosmo-abis/tests/ipa_proxy_test.c ./deps/libosmo-abis/tests/e1inp_ipa_bsc_test.c ./deps/libosmo-abis/tests/subchan_demux/subchan_demux_test.c ./deps/libosmo-abis/tests/trau_sync/trau_sync_test.c ./deps/libosmo-abis/tests/rtp_test/rtp_test.c ./deps/libosmo-abis/tests/ipa_recv/ipa_recv_test.c ./deps/libosmo-abis/tests/e1inp_ipa_bts_test.c ./deps/libosmo-abis/include/mISDNif.h ./deps/libosmo-abis/include/internal.h ./deps/libosmo-abis/include/osmocom/trau/osmo_ortp.h ./deps/libosmo-abis/include/osmocom/trau/trau_sync.h ./deps/libosmo-abis/include/osmocom/trau/trau_frame.h ./deps/libosmo-abis/include/osmocom/trau/trau_rtp.h ./deps/libosmo-abis/include/osmocom/abis/ipa_proxy.h ./deps/libosmo-abis/include/osmocom/abis/abis.h ./deps/libosmo-abis/include/osmocom/abis/e1_input.h ./deps/libosmo-abis/include/osmocom/abis/lapd_pcap.h ./deps/libosmo-abis/include/osmocom/abis/subchan_demux.h ./deps/libosmo-abis/include/osmocom/abis/unixsocket_proto.h ./deps/libosmo-abis/include/osmocom/abis/trau_frame.h ./deps/libosmo-abis/include/osmocom/abis/ipa.h ./deps/libosmo-abis/include/osmocom/abis/lapd.h ./deps/libosmo-abis/include/osmocom/abis/ipaccess.h ./deps/libosmo-abis/src/init.c ./deps/libosmo-abis/src/ipa_proxy.c ./deps/libosmo-abis/src/subchan_demux.c ./deps/libosmo-abis/src/e1_input.c ./deps/libosmo-abis/src/input/lapd.c ./deps/libosmo-abis/src/input/rs232.c ./deps/libosmo-abis/src/input/dahdi.c ./deps/libosmo-abis/src/input/ipa_keepalive.c ./deps/libosmo-abis/src/input/misdn.c ./deps/libosmo-abis/src/input/unixsocket.c ./deps/libosmo-abis/src/input/ipaccess.c ./deps/libosmo-abis/src/input/e1d.c ./deps/libosmo-abis/src/input/ipa.c ./deps/libosmo-abis/src/input/lapd_pcap.c ./deps/libosmo-abis/src/e1_input_vty.c ./deps/libosmo-abis/src/trau/osmo_ortp.c ./deps/libosmo-abis/src/trau/trau_sync.c ./deps/libosmo-abis/src/trau/ubit_buf.h ./deps/libosmo-abis/src/trau/trau_frame.c ./deps/libosmo-abis/src/trau/trau_rtp_conv.c ./deps/libosmo-abis/src/trau_frame.c ./deps/libosmocore/tests/sercomm/sercomm_test.c ./deps/libosmocore/tests/bitvec/bitvec_test.c ./deps/libosmocore/tests/strrb/strrb_test.c ./deps/libosmocore/tests/gsm0408/gsm0408_test.c ./deps/libosmocore/tests/i460_mux/i460_mux_test.c ./deps/libosmocore/tests/kasumi/kasumi_test.c ./deps/libosmocore/tests/fsm/fsm_dealloc_test.c ./deps/libosmocore/tests/fsm/fsm_test.c ./deps/libosmocore/tests/timer/clk_override_test.c ./deps/libosmocore/tests/timer/timer_test.c ./deps/libosmocore/tests/ussd/ussd_test.c ./deps/libosmocore/tests/sockaddr_str/sockaddr_str_test.c ./deps/libosmocore/tests/codec/codec_test.c ./deps/libosmocore/tests/codec/codec_ecu_fr_test.c ./deps/libosmocore/tests/ctrl/ctrl_test.c ./deps/libosmocore/tests/socket/socket_test.c ./deps/libosmocore/tests/gsm23003/gsm23003_test.c ./deps/libosmocore/tests/gea/gea_test.c ./deps/libosmocore/tests/fr/fr_test.c ./deps/libosmocore/tests/oap/oap_test.c ./deps/libosmocore/tests/oap/oap_client_test.c ./deps/libosmocore/tests/tlv/tlv_test.c ./deps/libosmocore/tests/write_queue/wqueue_test.c ./deps/libosmocore/tests/smscb/smscb_test.c ./deps/libosmocore/tests/smscb/gsm0341_test.c ./deps/libosmocore/tests/tdef/tdef_vty_test_config_root.c ./deps/libosmocore/tests/tdef/tdef_test.c ./deps/libosmocore/tests/tdef/tdef_vty_test_dynamic.c ./deps/libosmocore/tests/tdef/tdef_vty_test_config_subnode.c ./deps/libosmocore/tests/use_count/use_count_test.c ./deps/libosmocore/tests/comp128/comp128_test.c ./deps/libosmocore/tests/auth/milenage_test.c ./deps/libosmocore/tests/context/context_test.c ./deps/libosmocore/tests/loggingrb/loggingrb_test.c ./deps/libosmocore/tests/msgfile/msgfile_test.c ./deps/libosmocore/tests/gprs/gprs_test.c ./deps/libosmocore/tests/libsercomstub.c ./deps/libosmocore/tests/gsm0502/gsm0502_test.c ./deps/libosmocore/tests/gb/bssgp_fc_test.c ./deps/libosmocore/tests/gb/gprs_ns_test.c ./deps/libosmocore/tests/gb/gprs_bssgp_test.c ./deps/libosmocore/tests/sms/sms_test.c ./deps/libosmocore/tests/dtx/dtx_gsm0503_test.c ./deps/libosmocore/tests/coding/coding_test.c ./deps/libosmocore/tests/a5/a5_test.c ./deps/libosmocore/tests/lapd/lapd_test.c ./deps/libosmocore/tests/msgb/msgb_test.c ./deps/libosmocore/tests/utils/utils_test.c ./deps/libosmocore/tests/gsm29205/gsm29205_test.c ./deps/libosmocore/tests/exec/exec_test.c ./deps/libosmocore/tests/vty/vty_test.c ./deps/libosmocore/tests/vty/vty_transcript_test.c ./deps/libosmocore/tests/bits/bitcomp_test.c ./deps/libosmocore/tests/bits/bitrev_test.c ./deps/libosmocore/tests/bits/bitfield_test.c ./deps/libosmocore/tests/gsm0808/gsm0808_test.c ./deps/libosmocore/tests/prbs/prbs_test.c ./deps/libosmocore/tests/sim/sim_test.c ./deps/libosmocore/tests/conv/conv_test.c ./deps/libosmocore/tests/conv/conv_gsm0503_test.c ./deps/libosmocore/tests/conv/conv.h ./deps/libosmocore/tests/conv/conv.c ./deps/libosmocore/tests/logging/logging_test.c ./deps/libosmocore/tests/logging/logging_vty_test.c ./deps/libosmocore/tests/gsm23236/gsm23236_test.c ./deps/libosmocore/tests/endian/endian_test.c ./deps/libosmocore/tests/gsup/gsup_test.c ./deps/libosmocore/tests/stats/stats_test.c ./deps/libosmocore/tests/abis/abis_test.c ./deps/libosmocore/include/osmocom/core/stat_item.h ./deps/libosmocore/include/osmocom/core/rate_ctr.h ./deps/libosmocore/include/osmocom/core/logging.h ./deps/libosmocore/include/osmocom/core/gsmtap_util.h ./deps/libosmocore/include/osmocom/core/logging_internal.h ./deps/libosmocore/include/osmocom/core/tdef.h ./deps/libosmocore/include/osmocom/core/prim.h ./deps/libosmocore/include/osmocom/core/loggingrb.h ./deps/libosmocore/include/osmocom/core/use_count.h ./deps/libosmocore/include/osmocom/core/statistics.h ./deps/libosmocore/include/osmocom/core/signal.h ./deps/libosmocore/include/osmocom/core/process.h ./deps/libosmocore/include/osmocom/core/counter.h ./deps/libosmocore/include/osmocom/core/gsmtap.h ./deps/libosmocore/include/osmocom/core/fsm.h ./deps/libosmocore/include/osmocom/core/utils.h ./deps/libosmocore/include/osmocom/core/crcgen.h ./deps/libosmocore/include/osmocom/core/bitvec.h ./deps/libosmocore/include/osmocom/core/timer.h ./deps/libosmocore/include/osmocom/core/endian.h ./deps/libosmocore/include/osmocom/core/application.h ./deps/libosmocore/include/osmocom/core/write_queue.h ./deps/libosmocore/include/osmocom/core/crc16.h ./deps/libosmocore/include/osmocom/core/strrb.h ./deps/libosmocore/include/osmocom/core/defs.h ./deps/libosmocore/include/osmocom/core/exec.h ./deps/libosmocore/include/osmocom/core/panic.h ./deps/libosmocore/include/osmocom/core/socket.h ./deps/libosmocore/include/osmocom/core/plugin.h ./deps/libosmocore/include/osmocom/core/isdnhdlc.h ./deps/libosmocore/include/osmocom/core/sercomm.h ./deps/libosmocore/include/osmocom/core/conv.h ./deps/libosmocore/include/osmocom/core/talloc.h ./deps/libosmocore/include/osmocom/core/msgfile.h ./deps/libosmocore/include/osmocom/core/byteswap.h ./deps/libosmocore/include/osmocom/core/sockaddr_str.h ./deps/libosmocore/include/osmocom/core/select.h ./deps/libosmocore/include/osmocom/core/bitcomp.h ./deps/libosmocore/include/osmocom/core/macaddr.h ./deps/libosmocore/include/osmocom/core/prbs.h ./deps/libosmocore/include/osmocom/core/backtrace.h ./deps/libosmocore/include/osmocom/core/linuxlist.h ./deps/libosmocore/include/osmocom/core/timer_compat.h ./deps/libosmocore/include/osmocom/core/bits.h ./deps/libosmocore/include/osmocom/core/stats.h ./deps/libosmocore/include/osmocom/core/msgb.h ./deps/libosmocore/include/osmocom/core/serial.h ./deps/libosmocore/include/osmocom/core/linuxrbtree.h ./deps/libosmocore/include/osmocom/codec/codec.h ./deps/libosmocore/include/osmocom/codec/gsm610_bits.h ./deps/libosmocore/include/osmocom/codec/ecu.h ./deps/libosmocore/include/osmocom/ctrl/ports.h ./deps/libosmocore/include/osmocom/ctrl/control_vty.h ./deps/libosmocore/include/osmocom/ctrl/control_if.h ./deps/libosmocore/include/osmocom/ctrl/control_cmd.h ./deps/libosmocore/include/osmocom/gsm/comp128v23.h ./deps/libosmocore/include/osmocom/gsm/rsl.h ./deps/libosmocore/include/osmocom/gsm/bts_features.h ./deps/libosmocore/include/osmocom/gsm/lapd_core.h ./deps/libosmocore/include/osmocom/gsm/gan.h ./deps/libosmocore/include/osmocom/gsm/gsm29118.h ./deps/libosmocore/include/osmocom/gsm/prim.h ./deps/libosmocore/include/osmocom/gsm/apn.h ./deps/libosmocore/include/osmocom/gsm/gsm0341.h ./deps/libosmocore/include/osmocom/gsm/lapdm.h ./deps/libosmocore/include/osmocom/gsm/oap_client.h ./deps/libosmocore/include/osmocom/gsm/gsm_utils.h ./deps/libosmocore/include/osmocom/gsm/meas_rep.h ./deps/libosmocore/include/osmocom/gsm/gsm0808.h ./deps/libosmocore/include/osmocom/gsm/i460_mux.h ./deps/libosmocore/include/osmocom/gsm/a5.h ./deps/libosmocore/include/osmocom/gsm/sysinfo.h ./deps/libosmocore/include/osmocom/gsm/gsup.h ./deps/libosmocore/include/osmocom/gsm/gea.h ./deps/libosmocore/include/osmocom/gsm/tlv.h ./deps/libosmocore/include/osmocom/gsm/kasumi.h ./deps/libosmocore/include/osmocom/gsm/gsm0411_utils.h ./deps/libosmocore/include/osmocom/gsm/gsm0808_utils.h ./deps/libosmocore/include/osmocom/gsm/gsm23236.h ./deps/libosmocore/include/osmocom/gsm/rxlev_stat.h ./deps/libosmocore/include/osmocom/gsm/gsm0411_smc.h ./deps/libosmocore/include/osmocom/gsm/gsm48.h ./deps/libosmocore/include/osmocom/gsm/protocol/gsm_04_08_gprs.h ./deps/libosmocore/include/osmocom/gsm/protocol/gsm_23_003.h ./deps/libosmocore/include/osmocom/gsm/protocol/gsm_03_41.h ./deps/libosmocore/include/osmocom/gsm/protocol/gsm_12_21.h ./deps/libosmocore/include/osmocom/gsm/protocol/gsm_23_041.h ./deps/libosmocore/include/osmocom/gsm/protocol/gsm_04_12.h ./deps/libosmocore/include/osmocom/gsm/protocol/gsm_48_049.h ./deps/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h ./deps/libosmocore/include/osmocom/gsm/protocol/gsm_44_318.h ./deps/libosmocore/include/osmocom/gsm/protocol/gsm_04_11.h ./deps/libosmocore/include/osmocom/gsm/protocol/gsm_04_14.h ./deps/libosmocore/include/osmocom/gsm/protocol/smpp34_osmocom.h ./deps/libosmocore/include/osmocom/gsm/protocol/gsm_04_80.h ./deps/libosmocore/include/osmocom/gsm/protocol/gsm_29_118.h ./deps/libosmocore/include/osmocom/gsm/protocol/gsm_03_40.h ./deps/libosmocore/include/osmocom/gsm/protocol/gsm_04_08.h ./deps/libosmocore/include/osmocom/gsm/protocol/gsm_09_02.h ./deps/libosmocore/include/osmocom/gsm/protocol/gsm_08_08.h ./deps/libosmocore/include/osmocom/gsm/protocol/ipaccess.h ./deps/libosmocore/include/osmocom/gsm/gsm48_rest_octets.h ./deps/libosmocore/include/osmocom/gsm/gsm0502.h ./deps/libosmocore/include/osmocom/gsm/abis_nm.h ./deps/libosmocore/include/osmocom/gsm/mncc.h ./deps/libosmocore/include/osmocom/gsm/gsm48_arfcn_range_encode.h ./deps/libosmocore/include/osmocom/gsm/gsup_sms.h ./deps/libosmocore/include/osmocom/gsm/bitvec_gsm.h ./deps/libosmocore/include/osmocom/gsm/gsm0411_smr.h ./deps/libosmocore/include/osmocom/gsm/comp128.h ./deps/libosmocore/include/osmocom/gsm/gsm23003.h ./deps/libosmocore/include/osmocom/gsm/gsm48_ie.h ./deps/libosmocore/include/osmocom/gsm/ipa.h ./deps/libosmocore/include/osmocom/gsm/l1sap.h ./deps/libosmocore/include/osmocom/gsm/gsm0480.h ./deps/libosmocore/include/osmocom/gsm/cbsp.h ./deps/libosmocore/include/osmocom/gsm/gsm29205.h ./deps/libosmocore/include/osmocom/gsm/oap.h ./deps/libosmocore/include/osmocom/gprs/gprs_bssgp.h ./deps/libosmocore/include/osmocom/gprs/gprs_msgb.h ./deps/libosmocore/include/osmocom/gprs/gprs_bssgp_bss.h ./deps/libosmocore/include/osmocom/gprs/protocol/gsm_08_18.h ./deps/libosmocore/include/osmocom/gprs/protocol/gsm_08_16.h ./deps/libosmocore/include/osmocom/gprs/protocol/gsm_04_60.h ./deps/libosmocore/include/osmocom/gprs/gprs_ns_frgre.h ./deps/libosmocore/include/osmocom/gprs/gprs_ns.h ./deps/libosmocore/include/osmocom/gprs/gprs_rlc.h ./deps/libosmocore/include/osmocom/coding/gsm0503_coding.h ./deps/libosmocore/include/osmocom/coding/gsm0503_tables.h ./deps/libosmocore/include/osmocom/coding/gsm0503_interleaving.h ./deps/libosmocore/include/osmocom/coding/gsm0503_mapping.h ./deps/libosmocore/include/osmocom/coding/gsm0503_parity.h ./deps/libosmocore/include/osmocom/coding/gsm0503_amr_dtx.h ./deps/libosmocore/include/osmocom/vty/logging.h ./deps/libosmocore/include/osmocom/vty/tdef_vty.h ./deps/libosmocore/include/osmocom/vty/misc.h ./deps/libosmocore/include/osmocom/vty/telnet_interface.h ./deps/libosmocore/include/osmocom/vty/buffer.h ./deps/libosmocore/include/osmocom/vty/ports.h ./deps/libosmocore/include/osmocom/vty/command.h ./deps/libosmocore/include/osmocom/vty/vector.h ./deps/libosmocore/include/osmocom/vty/vty.h ./deps/libosmocore/include/osmocom/vty/stats.h ./deps/libosmocore/include/osmocom/sim/class_tables.h ./deps/libosmocore/include/osmocom/sim/sim.h ./deps/libosmocore/include/osmocom/usb/libusb.h ./deps/libosmocore/include/osmocom/crypt/gprs_cipher.h ./deps/libosmocore/include/osmocom/crypt/auth.h ./deps/libosmocore/utils/osmo-config-merge.c ./deps/libosmocore/utils/osmo-arfcn.c ./deps/libosmocore/utils/osmo-sim-test.c ./deps/libosmocore/utils/osmo-auc-gen.c ./deps/libosmocore/src/conv_acc_sse.c ./deps/libosmocore/src/application.c ./deps/libosmocore/src/logging.c ./deps/libosmocore/src/sockaddr_str.c ./deps/libosmocore/src/stats.c ./deps/libosmocore/src/strrb.c ./deps/libosmocore/src/crc16.c ./deps/libosmocore/src/counter.c ./deps/libosmocore/src/exec.c ./deps/libosmocore/src/rate_ctr.c ./deps/libosmocore/src/conv_acc_neon.c ./deps/libosmocore/src/codec/gsm690.c ./deps/libosmocore/src/codec/gsm620.c ./deps/libosmocore/src/codec/gsm610.c ./deps/libosmocore/src/codec/ecu.c ./deps/libosmocore/src/codec/ecu_fr.c ./deps/libosmocore/src/codec/gsm660.c ./deps/libosmocore/src/ctrl/control_vty.c ./deps/libosmocore/src/ctrl/fsm_ctrl_commands.c ./deps/libosmocore/src/ctrl/control_if.c ./deps/libosmocore/src/ctrl/control_cmd.c ./deps/libosmocore/src/fsm.c ./deps/libosmocore/src/utils.c ./deps/libosmocore/src/conv_acc_neon_impl.h ./deps/libosmocore/src/panic.c ./deps/libosmocore/src/gsm/a5.c ./deps/libosmocore/src/gsm/auth_xor.c ./deps/libosmocore/src/gsm/gsm0411_utils.c ./deps/libosmocore/src/gsm/gsm29118.c ./deps/libosmocore/src/gsm/gsup.c ./deps/libosmocore/src/gsm/abis_nm.c ./deps/libosmocore/src/gsm/sysinfo.c ./deps/libosmocore/src/gsm/lapdm.c ./deps/libosmocore/src/gsm/gsup_sms.c ./deps/libosmocore/src/gsm/gsm29205.c ./deps/libosmocore/src/gsm/gsm_utils.c ./deps/libosmocore/src/gsm/gsm0808.c ./deps/libosmocore/src/gsm/gprs_rlc.c ./deps/libosmocore/src/gsm/auth_comp128v23.c ./deps/libosmocore/src/gsm/gprs_gea.c ./deps/libosmocore/src/gsm/kasumi.c ./deps/libosmocore/src/gsm/gsm_04_08_gprs.c ./deps/libosmocore/src/gsm/apn.c ./deps/libosmocore/src/gsm/gsm0480.c ./deps/libosmocore/src/gsm/gsm23236.c ./deps/libosmocore/src/gsm/tlv_parser.c ./deps/libosmocore/src/gsm/i460_mux.c ./deps/libosmocore/src/gsm/gan.c ./deps/libosmocore/src/gsm/comp128.c ./deps/libosmocore/src/gsm/oap_client.c ./deps/libosmocore/src/gsm/cbsp.c ./deps/libosmocore/src/gsm/oap.c ./deps/libosmocore/src/gsm/mncc.c ./deps/libosmocore/src/gsm/gsm48.c ./deps/libosmocore/src/gsm/gsm0411_smc.c ./deps/libosmocore/src/gsm/gsm48_rest_octets.c ./deps/libosmocore/src/gsm/gsm0808_utils.c ./deps/libosmocore/src/gsm/gsm0502.c ./deps/libosmocore/src/gsm/auth_comp128v1.c ./deps/libosmocore/src/gsm/comp128v23.c ./deps/libosmocore/src/gsm/gsm23003.c ./deps/libosmocore/src/gsm/gsm0414.c ./deps/libosmocore/src/gsm/gsm48_arfcn_range_encode.c ./deps/libosmocore/src/gsm/gsm48049.c ./deps/libosmocore/src/gsm/gea.c ./deps/libosmocore/src/gsm/milenage/crypto.h ./deps/libosmocore/src/gsm/milenage/aes-internal-enc.c ./deps/libosmocore/src/gsm/milenage/aes_i.h ./deps/libosmocore/src/gsm/milenage/includes.h ./deps/libosmocore/src/gsm/milenage/milenage.c ./deps/libosmocore/src/gsm/milenage/aes.h ./deps/libosmocore/src/gsm/milenage/aes-internal.c ./deps/libosmocore/src/gsm/milenage/aes-encblock.c ./deps/libosmocore/src/gsm/milenage/common.h ./deps/libosmocore/src/gsm/milenage/aes_wrap.h ./deps/libosmocore/src/gsm/milenage/milenage.h ./deps/libosmocore/src/gsm/rsl.c ./deps/libosmocore/src/gsm/gprs_cipher_core.c ./deps/libosmocore/src/gsm/ipa.c ./deps/libosmocore/src/gsm/gsm0411_smr.c ./deps/libosmocore/src/gsm/gsm0341.c ./deps/libosmocore/src/gsm/lapd_core.c ./deps/libosmocore/src/gsm/bts_features.c ./deps/libosmocore/src/gsm/auth_milenage.c ./deps/libosmocore/src/gsm/rxlev_stat.c ./deps/libosmocore/src/gsm/auth_core.c ./deps/libosmocore/src/gsm/gsm48_ie.c ./deps/libosmocore/src/loggingrb.c ./deps/libosmocore/src/conv_acc_generic.c ./deps/libosmocore/src/timer_gettimeofday.c ./deps/libosmocore/src/select.c ./deps/libosmocore/src/timer.c ./deps/libosmocore/src/conv_acc_sse_avx.c ./deps/libosmocore/src/serial.c ./deps/libosmocore/src/write_queue.c ./deps/libosmocore/src/logging_gsmtap.c ./deps/libosmocore/src/conv_acc_sse_impl.h ./deps/libosmocore/src/signal.c ./deps/libosmocore/src/tdef.c ./deps/libosmocore/src/use_count.c ./deps/libosmocore/src/prim.c ./deps/libosmocore/src/timer_clockgettime.c ./deps/libosmocore/src/prbs.c ./deps/libosmocore/src/gsmtap_util.c ./deps/libosmocore/src/bits.c ./deps/libosmocore/src/bitcomp.c ./deps/libosmocore/src/bitvec.c ./deps/libosmocore/src/gb/gprs_bssgp_util.c ./deps/libosmocore/src/gb/common_vty.h ./deps/libosmocore/src/gb/gprs_ns.c ./deps/libosmocore/src/gb/gprs_ns_frgre.c ./deps/libosmocore/src/gb/gprs_ns_vty.c ./deps/libosmocore/src/gb/gprs_bssgp_internal.h ./deps/libosmocore/src/gb/common_vty.c ./deps/libosmocore/src/gb/gprs_bssgp.c ./deps/libosmocore/src/gb/gprs_bssgp_vty.c ./deps/libosmocore/src/gb/gprs_bssgp_bss.c ./deps/libosmocore/src/gb/gprs_ns_sns.c ./deps/libosmocore/src/gb/gb_internal.h ./deps/libosmocore/src/backtrace.c ./deps/libosmocore/src/coding/gsm0503_interleaving.c ./deps/libosmocore/src/coding/gsm0503_tables.c ./deps/libosmocore/src/coding/gsm0503_mapping.c ./deps/libosmocore/src/coding/gsm0503_parity.c ./deps/libosmocore/src/coding/gsm0503_coding.c ./deps/libosmocore/src/coding/gsm0503_amr_dtx.c ./deps/libosmocore/src/rbtree.c ./deps/libosmocore/src/conv.c ./deps/libosmocore/src/pseudotalloc/pseudotalloc.c ./deps/libosmocore/src/pseudotalloc/talloc.h ./deps/libosmocore/src/plugin.c ./deps/libosmocore/src/context.c ./deps/libosmocore/src/logging_syslog.c ./deps/libosmocore/src/vty/buffer.c ./deps/libosmocore/src/vty/vector.c ./deps/libosmocore/src/vty/fsm_vty.c ./deps/libosmocore/src/vty/talloc_ctx_vty.c ./deps/libosmocore/src/vty/telnet_interface.c ./deps/libosmocore/src/vty/utils.c ./deps/libosmocore/src/vty/stats_vty.c ./deps/libosmocore/src/vty/command.c ./deps/libosmocore/src/vty/tdef_vty.c ./deps/libosmocore/src/vty/logging_vty.c ./deps/libosmocore/src/vty/vty.c ./deps/libosmocore/src/sim/card_fs_isim.c ./deps/libosmocore/src/sim/card_fs_tetra.c ./deps/libosmocore/src/sim/reader.c ./deps/libosmocore/src/sim/core.c ./deps/libosmocore/src/sim/card_fs_usim.c ./deps/libosmocore/src/sim/sim_int.h ./deps/libosmocore/src/sim/card_fs_hpsim.c ./deps/libosmocore/src/sim/gsm_int.h ./deps/libosmocore/src/sim/card_fs_sim.c ./deps/libosmocore/src/sim/class_tables.c ./deps/libosmocore/src/sim/reader_pcsc.c ./deps/libosmocore/src/sim/card_fs_uicc.c ./deps/libosmocore/src/usb/osmo_libusb.c ./deps/libosmocore/src/sercomm.c ./deps/libosmocore/src/stats_statsd.c ./deps/libosmocore/src/stat_item.c ./deps/libosmocore/src/macaddr.c ./deps/libosmocore/src/msgfile.c ./deps/libosmocore/src/isdnhdlc.c ./deps/libosmocore/src/msgb.c ./deps/libosmocore/src/socket.c ./deps/libosmocore/src/conv_acc.c ./src/osmo-bts-litecell15/l1_transp.h ./src/osmo-bts-litecell15/l1_if.h ./src/osmo-bts-litecell15/main.c ./src/osmo-bts-litecell15/oml_router.h ./src/osmo-bts-litecell15/lc15bts_vty.c ./src/osmo-bts-litecell15/hw_misc.h ./src/osmo-bts-litecell15/utils.c ./src/osmo-bts-litecell15/oml_router.c ./src/osmo-bts-litecell15/l1_if.c ./src/osmo-bts-litecell15/utils.h ./src/osmo-bts-litecell15/calib_file.c ./src/osmo-bts-litecell15/l1_transp_hw.c ./src/osmo-bts-litecell15/misc/lc15bts_temp.h ./src/osmo-bts-litecell15/misc/lc15bts_power.h ./src/osmo-bts-litecell15/misc/lc15bts_mgr_calib.c ./src/osmo-bts-litecell15/misc/lc15bts_bid.h ./src/osmo-bts-litecell15/misc/lc15bts_mgr_temp.c ./src/osmo-bts-litecell15/misc/lc15bts_mgr.c ./src/osmo-bts-litecell15/misc/lc15bts_par.h ./src/osmo-bts-litecell15/misc/lc15bts_mgr.h ./src/osmo-bts-litecell15/misc/lc15bts_par.c ./src/osmo-bts-litecell15/misc/lc15bts_nl.h ./src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c ./src/osmo-bts-litecell15/misc/lc15bts_power.c ./src/osmo-bts-litecell15/misc/lc15bts_led.h ./src/osmo-bts-litecell15/misc/lc15bts_misc.h ./src/osmo-bts-litecell15/misc/lc15bts_swd.h ./src/osmo-bts-litecell15/misc/lc15bts_nl.c ./src/osmo-bts-litecell15/misc/lc15bts_bts.c ./src/osmo-bts-litecell15/misc/lc15bts_util.c ./src/osmo-bts-litecell15/misc/lc15bts_bts.h ./src/osmo-bts-litecell15/misc/lc15bts_mgr_nl.c ./src/osmo-bts-litecell15/misc/lc15bts_misc.c ./src/osmo-bts-litecell15/misc/lc15bts_clock.h ./src/osmo-bts-litecell15/misc/lc15bts_bid.c ./src/osmo-bts-litecell15/misc/lc15bts_swd.c ./src/osmo-bts-litecell15/misc/lc15bts_clock.c ./src/osmo-bts-litecell15/misc/lc15bts_temp.c ./src/osmo-bts-litecell15/misc/lc15bts_led.c ./src/osmo-bts-litecell15/oml.c ./src/osmo-bts-litecell15/lc15bts.c ./src/osmo-bts-litecell15/tch.c ./src/osmo-bts-litecell15/hw_misc.c ./src/osmo-bts-litecell15/lc15bts.h ./src/osmo-bts-omldummy/main.c ./src/osmo-bts-omldummy/bts_model.c ./src/osmo-bts-trx/trx_if.c ./src/osmo-bts-trx/sched_lchan_rach.c ./src/osmo-bts-trx/l1_if.h ./src/osmo-bts-trx/main.c ./src/osmo-bts-trx/l1_if.c ./src/osmo-bts-trx/trx_provision_fsm.h ./src/osmo-bts-trx/scheduler_trx.c ./src/osmo-bts-trx/trx_vty.c ./src/osmo-bts-trx/sched_lchan_tchh.c ./src/osmo-bts-trx/sched_lchan_pdtch.c ./src/osmo-bts-trx/loops.c ./src/osmo-bts-trx/sched_lchan_fcch_sch.c ./src/osmo-bts-trx/loops.h ./src/osmo-bts-trx/sched_lchan_tchf.c ./src/osmo-bts-trx/sched_lchan_xcch.c ./src/osmo-bts-trx/trx_if.h ./src/osmo-bts-trx/trx_provision_fsm.c ./src/osmo-bts-trx/sched_utils.h ./src/osmo-bts-octphy/l1_if.h ./src/osmo-bts-octphy/main.c ./src/osmo-bts-octphy/octphy_hw_api.c ./src/osmo-bts-octphy/octpkt.h ./src/osmo-bts-octphy/l1_if.c ./src/osmo-bts-octphy/l1_utils.c ./src/osmo-bts-octphy/l1_tch.c ./src/osmo-bts-octphy/octphy_hw_api.h ./src/osmo-bts-octphy/octphy_vty.c ./src/osmo-bts-octphy/octpkt.c ./src/osmo-bts-octphy/l1_oml.h ./src/osmo-bts-octphy/l1_utils.h ./src/osmo-bts-octphy/l1_oml.c ./src/osmo-bts-sysmo/l1_transp.h ./src/osmo-bts-sysmo/l1_if.h ./src/osmo-bts-sysmo/main.c ./src/osmo-bts-sysmo/oml_router.h ./src/osmo-bts-sysmo/sysmobts_vty.c ./src/osmo-bts-sysmo/hw_misc.h ./src/osmo-bts-sysmo/femtobts.h ./src/osmo-bts-sysmo/sysmobts_ctrl.c ./src/osmo-bts-sysmo/utils.c ./src/osmo-bts-sysmo/l1_fwd_main.c ./src/osmo-bts-sysmo/l1_transp_fwd.c ./src/osmo-bts-sysmo/oml_router.c ./src/osmo-bts-sysmo/l1_if.c ./src/osmo-bts-sysmo/utils.h ./src/osmo-bts-sysmo/calib_file.c ./src/osmo-bts-sysmo/l1_transp_hw.c ./src/osmo-bts-sysmo/misc/sysmobts_par.h ./src/osmo-bts-sysmo/misc/sysmobts_mgr_temp.c ./src/osmo-bts-sysmo/misc/sysmobts_misc.h ./src/osmo-bts-sysmo/misc/sysmobts-calib.c ./src/osmo-bts-sysmo/misc/sysmobts_mgr_vty.c ./src/osmo-bts-sysmo/misc/sysmobts_nl.h ./src/osmo-bts-sysmo/misc/sysmobts-layer1.h ./src/osmo-bts-sysmo/misc/sysmobts_mgr_calib.c ./src/osmo-bts-sysmo/misc/sysmobts_eeprom.h ./src/osmo-bts-sysmo/misc/sysmobts_mgr_2050.c ./src/osmo-bts-sysmo/misc/sysmobts_mgr.h ./src/osmo-bts-sysmo/misc/sysmobts_nl.c ./src/osmo-bts-sysmo/misc/sysmobts_mgr_nl.c ./src/osmo-bts-sysmo/misc/sysmobts_util.c ./src/osmo-bts-sysmo/misc/sysmobts-layer1.c ./src/osmo-bts-sysmo/misc/sysmobts_par.c ./src/osmo-bts-sysmo/misc/sysmobts_mgr.c ./src/osmo-bts-sysmo/misc/sysmobts_misc.c ./src/osmo-bts-sysmo/oml.c ./src/osmo-bts-sysmo/l1_fwd.h ./src/osmo-bts-sysmo/tch.c ./src/osmo-bts-sysmo/hw_misc.c ./src/osmo-bts-sysmo/eeprom.h ./src/osmo-bts-sysmo/calib_fixup.c ./src/osmo-bts-sysmo/femtobts.c ./src/osmo-bts-sysmo/eeprom.c ./src/osmo-bts-oc2g/l1_transp.h ./src/osmo-bts-oc2g/l1_if.h ./src/osmo-bts-oc2g/main.c ./src/osmo-bts-oc2g/oml_router.h ./src/osmo-bts-oc2g/oc2gbts_vty.c ./src/osmo-bts-oc2g/hw_misc.h ./src/osmo-bts-oc2g/oc2gbts.h ./src/osmo-bts-oc2g/utils.c ./src/osmo-bts-oc2g/oml_router.c ./src/osmo-bts-oc2g/l1_if.c ./src/osmo-bts-oc2g/utils.h ./src/osmo-bts-oc2g/calib_file.c ./src/osmo-bts-oc2g/oc2gbts.c ./src/osmo-bts-oc2g/l1_transp_hw.c ./src/osmo-bts-oc2g/misc/oc2gbts_par.h ./src/osmo-bts-oc2g/misc/oc2gbts_par.c ./src/osmo-bts-oc2g/misc/oc2gbts_util.c ./src/osmo-bts-oc2g/misc/oc2gbts_mgr_vty.c ./src/osmo-bts-oc2g/misc/oc2gbts_clock.c ./src/osmo-bts-oc2g/misc/oc2gbts_led.h ./src/osmo-bts-oc2g/misc/oc2gbts_temp.c ./src/osmo-bts-oc2g/misc/oc2gbts_bts.c ./src/osmo-bts-oc2g/misc/oc2gbts_swd.c ./src/osmo-bts-oc2g/misc/oc2gbts_nl.h ./src/osmo-bts-oc2g/misc/oc2gbts_bid.h ./src/osmo-bts-oc2g/misc/oc2gbts_led.c ./src/osmo-bts-oc2g/misc/oc2gbts_mgr_calib.c ./src/osmo-bts-oc2g/misc/oc2gbts_power.c ./src/osmo-bts-oc2g/misc/oc2gbts_bts.h ./src/osmo-bts-oc2g/misc/oc2gbts_mgr_nl.c ./src/osmo-bts-oc2g/misc/oc2gbts_misc.h ./src/osmo-bts-oc2g/misc/oc2gbts_nl.c ./src/osmo-bts-oc2g/misc/oc2gbts_mgr.c ./src/osmo-bts-oc2g/misc/oc2gbts_temp.h ./src/osmo-bts-oc2g/misc/oc2gbts_clock.h ./src/osmo-bts-oc2g/misc/oc2gbts_bid.c ./src/osmo-bts-oc2g/misc/oc2gbts_swd.h ./src/osmo-bts-oc2g/misc/oc2gbts_mgr.h ./src/osmo-bts-oc2g/misc/oc2gbts_misc.c ./src/osmo-bts-oc2g/misc/oc2gbts_power.h ./src/osmo-bts-oc2g/misc/oc2gbts_mgr_temp.c ./src/osmo-bts-oc2g/oml.c ./src/osmo-bts-oc2g/tch.c ./src/osmo-bts-oc2g/hw_misc.c ./src/common/load_indication.c ./src/common/power_control.c ./src/common/logging.c ./src/common/main.c ./src/common/sysinfo.c ./src/common/bts_trx.c ./src/common/l1sap.c ./src/common/paging.c ./src/common/ta_control.c ./src/common/bts_ctrl_commands.c ./src/common/cbch.c ./src/common/bts.c ./src/common/measurement.c ./src/common/handover.c ./src/common/msg_utils.c ./src/common/oml.c ./src/common/scheduler_mframe.c ./src/common/dtx_dl_amr_fsm.c ./src/common/tx_power.c ./src/common/abis.c ./src/common/phy_link.c ./src/common/bts_shutdown_fsm.c ./src/common/bts_ctrl_lookup.c ./src/common/vty.c ./src/common/rsl.c ./src/common/pcu_sock.c ./src/common/gsm_data.c ./src/common/lchan.c ./src/common/scheduler.c ./src/common/amr.c ./src/osmo-bts-virtual/l1_if.h ./src/osmo-bts-virtual/main.c ./src/osmo-bts-virtual/osmo_mcast_sock.c ./src/osmo-bts-virtual/scheduler_virtbts.c ./src/osmo-bts-virtual/l1_if.c ./src/osmo-bts-virtual/osmo_mcast_sock.h ./src/osmo-bts-virtual/virtual_um.c ./src/osmo-bts-virtual/virtual_um.h ./src/osmo-bts-virtual/virtualbts_vty.c ./src/osmo-bts-virtual/bts_model.c + export PKG_CONFIG_PATH=https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/lib/pkgconfig: + export LD_LIBRARY_PATH=https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/lib + osmo-build-dep.sh libosmocore --disable-doxygen
=============================== libosmocore ===============================
+ mkdir -p https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps + cd https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps + osmo-deps.sh libosmocore + project=libosmocore + branch=master + git branch -a + grep -c remotes/origin/master$ + [ x1 != x0 ] + branch=origin/master + test -d libosmocore + cd libosmocore + git fetch --tags origin + git fetch origin fatal: unable to connect to git.osmocom.org: git.osmocom.org[0: 2a01:4f8:120:8470::2]: errno=Network is unreachable
Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE
Changes:
------------------------------------------ [...truncated 104.00 KB...] 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 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore/src/gb' make[2]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore/src/gb' Making install in src/ctrl make[2]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/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 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore/src/ctrl' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/stow/libosmocore/lib' /bin/bash ../../libtool --mode=install /usr/bin/install -c libosmoctrl.la 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/stow/libosmocore/lib' libtool: warning: relinking 'libosmoctrl.la' libtool: install: (cd https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore/src/ctrl; /bin/bash "https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore/libtool" --silent --tag CC --mode=relink gcc -Wall -I../../include -I../../include -g -O2 -mtls-dialect=gnu2 -DBUILDING_LIBOSMOCORE -Wall -Wl,--version-script=./libosmoctrl.map -version-info 4:0:4 -no-undefined -o libosmoctrl.la -rpath https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/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.4.0T https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/stow/libosmocore/lib/libosmoctrl.so.0.4.0 libtool: install: (cd https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/stow/libosmocore/lib && { ln -s -f libosmoctrl.so.0.4.0 libosmoctrl.so.0 || { rm -f libosmoctrl.so.0 && ln -s libosmoctrl.so.0.4.0 libosmoctrl.so.0; }; }) libtool: install: (cd https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/stow/libosmocore/lib && { ln -s -f libosmoctrl.so.0.4.0 libosmoctrl.so || { rm -f libosmoctrl.so && ln -s libosmoctrl.so.0.4.0 libosmoctrl.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoctrl.lai https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/stow/libosmocore/lib/libosmoctrl.la libtool: finish: PATH="/usr/local/bin:/usr/bin:/bin:/usr/games:/home/osmocom-build/bin:/sbin" ldconfig -n https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/stow/libosmocore/lib ---------------------------------------------------------------------- Libraries have been installed in: https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/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 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore/src/ctrl' make[2]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore/src/ctrl' Making install in src/sim make[2]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore/src/sim' CC core.lo CC reader.lo CC card_fs_sim.lo CC class_tables.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 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore/src/sim' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/stow/libosmocore/lib' /bin/bash ../../libtool --mode=install /usr/bin/install -c libosmosim.la 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/stow/libosmocore/lib' libtool: warning: relinking 'libosmosim.la' libtool: install: (cd https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore/src/sim; /bin/bash "https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore/libtool" --silent --tag CC --mode=relink gcc -fPIC -Wall -I/usr/include/PCSC -pthread -g -O2 -mtls-dialect=gnu2 -DBUILDING_LIBOSMOCORE -Wall -version-info 1:2:1 -o libosmosim.la -rpath https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/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.0.1.2T https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/stow/libosmocore/lib/libosmosim.so.0.1.2 libtool: install: (cd https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/stow/libosmocore/lib && { ln -s -f libosmosim.so.0.1.2 libosmosim.so.0 || { rm -f libosmosim.so.0 && ln -s libosmosim.so.0.1.2 libosmosim.so.0; }; }) libtool: install: (cd https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/stow/libosmocore/lib && { ln -s -f libosmosim.so.0.1.2 libosmosim.so || { rm -f libosmosim.so && ln -s libosmosim.so.0.1.2 libosmosim.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmosim.lai https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/stow/libosmocore/lib/libosmosim.la libtool: finish: PATH="/usr/local/bin:/usr/bin:/bin:/usr/games:/home/osmocom-build/bin:/sbin" ldconfig -n https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/stow/libosmocore/lib ---------------------------------------------------------------------- Libraries have been installed in: https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/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 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore/src/sim' make[2]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore/src/sim' Making install in src/pseudotalloc make[2]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore/src/pseudotalloc' make[3]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore/src/pseudotalloc' make[3]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore/src/pseudotalloc' make[2]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore/src/pseudotalloc' Making install in src/usb make[2]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore/src/usb' CC osmo_libusb.lo CCLD libosmousb.la make[3]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore/src/usb' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/stow/libosmocore/lib' /bin/bash ../../libtool --mode=install /usr/bin/install -c libosmousb.la 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/stow/libosmocore/lib' libtool: warning: relinking 'libosmousb.la' libtool: install: (cd https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore/src/usb; /bin/bash "https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore/libtool" --silent --tag CC --mode=relink gcc -fPIC -Wall -I/usr/include/libusb-1.0 -g -O2 -mtls-dialect=gnu2 -DBUILDING_LIBOSMOCORE -Wall -version-info 0:0:0 -o libosmousb.la -rpath https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/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 https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/stow/libosmocore/lib/libosmousb.so.0.0.0 libtool: install: (cd https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/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 https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/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 https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/stow/libosmocore/lib/libosmousb.la libtool: finish: PATH="/usr/local/bin:/usr/bin:/bin:/usr/games:/home/osmocom-build/bin:/sbin" ldconfig -n https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/stow/libosmocore/lib ---------------------------------------------------------------------- Libraries have been installed in: https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/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 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore/src/usb' make[2]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore/src/usb' Making install in utils make[2]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore/utils' CC osmo-arfcn.o CC osmo-auc-gen.o CC osmo_sim_test-osmo-sim-test.o CC osmo_config_merge-osmo-config-merge.o CCLD osmo-arfcn CCLD osmo-config-merge CCLD osmo-auc-gen CCLD osmo-sim-test make[3]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore/utils' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/stow/libosmocore/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c osmo-arfcn osmo-auc-gen osmo-config-merge 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/stow/libosmocore/bin' libtool: install: /usr/bin/install -c .libs/osmo-arfcn https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/stow/libosmocore/bin/osmo-arfcn libtool: install: /usr/bin/install -c .libs/osmo-auc-gen https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/stow/libosmocore/bin/osmo-auc-gen libtool: install: /usr/bin/install -c .libs/osmo-config-merge https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/stow/libosmocore/bin/osmo-config-merge make[3]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore/utils' make[2]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore/utils' Making install in tests make[2]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/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 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore/tests' make[4]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/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 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore/tests' make[3]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore/tests' make[2]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore/tests' make[2]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore' make[3]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore' /bin/mkdir -p 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/stow/libosmocore/bin' /bin/mkdir -p 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/stow/libosmocore/share/aclocal' /bin/mkdir -p 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/stow/libosmocore/lib/pkgconfig' /usr/bin/install -c -m 644 m4/osmo_ac_code_coverage.m4 m4/osmo_ax_code_coverage.m4 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/stow/libosmocore/share/aclocal' /bin/mkdir -p 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/stow/libosmocore/include' /usr/bin/install -c osmo-release.sh 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/stow/libosmocore/bin' /usr/bin/install -c -m 644 libosmocore.pc libosmocodec.pc libosmovty.pc libosmogsm.pc libosmogb.pc libosmoctrl.pc libosmocoding.pc libosmosim.pc libosmousb.pc 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/stow/libosmocore/lib/pkgconfig' /usr/bin/install -c -m 644 osmo-release.mk 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/stow/libosmocore/include' make install-data-hook make[4]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore' make[4]: Nothing to be done for 'install-data-hook'. make[4]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore' make[3]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore' make[2]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore' make[1]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/libosmocore' + STOW_DIR=https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps/install/stow stow --restow libosmocore + osmo-build-dep.sh libosmo-abis
=============================== libosmo-abis ===============================
+ mkdir -p https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/deps + cd https://jenkins.osmocom.org/jenkins/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=rpi4-deb9build-ansible/ws/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 + git fetch origin fatal: unable to connect to git.osmocom.org: git.osmocom.org[0: 2a01:4f8:120:8470::2]: errno=Network is unreachable
Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE
Changes:
------------------------------------------ [...truncated 2.25 KB...] at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:909) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1131) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1167) at hudson.scm.SCM.checkout(SCM.java:505) at hudson.model.AbstractProject.checkout(AbstractProject.java:1206) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499) at hudson.model.Run.execute(Run.java:1880) at hudson.matrix.MatrixRun.run(MatrixRun.java:153) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:428) 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 connect to git.osmocom.org: git.osmocom.org[0: 2a01:4f8:120:8470::2]: errno=Network is unreachable
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2430) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2044) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:81) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:569) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154) at hudson.remoting.UserRequest.perform(UserRequest.java:211) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:369) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) 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:748) Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to rpi4-deb9build-ansible at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) at hudson.remoting.Channel.call(Channel.java:998) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146) at sun.reflect.GeneratedMethodAccessor280.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132) at com.sun.proxy.$Proxy58.execute(Unknown Source) at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:907) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1131) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1167) at hudson.scm.SCM.checkout(SCM.java:505) at hudson.model.AbstractProject.checkout(AbstractProject.java:1206) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499) at hudson.model.Run.execute(Run.java:1880) at hudson.matrix.MatrixRun.run(MatrixRun.java:153) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:428) ERROR: Error fetching remote repo 'origin' Retrying after 10 seconds No credentials specified
git rev-parse --is-inside-work-tree # 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 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:909) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1131) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1167) at hudson.scm.SCM.checkout(SCM.java:505) at hudson.model.AbstractProject.checkout(AbstractProject.java:1206) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499) at hudson.model.Run.execute(Run.java:1880) at hudson.matrix.MatrixRun.run(MatrixRun.java:153) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:428) 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 connect to git.osmocom.org: git.osmocom.org[0: 2a01:4f8:120:8470::2]: errno=Network is unreachable
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2430) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2044) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:81) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:569) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154) at hudson.remoting.UserRequest.perform(UserRequest.java:211) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:369) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) 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:748) Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to rpi4-deb9build-ansible at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) at hudson.remoting.Channel.call(Channel.java:998) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146) at sun.reflect.GeneratedMethodAccessor280.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132) at com.sun.proxy.$Proxy58.execute(Unknown Source) at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:907) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1131) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1167) at hudson.scm.SCM.checkout(SCM.java:505) at hudson.model.AbstractProject.checkout(AbstractProject.java:1206) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499) at hudson.model.Run.execute(Run.java:1880) at hudson.matrix.MatrixRun.run(MatrixRun.java:153) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:428) ERROR: Error fetching remote repo 'origin' Retrying after 10 seconds No credentials specified
git rev-parse --is-inside-work-tree # 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 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:909) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1131) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1167) at hudson.scm.SCM.checkout(SCM.java:505) at hudson.model.AbstractProject.checkout(AbstractProject.java:1206) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499) at hudson.model.Run.execute(Run.java:1880) at hudson.matrix.MatrixRun.run(MatrixRun.java:153) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:428) 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:2430) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2044) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:81) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:569) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154) at hudson.remoting.UserRequest.perform(UserRequest.java:211) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:369) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) 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:748) Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to rpi4-deb9build-ansible at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) at hudson.remoting.Channel.call(Channel.java:998) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146) at sun.reflect.GeneratedMethodAccessor280.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132) at com.sun.proxy.$Proxy58.execute(Unknown Source) at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:907) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1131) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1167) at hudson.scm.SCM.checkout(SCM.java:505) at hudson.model.AbstractProject.checkout(AbstractProject.java:1206) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499) at hudson.model.Run.execute(Run.java:1880) at hudson.matrix.MatrixRun.run(MatrixRun.java:153) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:428) ERROR: Error fetching remote repo 'origin' Retrying after 10 seconds No credentials specified
git rev-parse --is-inside-work-tree # 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 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:909) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1131) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1167) at hudson.scm.SCM.checkout(SCM.java:505) at hudson.model.AbstractProject.checkout(AbstractProject.java:1206) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499) at hudson.model.Run.execute(Run.java:1880) at hudson.matrix.MatrixRun.run(MatrixRun.java:153) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:428) 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 connect to git.osmocom.org: git.osmocom.org[0: 2a01:4f8:120:8470::2]: errno=Network is unreachable
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2430) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2044) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:81) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:569) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154) at hudson.remoting.UserRequest.perform(UserRequest.java:211) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:369) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) 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:748) Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to rpi4-deb9build-ansible at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) at hudson.remoting.Channel.call(Channel.java:998) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146) at sun.reflect.GeneratedMethodAccessor280.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132) at com.sun.proxy.$Proxy58.execute(Unknown Source) at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:907) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1131) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1167) at hudson.scm.SCM.checkout(SCM.java:505) at hudson.model.AbstractProject.checkout(AbstractProject.java:1206) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499) at hudson.model.Run.execute(Run.java:1880) at hudson.matrix.MatrixRun.run(MatrixRun.java:153) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:428) ERROR: Error fetching remote repo 'origin' [WARNINGS] Skipping publisher since build result is FAILURE
jenkins-notifications@lists.osmocom.org