[Qa-jenkins-scm] Build failed in Jenkins: reproducible_html_notes #6851

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sat Oct 7 11:33:28 UTC 2017


See <https://jenkins.debian.net/job/reproducible_html_notes/6851/display/redirect?page=changes>

Changes:

[lamby] Tag freeplane with timestamp_in_java_bnd_manifest

[lamby] Tag shadowsocks-libev with

[lamby] Add patch for cadvisor (#877928)

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building on master in workspace <https://jenkins.debian.net/job/reproducible_html_notes/ws/>
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository git://git.debian.org/git/reproducible/notes.git
 > git init <https://jenkins.debian.net/job/reproducible_html_notes/ws/> # timeout=10
Fetching upstream changes from git://git.debian.org/git/reproducible/notes.git
 > git --version # timeout=10
 > git fetch --tags --progress git://git.debian.org/git/reproducible/notes.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://git.debian.org/git/reproducible/notes.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.debian.org/git/reproducible/notes.git # timeout=10
Fetching upstream changes from git://git.debian.org/git/reproducible/notes.git
 > git fetch --tags --progress git://git.debian.org/git/reproducible/notes.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 63fbc8166ad0d7dd3779b93e248b7b37c73327dd (origin/master)
Commit message: "Add patch for cadvisor (#877928)"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 63fbc8166ad0d7dd3779b93e248b7b37c73327dd
 > git rev-list cd01972ad823028d7c99d3e47b29235583db53dc # timeout=10
 > git tag -a -f -m Jenkins Build #6851 jenkins-reproducible_html_notes-6851 # timeout=10
[workspace] $ /bin/sh -xe /tmp/jenkins8645921243511180654.sh
+ /srv/jenkins/bin/reproducible_notes.py
[2017-10-07 11:32:15] INFO: Starting at 2017-10-07 11:32:15.130680
[2017-10-07 11:32:25] INFO: notes loaded. There are 6003 packages listed
[2017-10-07 11:32:34] INFO: notes checked. There are 6003 packages listed
[2017-10-07 11:32:35] INFO: Issues loaded. There are 285 issues
[2017-10-07 11:32:57] INFO: Saved 67899 notes in the database
[2017-10-07 11:32:57] INFO: Finished at 2017-10-07 11:32:57.324849, took: 0:00:42.194263
+ /srv/jenkins/bin/reproducible_html_notes.py
[2017-10-07 11:32:58] INFO: Starting at 2017-10-07 11:32:58.764455
[2017-10-07 11:33:00] INFO: finding out which usertagged bugs have been closed or at least have patches
[2017-10-07 11:33:01] INFO: finding out which usertagged bugs have been closed or at least have patches
[2017-10-07 11:33:27] INFO: Created 6003 note pages.
Traceback (most recent call last):
  File "/usr/lib/python3.5/urllib/request.py", line 1254, in do_open
    h.request(req.get_method(), req.selector, req.data, headers)
  File "/usr/lib/python3.5/http/client.py", line 1107, in request
    self._send_request(method, url, body, headers)
  File "/usr/lib/python3.5/http/client.py", line 1152, in _send_request
    self.endheaders(body)
  File "/usr/lib/python3.5/http/client.py", line 1103, in endheaders
    self._send_output(message_body)
  File "/usr/lib/python3.5/http/client.py", line 934, in _send_output
    self.send(msg)
  File "/usr/lib/python3.5/http/client.py", line 877, in send
    self.connect()
  File "/usr/lib/python3.5/http/client.py", line 849, in connect
    (self.host,self.port), self.timeout, self.source_address)
  File "/usr/lib/python3.5/socket.py", line 712, in create_connection
    raise err
  File "/usr/lib/python3.5/socket.py", line 703, in create_connection
    sock.connect(sa)
OSError: [Errno 101] Network is unreachable

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/srv/jenkins/bin/reproducible_html_notes.py", line 484, in <module>
    iterate_over_issues(issues)
  File "/srv/jenkins/bin/reproducible_html_notes.py", line 400, in iterate_over_issues
    html = gen_html_issue(issue, suite)
  File "/srv/jenkins/bin/reproducible_html_notes.py", line 307, in gen_html_issue
    pkgs_popcon = issues_popcon_annotate(pkgs)
  File "/srv/jenkins/bin/reproducible_html_notes.py", line 420, in issues_popcon_annotate
    popcon_dict.update(popcon.source_package(*issues_list))
  File "/usr/lib/python3/dist-packages/popcon.py", line 244, in source_package
    raw = source_package_raw(*packages)
  File "/usr/lib/python3/dist-packages/popcon.py", line 299, in source_package_raw
    _parse_stats, "debian-sourcemax", *packages)
  File "/usr/lib/python3/dist-packages/popcon.py", line 346, in _package_raw_generic
    data = _fetch(url)
  File "/usr/lib/python3/dist-packages/popcon.py", line 112, in _fetch
    response = urlopen(request)
  File "/usr/lib/python3.5/urllib/request.py", line 163, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib/python3.5/urllib/request.py", line 466, in open
    response = self._open(req, data)
  File "/usr/lib/python3.5/urllib/request.py", line 484, in _open
    '_open', req)
  File "/usr/lib/python3.5/urllib/request.py", line 444, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.5/urllib/request.py", line 1282, in http_open
    return self.do_open(http.client.HTTPConnection, req)
  File "/usr/lib/python3.5/urllib/request.py", line 1256, in do_open
    raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 101] Network is unreachable>
[2017-10-07 11:33:27] INFO: Finished at 2017-10-07 11:33:27.738205, took: 0:00:28.973776
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list