BUILD FAILURE
Build URL https://build.kde.org/job/Frameworks/job/plasma-framework/job/kf5-qt5%20SUSEQt5.9/173/
Project: kf5-qt5 SUSEQt5.9
Date of build: Wed, 24 Oct 2018 03:58:25 +0000
Build duration: 25 min and counting

CONSOLE OUTPUT
[...truncated 17.01 KB...]
Fetching upstream changes from https://anongit.kde.org/sysadmin/repo-metadata
> git --version # timeout=10
> git fetch --tags --progress https://anongit.kde.org/sysadmin/repo-metadata +refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url https://anongit.kde.org/sysadmin/repo-metadata # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://anongit.kde.org/sysadmin/repo-metadata # timeout=10
Fetching upstream changes from https://anongit.kde.org/sysadmin/repo-metadata
> git fetch --tags --progress https://anongit.kde.org/sysadmin/repo-metadata +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 0397c046ef10da81d9d12b51a3a9c97ada4db5b6 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 0397c046ef10da81d9d12b51a3a9c97ada4db5b6
Commit message: "Move kdev-rust to unmaintained"
[Pipeline] checkout
Cloning the remote Git repository
Cloning repository https://anongit.kde.org/kde-build-metadata
> git init /home/jenkins/workspace/Frameworks/plasma-framework/kf5-qt5 SUSEQt5.9/ci-tooling/kde-build-metadata # timeout=10
Fetching upstream changes from https://anongit.kde.org/kde-build-metadata
> git --version # timeout=10
> git fetch --tags --progress https://anongit.kde.org/kde-build-metadata +refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url https://anongit.kde.org/kde-build-metadata # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://anongit.kde.org/kde-build-metadata # timeout=10
Fetching upstream changes from https://anongit.kde.org/kde-build-metadata
> git fetch --tags --progress https://anongit.kde.org/kde-build-metadata +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision a2cf808c838fc1b1548a5f694b0f3e6397f4367f (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f a2cf808c838fc1b1548a5f694b0f3e6397f4367f
Commit message: "kdev-rust moved to unmaintained"
[Pipeline] checkout
Cloning the remote Git repository
Cloning repository https://anongit.kde.org/kapidox
> git init /home/jenkins/workspace/Frameworks/plasma-framework/kf5-qt5 SUSEQt5.9/ci-tooling/kapidox # timeout=10
Fetching upstream changes from https://anongit.kde.org/kapidox
> git --version # timeout=10
> git fetch --tags --progress https://anongit.kde.org/kapidox +refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url https://anongit.kde.org/kapidox # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://anongit.kde.org/kapidox # timeout=10
Fetching upstream changes from https://anongit.kde.org/kapidox
> git fetch --tags --progress https://anongit.kde.org/kapidox +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 022a670f2a09f8a243d95bc326cde15a53e2c6f7 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 022a670f2a09f8a243d95bc326cde15a53e2c6f7
Commit message: "GIT_SILENT Upgrade KF5 version to 5.52.0."
[Pipeline] checkout
Cloning the remote Git repository
Cloning repository https://anongit.kde.org/kde-dev-scripts
> git init /home/jenkins/workspace/Frameworks/plasma-framework/kf5-qt5 SUSEQt5.9/ci-tooling/kde-dev-scripts # timeout=10
Fetching upstream changes from https://anongit.kde.org/kde-dev-scripts
> git --version # timeout=10
> git fetch --tags --progress https://anongit.kde.org/kde-dev-scripts +refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url https://anongit.kde.org/kde-dev-scripts # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://anongit.kde.org/kde-dev-scripts # timeout=10
Fetching upstream changes from https://anongit.kde.org/kde-dev-scripts
> git fetch --tags --progress https://anongit.kde.org/kde-dev-scripts +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 9a2d6fa83de1b4cc00e11f1d37afb17c765dff6f (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 9a2d6fa83de1b4cc00e11f1d37afb17c765dff6f
Commit message: "Do not spellcheck the file with mistakes"
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Setup Dependencies)
[Pipeline] sh
[kf5-qt5 SUSEQt5.9] Running shell script
+ python3 -u ci-tooling/helpers/prepare-dependencies.py --product Frameworks --project plasma-framework --branchGroup kf5-qt5 --environment production --platform SUSEQt5.9 --installTo /home/jenkins//install-prefix/
Retrieving: Frameworks-extra-cmake-modules-kf5-qt5
Retrieving: Frameworks-karchive-kf5-qt5
Retrieving: Frameworks-ki18n-kf5-qt5
Traceback (most recent call last):
File "ci-tooling/helpers/prepare-dependencies.py", line 71, in <module>
filename, metadata = packageArchive.retrievePackage( package )
File "/home/jenkins/workspace/Frameworks/plasma-framework/kf5-qt5 SUSEQt5.9/ci-tooling/helpers/helperslib/Packages.py", line 116, in retrievePackage
latestContent.write( response.read() )
File "/usr/lib64/python3.6/http/client.py", line 462, in read
s = self._safe_read(self.length)
File "/usr/lib64/python3.6/http/client.py", line 612, in _safe_read
chunk = self.fp.read(min(amt, MAXAMOUNT))
File "/usr/lib64/python3.6/socket.py", line 586, in readinto
return self._sock.recv_into(b)
File "/usr/lib64/python3.6/ssl.py", line 1009, in recv_into
return self.read(nbytes, buffer)
File "/usr/lib64/python3.6/ssl.py", line 871, in read
return self._sslobj.read(len, buffer)
File "/usr/lib64/python3.6/ssl.py", line 631, in read
v = self._sslobj.read(len, buffer)
ConnectionResetError: [Errno 104] Connection reset by peer
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext

Reply via email to