See https://jenkins.osmocom.org/jenkins/job/ttcn3-hnodeb-test-latest/450/display/redirect
Changes:
------------------------------------------ [...truncated 16.15 KB...] + from_line=FROM $REGISTRY/$USER/debian-bookworm-titan + echo FROM $REGISTRY/$USER/debian-bookworm-titan + grep -q $USER + pull_arg= + set +x Building image: ttcn3-hnodeb-test (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + make -C ../ttcn3-hnodeb-test BUILD_ARGS= UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/ttcn3-hnodeb-test make: Entering directory 'https://jenkins.osmocom.org/jenkins/job/ttcn3-hnodeb-test-latest/ws/ttcn3-hnodeb-test' awk: fatal: cannot open file `.release' for reading: No such file or directory awk: fatal: cannot open file `.release' for reading: No such file or directory awk: fatal: cannot open file `.release' for reading: No such file or directory rm -rf .common cp -r https://jenkins.osmocom.org/jenkins/job/ttcn3-hnodeb-test-latest/ws/common .common INFO: .release created release=0.0.0 docker build \ --build-arg USER=osmocom-build \ --build-arg UID=1000 \ --build-arg REGISTRY=registry.osmocom.org \ --build-arg OSMO_TTCN3_BRANCH=master \ --build-arg UPSTREAM_DISTRO=debian:bookworm \ --build-arg DISTRO=debian-bookworm \ --build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \ --build-arg OSMOCOM_REPO_PATH=packages/osmocom: \ --build-arg OSMOCOM_REPO_VERSION=latest \ --build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \ --build-arg LIBOSMOCORE_BRANCH=master \ --build-arg OSMO_BB_BRANCH=master \ --build-arg OSMO_BSC_BRANCH=master \ --build-arg OSMO_BTS_BRANCH=master \ --build-arg OSMO_CBC_BRANCH=master \ --build-arg OSMO_DIA2GSUP_BRANCH=master \ --build-arg OSMO_EPDG_BRANCH=master \ --build-arg OSMO_GBPROXY_BRANCH=master \ --build-arg OSMO_GGSN_BRANCH=master \ --build-arg OSMO_GSM_TESTER_BRANCH=master \ --build-arg OSMO_HLR_BRANCH=master \ --build-arg OSMO_HNBGW_BRANCH=master \ --build-arg OSMO_HNODEB_BRANCH=master \ --build-arg OSMO_IUH_BRANCH=master \ --build-arg OSMO_MGW_BRANCH=master \ --build-arg OSMO_MSC_BRANCH=master \ --build-arg OSMO_NITB_BRANCH=master \ --build-arg OSMO_PCU_BRANCH=master \ --build-arg OSMO_SGSN_BRANCH=master \ --build-arg OSMO_SIP_BRANCH=master \ --build-arg OSMO_STP_BRANCH=master \ --build-arg OSMO_UECUPS_BRANCH=master \ --build-arg OPEN5GS_BRANCH=main \ -t osmocom-build/ttcn3-hnodeb-test:latest . #0 building with "default" instance using docker driver
#1 [internal] load .dockerignore #1 transferring context: 2B done #1 DONE 0.0s
#2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 391B done #2 DONE 0.0s
#3 [internal] load metadata for registry.osmocom.org/osmocom-build/debian-bookworm-titan:latest #3 DONE 0.0s
#4 [1/4] FROM registry.osmocom.org/osmocom-build/debian-bookworm-titan #4 DONE 0.0s
#5 [internal] load build context #5 transferring context: 515B done #5 DONE 0.0s
#6 https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/master?format=... #6 DONE 0.0s
#7 [2/4] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-TTCN3-HACKS/+/MASTER?FORMAT=TEXT /tmp/commit #7 CACHED
#8 [3/4] RUN TTCN3-DOCKER-PREPARE "master" hnodeb #8 0.223 + OSMO_TTCN3_BRANCH=master #8 0.223 + shift #8 0.223 + cd /osmo-ttcn3-hacks #8 0.224 + git fetch #8 0.289 + git checkout master #8 0.305 Already on 'master' #8 0.306 Your branch is up to date with 'origin/master'. #8 0.306 + git symbolic-ref -q HEAD #8 0.307 refs/heads/master #8 0.307 + git reset --hard origin/master #8 0.312 HEAD is now at d35cd6a9 Makefile: Update titan.ProtocolModules.BSSMAP to new osmocom/master branch #8 0.312 + git rev-parse --abbrev-ref HEAD #8 0.313 master #8 0.313 + git rev-parse HEAD #8 0.314 d35cd6a9cd30a63ca2a1cd3f2b5c1f7b2860df4a #8 0.314 + diff -q /tmp/deps-Makefile deps/Makefile #8 0.315 Files /tmp/deps-Makefile and deps/Makefile differ #8 0.315 + make -j8 deps #8 0.345 (make -j16 -C deps || make -j1 -C deps) #8 0.346 make[1]: warning: -j16 forced in submake: resetting jobserver mode. #8 0.347 make[1]: Entering directory '/osmo-ttcn3-hacks/deps' #8 0.672 cd titan.ProtocolEmulations.M3UA && git fetch && if git rev-parse "origin/f086e78d74defa044d864f17adaad9433fedc961" 2>/dev/null; then set -x && git checkout -q -f "origin/f086e78d74defa044d864f17adaad9433fedc961"; else set -x && git checkout -q -f "f086e78d74defa044d864f17adaad9433fedc961"; fi #8 0.672 cd titan.ProtocolModules.DIAMETER_ProtocolModule_Generator && git fetch && if git rev-parse "origin/ffd939595a08da1b8c8176aaa1f8578bfe02a912" 2>/dev/null; then set -x && git checkout -q -f "origin/ffd939595a08da1b8c8176aaa1f8578bfe02a912"; else set -x && git checkout -q -f "ffd939595a08da1b8c8176aaa1f8578bfe02a912"; fi #8 0.672 cd titan.ProtocolModules.GTP_v13.5.0 && git fetch && if git rev-parse "origin/54219599037626c675610d3a44433d01af264fbb" 2>/dev/null; then set -x && git checkout -q -f "origin/54219599037626c675610d3a44433d01af264fbb"; else set -x && git checkout -q -f "54219599037626c675610d3a44433d01af264fbb"; fi #8 0.673 cd titan.ProtocolModules.ICMP && git fetch && if git rev-parse "origin/e49d9fb9f7de637b4bf4803dc6b6e911a8661640" 2>/dev/null; then set -x && git checkout -q -f "origin/e49d9fb9f7de637b4bf4803dc6b6e911a8661640"; else set -x && git checkout -q -f "e49d9fb9f7de637b4bf4803dc6b6e911a8661640"; fi #8 0.673 cd titan.ProtocolModules.ICMPv6 && git fetch && if git rev-parse "origin/46f4d9b6e1e3c794294a92588401a81e4881dd27" 2>/dev/null; then set -x && git checkout -q -f "origin/46f4d9b6e1e3c794294a92588401a81e4881dd27"; else set -x && git checkout -q -f "46f4d9b6e1e3c794294a92588401a81e4881dd27"; fi #8 0.673 cd titan.ProtocolModules.IP && git fetch && if git rev-parse "origin/1be86705f39ae38f3c04b2109806ee20d25e91d0" 2>/dev/null; then set -x && git checkout -q -f "origin/1be86705f39ae38f3c04b2109806ee20d25e91d0"; else set -x && git checkout -q -f "1be86705f39ae38f3c04b2109806ee20d25e91d0"; fi #8 0.673 cd titan.ProtocolModules.L2TP && git fetch && if git rev-parse "origin/17e76d3662bd0bb815158e8a9de1ec413f21b530" 2>/dev/null; then set -x && git checkout -q -f "origin/17e76d3662bd0bb815158e8a9de1ec413f21b530"; else set -x && git checkout -q -f "17e76d3662bd0bb815158e8a9de1ec413f21b530"; fi #8 0.673 cd titan.ProtocolModules.LLC_v7.1.0 && git fetch && if git rev-parse "origin/09817f113255d7fb56f1d45d3dd629a093d9248d" 2>/dev/null; then set -x && git checkout -q -f "origin/09817f113255d7fb56f1d45d3dd629a093d9248d"; else set -x && git checkout -q -f "09817f113255d7fb56f1d45d3dd629a093d9248d"; fi #8 0.674 cd titan.ProtocolModules.M3UA && git fetch && if git rev-parse "origin/c496d298876fed55c2b730278b7ee77982555563" 2>/dev/null; then set -x && git checkout -q -f "origin/c496d298876fed55c2b730278b7ee77982555563"; else set -x && git checkout -q -f "c496d298876fed55c2b730278b7ee77982555563"; fi #8 0.674 cd titan.ProtocolModules.MobileL3_v13.4.0 && git fetch && if git rev-parse "origin/b6602eb357673f097ea1a1d22edd568ecd239da1" 2>/dev/null; then set -x && git checkout -q -f "origin/b6602eb357673f097ea1a1d22edd568ecd239da1"; else set -x && git checkout -q -f "b6602eb357673f097ea1a1d22edd568ecd239da1"; fi #8 0.674 cd titan.ProtocolModules.PFCP_v15.1.0 && git fetch && if git rev-parse "origin/d550ad9ddb6f9c823c9a555254cd76cf0e738d18" 2>/dev/null; then set -x && git checkout -q -f "origin/d550ad9ddb6f9c823c9a555254cd76cf0e738d18"; else set -x && git checkout -q -f "d550ad9ddb6f9c823c9a555254cd76cf0e738d18"; fi #8 0.675 cd titan.TestPorts.TELNETasp && git fetch && if git rev-parse "origin/873fe539642542cd9a901c208f1ec11c6d2f5387" 2>/dev/null; then set -x && git checkout -q -f "origin/873fe539642542cd9a901c208f1ec11c6d2f5387"; else set -x && git checkout -q -f "873fe539642542cd9a901c208f1ec11c6d2f5387"; fi #8 0.676 cd titan.TestPorts.UDPasp && git fetch && if git rev-parse "origin/54176e95850654e5e8b0ffa2f1b5f35c412b949c" 2>/dev/null; then set -x && git checkout -q -f "origin/54176e95850654e5e8b0ffa2f1b5f35c412b949c"; else set -x && git checkout -q -f "54176e95850654e5e8b0ffa2f1b5f35c412b949c"; fi #8 0.676 cd titan.ProtocolModules.BSSGP_v13.0.0 && git fetch && if git rev-parse "origin/e97d92a8b66bec399babea52f593771b76cb175a" 2>/dev/null; then set -x && git checkout -q -f "origin/e97d92a8b66bec399babea52f593771b76cb175a"; else set -x && git checkout -q -f "e97d92a8b66bec399babea52f593771b76cb175a"; fi #8 0.676 cd osmo-uecups && git fetch && if git rev-parse "origin/8362efef7c6fa341eb947a75786878e0685767b7" 2>/dev/null; then set -x && git checkout -q -f "origin/8362efef7c6fa341eb947a75786878e0685767b7"; else set -x && git checkout -q -f "8362efef7c6fa341eb947a75786878e0685767b7"; fi #8 0.676 cd titan.ProtocolModules.BSSMAP && git fetch && if git rev-parse "origin/4acb6ab5f058477f0b90c2da182d52054e3614b0" 2>/dev/null; then set -x && git checkout -q -f "origin/4acb6ab5f058477f0b90c2da182d52054e3614b0"; else set -x && git checkout -q -f "4acb6ab5f058477f0b90c2da182d52054e3614b0"; fi #8 0.726 fatal: unable to access 'https://github.com/osmocom/titan.ProtocolModules.BSSGP_v13.0.0/': Send failure: Connection reset by peer #8 0.727 make[1]: *** [Makefile:193: titan.ProtocolModules.BSSGP_v13.0.0/update] Error 128 #8 0.727 make[1]: *** Waiting for unfinished jobs.... #8 0.739 origin/8362efef7c6fa341eb947a75786878e0685767b7 #8 0.739 + git checkout -q -f 8362efef7c6fa341eb947a75786878e0685767b7 #8 0.741 origin/4acb6ab5f058477f0b90c2da182d52054e3614b0 #8 0.742 + git checkout -q -f 4acb6ab5f058477f0b90c2da182d52054e3614b0 #8 0.929 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.L2TP.git/ #8 0.929 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.LLC_v7.1.0.gi... #8 0.931 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.PFCP_v15.1.0.... #8 0.932 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IP.git/ #8 0.935 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.M3UA.git/ #8 0.936 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMP.git/ #8 0.937 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.GTP_v13.5.0.g... #8 0.940 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.TELNETasp.git/ #8 0.941 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMPv6.git/ #8 0.941 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.MobileL3_v13.... #8 0.942 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UDPasp.git/ #8 0.944 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolEmulations.M3UA.git/ #8 0.952 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DIAMETER_Prot... #8 1.005 origin/17e76d3662bd0bb815158e8a9de1ec413f21b530 #8 1.005 + gitorigin/d550ad9ddb6f9c823c9a555254cd76cf0e738d18 #8 1.005 checkout -q -f 17e76d3662bd0bb815158e8a9de1ec413f21b530 #8 1.005 + git checkout -q -f d550ad9ddb6f9c823c9a555254cd76cf0e738d18 #8 1.006 origin/46f4d9b6e1e3c794294a92588401a81e4881dd27 #8 1.006 + git checkout -q -f 46f4d9b6e1e3c794294a92588401a81e4881dd27 #8 1.006 origin/54219599037626c675610d3a44433d01af264fbb #8 1.006 origin/e49d9fb9f7de637b4bf4803dc6b6e911a8661640 #8 1.006 origin/54176e95850654e5e8b0ffa2f1b5f35c412b949c #8 1.006 origin/1be86705f39ae38f3c04b2109806ee20d25e91d0 #8 1.006 origin/f086e78d74defa044d864f17adaad9433fedc961 #8 1.006 + + gitgit checkout+ -qgit checkout -q -f 1be86705f39ae38f3c04b2109806ee20d25e91d0 #8 1.006 + git checkout checkout -q -f 54176e95850654e5e8b0ffa2f1b5f35c412b949c #8 1.006 -f 54219599037626c675610d3a44433d01af264fbb #8 1.007 + git checkout -q -f f086e78d74defa044d864f17adaad9433fedc961 #8 1.007 -q -f e49d9fb9f7de637b4bf4803dc6b6e911a8661640 #8 1.007 origin/09817f113255d7fb56f1d45d3dd629a093d9248d #8 1.007 + git checkout -q -f 09817f113255d7fb56f1d45d3dd629a093d9248d #8 1.007 origin/c496d298876fed55c2b730278b7ee77982555563 #8 1.007 origin/b6602eb357673f097ea1a1d22edd568ecd239da1 #8 1.007 origin/ffd939595a08da1b8c8176aaa1f8578bfe02a912 #8 1.007 + git checkout -q -f c496d298876fed55c2b730278b7ee77982555563 #8 1.007 + git checkout -q -f b6602eb357673f097ea1a1d22edd568ecd239da1 #8 1.007 + git checkout -q -f ffd939595a08da1b8c8176aaa1f8578bfe02a912 #8 1.017 origin/873fe539642542cd9a901c208f1ec11c6d2f5387 #8 1.017 + git checkout -q -f 873fe539642542cd9a901c208f1ec11c6d2f5387 #8 1.019 make[1]: Leaving directory '/osmo-ttcn3-hacks/deps' #8 1.019 make[1]: warning: -j1 forced in submake: resetting jobserver mode. #8 1.020 make[1]: Entering directory '/osmo-ttcn3-hacks/deps' #8 1.344 cd titan.ProtocolEmulations.M3UA && git fetch && if git rev-parse "origin/f086e78d74defa044d864f17adaad9433fedc961" 2>/dev/null; then set -x && git checkout -q -f "origin/f086e78d74defa044d864f17adaad9433fedc961"; else set -x && git checkout -q -f "f086e78d74defa044d864f17adaad9433fedc961"; fi #8 1.463 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolEmulations.M3UA.git/ #8 1.525 origin/f086e78d74defa044d864f17adaad9433fedc961 #8 1.525 + git checkout -q -f f086e78d74defa044d864f17adaad9433fedc961 #8 1.534 cd titan.ProtocolModules.DIAMETER_ProtocolModule_Generator && git fetch && if git rev-parse "origin/ffd939595a08da1b8c8176aaa1f8578bfe02a912" 2>/dev/null; then set -x && git checkout -q -f "origin/ffd939595a08da1b8c8176aaa1f8578bfe02a912"; else set -x && git checkout -q -f "ffd939595a08da1b8c8176aaa1f8578bfe02a912"; fi #8 1.650 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DIAMETER_Prot... #8 1.705 origin/ffd939595a08da1b8c8176aaa1f8578bfe02a912 #8 1.705 + git checkout -q -f ffd939595a08da1b8c8176aaa1f8578bfe02a912 #8 1.708 cd titan.ProtocolModules.GTP_v13.5.0 && git fetch && if git rev-parse "origin/54219599037626c675610d3a44433d01af264fbb" 2>/dev/null; then set -x && git checkout -q -f "origin/54219599037626c675610d3a44433d01af264fbb"; else set -x && git checkout -q -f "54219599037626c675610d3a44433d01af264fbb"; fi #8 1.824 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.GTP_v13.5.0.g... #8 1.877 origin/54219599037626c675610d3a44433d01af264fbb #8 1.877 + git checkout -q -f 54219599037626c675610d3a44433d01af264fbb #8 1.880 cd titan.ProtocolModules.ICMP && git fetch && if git rev-parse "origin/e49d9fb9f7de637b4bf4803dc6b6e911a8661640" 2>/dev/null; then set -x && git checkout -q -f "origin/e49d9fb9f7de637b4bf4803dc6b6e911a8661640"; else set -x && git checkout -q -f "e49d9fb9f7de637b4bf4803dc6b6e911a8661640"; fi #8 2.133 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMP.git/ #8 2.190 origin/e49d9fb9f7de637b4bf4803dc6b6e911a8661640 #8 2.190 + git checkout -q -f e49d9fb9f7de637b4bf4803dc6b6e911a8661640 #8 2.191 cd titan.ProtocolModules.ICMPv6 && git fetch && if git rev-parse "origin/46f4d9b6e1e3c794294a92588401a81e4881dd27" 2>/dev/null; then set -x && git checkout -q -f "origin/46f4d9b6e1e3c794294a92588401a81e4881dd27"; else set -x && git checkout -q -f "46f4d9b6e1e3c794294a92588401a81e4881dd27"; fi #8 2.304 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMPv6.git/ #8 2.358 origin/46f4d9b6e1e3c794294a92588401a81e4881dd27 #8 2.358 + git checkout -q -f 46f4d9b6e1e3c794294a92588401a81e4881dd27 #8 2.360 cd titan.ProtocolModules.IP && git fetch && if git rev-parse "origin/1be86705f39ae38f3c04b2109806ee20d25e91d0" 2>/dev/null; then set -x && git checkout -q -f "origin/1be86705f39ae38f3c04b2109806ee20d25e91d0"; else set -x && git checkout -q -f "1be86705f39ae38f3c04b2109806ee20d25e91d0"; fi #8 2.472 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IP.git/ #8 2.525 origin/1be86705f39ae38f3c04b2109806ee20d25e91d0 #8 2.525 + git checkout -q -f 1be86705f39ae38f3c04b2109806ee20d25e91d0 #8 2.527 cd titan.ProtocolModules.L2TP && git fetch && if git rev-parse "origin/17e76d3662bd0bb815158e8a9de1ec413f21b530" 2>/dev/null; then set -x && git checkout -q -f "origin/17e76d3662bd0bb815158e8a9de1ec413f21b530"; else set -x && git checkout -q -f "17e76d3662bd0bb815158e8a9de1ec413f21b530"; fi #8 2.645 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.L2TP.git/ #8 2.698 origin/17e76d3662bd0bb815158e8a9de1ec413f21b530 #8 2.699 + git checkout -q -f 17e76d3662bd0bb815158e8a9de1ec413f21b530 #8 2.701 cd titan.ProtocolModules.LLC_v7.1.0 && git fetch && if git rev-parse "origin/09817f113255d7fb56f1d45d3dd629a093d9248d" 2>/dev/null; then set -x && git checkout -q -f "origin/09817f113255d7fb56f1d45d3dd629a093d9248d"; else set -x && git checkout -q -f "09817f113255d7fb56f1d45d3dd629a093d9248d"; fi #8 2.816 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.LLC_v7.1.0.gi... #8 2.860 origin/09817f113255d7fb56f1d45d3dd629a093d9248d #8 2.861 + git checkout -q -f 09817f113255d7fb56f1d45d3dd629a093d9248d #8 2.862 cd titan.ProtocolModules.M3UA && git fetch && if git rev-parse "origin/c496d298876fed55c2b730278b7ee77982555563" 2>/dev/null; then set -x && git checkout -q -f "origin/c496d298876fed55c2b730278b7ee77982555563"; else set -x && git checkout -q -f "c496d298876fed55c2b730278b7ee77982555563"; fi #8 2.980 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.M3UA.git/ #8 3.034 origin/c496d298876fed55c2b730278b7ee77982555563 #8 3.034 + git checkout -q -f c496d298876fed55c2b730278b7ee77982555563 #8 3.037 cd titan.ProtocolModules.MobileL3_v13.4.0 && git fetch && if git rev-parse "origin/b6602eb357673f097ea1a1d22edd568ecd239da1" 2>/dev/null; then set -x && git checkout -q -f "origin/b6602eb357673f097ea1a1d22edd568ecd239da1"; else set -x && git checkout -q -f "b6602eb357673f097ea1a1d22edd568ecd239da1"; fi #8 3.156 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.MobileL3_v13.... #8 3.212 origin/b6602eb357673f097ea1a1d22edd568ecd239da1 #8 3.212 + git checkout -q -f b6602eb357673f097ea1a1d22edd568ecd239da1 #8 3.214 cd titan.ProtocolModules.PFCP_v15.1.0 && git fetch && if git rev-parse "origin/d550ad9ddb6f9c823c9a555254cd76cf0e738d18" 2>/dev/null; then set -x && git checkout -q -f "origin/d550ad9ddb6f9c823c9a555254cd76cf0e738d18"; else set -x && git checkout -q -f "d550ad9ddb6f9c823c9a555254cd76cf0e738d18"; fi #8 3.328 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.PFCP_v15.1.0.... #8 3.381 origin/d550ad9ddb6f9c823c9a555254cd76cf0e738d18 #8 3.381 + git checkout -q -f d550ad9ddb6f9c823c9a555254cd76cf0e738d18 #8 3.383 cd titan.TestPorts.TELNETasp && git fetch && if git rev-parse "origin/873fe539642542cd9a901c208f1ec11c6d2f5387" 2>/dev/null; then set -x && git checkout -q -f "origin/873fe539642542cd9a901c208f1ec11c6d2f5387"; else set -x && git checkout -q -f "873fe539642542cd9a901c208f1ec11c6d2f5387"; fi #8 3.606 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.TELNETasp.git/ #8 3.662 origin/873fe539642542cd9a901c208f1ec11c6d2f5387 #8 3.662 + git checkout -q -f 873fe539642542cd9a901c208f1ec11c6d2f5387 #8 3.663 cd titan.TestPorts.UDPasp && git fetch && if git rev-parse "origin/54176e95850654e5e8b0ffa2f1b5f35c412b949c" 2>/dev/null; then set -x && git checkout -q -f "origin/54176e95850654e5e8b0ffa2f1b5f35c412b949c"; else set -x && git checkout -q -f "54176e95850654e5e8b0ffa2f1b5f35c412b949c"; fi #8 3.777 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UDPasp.git/ #8 3.829 origin/54176e95850654e5e8b0ffa2f1b5f35c412b949c #8 3.829 + git checkout -q -f 54176e95850654e5e8b0ffa2f1b5f35c412b949c #8 3.831 cd titan.ProtocolModules.BSSGP_v13.0.0 && git fetch && if git rev-parse "origin/e97d92a8b66bec399babea52f593771b76cb175a" 2>/dev/null; then set -x && git checkout -q -f "origin/e97d92a8b66bec399babea52f593771b76cb175a"; else set -x && git checkout -q -f "e97d92a8b66bec399babea52f593771b76cb175a"; fi #8 3.882 fatal: unable to access 'https://github.com/osmocom/titan.ProtocolModules.BSSGP_v13.0.0/': Send failure: Connection reset by peer #8 3.883 make[1]: *** [Makefile:193: titan.ProtocolModules.BSSGP_v13.0.0/update] Error 128 #8 3.883 make[1]: Leaving directory '/osmo-ttcn3-hacks/deps' #8 3.883 make: *** [Makefile:75: deps] Error 2 #8 ERROR: process "/bin/sh -c ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" hnodeb" did not complete successfully: exit code: 2 ------
[3/4] RUN TTCN3-DOCKER-PREPARE "master" hnodeb:
3.662 + git checkout -q -f 873fe539642542cd9a901c208f1ec11c6d2f5387 3.663 cd titan.TestPorts.UDPasp && git fetch && if git rev-parse "origin/54176e95850654e5e8b0ffa2f1b5f35c412b949c" 2>/dev/null; then set -x && git checkout -q -f "origin/54176e95850654e5e8b0ffa2f1b5f35c412b949c"; else set -x && git checkout -q -f "54176e95850654e5e8b0ffa2f1b5f35c412b949c"; fi 3.777 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UDPasp.git/ 3.829 origin/54176e95850654e5e8b0ffa2f1b5f35c412b949c 3.829 + git checkout -q -f 54176e95850654e5e8b0ffa2f1b5f35c412b949c 3.831 cd titan.ProtocolModules.BSSGP_v13.0.0 && git fetch && if git rev-parse "origin/e97d92a8b66bec399babea52f593771b76cb175a" 2>/dev/null; then set -x && git checkout -q -f "origin/e97d92a8b66bec399babea52f593771b76cb175a"; else set -x && git checkout -q -f "e97d92a8b66bec399babea52f593771b76cb175a"; fi 3.882 fatal: unable to access 'https://github.com/osmocom/titan.ProtocolModules.BSSGP_v13.0.0/': Send failure: Connection reset by peer 3.883 make[1]: *** [Makefile:193: titan.ProtocolModules.BSSGP_v13.0.0/update] Error 128 3.883 make[1]: Leaving directory '/osmo-ttcn3-hacks/deps' 3.883 make: *** [Makefile:75: deps] Error 2 ------ Dockerfile:7 -------------------- 5 | 6 | ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BR... /tmp/commit 7 | >>> RUN ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" hnodeb 8 | 9 | VOLUME /data -------------------- ERROR: failed to solve: process "/bin/sh -c ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" hnodeb" did not complete successfully: exit code: 2 make: *** [../make/Makefile:92: docker-build] Error 1 make: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/ttcn3-hnodeb-test-latest/ws/ttcn3-hnodeb-test' + exit 1 Build step 'Execute shell' marked build as failure Recording test results ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
jenkins-notifications@lists.osmocom.org