CONSOLE OUTPUT
|
[...truncated 15.33 KB...] |
> git checkout -f b3bc63f76f7243189022b6298b1a141ddd00bf4a |
Commit message: "Move KDevelop over as well now" |
[Pipeline] checkout |
Cloning the remote Git repository |
Cloning repository https://anongit.kde.org/sysadmin/repo-metadata |
> git init /usr/home/jenkins/workspace/Plasma plasma-integration stable-kf5-qt5 FreeBSDQt5.10/ci-tooling/repo-metadata # timeout=10 |
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 17d016c4ae73ba87817b282b4257944f8ce38630 (origin/master) |
> git config core.sparsecheckout # timeout=10 |
> git checkout -f 17d016c4ae73ba87817b282b4257944f8ce38630 |
Commit message: "mark the plasma-angelfish as the active repository" |
[Pipeline] checkout |
Cloning the remote Git repository |
Cloning repository https://anongit.kde.org/kde-build-metadata |
> git init /usr/home/jenkins/workspace/Plasma plasma-integration stable-kf5-qt5 FreeBSDQt5.10/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 08c8604fc862b40ade3a9f45522bc2ba9e468397 (origin/master) |
> git config core.sparsecheckout # timeout=10 |
> git checkout -f 08c8604fc862b40ade3a9f45522bc2ba9e468397 |
Commit message: "Set stable branch of KDevelop + plugins to 5.3" |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] stage |
[Pipeline] { (Setup Dependencies) |
[Pipeline] sh |
[Plasma plasma-integration stable-kf5-qt5 FreeBSDQt5.10] Running shell script |
+ python3.5 -u ci-tooling/helpers/prepare-dependencies.py --product Plasma --project plasma-integration --branchGroup stable-kf5-qt5 --environment production --platform FreeBSDQt5.10 --installTo /home/jenkins/install-prefix/ |
Retrieving: Plasma-extra-cmake-modules-stable-kf5-qt5 |
Retrieving: Plasma-karchive-stable-kf5-qt5 |
Retrieving: Plasma-ki18n-stable-kf5-qt5 |
Retrieving: Plasma-kcoreaddons-stable-kf5-qt5 |
Retrieving: Plasma-kwindowsystem-stable-kf5-qt5 |
Retrieving: Plasma-kconfig-stable-kf5-qt5 |
Retrieving: Plasma-kcrash-stable-kf5-qt5 |
Retrieving: Plasma-kdbusaddons-stable-kf5-qt5 |
Retrieving: Plasma-kdoctools-stable-kf5-qt5 |
Retrieving: Plasma-kservice-stable-kf5-qt5 |
Retrieving: Plasma-kcodecs-stable-kf5-qt5 |
Retrieving: Plasma-phonon-stable-kf5-qt5 |
Retrieving: Plasma-kauth-stable-kf5-qt5 |
Retrieving: Plasma-kguiaddons-stable-kf5-qt5 |
Retrieving: Plasma-kwidgetsaddons-stable-kf5-qt5 |
Retrieving: Plasma-kconfigwidgets-stable-kf5-qt5 |
Retrieving: Plasma-kitemviews-stable-kf5-qt5 |
Retrieving: Plasma-kcompletion-stable-kf5-qt5 |
Retrieving: Plasma-kiconthemes-stable-kf5-qt5 |
Retrieving: Plasma-sonnet-stable-kf5-qt5 |
Retrieving: Plasma-attica-stable-kf5-qt5 |
Retrieving: Plasma-kglobalaccel-stable-kf5-qt5 |
Retrieving: Plasma-ktextwidgets-stable-kf5-qt5 |
Retrieving: Plasma-breeze-icons-stable-kf5-qt5 |
Retrieving: Plasma-knotifications-stable-kf5-qt5 |
Retrieving: Plasma-kxmlgui-stable-kf5-qt5 |
Retrieving: Plasma-solid-stable-kf5-qt5 |
Retrieving: Plasma-kjobwidgets-stable-kf5-qt5 |
Retrieving: Plasma-kbookmarks-stable-kf5-qt5 |
Retrieving: Plasma-kwallet-stable-kf5-qt5 |
Retrieving: Plasma-kio-stable-kf5-qt5 |
Traceback (most recent call last): |
File "ci-tooling/helpers/prepare-dependencies.py", line 82, in <module> |
filename, metadata = packageArchive.retrievePackage( package ) |
File "/usr/home/jenkins/workspace/Plasma plasma-integration stable-kf5-qt5 FreeBSDQt5.10/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 |