CONSOLE OUTPUT
|
[...truncated 12.36 KB...] |
> git config remote.origin.url https://anongit.kde.org/sysadmin/ci-tooling # timeout=10 |
Fetching upstream changes from https://anongit.kde.org/sysadmin/ci-tooling |
> git fetch --tags --progress https://anongit.kde.org/sysadmin/ci-tooling +refs/heads/*:refs/remotes/origin/* |
> git rev-parse origin/master^{commit} # timeout=10 |
Checking out Revision 607d67774127f681e3bf0191d2382eea58daea47 (origin/master) |
> git config core.sparsecheckout # timeout=10 |
> git checkout -f 607d67774127f681e3bf0191d2382eea58daea47 |
Commit message: "Android: include necessary options for marble" |
[Pipeline] checkout |
Cloning the remote Git repository |
Cloning repository https://anongit.kde.org/sysadmin/repo-metadata |
> git init /usr/home/jenkins/workspace/Frameworks kdewebkit 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 40e76b906b4b270161a877ef9acfde46b10fde1c (origin/master) |
> git config core.sparsecheckout # timeout=10 |
> git checkout -f 40e76b906b4b270161a877ef9acfde46b10fde1c |
Commit message: "Update translations branch for Latte Dock" |
[Pipeline] checkout |
Cloning the remote Git repository |
Cloning repository https://anongit.kde.org/kde-build-metadata |
> git init /usr/home/jenkins/workspace/Frameworks kdewebkit 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 17e9d42733440f6023e15c39873332e56cfb78b1 (origin/master) |
> git config core.sparsecheckout # timeout=10 |
> git checkout -f 17e9d42733440f6023e15c39873332e56cfb78b1 |
Commit message: "Allow stable-qt5-kf5 users to attempt to build digikam..." |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] stage |
[Pipeline] { (Setup Dependencies) |
[Pipeline] sh |
[Frameworks kdewebkit kf5-qt5 FreeBSDQt5.10] Running shell script |
+ python3.5 -u ci-tooling/helpers/prepare-dependencies.py --product Frameworks --project kdewebkit --branchGroup kf5-qt5 --environment production --platform FreeBSDQt5.10 --installTo /usr/home/jenkins//install-prefix/ |
Traceback (most recent call last): |
File "/usr/local/lib/python3.5/urllib/request.py", line 1254, in do_open |
h.request(req.get_method(), req.selector, req.data, headers) |
File "/usr/local/lib/python3.5/http/client.py", line 1107, in request |
self._send_request(method, url, body, headers) |
File "/usr/local/lib/python3.5/http/client.py", line 1152, in _send_request |
self.endheaders(body) |
File "/usr/local/lib/python3.5/http/client.py", line 1103, in endheaders |
self._send_output(message_body) |
File "/usr/local/lib/python3.5/http/client.py", line 934, in _send_output |
self.send(msg) |
File "/usr/local/lib/python3.5/http/client.py", line 877, in send |
self.connect() |
File "/usr/local/lib/python3.5/http/client.py", line 1253, in connect |
super().connect() |
File "/usr/local/lib/python3.5/http/client.py", line 849, in connect |
(self.host,self.port), self.timeout, self.source_address) |
File "/usr/local/lib/python3.5/socket.py", line 712, in create_connection |
raise err |
File "/usr/local/lib/python3.5/socket.py", line 703, in create_connection |
sock.connect(sa) |
ConnectionRefusedError: [Errno 61] Connection refused |
|
During handling of the above exception, another exception occurred: |
|
Traceback (most recent call last): |
File "ci-tooling/helpers/prepare-dependencies.py", line 60, in <module> |
packageArchive = Packages.Archive( arguments.environment, arguments.platform ) |
File "/usr/home/jenkins/workspace/Frameworks kdewebkit kf5-qt5 FreeBSDQt5.10/ci-tooling/helpers/helperslib/Packages.py", line 43, in __init__ |
response = urllib.request.urlopen( self.downloadBaseUrl() + '/manifest.yaml' ) |
File "/usr/local/lib/python3.5/urllib/request.py", line 163, in urlopen |
return opener.open(url, data, timeout) |
File "/usr/local/lib/python3.5/urllib/request.py", line 466, in open |
response = self._open(req, data) |
File "/usr/local/lib/python3.5/urllib/request.py", line 484, in _open |
'_open', req) |
File "/usr/local/lib/python3.5/urllib/request.py", line 444, in _call_chain |
result = func(*args) |
File "/usr/local/lib/python3.5/urllib/request.py", line 1297, in https_open |
context=self._context, check_hostname=self._check_hostname) |
File "/usr/local/lib/python3.5/urllib/request.py", line 1256, in do_open |
raise URLError(err) |
urllib.error.URLError: <urlopen error [Errno 61] Connection refused> |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] emailextrecipients |
[Pipeline] emailext |