CONSOLE OUTPUT
|
[...truncated 33.90 KB...] |
Checking out Revision 84a6b4161732a018b20952f63e48c35daaaf3337 (origin/master) |
> git config core.sparsecheckout # timeout=10 |
> git checkout -f 84a6b4161732a018b20952f63e48c35daaaf3337 |
Commit message: "GIT_SILENT Upgrade KF5 version to 5.51.0." |
[Pipeline] checkout |
Cloning the remote Git repository |
Cloning repository https://anongit.kde.org/kde-dev-scripts |
> git init /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.11/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 3320067b8c373eb49d770b0987a7a498160649a7 (origin/master) |
> git config core.sparsecheckout # timeout=10 |
> git checkout -f 3320067b8c373eb49d770b0987a7a498160649a7 |
Commit message: "Improve it" |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] stage |
[Pipeline] { (Setup Dependencies) |
[Pipeline] sh |
[kf5-qt5 SUSEQt5.11] Running shell script |
+ python3 -u ci-tooling/helpers/prepare-dependencies.py --product Plasma --project discover --branchGroup kf5-qt5 --environment production --platform SUSEQt5.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-polkit-qt-1-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 |
Traceback (most recent call last): |
File "/usr/lib64/python3.6/urllib/request.py", line 1318, in do_open |
encode_chunked=req.has_header('Transfer-encoding')) |
File "/usr/lib64/python3.6/http/client.py", line 1239, in request |
self._send_request(method, url, body, headers, encode_chunked) |
File "/usr/lib64/python3.6/http/client.py", line 1285, in _send_request |
self.endheaders(body, encode_chunked=encode_chunked) |
File "/usr/lib64/python3.6/http/client.py", line 1234, in endheaders |
self._send_output(message_body, encode_chunked=encode_chunked) |
File "/usr/lib64/python3.6/http/client.py", line 1026, in _send_output |
self.send(msg) |
File "/usr/lib64/python3.6/http/client.py", line 964, in send |
self.connect() |
File "/usr/lib64/python3.6/http/client.py", line 1392, in connect |
super().connect() |
File "/usr/lib64/python3.6/http/client.py", line 936, in connect |
(self.host,self.port), self.timeout, self.source_address) |
File "/usr/lib64/python3.6/socket.py", line 704, in create_connection |
for res in getaddrinfo(host, port, 0, SOCK_STREAM): |
File "/usr/lib64/python3.6/socket.py", line 745, in getaddrinfo |
for res in _socket.getaddrinfo(host, port, family, type, proto, flags): |
socket.gaierror: [Errno -3] Temporary failure in name resolution |
|
During handling of the above exception, another exception occurred: |
|
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/Plasma/discover/kf5-qt5 SUSEQt5.11/ci-tooling/helpers/helperslib/Packages.py", line 119, in retrievePackage |
response = urllib.request.urlopen( self.downloadBaseUrl() + '/' + metadataFilename ) |
File "/usr/lib64/python3.6/urllib/request.py", line 223, in urlopen |
return opener.open(url, data, timeout) |
File "/usr/lib64/python3.6/urllib/request.py", line 526, in open |
response = self._open(req, data) |
File "/usr/lib64/python3.6/urllib/request.py", line 544, in _open |
'_open', req) |
File "/usr/lib64/python3.6/urllib/request.py", line 504, in _call_chain |
result = func(*args) |
File "/usr/lib64/python3.6/urllib/request.py", line 1361, in https_open |
context=self._context, check_hostname=self._check_hostname) |
File "/usr/lib64/python3.6/urllib/request.py", line 1320, in do_open |
raise URLError(err) |
urllib.error.URLError: <urlopen error [Errno -3] Temporary failure in name resolution> |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] emailextrecipients |
[Pipeline] emailext |