BUILD FAILURE
Build URL https://build.kde.org/job/Applications/job/okular/job/stable-kf5-qt5%20FreeBSDQt5.11/8/
Project: stable-kf5-qt5 FreeBSDQt5.11
Date of build: Tue, 02 Oct 2018 19:30:50 +0000
Build duration: 52 sec and counting

CONSOLE OUTPUT
[...truncated 17.58 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 b828f4e5949467848f1d14f34456cc3de15d21e3 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f b828f4e5949467848f1d14f34456cc3de15d21e3
Commit message: "Create repositories for Akademy Tools"
[Pipeline] checkout
Cloning the remote Git repository
Cloning repository https://anongit.kde.org/kde-build-metadata
> git init /usr/home/jenkins/workspace/Applications/okular/stable-kf5-qt5 FreeBSDQt5.11/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 08419adea5fbda3fa29253976cd88f0c2bb0230e (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 08419adea5fbda3fa29253976cd88f0c2bb0230e
Commit message: "PIMCommon is able to use functionality from Purpose, and thus must depend on it. This is necessary as other parts of the Applications stack can drag Purpose in, meaning it is around for a Dependency Build. As a consequence builds trying to use pimcommon afterwards will fail because Purpose won't be around."
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Setup Dependencies)
[Pipeline] sh
[stable-kf5-qt5 FreeBSDQt5.11] Running shell script
+ python3.5 -u ci-tooling/helpers/prepare-dependencies.py --product Applications --project okular --branchGroup stable-kf5-qt5 --environment production --platform FreeBSDQt5.11 --installTo /home/jenkins/install-prefix/
Retrieving: Applications-extra-cmake-modules-stable-kf5-qt5
Retrieving: Applications-karchive-stable-kf5-qt5
Retrieving: Applications-ki18n-stable-kf5-qt5
Retrieving: Applications-kcoreaddons-stable-kf5-qt5
Retrieving: Applications-kwindowsystem-stable-kf5-qt5
Retrieving: Applications-kconfig-stable-kf5-qt5
Retrieving: Applications-kcrash-stable-kf5-qt5
Retrieving: Applications-kdbusaddons-stable-kf5-qt5
Retrieving: Applications-kdoctools-stable-kf5-qt5
Retrieving: Applications-kservice-stable-kf5-qt5
Retrieving: Applications-kcodecs-stable-kf5-qt5
Retrieving: Applications-phonon-stable-kf5-qt5
Retrieving: Applications-kauth-stable-kf5-qt5
Retrieving: Applications-kguiaddons-stable-kf5-qt5
Retrieving: Applications-kwidgetsaddons-stable-kf5-qt5
Retrieving: Applications-kconfigwidgets-stable-kf5-qt5
Retrieving: Applications-kitemviews-stable-kf5-qt5
Retrieving: Applications-kcompletion-stable-kf5-qt5
Retrieving: Applications-kiconthemes-stable-kf5-qt5
Retrieving: Applications-sonnet-stable-kf5-qt5
Retrieving: Applications-attica-stable-kf5-qt5
Retrieving: Applications-kglobalaccel-stable-kf5-qt5
Retrieving: Applications-ktextwidgets-stable-kf5-qt5
Retrieving: Applications-breeze-icons-stable-kf5-qt5
Retrieving: Applications-knotifications-stable-kf5-qt5
Retrieving: Applications-kxmlgui-stable-kf5-qt5
Retrieving: Applications-solid-stable-kf5-qt5
Retrieving: Applications-kjobwidgets-stable-kf5-qt5
Retrieving: Applications-kbookmarks-stable-kf5-qt5
Retrieving: Applications-kwallet-stable-kf5-qt5
Retrieving: Applications-kio-stable-kf5-qt5
Retrieving: Applications-kparts-stable-kf5-qt5
Retrieving: Applications-kplotting-stable-kf5-qt5
Retrieving: Applications-kdewebkit-stable-kf5-qt5
Retrieving: Applications-kinit-stable-kf5-qt5
Retrieving: Applications-kunitconversion-stable-kf5-qt5
Retrieving: Applications-kded-stable-kf5-qt5
Traceback (most recent call last):
File "ci-tooling/helpers/prepare-dependencies.py", line 71, in <module>
filename, metadata = packageArchive.retrievePackage( package )
File "/usr/home/jenkins/workspace/Applications/okular/stable-kf5-qt5 FreeBSDQt5.11/ci-tooling/helpers/helperslib/Packages.py", line 115, in retrievePackage
latestContent.write( response.read() )
File "/usr/local/lib/python3.5/http/client.py", line 461, in read
s = self._safe_read(self.length)
File "/usr/local/lib/python3.5/http/client.py", line 607, in _safe_read
chunk = self.fp.read(min(amt, MAXAMOUNT))
File "/usr/local/lib/python3.5/socket.py", line 576, in readinto
return self._sock.recv_into(b)
File "/usr/local/lib/python3.5/ssl.py", line 937, in recv_into
return self.read(nbytes, buffer)
File "/usr/local/lib/python3.5/ssl.py", line 799, in read
return self._sslobj.read(len, buffer)
File "/usr/local/lib/python3.5/ssl.py", line 583, in read
v = self._sslobj.read(len, buffer)
ConnectionResetError: [Errno 54] Connection reset by peer
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext

Reply via email to