[Qa-jenkins-scm] Build failed in Jenkins: reproducible_html_notes #12183
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Sat May 28 09:20:14 BST 2022
See <https://jenkins.debian.net/job/reproducible_html_notes/12183/display/redirect?page=changes>
Changes:
[lamby] Fixup ordering.
------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building on the built-in node in workspace <https://jenkins.debian.net/job/reproducible_html_notes/ws/>
The recommended git tool is: NONE
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://salsa.debian.org/reproducible-builds/reproducible-notes.git
> git init <https://jenkins.debian.net/job/reproducible_html_notes/ws/> # timeout=10
Fetching upstream changes from https://salsa.debian.org/reproducible-builds/reproducible-notes.git
> git --version # timeout=10
> git --version # 'git version 2.30.2'
> git fetch --tags --force --progress -- https://salsa.debian.org/reproducible-builds/reproducible-notes.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://salsa.debian.org/reproducible-builds/reproducible-notes.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 50d74f298745657ed1270bb3892d9498c6ea4eb8 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 50d74f298745657ed1270bb3892d9498c6ea4eb8 # timeout=10
Commit message: "Fixup ordering."
> git rev-list --no-walk 809b82d9fa4b346720fff1c21d332cede692e28d # timeout=10
[workspace] $ /bin/sh -xe /tmp/jenkins9804946485423822221.sh
+ /srv/jenkins/bin/reproducible_notes.py
[2022-05-28 08:19:56] INFO: Starting at 2022-05-28 08:19:56.601891
/srv/jenkins/bin/reproducible_notes.py:40: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
original = yaml.load(fd)
[2022-05-28 08:20:04] INFO: Notes loaded. There are 7446 packages listed.
[2022-05-28 08:20:13] INFO: Notes checked. There are 7446 packages listed.
/srv/jenkins/bin/reproducible_notes.py:111: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
issues = yaml.load(fd)
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/yaml/reader.py", line 89, in peek
return self.buffer[self.pointer+index]
IndexError: string index out of range
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/srv/jenkins/bin/reproducible_notes.py", line 185, in <module>
issues = load_issues()
File "/srv/jenkins/bin/reproducible_notes.py", line 111, in load_issues
issues = yaml.load(fd)
File "/usr/lib/python3/dist-packages/yaml/__init__.py", line 114, in load
return loader.get_single_data()
File "/usr/lib/python3/dist-packages/yaml/constructor.py", line 49, in get_single_data
node = self.get_single_node()
File "/usr/lib/python3/dist-packages/yaml/composer.py", line 36, in get_single_node
document = self.compose_document()
File "/usr/lib/python3/dist-packages/yaml/composer.py", line 55, in compose_document
node = self.compose_node(None, None)
File "/usr/lib/python3/dist-packages/yaml/composer.py", line 84, in compose_node
node = self.compose_mapping_node(anchor)
File "/usr/lib/python3/dist-packages/yaml/composer.py", line 133, in compose_mapping_node
item_value = self.compose_node(node, item_key)
File "/usr/lib/python3/dist-packages/yaml/composer.py", line 84, in compose_node
node = self.compose_mapping_node(anchor)
File "/usr/lib/python3/dist-packages/yaml/composer.py", line 127, in compose_mapping_node
while not self.check_event(MappingEndEvent):
File "/usr/lib/python3/dist-packages/yaml/parser.py", line 98, in check_event
self.current_event = self.state()
File "/usr/lib/python3/dist-packages/yaml/parser.py", line 428, in parse_block_mapping_key
if self.check_token(KeyToken):
File "/usr/lib/python3/dist-packages/yaml/scanner.py", line 116, in check_token
self.fetch_more_tokens()
File "/usr/lib/python3/dist-packages/yaml/scanner.py", line 255, in fetch_more_tokens
return self.fetch_plain()
File "/usr/lib/python3/dist-packages/yaml/scanner.py", line 679, in fetch_plain
self.tokens.append(self.scan_plain())
File "/usr/lib/python3/dist-packages/yaml/scanner.py", line 1290, in scan_plain
ch = self.peek(length)
File "/usr/lib/python3/dist-packages/yaml/reader.py", line 91, in peek
self.update(index+1)
File "/usr/lib/python3/dist-packages/yaml/reader.py", line 153, in update
self.update_raw()
File "/usr/lib/python3/dist-packages/yaml/reader.py", line 178, in update_raw
data = self.stream.read(size)
File "/usr/lib/python3.9/codecs.py", line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb7 in position 2695: invalid start byte
[2022-05-28 08:20:14] INFO: Finished at 2022-05-28 08:20:14.050021, took: 0:00:17.448136
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list