Changes:
------------------------------------------ [...truncated 1.37 KiB...] [ssh-agent] Using credentials docs (OS#5798) The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://gerrit.osmocom.org/osmo-hlr
git init https://jenkins.osmocom.org/jenkins/job/master-osmo-hlr/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/ws/ # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/osmo-hlr
git --version # timeout=10 git --version # 'git version 2.30.2' git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-hlr +refs/heads/*:refs/remotes/origin/* # timeout=10
ERROR: Error cloning remote repo 'origin' hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-hlr +refs/heads/*:refs/remotes/origin/*" returned status code 128: stdout: stderr: fatal: unable to access 'https://gerrit.osmocom.org/osmo-hlr/': Could not resolve host: gerrit.osmocom.org
at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2846) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:635) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:871) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) at hudson.remoting.UserRequest.perform(UserRequest.java:211) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:377) at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to build2-deb11build-ansible at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1826) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) at hudson.remoting.Channel.call(Channel.java:1042) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153) at jdk.internal.reflect.GeneratedMethodAccessor227.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138) at PluginClassLoader for git-client/jdk.proxy11/jdk.proxy11.$Proxy64.execute(Unknown Source) at PluginClassLoader for git//hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1220) at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1303) at hudson.scm.SCM.checkout(SCM.java:540) at hudson.model.AbstractProject.checkout(AbstractProject.java:1247) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) at hudson.model.Run.execute(Run.java:1894) at PluginClassLoader for matrix-project//hudson.matrix.MatrixRun.run(MatrixRun.java:153) at hudson.model.ResourceController.execute(ResourceController.java:101) at hudson.model.Executor.run(Executor.java:446) ERROR: Error cloning 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-hlr/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/ws/.git # timeout=10
Fetching changes from the remote Git repository
git config remote.origin.url https://gerrit.osmocom.org/osmo-hlr # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/osmo-hlr
git --version # timeout=10 git --version # 'git version 2.30.2' git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-hlr +refs/heads/*:refs/remotes/origin/* # timeout=10
ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from https://gerrit.osmocom.org/osmo-hlr at PluginClassLoader for git//hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:997) at PluginClassLoader for git//hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1239) at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1303) at hudson.scm.SCM.checkout(SCM.java:540) at hudson.model.AbstractProject.checkout(AbstractProject.java:1247) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) at hudson.model.Run.execute(Run.java:1894) at PluginClassLoader for matrix-project//hudson.matrix.MatrixRun.run(MatrixRun.java:153) at hudson.model.ResourceController.execute(ResourceController.java:101) at hudson.model.Executor.run(Executor.java:446) Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-hlr +refs/heads/*:refs/remotes/origin/*" returned status code 128: stdout: stderr: fatal: unable to access 'https://gerrit.osmocom.org/osmo-hlr/': Could not resolve host: gerrit.osmocom.org
at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2846) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:635) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) at hudson.remoting.UserRequest.perform(UserRequest.java:211) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:377) at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to build2-deb11build-ansible at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1826) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) at hudson.remoting.Channel.call(Channel.java:1042) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153) at jdk.internal.reflect.GeneratedMethodAccessor227.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138) at PluginClassLoader for git-client/jdk.proxy11/jdk.proxy11.$Proxy137.execute(Unknown Source) at PluginClassLoader for git//hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:995) at PluginClassLoader for git//hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1239) at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1303) at hudson.scm.SCM.checkout(SCM.java:540) at hudson.model.AbstractProject.checkout(AbstractProject.java:1247) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) at hudson.model.Run.execute(Run.java:1894) at PluginClassLoader for matrix-project//hudson.matrix.MatrixRun.run(MatrixRun.java:153) at hudson.model.ResourceController.execute(ResourceController.java:101) at hudson.model.Executor.run(Executor.java:446) 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-hlr/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/ws/.git # timeout=10
Fetching changes from the remote Git repository
git config remote.origin.url https://gerrit.osmocom.org/osmo-hlr # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/osmo-hlr
git --version # timeout=10 git --version # 'git version 2.30.2' git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-hlr +refs/heads/*:refs/remotes/origin/* # timeout=10
ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from https://gerrit.osmocom.org/osmo-hlr at PluginClassLoader for git//hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:997) at PluginClassLoader for git//hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1239) at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1303) at hudson.scm.SCM.checkout(SCM.java:540) at hudson.model.AbstractProject.checkout(AbstractProject.java:1247) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) at hudson.model.Run.execute(Run.java:1894) at PluginClassLoader for matrix-project//hudson.matrix.MatrixRun.run(MatrixRun.java:153) at hudson.model.ResourceController.execute(ResourceController.java:101) at hudson.model.Executor.run(Executor.java:446) Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-hlr +refs/heads/*:refs/remotes/origin/*" returned status code 128: stdout: stderr: fatal: unable to access 'https://gerrit.osmocom.org/osmo-hlr/': Could not resolve host: gerrit.osmocom.org
at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2846) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:635) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) at hudson.remoting.UserRequest.perform(UserRequest.java:211) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:377) at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to build2-deb11build-ansible at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1826) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) at hudson.remoting.Channel.call(Channel.java:1042) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153) at jdk.internal.reflect.GeneratedMethodAccessor227.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138) at PluginClassLoader for git-client/jdk.proxy11/jdk.proxy11.$Proxy137.execute(Unknown Source) at PluginClassLoader for git//hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:995) at PluginClassLoader for git//hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1239) at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1303) at hudson.scm.SCM.checkout(SCM.java:540) at hudson.model.AbstractProject.checkout(AbstractProject.java:1247) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) at hudson.model.Run.execute(Run.java:1894) at PluginClassLoader for matrix-project//hudson.matrix.MatrixRun.run(MatrixRun.java:153) at hudson.model.ResourceController.execute(ResourceController.java:101) at hudson.model.Executor.run(Executor.java:446) 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-hlr/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/ws/.git # timeout=10
Fetching changes from the remote Git repository
git config remote.origin.url https://gerrit.osmocom.org/osmo-hlr # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/osmo-hlr
git --version # timeout=10 git --version # 'git version 2.30.2' git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-hlr +refs/heads/*:refs/remotes/origin/* # timeout=10
ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from https://gerrit.osmocom.org/osmo-hlr at PluginClassLoader for git//hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:997) at PluginClassLoader for git//hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1239) at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1303) at hudson.scm.SCM.checkout(SCM.java:540) at hudson.model.AbstractProject.checkout(AbstractProject.java:1247) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) at hudson.model.Run.execute(Run.java:1894) at PluginClassLoader for matrix-project//hudson.matrix.MatrixRun.run(MatrixRun.java:153) at hudson.model.ResourceController.execute(ResourceController.java:101) at hudson.model.Executor.run(Executor.java:446) Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-hlr +refs/heads/*:refs/remotes/origin/*" returned status code 128: stdout: stderr: fatal: unable to access 'https://gerrit.osmocom.org/osmo-hlr/': Could not resolve host: gerrit.osmocom.org
at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2846) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:635) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) at hudson.remoting.UserRequest.perform(UserRequest.java:211) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:377) at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to build2-deb11build-ansible at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1826) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) at hudson.remoting.Channel.call(Channel.java:1042) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153) at jdk.internal.reflect.GeneratedMethodAccessor227.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138) at PluginClassLoader for git-client/jdk.proxy11/jdk.proxy11.$Proxy137.execute(Unknown Source) at PluginClassLoader for git//hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:995) at PluginClassLoader for git//hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1239) at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1303) at hudson.scm.SCM.checkout(SCM.java:540) at hudson.model.AbstractProject.checkout(AbstractProject.java:1247) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) at hudson.model.Run.execute(Run.java:1894) at PluginClassLoader for matrix-project//hudson.matrix.MatrixRun.run(MatrixRun.java:153) at hudson.model.ResourceController.execute(ResourceController.java:101) at hudson.model.Executor.run(Executor.java:446) ERROR: Error fetching remote repo 'origin' $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 7464 killed; [ssh-agent] Stopped. Archiving artifacts
Changes:
------------------------------------------ Started by upstream project "master-osmo-hlr" build number 12351 originally caused by: Started by timer Started by user laforge Started by upstream project "master-osmo-hlr" build number 12350 originally caused by: Started by timer Running as SYSTEM Building remotely on build2-deb11build-ansible (ttcn3 obs osmocom-gerrit coverity osmocom-master) in workspace https://jenkins.osmocom.org/jenkins/job/master-osmo-hlr/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/ws/ [ssh-agent] Looking for ssh-agent implementation... $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-MHqgSUCv7Lxa/agent.105233 SSH_AGENT_PID=105236 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: https://jenkins.osmocom.org/jenkins/job/master-osmo-hlr/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/ws/@tmp/private_key_12094723877318169402.key (osmocom-jenkins) [ssh-agent] Using credentials docs (OS#5798) The recommended git tool is: NONE No credentials specified
git rev-parse --resolve-git-dir https://jenkins.osmocom.org/jenkins/job/master-osmo-hlr/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/ws/.git # timeout=10
Fetching changes from the remote Git repository
git config remote.origin.url https://gerrit.osmocom.org/osmo-hlr # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/osmo-hlr
git --version # timeout=10 git --version # 'git version 2.30.2' git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-hlr +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 74e413c0146911376d9a6d40b453ebfb1726117e (origin/master)
git config core.sparsecheckout # timeout=10 git checkout -f 74e413c0146911376d9a6d40b453ebfb1726117e # timeout=10
Commit message: "jenkins.sh: Use --disable-doxygen configure param"
git rev-list --no-walk 74e413c0146911376d9a6d40b453ebfb1726117e # timeout=10
[osmocom-master] $ /bin/sh -xe /tmp/jenkins712274407165711819.sh + CCACHE_DIR=/home/osmocom-build/ccache/master-builds + mkdir -p /home/osmocom-build/ccache/master-builds + chown osmocom-build:osmocom-build /home/osmocom-build/ccache/master-builds + readlink -f /tmp/ssh-MHqgSUCv7Lxa/agent.105233 + docker run --rm=true --cap-add SYS_PTRACE -e ASCIIDOC_WARNINGS_CHECK=1 -e HOME=/build -e IS_MASTER_BUILD=1 -e JOB_NAME=master-osmo-hlr/a1=default,a2=default,a3=default,a4=default,label=osmocom-master -e MAKE=make -e OSMOPY_DEBUG_TCP_SOCKETS=1 -e OSMO_GSM_MANUALS_DIR=/opt/osmo-gsm-manuals -e PARALLEL_MAKE=-j 8 -e PUBLISH=1 -e SSH_AUTH_SOCK=/ssh-agent -e WITH_MANUALS=1 -w /build -i -u build -v /tmp/ssh-MHqgSUCv7Lxa/agent.105233:/ssh-agent -v https://jenkins.osmocom.org/jenkins/job/master-osmo-hlr/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/ws/:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro -e CCACHE_DIR=/ccache -e PATH=/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -v /home/osmocom-build/ccache/master-builds:/ccache osmocom-build/debian-bookworm-build /usr/bin/timeout 30m /build/contrib/jenkins.sh + base=/build + deps=/build/deps + inst=/build/deps/install + export deps inst + osmo-clean-workspace.sh + chmod -R +w . + git checkout -f HEAD + git clean -dxf + [ -d /build/deps ] + [ -d layer1-headers ] + mkdir /build/deps + find . -name *.[hc] + verify_value_string_arrays_are_terminated.py ./tests/gsup/gsup_test.c ./tests/auc/auc_test.c ./tests/auc/gen_ts_55_205_test_sets/func_template.c ./tests/auc/gen_ts_55_205_test_sets/main_template.c ./tests/db/db_test.c ./tests/mslookup/mslookup_client_mdns_test.c ./tests/mslookup/mslookup_client_test.c ./tests/mslookup/mdns_test.c ./tests/mslookup/mslookup_test.c ./src/gsup_router.c ./src/hlr.c ./src/db_auc.c ./src/db.c ./src/osmo-euse-demo.c ./src/mslookup_server.c ./src/gsup_server.c ./src/gsup_send.c ./src/rand_urandom.c ./src/logging.c ./src/hlr_db_tool.c ./src/rand_fake.c ./src/gsupclient/cni_peer_id.c ./src/gsupclient/gsup_client_mux.c ./src/gsupclient/gsup_test_client.c ./src/gsupclient/gsup_req.c ./src/gsupclient/gsup_client.c ./src/db_hlr.c ./src/dbd_decode_binary.c ./src/timestamp.c ./src/dgsm.c ./src/ctrl.c ./src/db_debug.c ./src/remote_hlr.c ./src/hlr_ussd.c ./src/hlr_vty.c ./src/mslookup_server_mdns.c ./src/lu_fsm.c ./src/hlr_vty_subscr.c ./src/mslookup/mdns_rfc.c ./src/mslookup/mslookup_client.c ./src/mslookup/mslookup_client_mdns.c ./src/mslookup/mslookup_client_fake.c ./src/mslookup/mslookup.c ./src/mslookup/mdns_msg.c ./src/mslookup/mdns.c ./src/mslookup/mdns_sock.c ./src/mslookup/osmo-mslookup-client.c ./src/hlr_sms.c ./src/proxy.c ./src/dgsm_vty.c ./src/auc.c ./include/osmocom/hlr/rand.h ./include/osmocom/hlr/ctrl.h ./include/osmocom/hlr/timestamp.h ./include/osmocom/hlr/lu_fsm.h ./include/osmocom/hlr/mslookup_server_mdns.h ./include/osmocom/hlr/dgsm.h ./include/osmocom/hlr/gsup_server.h ./include/osmocom/hlr/hlr_ussd.h ./include/osmocom/hlr/hlr_sms.h ./include/osmocom/hlr/db.h ./include/osmocom/hlr/proxy.h ./include/osmocom/hlr/hlr_vty.h ./include/osmocom/hlr/remote_hlr.h ./include/osmocom/hlr/mslookup_server.h ./include/osmocom/hlr/gsup_router.h ./include/osmocom/hlr/hlr_vty_subscr.h ./include/osmocom/hlr/hlr.h ./include/osmocom/hlr/auc.h ./include/osmocom/hlr/logging.h ./include/osmocom/gsupclient/gsup_client.h ./include/osmocom/gsupclient/gsup_client_mux.h ./include/osmocom/gsupclient/gsup_req.h ./include/osmocom/gsupclient/cni_peer_id.h ./include/osmocom/mslookup/mdns_sock.h ./include/osmocom/mslookup/mslookup_client_mdns.h ./include/osmocom/mslookup/mdns_msg.h ./include/osmocom/mslookup/mslookup_client.h ./include/osmocom/mslookup/mslookup_client_fake.h ./include/osmocom/mslookup/mslookup.h ./include/osmocom/mslookup/mdns.h ./include/osmocom/mslookup/mdns_rfc.h + export PKG_CONFIG_PATH=/build/deps/install/lib/pkgconfig: + export LD_LIBRARY_PATH=/build/deps/install/lib + export PATH=/build/deps/install/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + osmo-build-dep.sh libosmocore --disable-doxygen
=============================== libosmocore ===============================
+ mkdir -p /build/deps + cd /build/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 + osmo_git_clone_url libosmocore + echo https://gerrit.osmocom.org/libosmocore + git clone https://gerrit.osmocom.org/libosmocore libosmocore Cloning into 'libosmocore'... fatal: unable to access 'https://gerrit.osmocom.org/libosmocore/': Could not resolve host: gerrit.osmocom.org Build step 'Execute shell' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 105236 killed; [ssh-agent] Stopped. Archiving artifacts
Changes:
------------------------------------------ Started by upstream project "master-osmo-hlr" build number 12352 originally caused by: Started by upstream project "master-libosmo-abis" build number 6873 originally caused by: Started by timer Running as SYSTEM Building remotely on build2-deb11build-ansible (ttcn3 obs osmocom-gerrit coverity osmocom-master) in workspace https://jenkins.osmocom.org/jenkins/job/master-osmo-hlr/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/ws/ [ssh-agent] Looking for ssh-agent implementation... $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-riD7TWRQdbZ5/agent.208266 SSH_AGENT_PID=208269 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: https://jenkins.osmocom.org/jenkins/job/master-osmo-hlr/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/ws/@tmp/private_key_17615738241644023829.key (osmocom-jenkins) [ssh-agent] Using credentials docs (OS#5798) The recommended git tool is: NONE No credentials specified
git rev-parse --resolve-git-dir https://jenkins.osmocom.org/jenkins/job/master-osmo-hlr/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/ws/.git # timeout=10
Fetching changes from the remote Git repository
git config remote.origin.url https://gerrit.osmocom.org/osmo-hlr # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/osmo-hlr
git --version # timeout=10 git --version # 'git version 2.30.2' git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-hlr +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 74e413c0146911376d9a6d40b453ebfb1726117e (origin/master)
git config core.sparsecheckout # timeout=10 git checkout -f 74e413c0146911376d9a6d40b453ebfb1726117e # timeout=10
Commit message: "jenkins.sh: Use --disable-doxygen configure param"
git rev-list --no-walk 74e413c0146911376d9a6d40b453ebfb1726117e # timeout=10
[osmocom-master] $ /bin/sh -xe /tmp/jenkins9424388358264430471.sh + CCACHE_DIR=/home/osmocom-build/ccache/master-builds + mkdir -p /home/osmocom-build/ccache/master-builds + chown osmocom-build:osmocom-build /home/osmocom-build/ccache/master-builds + readlink -f /tmp/ssh-riD7TWRQdbZ5/agent.208266 + docker run --rm=true --cap-add SYS_PTRACE -e ASCIIDOC_WARNINGS_CHECK=1 -e HOME=/build -e IS_MASTER_BUILD=1 -e JOB_NAME=master-osmo-hlr/a1=default,a2=default,a3=default,a4=default,label=osmocom-master -e MAKE=make -e OSMOPY_DEBUG_TCP_SOCKETS=1 -e OSMO_GSM_MANUALS_DIR=/opt/osmo-gsm-manuals -e PARALLEL_MAKE=-j 8 -e PUBLISH=1 -e SSH_AUTH_SOCK=/ssh-agent -e WITH_MANUALS=1 -w /build -i -u build -v /tmp/ssh-riD7TWRQdbZ5/agent.208266:/ssh-agent -v https://jenkins.osmocom.org/jenkins/job/master-osmo-hlr/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/ws/:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro -e CCACHE_DIR=/ccache -e PATH=/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -v /home/osmocom-build/ccache/master-builds:/ccache osmocom-build/debian-bookworm-build /usr/bin/timeout 30m /build/contrib/jenkins.sh + base=/build + deps=/build/deps + inst=/build/deps/install + export deps inst + osmo-clean-workspace.sh + chmod -R +w . + git checkout -f HEAD + git clean -dxf Removing deps/ + [ -d /build/deps ] + [ -d layer1-headers ] + mkdir /build/deps + find . -name *.[hc] + verify_value_string_arrays_are_terminated.py ./tests/gsup/gsup_test.c ./tests/auc/auc_test.c ./tests/auc/gen_ts_55_205_test_sets/func_template.c ./tests/auc/gen_ts_55_205_test_sets/main_template.c ./tests/db/db_test.c ./tests/mslookup/mslookup_client_mdns_test.c ./tests/mslookup/mslookup_client_test.c ./tests/mslookup/mdns_test.c ./tests/mslookup/mslookup_test.c ./src/gsup_router.c ./src/hlr.c ./src/db_auc.c ./src/db.c ./src/osmo-euse-demo.c ./src/mslookup_server.c ./src/gsup_server.c ./src/gsup_send.c ./src/rand_urandom.c ./src/logging.c ./src/hlr_db_tool.c ./src/rand_fake.c ./src/gsupclient/cni_peer_id.c ./src/gsupclient/gsup_client_mux.c ./src/gsupclient/gsup_test_client.c ./src/gsupclient/gsup_req.c ./src/gsupclient/gsup_client.c ./src/db_hlr.c ./src/dbd_decode_binary.c ./src/timestamp.c ./src/dgsm.c ./src/ctrl.c ./src/db_debug.c ./src/remote_hlr.c ./src/hlr_ussd.c ./src/hlr_vty.c ./src/mslookup_server_mdns.c ./src/lu_fsm.c ./src/hlr_vty_subscr.c ./src/mslookup/mdns_rfc.c ./src/mslookup/mslookup_client.c ./src/mslookup/mslookup_client_mdns.c ./src/mslookup/mslookup_client_fake.c ./src/mslookup/mslookup.c ./src/mslookup/mdns_msg.c ./src/mslookup/mdns.c ./src/mslookup/mdns_sock.c ./src/mslookup/osmo-mslookup-client.c ./src/hlr_sms.c ./src/proxy.c ./src/dgsm_vty.c ./src/auc.c ./include/osmocom/hlr/rand.h ./include/osmocom/hlr/ctrl.h ./include/osmocom/hlr/timestamp.h ./include/osmocom/hlr/lu_fsm.h ./include/osmocom/hlr/mslookup_server_mdns.h ./include/osmocom/hlr/dgsm.h ./include/osmocom/hlr/gsup_server.h ./include/osmocom/hlr/hlr_ussd.h ./include/osmocom/hlr/hlr_sms.h ./include/osmocom/hlr/db.h ./include/osmocom/hlr/proxy.h ./include/osmocom/hlr/hlr_vty.h ./include/osmocom/hlr/remote_hlr.h ./include/osmocom/hlr/mslookup_server.h ./include/osmocom/hlr/gsup_router.h ./include/osmocom/hlr/hlr_vty_subscr.h ./include/osmocom/hlr/hlr.h ./include/osmocom/hlr/auc.h ./include/osmocom/hlr/logging.h ./include/osmocom/gsupclient/gsup_client.h ./include/osmocom/gsupclient/gsup_client_mux.h ./include/osmocom/gsupclient/gsup_req.h ./include/osmocom/gsupclient/cni_peer_id.h ./include/osmocom/mslookup/mdns_sock.h ./include/osmocom/mslookup/mslookup_client_mdns.h ./include/osmocom/mslookup/mdns_msg.h ./include/osmocom/mslookup/mslookup_client.h ./include/osmocom/mslookup/mslookup_client_fake.h ./include/osmocom/mslookup/mslookup.h ./include/osmocom/mslookup/mdns.h ./include/osmocom/mslookup/mdns_rfc.h + export PKG_CONFIG_PATH=/build/deps/install/lib/pkgconfig: + export LD_LIBRARY_PATH=/build/deps/install/lib + export PATH=/build/deps/install/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + osmo-build-dep.sh libosmocore --disable-doxygen + mkdir -p /build/deps
=============================== libosmocore ===============================
+ cd /build/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 + osmo_git_clone_url libosmocore + echo https://gerrit.osmocom.org/libosmocore + git clone https://gerrit.osmocom.org/libosmocore libosmocore Cloning into 'libosmocore'... fatal: unable to access 'https://gerrit.osmocom.org/libosmocore/': Could not resolve host: gerrit.osmocom.org Build step 'Execute shell' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 208269 killed; [ssh-agent] Stopped. Archiving artifacts
jenkins-notifications@lists.osmocom.org