CONSOLE OUTPUT
|
[...truncated 34.99 KB...] |
> git checkout -f 8450972b399105e4c75f2abfc43d484370cd0757 |
Commit message: "GIT_SILENT Upgrade KF5 version to 5.46.0." |
[Pipeline] checkout |
Cloning the remote Git repository |
Cloning repository https://anongit.kde.org/kde-dev-scripts |
> git init /home/jenkins/workspace/Frameworks kdeclarative kf5-qt5 SUSEQt5.10/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 753cf3d8c8c11c10fb66ac4ca904f4853359fb67 (origin/master) |
> git config core.sparsecheckout # timeout=10 |
> git checkout -f 753cf3d8c8c11c10fb66ac4ca904f4853359fb67 |
Commit message: "Catch more std::atomic symbols in the suppression rules" |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] stage |
[Pipeline] { (Setup Dependencies) |
[Pipeline] sh |
[Frameworks kdeclarative kf5-qt5 SUSEQt5.10] Running shell script |
+ python3 -u ci-tooling/helpers/prepare-dependencies.py --product Frameworks --project kdeclarative --branchGroup kf5-qt5 --environment production --platform SUSEQt5.10 --installTo /home/jenkins//install-prefix/ |
Retrieving: Frameworks-extra-cmake-modules-kf5-qt5 |
Retrieving: Frameworks-karchive-kf5-qt5 |
Retrieving: Frameworks-kcoreaddons-kf5-qt5 |
Retrieving: Frameworks-ki18n-kf5-qt5 |
Retrieving: Frameworks-kwindowsystem-kf5-qt5 |
Retrieving: Frameworks-kconfig-kf5-qt5 |
Retrieving: Frameworks-kcrash-kf5-qt5 |
Retrieving: Frameworks-kdbusaddons-kf5-qt5 |
Retrieving: Frameworks-kdoctools-kf5-qt5 |
Retrieving: Frameworks-kcodecs-kf5-qt5 |
Retrieving: Frameworks-phonon-kf5-qt5 |
Retrieving: Frameworks-polkit-qt-1-kf5-qt5 |
Retrieving: Frameworks-kauth-kf5-qt5 |
Retrieving: Frameworks-kguiaddons-kf5-qt5 |
Retrieving: Frameworks-kwidgetsaddons-kf5-qt5 |
Retrieving: Frameworks-kconfigwidgets-kf5-qt5 |
Retrieving: Frameworks-kitemviews-kf5-qt5 |
Retrieving: Frameworks-kiconthemes-kf5-qt5 |
Retrieving: Frameworks-knotifications-kf5-qt5 |
Retrieving: Frameworks-kservice-kf5-qt5 |
Retrieving: Frameworks-kcompletion-kf5-qt5 |
Retrieving: Frameworks-sonnet-kf5-qt5 |
Retrieving: Frameworks-attica-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 70, in <module> |
filename, metadata = packageArchive.retrievePackage( package ) |
File "/home/jenkins/workspace/Frameworks kdeclarative kf5-qt5 SUSEQt5.10/ci-tooling/helpers/helperslib/Packages.py", line 113, in retrievePackage |
response = urllib.request.urlopen( self.downloadBaseUrl() + '/' + contentsFilename ) |
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 |