See <http://jenkins.cloudius-systems.com:8080/job/osv-build/1082/changes>

Changes:

[justin.cinkelj] gdb: make connection port an optional parameter

------------------------------------------
Started by GitHub push by nyh
[EnvInject] - Loading node environment variables.
Building on master in workspace 
<http://jenkins.cloudius-systems.com:8080/job/osv-build/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/cloudius-systems/osv # 
 > timeout=10
Fetching upstream changes from https://github.com/cloudius-systems/osv
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/cloudius-systems/osv +refs/heads/*:refs/remotes/origin/* 
 > # timeout=60
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 1504716fda06ede0cdf4ef4f36a8ac4996e52b3a 
(refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1504716fda06ede0cdf4ef4f36a8ac4996e52b3a
 > git rev-list 30fe998d83dd419f25088ace5ef73b3a9c24d92c # timeout=10
 > git remote # timeout=10
 > git submodule init # timeout=10
 > git submodule sync # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git submodule update --init --recursive # timeout=60
[workspace] $ /bin/sh -xe /tmp/hudson2639986919921161895.sh
+ git submodule update --init
[workspace] $ /bin/sh -xe /tmp/hudson2354609748980872799.sh
+ sudo ./scripts/setup.py
Yum command has been deprecated, redirecting to '/usr/bin/dnf -y install 
gcc-c++ gcc-c++-aarch64-linux-gnu git gdb qemu-img qemu-system-x86 libvirt 
maven ant autoconf automake boost-static genromfs libtool flex bison 
maven-shade-plugin python-dpkt tcpdump gdb gnutls-utils openssl python-requests 
p11-kit patch wget unzip ncurses ncurses-devel libstdc++-static openssl-libs 
openssl-devel libedit-devel yaml-cpp-devel java-1.8.0-openjdk'.
See 'man dnf' and 'man yum2dnf' for more information.
To transfer transaction metadata from yum to DNF, run:
'dnf install python-dnf-plugins-extras-migrate && dnf-2 migrate'

Last metadata expiration check: 0:31:23 ago on Mon Jun 27 08:24:51 2016.
Package gcc-c++-5.3.1-6.1.scylladb.fc23.x86_64 is already installed, skipping.
Package gcc-c++-aarch64-linux-gnu-5.3.1-2.fc23.x86_64 is already installed, 
skipping.
Package git-2.5.5-1.fc23.x86_64 is already installed, skipping.
Package gdb-7.10.1-31.fc23.x86_64 is already installed, skipping.
Package qemu-img-2:2.4.1-10.fc23.x86_64 is already installed, skipping.
Package qemu-system-x86-2:2.4.1-10.fc23.x86_64 is already installed, skipping.
Package libvirt-1.2.18.3-1.fc23.x86_64 is already installed, skipping.
Package maven-3.3.3-3.fc23.noarch is already installed, skipping.
Package ant-1.9.6-2.fc23.noarch is already installed, skipping.
Package autoconf-2.69-21.fc23.noarch is already installed, skipping.
Package automake-1.15-4.fc23.noarch is already installed, skipping.
Package boost-static-1.58.0-11.fc23.x86_64 is already installed, skipping.
Package genromfs-0.5.2-13.fc23.x86_64 is already installed, skipping.
Package libtool-2.4.6-8.fc23.x86_64 is already installed, skipping.
Package flex-2.6.0-1.fc23.x86_64 is already installed, skipping.
Package bison-3.0.4-3.fc23.x86_64 is already installed, skipping.
Package maven-shade-plugin-2.4-2.fc23.noarch is already installed, skipping.
Package python-dpkt-1.8-3.fc23.noarch is already installed, skipping.
Package tcpdump-14:4.7.4-3.fc23.x86_64 is already installed, skipping.
Package gdb-7.10.1-31.fc23.x86_64 is already installed, skipping.
Package gnutls-utils-3.4.13-1.fc23.x86_64 is already installed, skipping.
Package openssl-1:1.0.2h-1.fc23.x86_64 is already installed, skipping.
Package p11-kit-0.23.2-1.fc23.x86_64 is already installed, skipping.
Package patch-2.7.5-2.fc23.x86_64 is already installed, skipping.
Package wget-1.17.1-1.fc23.x86_64 is already installed, skipping.
Package unzip-6.0-24.fc23.x86_64 is already installed, skipping.
Package ncurses-5.9-21.20150214.fc23.x86_64 is already installed, skipping.
Package ncurses-devel-5.9-21.20150214.fc23.x86_64 is already installed, 
skipping.
Package libstdc++-static-5.3.1-6.1.scylladb.fc23.x86_64 is already installed, 
skipping.
Package openssl-libs-1:1.0.2h-1.fc23.x86_64 is already installed, skipping.
Package openssl-devel-1:1.0.2h-1.fc23.x86_64 is already installed, skipping.
Package libedit-devel-3.1-13.20150325cvs.fc23.x86_64 is already installed, 
skipping.
Package yaml-cpp-devel-0.5.1-10.fc23.x86_64 is already installed, skipping.
Package java-1.8.0-openjdk-1:1.8.0.91-6.b14.fc23.x86_64 is already installed, 
skipping.
Error: installed package python2-requests-2.10.0-2.fc23.noarch obsoletes 
python-requests < 2.10.0-2.fc23 provided by python-requests-2.7.0-7.fc23.noarch
(try to add '--allowerasing' to command line to replace conflicting packages)
Traceback (most recent call last):
  File "./scripts/setup.py", line 179, in <module>
    subprocess.check_call(distro.install + ' ' + str.join(' ', pkg), shell=True)
  File "/usr/lib64/python2.7/subprocess.py", line 540, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'yum -y install gcc-c++ 
gcc-c++-aarch64-linux-gnu git gdb qemu-img qemu-system-x86 libvirt maven ant 
autoconf automake boost-static genromfs libtool flex bison maven-shade-plugin 
python-dpkt tcpdump gdb gnutls-utils openssl python-requests p11-kit patch wget 
unzip ncurses ncurses-devel libstdc++-static openssl-libs openssl-devel 
libedit-devel yaml-cpp-devel java-1.8.0-openjdk' returned non-zero exit status 1
Build step 'Execute shell' marked build as failure
IRC notifier plugin: Sending notification to: #osv

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to