|
CONSOLE OUTPUT
|
| [...truncated 18.62 KB...] |
| > 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 c8778da8e413e549401e10613b1005e4317ff746 (origin/master) |
| > git config core.sparsecheckout # timeout=10 |
| > git checkout -f c8778da8e413e549401e10613b1005e4317ff746 |
| Commit message: "Create repository for KEuroCalc" |
| [Pipeline] checkout |
| Cloning the remote Git repository |
| Cloning repository https://anongit.kde.org/kde-build-metadata |
| > git init /usr/home/jenkins/workspace/Plasma/breeze/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 a51f010a0a29859b328772fc53951d93efd18a09 (origin/master) |
| > git config core.sparsecheckout # timeout=10 |
| > git checkout -f a51f010a0a29859b328772fc53951d93efd18a09 |
| Commit message: "Add dependency data for keurocalc" |
| [Pipeline] } |
| [Pipeline] // stage |
| [Pipeline] stage |
| [Pipeline] { (Setup Dependencies) |
| [Pipeline] sh |
| [kf5-qt5 FreeBSDQt5.11] Running shell script |
| + python3.5 -u ci-tooling/helpers/prepare-dependencies.py --product Plasma --project breeze --branchGroup kf5-qt5 --environment production --platform FreeBSDQt5.11 --installTo /home/jenkins/install-prefix/ |
| Retrieving: Plasma-extra-cmake-modules-kf5-qt5 |
| Retrieving: Plasma-karchive-kf5-qt5 |
| Retrieving: Plasma-ki18n-kf5-qt5 |
| Retrieving: Plasma-kcoreaddons-kf5-qt5 |
| Retrieving: Plasma-kwindowsystem-kf5-qt5 |
| Retrieving: Plasma-kconfig-kf5-qt5 |
| Retrieving: Plasma-kcrash-kf5-qt5 |
| Retrieving: Plasma-kdbusaddons-kf5-qt5 |
| Retrieving: Plasma-kdoctools-kf5-qt5 |
| Retrieving: Plasma-kservice-kf5-qt5 |
| Retrieving: Plasma-kcodecs-kf5-qt5 |
| Retrieving: Plasma-phonon-kf5-qt5 |
| Retrieving: Plasma-kauth-kf5-qt5 |
| Retrieving: Plasma-kguiaddons-kf5-qt5 |
| Retrieving: Plasma-kwidgetsaddons-kf5-qt5 |
| Retrieving: Plasma-kconfigwidgets-kf5-qt5 |
| Retrieving: Plasma-kitemviews-kf5-qt5 |
| Retrieving: Plasma-kcompletion-kf5-qt5 |
| Retrieving: Plasma-kiconthemes-kf5-qt5 |
| Retrieving: Plasma-sonnet-kf5-qt5 |
| Retrieving: Plasma-attica-kf5-qt5 |
| Retrieving: Plasma-kglobalaccel-kf5-qt5 |
| Retrieving: Plasma-ktextwidgets-kf5-qt5 |
| Retrieving: Plasma-breeze-icons-kf5-qt5 |
| Retrieving: Plasma-knotifications-kf5-qt5 |
| Retrieving: Plasma-kxmlgui-kf5-qt5 |
| Retrieving: Plasma-solid-kf5-qt5 |
| Retrieving: Plasma-kjobwidgets-kf5-qt5 |
| Retrieving: Plasma-kbookmarks-kf5-qt5 |
| Retrieving: Plasma-kwallet-kf5-qt5 |
| Retrieving: Plasma-kio-kf5-qt5 |
| Retrieving: Plasma-kparts-kf5-qt5 |
| Retrieving: Plasma-kplotting-kf5-qt5 |
| Retrieving: Plasma-kdewebkit-kf5-qt5 |
| Retrieving: Plasma-kinit-kf5-qt5 |
| Retrieving: Plasma-kunitconversion-kf5-qt5 |
| Retrieving: Plasma-kded-kf5-qt5 |
| Retrieving: Plasma-kemoticons-kf5-qt5 |
| Retrieving: Plasma-kdesignerplugin-kf5-qt5 |
| Retrieving: Plasma-syntax-highlighting-kf5-qt5 |
| Retrieving: Plasma-kpackage-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/Plasma/breeze/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 |