FailedConsole Output

Started by GitLab push by Michele Carignani
Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/ttcn/titan-docker
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git@forge.etsi.org:etsi-cti-admin/titan-docker.git # timeout=10
Fetching upstream changes from git@forge.etsi.org:etsi-cti-admin/titan-docker.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress git@forge.etsi.org:etsi-cti-admin/titan-docker.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse remotes/origin/master^{commit} # timeout=10
 > git branch -a -v --no-abbrev --contains e417997f4bb10f4483dd63461a2ec76357d1ba2d # timeout=10
Checking out Revision e417997f4bb10f4483dd63461a2ec76357d1ba2d (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e417997f4bb10f4483dd63461a2ec76357d1ba2d
Commit message: "Add new file"
 > git rev-list 15c8f58a605abaf03a9109b0851a0f7f4ee06278 # timeout=10
[titan-docker] $ /bin/bash /tmp/jenkins5995580756956517458.sh
Building titan:binaries
Sending build context to Docker daemon  4.096kB

Step 1/20 : FROM centos:7
 ---> 5182e96772bf
Step 2/20 : MAINTAINER ETSI-CTI
 ---> Using cache
 ---> 3787c503db7e
Step 3/20 : LABEL description "Titan Docker Image"
 ---> Using cache
 ---> 75481933ad98
Step 4/20 : ENV TERM linux
 ---> Using cache
 ---> fd01895b8e3f
Step 5/20 : ENV HOSTNAME docker-titan
 ---> Using cache
 ---> 29ad31d1c202
Step 6/20 : ENV TITAN_URL https://www.eclipse.org/downloads/download.php?file=/titan/ttcn3-6.3.pl0-linux64-gcc4.4-centos6.tgz\&r=1
 ---> Using cache
 ---> a1eabee0db8f
Step 7/20 : ENV TITAN_ARCHIVE ttcn3-6.3.pl0-linux64-gcc4.4-centos6.tgz
 ---> Using cache
 ---> 9db65cf2aec4
Step 8/20 : RUN yum update
 ---> Running in 0735deb4f3e8
Loaded plugins: fastestmirror, ovl
Determining fastest mirrors
 * base: ftp.rezopole.net
 * extras: ftp.pasteur.fr
 * updates: ftp.rezopole.net
Resolving Dependencies
--> Running transaction check
---> Package audit-libs.x86_64 0:2.8.1-3.el7 will be updated
---> Package audit-libs.x86_64 0:2.8.1-3.el7_5.1 will be an update
---> Package bind-license.noarch 32:9.9.4-61.el7 will be updated
---> Package bind-license.noarch 32:9.9.4-61.el7_5.1 will be an update
---> Package centos-release.x86_64 0:7-5.1804.1.el7.centos will be updated
---> Package centos-release.x86_64 0:7-5.1804.4.el7.centos will be an update
---> Package dracut.x86_64 0:033-535.el7 will be updated
---> Package dracut.x86_64 0:033-535.el7_5.1 will be an update
---> Package kpartx.x86_64 0:0.4.9-119.el7 will be updated
---> Package kpartx.x86_64 0:0.4.9-119.el7_5.1 will be an update
---> Package libblkid.x86_64 0:2.23.2-52.el7 will be updated
---> Package libblkid.x86_64 0:2.23.2-52.el7_5.1 will be an update
---> Package libmount.x86_64 0:2.23.2-52.el7 will be updated
---> Package libmount.x86_64 0:2.23.2-52.el7_5.1 will be an update
---> Package libuuid.x86_64 0:2.23.2-52.el7 will be updated
---> Package libuuid.x86_64 0:2.23.2-52.el7_5.1 will be an update
---> Package systemd.x86_64 0:219-57.el7 will be updated
---> Package systemd.x86_64 0:219-57.el7_5.1 will be an update
---> Package systemd-libs.x86_64 0:219-57.el7 will be updated
---> Package systemd-libs.x86_64 0:219-57.el7_5.1 will be an update
---> Package util-linux.x86_64 0:2.23.2-52.el7 will be updated
---> Package util-linux.x86_64 0:2.23.2-52.el7_5.1 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package             Arch        Version                     Repository    Size
================================================================================
Updating:
 audit-libs          x86_64      2.8.1-3.el7_5.1             updates       99 k
 bind-license        noarch      32:9.9.4-61.el7_5.1         updates       85 k
 centos-release      x86_64      7-5.1804.4.el7.centos       updates       25 k
 dracut              x86_64      033-535.el7_5.1             updates      325 k
 kpartx              x86_64      0.4.9-119.el7_5.1           updates       76 k
 libblkid            x86_64      2.23.2-52.el7_5.1           updates      178 k
 libmount            x86_64      2.23.2-52.el7_5.1           updates      180 k
 libuuid             x86_64      2.23.2-52.el7_5.1           updates       81 k
 systemd             x86_64      219-57.el7_5.1              updates      5.0 M
 systemd-libs        x86_64      219-57.el7_5.1              updates      402 k
 util-linux          x86_64      2.23.2-52.el7_5.1           updates      2.0 M

Transaction Summary
================================================================================
Upgrade  11 Packages

Total download size: 8.5 M
Is this ok [y/d/N]: Exiting on user command
Your transaction was saved, rerun it with:
 yum load-transaction /tmp/yum_save_tx.2018-09-13.09-12.fp9aCt.yumtx
The command '/bin/sh -c yum update' returned a non-zero code: 1
Build step 'Execute shell' marked build as failure
Finished: FAILURE